3 
 
   6 Wolne Lektury is a free internet library maintained by Modern Poland Foundation.
 
   8 It's a service based on [Django](https://www.djangoproject.com/), using
 
   9 [Librarian](https://git.mdrn.pl/librarian.git) to publish books in various formats.
 
  15   
 
  17     Copyright © 2008-2019 Fundacja Nowoczesna Polska <fundacja@nowoczesnapolska.org.pl>
 
  19     For full list of contributors see AUTHORS section at the end. 
 
  21     This program is free software: you can redistribute it and/or modify
 
  22     it under the terms of the GNU Affero General Public License as published by
 
  23     the Free Software Foundation, either version 3 of the License, or
 
  24     (at your option) any later version.
 
  26     This program is distributed in the hope that it will be useful,
 
  27     but WITHOUT ANY WARRANTY; without even the implied warranty of
 
  28     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
  29     GNU Affero General Public License for more details.
 
  31     You should have received a copy of the GNU Affero General Public License
 
  32     along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
  39  * All packages listed in requirements.txt
 
  42 How to deploy (development version)
 
  45 1. Checkout the source code from Git and enter the directory
 
  46 2. Install libraries (we recommend using pip):
 
  48     pip install -r requirements/requirements.txt
 
  50 3. Setup your local configuration in src/wolnelektury/localsettings.py. You need to generate a new SECRET_KEY, database stuff and domain related stuff.
 
  60 6. Import some books which are available on http://www.wolnelektury.pl or on bitbucket mirror: http://bitbucket.org/lqc/wlbooks/
 
  61    If you use Bitbucket, you also need Mercurial to fetch books (you can install it using: pip install mercurial).
 
  62    After downloading books, log into administration, go to Books and choose 'Browse' to select book file,
 
  63    then fire 'Import book' to upload it. Some books have invalid XML, so you can get an error
 
  64    (just ignore it and look for other books).
 
  66 7. We provide localization of the software in following languages: Polish, Russian, German, English, Spanish, French and Lithuanian.
 
  67    Translation strings are based on gettext and can be found under 'locale' dir.
 
  68    There are also JavaScript files for jQuery countdown plugin (static/js/jquery.countdown-*.js).
 
  76   based on [django-chunks](http://code.google.com/p/django-chunks/)
 
  77   by Clint Ecker <clintecker@gmail.com>,
 
  78   [New BSD License](http://www.opensource.org/licenses/bsd-license.php)
 
  79 * [django-newtagging](http://www.bitbucket.org/zuber/django-newtagging/)
 
  81   by Marek Stępniowski <marek@stepniowski.com>,
 
  82   [MIT License](http://www.opensource.org/licenses/mit-license.php),
 
  83   based on [django-tagging](http://code.google.com/p/django-tagging/), also under [MIT License](http://www.opensource.org/licenses/mit-license.php)
 
  84 * [jPlayer](http://jplayer.org/)
 
  85   in `src/catalogue/static/jplayer`
 
  87   [MIT License](http://opensource.org/licenses/MIT)
 
  88 * [Switch template tag](http://djangosnippets.org/snippets/967/)
 
  89   in `src/wolnelektury/templatetags/switch_tag.py`
 
  91 * Javascript in `src/wolnelektury/static/js/contrib`
 
  92   with relevant attribution and licensing
 
  97  * Marek Stępniowski  <marek@stepniowski.com>
 
  98  * Łukasz Rekucki <lrekucki@gmail.com>