summaryrefslogtreecommitdiff
authorGiulio Cesare Solaroli <giulio.cesare@clipperz.com>2013-04-26 09:47:45 (UTC)
committer Giulio Cesare Solaroli <giulio.cesare@clipperz.com>2013-04-26 09:47:45 (UTC)
commit6336f032985eb14a21fd089d322002210095a0a7 (patch) (unidiff)
tree157ac3be4b0f89f7cec2d1f8cfedfd14387b417e
parent108dd23db8fdc9512446be708d2694f3050b1d8f (diff)
downloadclipperz-6336f032985eb14a21fd089d322002210095a0a7.zip
clipperz-6336f032985eb14a21fd089d322002210095a0a7.tar.gz
clipperz-6336f032985eb14a21fd089d322002210095a0a7.tar.bz2
Updated README
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--README.md19
1 files changed, 14 insertions, 5 deletions
diff --git a/README.md b/README.md
index e20082c..aabb00e 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,6 @@
1# ![Clipperz icon][icon] CLIPPERZ - Online Password Manager 1# ![Clipperz icon][icon] CLIPPERZ - Online Password Manager
2 2
3[icon]: ./Icon.png
3 4
4##What does Clipperz do? 5##What does Clipperz do?
5 6
@@ -18,13 +19,25 @@ Because we want to enable as many people as possible to play with our code. So t
18 19
19In order to allow you to inspect the code and analyze the traffic it generates between client and server, we had to provide an easy way to locally deploy the whole service. 20In order to allow you to inspect the code and analyze the traffic it generates between client and server, we had to provide an easy way to locally deploy the whole service.
20 21
21Feel free to host on your machine a web service identical to [Clipperz online password manager][clipperz]. You can choose among **multiple backends** (PHP/MySQL, Python/AppEngine, …) or you can [contribute][CA] your own. 22Feel free to host on your machine a web service identical to [Clipperz online password manager][home]. You can choose among **multiple backends** (PHP/MySQL, Python/AppEngine, …) or you can [contribute][CA] your own.
22 23
23Whatever is your motivation, we would love to hear from you: [get in contact!][contact] 24Whatever is your motivation, we would love to hear from you: [get in contact!][contact]
24 25
25[CA]: http://www.clipperz.com/open_source/contributor_agreement 26[CA]: http://www.clipperz.com/open_source/contributor_agreement
26[contact]: http://www.clipperz.com/about/contacts 27[contact]: http://www.clipperz.com/about/contacts
27 28
29
30## Donations
31If you like what Clipperz is building, its openness and its view of cryptography as a powerful tool for liberty, then you may consider making a donation.
32
33Our favorite payment method is clearly Bitcoin ([learn why here][why]), but you can also send your donation via credit card, Paypal or bank transfer. In all cases there will be no link between your real identity and your encrypted data stored on Clipperz.
34
35**To make your donation visit [this page][donations]. Thanks!**
36
37[why]: http://www.clipperz.com/pricing/why_bitcoin
38[donations]: http://www.clipperz.com/donations
39
40
28## License 41## License
29ALL the code included in this project, if not otherwise stated, is released with the [AGPL v3][agpl] license (see `LICENSE.txt`), and all rights are reserved to Clipperz Srl. For any use not allowed by the AGPL license, please [contact us][contact] to inquire about licensing options for commercial applications. 42ALL the code included in this project, if not otherwise stated, is released with the [AGPL v3][agpl] license (see `LICENSE.txt`), and all rights are reserved to Clipperz Srl. For any use not allowed by the AGPL license, please [contact us][contact] to inquire about licensing options for commercial applications.
30 43
@@ -35,7 +48,6 @@ ALL the code included in this project, if not otherwise stated, is released with
35Please note that the open source version of Clipperz Password Manager may not be suitable for mass deployments, depending on how robust is the backend you select. As an example, the current PHP backend lacks several critical capabilities such as bot protection and concurrent sessions management. 48Please note that the open source version of Clipperz Password Manager may not be suitable for mass deployments, depending on how robust is the backend you select. As an example, the current PHP backend lacks several critical capabilities such as bot protection and concurrent sessions management.
36 49
37## Contributions 50## Contributions
38
39Your contributions to Clipperz are very welcome! In order to avoid jeopardizing the ownership of the code base, we will require every developer to sign the Clipperz [Contributor Agreement][CA] 51Your contributions to Clipperz are very welcome! In order to avoid jeopardizing the ownership of the code base, we will require every developer to sign the Clipperz [Contributor Agreement][CA]
40 52
41This enables a single entity to represent the aggregated code base and gives the community flexibility to act as a whole to changing situations. 53This enables a single entity to represent the aggregated code base and gives the community flexibility to act as a whole to changing situations.
@@ -46,7 +58,6 @@ Please [download][CA] and review the Contributor Agreement for a complete unders
46 58
47 59
48## Building 60## Building
49
50In order to build the deployable version, you need to invoke the following command: 61In order to build the deployable version, you need to invoke the following command:
51 62
52 git clone git@github.com:clipperz/password-manager.git 63 git clone git@github.com:clipperz/password-manager.git
@@ -78,7 +89,5 @@ Besides PHP and Python, more backends are in the works, most notably a node.js v
78 89
79The resulting application has not been fully tested, so there may be still problems due to the new build script or some other changes that were done due to the new repository structure. So, for the moment, **use it at your own risk!** 90The resulting application has not been fully tested, so there may be still problems due to the new build script or some other changes that were done due to the new repository structure. So, for the moment, **use it at your own risk!**
80 91
81[icon]: http://0.gravatar.com/avatar/2a9fae49ced80a42830a206f88ea1022?size=100
82[clipperz]: http://www.clipperz.com
83 92
84[pog]: http://www.phpobjectgenerator.com/ \ No newline at end of file 93[pog]: http://www.phpobjectgenerator.com/ \ No newline at end of file