⇤ ← Revision 1 as of 2010-02-23 17:44:41
Size: 1418
Comment: Talaria extension
|
Size: 1466
Comment: standard link terminology
|
Deletions are marked like this. | Additions are marked like this. |
Line 7: | Line 7: |
Download site: http://imankulov.name/talaria/ | Web page: http://imankulov.name/talaria/ Repository: http://hg.imankulov.name/talaria-dev/ |
Talaria extension
This extension is/is not distributed with Mercurial.
Author: Roman Imankulov
Web page: http://imankulov.name/talaria/
Repository: http://hg.imankulov.name/talaria-dev/
Overview
Talaria aims to be a lightweight, elegant, easy to extend geek-friendly content management system. Primary goal of the project is to offer people an easy way to manage simple hierarchical trees of HTML-documents, such as web-sites, documentation, etc.
Installation
Talaria extension can be downloaded from the official site, or installed from python package index with
easy_install Talaria
Sure enough, you can clone Talaria repository as well:
hg clone http://hg.imankulov.name/talaria-dev
Configuration
It's recommended to use talaria along with MQ extension. Configure your .hgrc to enable the extension by adding following lines:
[extensions] talaria= hgext.mq =
Examples
You can browse online the repository containing Talaria website itself. Below is a filelist of a sample project created with hg talaria-quickstart command:
. |-- data | |-- content.mkd | `-- options.json |-- media `-- templates `-- default.html