summaryrefslogtreecommitdiff
path: root/doc/README_FOR_APP
diff options
context:
space:
mode:
authorhukl <hukl@eight.local>2009-02-06 21:14:37 +0100
committerhukl <hukl@eight.local>2009-02-06 21:14:37 +0100
commit21b840140818887c5ba929640f85e87d7818d431 (patch)
tree711107135997b2aeedaabdfe1f460c8eece303fb /doc/README_FOR_APP
parent70f9aa710d37cd8ec5d9402d3f5763bbee9a6554 (diff)
updated readme
Diffstat (limited to 'doc/README_FOR_APP')
-rw-r--r--doc/README_FOR_APP17
1 files changed, 13 insertions, 4 deletions
diff --git a/doc/README_FOR_APP b/doc/README_FOR_APP
index c1bc254..b1d2ab4 100644
--- a/doc/README_FOR_APP
+++ b/doc/README_FOR_APP
@@ -48,11 +48,20 @@ 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 51===Tags
52 52
53Pages of course come with meta data attatched to them. Keywords are one kind of 53Pages of course come with meta data attatched to them. Tags are one kind of
54meta data. They can be understood and used as tags, categories or any similar 54meta data. They can be understood and used as keywords, categories, tags or any
55concept. 55similar concept.
56
57===Templates
58
59Althought there is only one, simple and unified, template for editing pages, it
60is possible to select from different templates for public display. This
61selection of templates allows slight alterations of the layout. For example one
62template would display every attribute of a page (like date, author, abstract)
63while another template would hide this information away. One would show the tags
64of a page, another wouldn't.
56 65
57===Aggregation 66===Aggregation
58 67