Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bergerx/cntnt
A different content system which every item has a named relations with others.
https://github.com/bergerx/cntnt
Last synced: 27 days ago
JSON representation
A different content system which every item has a named relations with others.
- Host: GitHub
- URL: https://github.com/bergerx/cntnt
- Owner: bergerx
- Created: 2013-01-25T05:42:22.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-01-25T05:42:41.000Z (almost 12 years ago)
- Last Synced: 2023-03-20T10:32:13.528Z (almost 2 years ago)
- Language: Python
- Size: 133 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
cntnt
=====A pure content management system with a different approach. Every node has a
named relation with an other node. And nodes have types which defines the
structure and relations of a node.This is actually an experiment project I've started years before.
For understanding what this does, just try running cntnt.py:
.. code-block::
$ ./cntnt.py
Usage:
Create -c --content --type --parent [--label]
Read -r (--id|--path)
Read Childs -R --id
Update -u --id [--content] [--type] [--parent] [--label]
Delete -d --id
Recursive Delete -D --id
Tree -t [--id]