diff options
| author | 2015-07-08 07:35:06 -0300 | |
|---|---|---|
| committer | 2015-07-08 07:35:06 -0300 | |
| commit | 055d72d76b44b0e627c8a17c48dbecd62e44197b (patch) | |
| tree | e2c8d5475477c46115461fe9547c1ee797873635 /README.rst | |
| parent | 61f3aad02cd6492cb38e41b66f2ed8ec56e98981 (diff) | |
| parent | b0b24795b24ee6809397fbbadf42f31f310a219f (diff) | |
Merge tag 'upstream/7.6.0'
Upstream version 7.6.0
Diffstat (limited to 'README.rst')
| -rw-r--r-- | README.rst | 22 |
1 files changed, 14 insertions, 8 deletions
@@ -33,23 +33,29 @@ It has many features, but here are some of the nicer ones: * `Blogs, with tags, feeds, archives, comments, etc.`__ * `Themable`_ * Fast builds, thanks to `doit`_ -* Flexible, extensible via plugins +* Flexible, extensible via the dozens of `available plugins`_ * Small codebase (programmers can understand all of Nikola core in a day) * `reStructuredText`_ or Markdown as input language (also Wiki, BBCode, Textile, and HTML) * Easy `image galleries`_ (just drop files in a folder!) * Syntax highlighting for almost any programming language or markup * Multilingual sites, `translated to 18 languages.`__ * Doesn't reinvent wheels, leverages existing tools. -* Python 2.6, 2.7, 3.3 and 3.4 compatible. +* Python 2.7, 3.3 and 3.4 compatible. -.. _Nikola Handbook: http://getnikola.com/handbook.html#why-static -__ http://users.getnikola.com/ -.. _Themable: http://themes.getnikola.com +.. _Nikola Handbook: https://getnikola.com/handbook.html#why-static +__ https://users.getnikola.com/ +.. _Themable: https://themes.getnikola.com .. _doit: http://pydoit.org -.. _reStructuredText: http://getnikola.com/quickstart.html -.. _image galleries: http://getnikola.com/galleries/demo/ +.. _available plugins: https://plugins.getnikola.com/ +.. _reStructuredText: https://getnikola.com/quickstart.html +.. _image galleries: https://getnikola.com/galleries/demo/ __ https://www.transifex.com/projects/p/nikola/ +Nikola Architecture +------------------- + +.. image:: https://getnikola.com/images/architecture.png + Installation Instructions ------------------------- @@ -65,4 +71,4 @@ For tests (see tests/README.rst for more details):: pip install Nikola[extras,tests] -For more information, see http://getnikola.com/ +For more information, see https://getnikola.com/ |
