From e7eecb03e0fc6ec586821df01ffc0ebd091830db Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Tue, 10 May 2011 23:40:19 +0100 Subject: [PATCH] Add features to the readme --- README.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index ae132095..10929c15 100644 --- a/README.rst +++ b/README.rst @@ -14,12 +14,14 @@ Features Pelican currently supports: -* blog articles +* blog articles and pages * comments, via an external service (disqus). Please notice that while it's useful, it's an external service, and you'll not manage the comments by yourself. It could potentially eat your data. * theming support (themes are done using `jinja2 `_) * PDF generation of the articles/pages (optional). +* Translations +* Syntactic recognition Have a look to `the documentation `_ for more informations.