aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2021-02-03 19:17:50 -0500
committerLibravatarUnit 193 <unit193@unit193.net>2021-02-03 19:17:50 -0500
commit475d074fd74425efbe783fad08f97f2df0c4909f (patch)
tree2acdae53999b3c74b716efa4edb5b40311fa356a /README.rst
parentcd502d52787f666fff3254d7d7e7578930c813c2 (diff)
parent3a0d66f07b112b6d2bdc2b57bbf717a89a351ce6 (diff)
Update upstream source from tag 'upstream/8.1.2'
Update to upstream version '8.1.2' with Debian dir e5e966a9e6010ef70618dc9a61558fa4db35aceb
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst9
1 files changed, 6 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 1b814d0..59d36b4 100644
--- a/README.rst
+++ b/README.rst
@@ -18,6 +18,9 @@ In goes content, out comes a website, ready to deploy.
.. image:: http://img.shields.io/badge/license-MIT-green.svg
:target: https://github.com/getnikola/nikola/blob/master/LICENSE.txt
+.. image:: https://build.snapcraft.io/badge/getnikola/nikola.svg
+ :target: https://build.snapcraft.io/user/getnikola/nikola
+
Why Static Websites?
--------------------
@@ -38,9 +41,9 @@ It has many features, but here are some of the nicer ones:
* `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.`__
+* Multilingual sites, `translated to 50 languages.`__
* Doesn't reinvent wheels, leverages existing tools.
-* Python 2.7, 3.3, 3.4 and 3.5 compatible.
+* Python 3.4+ compatible.
.. _Nikola Handbook: https://getnikola.com/handbook.html#why-static
__ https://users.getnikola.com/
@@ -67,7 +70,7 @@ For optional features::
pip install "Nikola[extras]"
-For tests (see tests/README.rst for more details)::
+For tests::
pip install "Nikola[extras,tests]"