This repository has been archived on 2020-09-29. You can view files and clone it, but cannot push or open issues/pull-requests.
flatfilecms/README.rst

39 行
729 B
ReStructuredText

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.