diff options
Diffstat (limited to 'README.rst')
| -rw-r--r-- | README.rst | 28 |
1 files changed, 14 insertions, 14 deletions
@@ -3,18 +3,20 @@ Nikola, a Static Site and Blog Generator In goes content, out comes a website, ready to deploy. -.. image:: https://travis-ci.org/getnikola/nikola.png - :target: https://travis-ci.org/getnikola/nikola +.. image:: http://img.shields.io/pypi/v/Nikola.png + :target: https://pypi.python.org/pypi/Nikola -.. image:: https://pypip.in/v/Nikola/badge.png - :target: https://crate.io/packages/Nikola +.. .. image:: http://img.shields.io/pypi/d/Nikola.png +.. :target: https://pypi.python.org/pypi/Nikola -.. image:: https://pypip.in/d/Nikola/badge.png - :target: https://crate.io/packages/Nikola +.. image:: http://img.shields.io/travis/getnikola/nikola.png + :target: https://travis-ci.org/getnikola/nikola -.. image:: https://coveralls.io/repos/getnikola/nikola/badge.png?branch=master +.. image:: http://img.shields.io/coveralls/getnikola/nikola.png :target: https://coveralls.io/r/getnikola/nikola?branch=master +.. image:: http://img.shields.io/badge/license-MIT-green.png + :target: https://github.com/getnikola/nikola/blob/master/LICENSE.txt Why Static Websites? -------------------- @@ -38,7 +40,7 @@ It has many features, but here are some of the nicer ones: * 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 and 3.3 compatible. +* Python 2.6, 2.7, 3.3 and 3.4 compatible. .. _Nikola Handbook: http://getnikola.com/handbook.html#why-static __ http://users.getnikola.com/ @@ -53,16 +55,14 @@ Installation Instructions Assuming you have pip installed:: - git clone git://github.com/getnikola/nikola.git - cd nikola - pip install . + pip install Nikola For optional features:: - pip install -r requirements-full.txt - + pip install Nikola[extras] + For tests (see tests/README.rst for more details):: - pip install -r requirements-tests.txt + pip install Nikola[extras,tests] For more information, see http://getnikola.com/ |
