diff options
Diffstat (limited to 'doc/README_FOR_APP')
| -rw-r--r-- | doc/README_FOR_APP | 18 |
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 | |||
| 48 | class is providing a deep_copy method to make sure everything important is | 48 | class is providing a deep_copy method to make sure everything important is |
| 49 | copied. | 49 | copied. |
| 50 | 50 | ||
| 51 | ===Keywords | ||
| 52 | |||
| 53 | Pages of course come with meta data attatched to them. Keywords are one kind of | ||
| 54 | meta data. They can be understood and used as tags, categories or any similar | ||
| 55 | concept. | ||
| 56 | |||
| 57 | ===Aggregation | ||
| 58 | |||
| 59 | Keywords and other meta data can be used to aggregate any ammount of pages | ||
| 60 | into 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 | ||
| 52 | git clone ssh://git@svn.medienhaus.udk-berlin.de/usr/local/git/cccms | 70 | git clone ssh://git@svn.medienhaus.udk-berlin.de/usr/local/git/cccms |
| 53 | 71 | ||
