Deprecated! Please use modern static site generators, e.g. https://nextjs.org/
Šis repozitorijs tika arhivēts 2020-09-29. Ir iespējams aplūkot tā failus un to konēt, bet nav iespējams iesūtīt izmaiņas, kā arī atvērt jaunas problēmas vai izmaiņu pieprasījumus.
 
 
 
Iet uz failu
Антон Касимов 92db5286fe Обновление способа импорта макросов 2020-09-27 01:30:08 +03:00
flatfilecms Обновление способа импорта макросов 2020-09-27 01:30:08 +03:00
tests Глобальные функции превращены в фильтры jinja2 [closes #40] 2019-06-13 14:17:17 +03:00
.gitignore Обновление способа импорта макросов 2020-09-27 01:30:08 +03:00
.hgignore Обновление способа импорта макросов 2020-09-27 01:30:08 +03:00
MANIFEST.in Включениче шаблонов в пакет 2018-10-15 02:15:19 +03:00
Makefile Перевод на poetry [closes #48], отделение debug 2019-11-17 00:43:39 +03:00
README.rst Перевод на poetry [closes #48], отделение debug 2019-11-17 00:43:39 +03:00
poetry.lock Обновление способа импорта макросов 2020-09-27 01:30:08 +03:00
pyproject.toml Обновление способа импорта макросов 2020-09-27 01:30:08 +03:00
pytest.ini Добавление тестов и переход на 0.3 2019-02-10 23:21:47 +03:00

README.rst

Radium Flat-file CMS
====================

Getting Started
---------------

- Install flatfilecms

    pip install flatfilecms

- Use flatfilecms:main as a WSGI application

Changelog
=========

0.3
---

- Page items can specify view to render
- Templates and views for blog posts and blog index
- Atom feed generation for blog index
- Page item can contain published and updated timestamps
- Facebook and twitter meta tags
- Added Babel library for l10n and i18n
- Replaced watchdog with hupper for reload on change feature
- Loading global data (e.g. base_url)
- sitemap will include lastfreq on items with published or updated timestamp
- sitemap ignore rules are regexes now

0.2
---

- Bugfixes

0.1
---

- Initial version.