From fd8bb73f5a79807a6f321777fe1bf3128aaf104c Mon Sep 17 00:00:00 2001 From: John Date: Mon, 1 Mar 2021 17:13:17 +0100 Subject: Add README --- README | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..28dd290 --- /dev/null +++ b/README @@ -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. -- cgit v1.2.3