diff options
author | John <john@ankarstrom.se> | 2021-03-01 17:13:17 +0100 |
---|---|---|
committer | John <john@ankarstrom.se> | 2021-03-01 17:13:17 +0100 |
commit | fd8bb73f5a79807a6f321777fe1bf3128aaf104c (patch) | |
tree | c7ed8cab2a794d897b9951566468764f5d5dcccc | |
download | comb-fd8bb73f5a79807a6f321777fe1bf3128aaf104c.tar.gz |
Add README
-rw-r--r-- | README | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -0,0 +1,18 @@ +Comb is a modular weblog/website engine. + +A Comb site consists a single *database*, +accessed through multiple *interfaces*: + + - Web interface + - Atom/RSS interface + - Administration interface + - XML-RPC interface + +These are all interfaces to the underlying database. +They are implemented in Comb as Ruby classes, +all of which inherit from a super-class, +which serves as a general-purpose interface to the database. + +Comb is customized and extended by editing the interfaces. +For example, the web interface replaces the "themes" +characteristic of most other content management systems. |