From 667324eb904e3803da7abb97f0b1179d1739c48a Mon Sep 17 00:00:00 2001 From: age Date: Fri, 27 Jul 2007 10:12:03 +0000 Subject: [PATCH] more infos for users & developers --- README | 7 ++++++- stuff/upload_and_release-policy.txt | 8 +++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/README b/README index 7148a8d..c82a9f4 100644 --- a/README +++ b/README @@ -41,7 +41,8 @@ For Debian, Ubuntu and other derivates you should use the debian package: Please follow the /usr/share/doc/cryptobox-server/README.Debian for any special steps regarding Debian. -There are currently no official rpm packages of the CryptoBox. +There are currently no official rpm or other packages of the CryptoBox. +Use the source installation on non-deb based distributions. For source installation follow these steps: Get the source: @@ -53,6 +54,9 @@ For source installation follow these steps: Install the program: python setup.by install + Fulfil the requirements: + read more in the user documentation + The installed pyhton modules can be found in your local python installation directory. The default location should be: /usr/lib/python2.4/site-packages/cryptobox/ @@ -178,6 +182,7 @@ Fabrizio Tarizzo - Italian translation kinneko - Japanese translation Andrzej S. Kaznowski - Polish translation Fadrique - Spanish translation +Raimar - the blender dragon Gilles Accad - French translation ASpr - Russian translation diff --git a/stuff/upload_and_release-policy.txt b/stuff/upload_and_release-policy.txt index 36cd3f0..2981340 100644 --- a/stuff/upload_and_release-policy.txt +++ b/stuff/upload_and_release-policy.txt @@ -15,9 +15,15 @@ The usual steps before commit: 2) release a new version - + - follow: http://devel.cryptobox.org/wiki/CodingGuideLines + - do last automated unittests + - check if chessecake finds important issues + - transform TODOs into trac-tickets - follow the instructions in "debian-package_policy.txt" - upload the tar/deb/iso to codecoop - update the website: index and download - announce the release on freshmeat: http://freshmeat.net/projects/cryptobox + - announce it on the Python Package Index: http://www.python.org/pypi + - update the trac-roadmap, close all done tickets +