4   
 
   6     Copyright © 2008,2009,2010 Fundacja Nowoczesna Polska <fundacja@nowoczesnapolska.org.pl>
 
   8     For full list of contributors see AUTHORS section at the end. 
 
  10     This program is free software: you can redistribute it and/or modify
 
  11     it under the terms of the GNU Affero General Public License as published by
 
  12     the Free Software Foundation, either version 3 of the License, or
 
  13     (at your option) any later version.
 
  15     This program is distributed in the hope that it will be useful,
 
  16     but WITHOUT ANY WARRANTY; without even the implied warranty of
 
  17     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
  18     GNU Affero General Public License for more details.
 
  20     You should have received a copy of the GNU Affero General Public License
 
  21     along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
  26  * All packages listed in requirements.txt
 
  27  * Python libraries from lib directory
 
  28  * Django applications from apps directory
 
  30 How to deploy (development version)
 
  33 1. Checkout the source code from Github
 
  34 2. Install libraries (we recommend using pip):
 
  36     pip install -r requirements.txt
 
  38 3. Setup your local configuration based on settings.py. You need to generate a new SECRET_KEY, database stuff and domain related stuff.
 
  41     ./wolnelektury/manage.py syncdb
 
  42     ./wolnelektury/manage.py migrate
 
  44 5. Import some books which are availble on http://www.wolnelektury.pl or on bitbucket mirror: http://bitbucket.org/lqc/wlbooks/
 
  48    ./wolnelektury/manage.py runserver
 
  50 Full list of used open-source software
 
  51 ======================================
 
  58  - Source: [djangoproject.com](http://www.djangoproject.com/)
 
  59  - Authors: [many authors](http://code.djangoproject.com/browser/django/trunk/AUTHORS)
 
  60  - License: [BSD License](http://code.djangoproject.com/browser/django/trunk/LICENSE)
 
  65  - Source: [Google Code](http://code.google.com/p/django-pagination/)
 
  66  - Authors: James Tauber <jtauber@gmail.com>, leidel@gmail.com
 
  67  - License: [New BSD License](http://www.opensource.org/licenses/bsd-license.php)
 
  68  - Type: library (aplikacja django)
 
  72 - Source: [aercode.org](http://south.aeracode.org/)
 
  73 - Authors: Andrew Godwin <andrew@aeracode.org>, Andy McCurdy <sedrik@gmail.com>
 
  74 - License: [Apache License 2.0](http://www.opensource.org/licenses/apache2.0.php)
 
  75 - Type: library (aplikacja django)
 
  79  - Żródła: [codespeak.net](http://codespeak.net/lxml/index.html#download)
 
  80  - Authors: [many authors](http://codespeak.net/lxml/credits.html)
 
  81  - License: [BSD License](http://codespeak.net/lxml/index.html#license)
 
  86  - Source: [Google Code](http://code.google.com/p/feedparser/)
 
  87  - Authors: Mark Pilgrim <pilgrim@gmail.com>
 
  88  - License: [MIT License](http://www.opensource.org/licenses/mit-license.php)
 
  92 Internal (means we hacked on sources of those): 
 
  97  - Source: [Google Code](http://code.google.com/p/django-compress/)
 
  98  - Authors: Andreas Pelme <andreas.pelme@gmail.com>
 
  99  - License: [MIT License](http://www.opensource.org/licenses/mit-license.php)
 
 100  - Type: library (Django aplication)
 
 104  - Source: [Google Code](http://code.google.com/p/django-chunks/)
 
 105  - Authors: Clint Ecker <clintecker@gmail.com>
 
 106  - License: [New BSD License](http://www.opensource.org/licenses/bsd-license.php)
 
 107  - Type: library (Django aplication)
 
 111  - Source: [BitBucket](http://www.bitbucket.org/zuber/django-newtagging/)
 
 112  - Authors: Marek Stępniowski <marek@stepniowski.com>
 
 113  - License: [MIT License](http://www.opensource.org/licenses/mit-license.php)
 
 114  - Type: library (Django aplication)
 
 115  - Notes: Aplication based on  [django-tagging](http://code.google.com/p/django-tagging/), also [MIT](http://www.opensource.org/licenses/mit-license.php) license.
 
 117 django-piston (0.2.3rc)
 
 118 ------------------------
 
 119  - http://bitbucket.org/jespern/django-piston/wiki/Home
 
 123  - Source: [ASPN Cookbook](http://code.activestate.com/recipes/389023/)
 
 124  - Authors: Thomas Hinkle
 
 125  - License: [MIT License](http://code.activestate.com/help/terms/)
 
 127  - Notes: Patched by Marek Stępniowski <marek@stepniowski.com> to accept Unicode strings
 
 133  * Marek Stępniowski  <marek@stepniowski.com>
 
 134  * Łukasz Rekucki <lrekucki@gmail.com>