Nowe README. Użycie pip do instalacji wymaganych bibliotek.
authorzuber <marek@stepniowski.com>
Fri, 2 Oct 2009 17:14:34 +0000 (19:14 +0200)
committerzuber <marek@stepniowski.com>
Fri, 2 Oct 2009 17:14:34 +0000 (19:14 +0200)
README.rst [new file with mode: 0644]
README.txt [deleted file]
requirements.txt [new file with mode: 0644]

diff --git a/README.rst b/README.rst
new file mode 100644 (file)
index 0000000..0f4e7ae
--- /dev/null
@@ -0,0 +1,15 @@
+Instalacja
+==========
+1. Ściągnij i zainstaluj `pip <http://pypi.python.org/pypi/pip>`_
+2. Zainstaluj wymagane biblioteki komendą::
+
+       pip install -f http://redmine.nowoczesnapolska.org.pl/projects/librarian/files -r requirements.txt
+
+Zależności
+==========
+
+ * `Django 1.1 <http://djangoproject.com/>`_
+ * `Mercurial 1.3.1 <http://www.selenic.com/mercurial/>`_
+ * `librarian 1.2 <http://redmine.nowoczesnapolska.org.pl/projects/show/librarian>`_
+ * `PIL 1.1.6 <http://www.pythonware.com/products/pil/>`_ (wymagane przez skrypt imgconv.py)
+ * `pngnq <http://pngnq.sourceforge.net/>`_ (wymagane przez skrypt imgconv.py)
diff --git a/README.txt b/README.txt
deleted file mode 100644 (file)
index 8caa441..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-Zależności
-==========
-
- * [Django 1.1](http://djangoproject.com/)
- * [Mercurial 1.3.1](http://www.selenic.com/mercurial/)
- * [librarian 1.1](http://redmine.nowoczesnapolska.org.pl/projects/show/librarian)
- * [PIL 1.1.6](http://www.pythonware.com/products/pil/) (wymagane przez skrypt imgconv.py)
- * [pngnq](http://pngnq.sourceforge.net/) (wymagane przez skrypt imgconv.py)
-
-Moduły
-======
-
- * redmine -- wtyczka do Redmine dodająca informacje o publikacjach do zagadnień.
diff --git a/requirements.txt b/requirements.txt
new file mode 100644 (file)
index 0000000..172f733
--- /dev/null
@@ -0,0 +1,7 @@
+Django==1.1
+django-piston==0.2.3rc1
+librarian==1.2.2
+lxml==2.2.2
+mercurial==1.3.1
+-e git://github.com/zuber/django-cas-consumer.git@master#egg=django-cas-consumer
+-e git://github.com/zuber/django-cas-provider.git@master#egg=django-cas-provider