summaryrefslogtreecommitdiff
path: root/doc/README_FOR_APP
diff options
context:
space:
mode:
authorhukl <hukl@eight.local>2009-02-02 21:01:30 +0100
committerhukl <hukl@eight.local>2009-02-02 21:01:30 +0100
commitfa31c7b73d57183f5379d81bf17aaf45bea59daa (patch)
tree768861f4640f20ffe86e77bc0fb559c9d9fa23e8 /doc/README_FOR_APP
parent9c793dd8b3adc8adb8d541b88a1f547e18937d14 (diff)
just a few more lines in the concept
Diffstat (limited to 'doc/README_FOR_APP')
-rw-r--r--doc/README_FOR_APP18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/README_FOR_APP b/doc/README_FOR_APP
index 9f7133a..c1bc254 100644
--- a/doc/README_FOR_APP
+++ b/doc/README_FOR_APP
@@ -48,6 +48,24 @@ authors etc, must be copied one a new revision of a page is created. The Page
48class is providing a deep_copy method to make sure everything important is 48class is providing a deep_copy method to make sure everything important is
49copied. 49copied.
50 50
51===Keywords
52
53Pages of course come with meta data attatched to them. Keywords are one kind of
54meta data. They can be understood and used as tags, categories or any similar
55concept.
56
57===Aggregation
58
59Keywords and other meta data can be used to aggregate any ammount of pages
60into the body of another page.
61
62<aggregate
63 flags="updates pressemitteilungen"
64 limit="20"
65 order_by="published_at"
66 order_direction="DESC"
67/>
68
51 69
52git clone ssh://git@svn.medienhaus.udk-berlin.de/usr/local/git/cccms 70git clone ssh://git@svn.medienhaus.udk-berlin.de/usr/local/git/cccms
53 71