diff options
author | Jonas' Debian stuff <debian@mail.bitbase.dk> | 2008-02-23 03:15:06 +0100 |
---|---|---|
committer | Jonas' Debian stuff <debian@mail.bitbase.dk> | 2008-02-23 03:15:06 +0100 |
commit | ccc5e8d67ae3420224694e4072b95c88abf88cc2 (patch) | |
tree | c1afb277a2e583bd8b2888afb91158e0d81dc208 | |
parent | 589084617041e6d6b299646c79763b5223bfb201 (diff) |
web commit by jonas: Add short notes on data formats
-rw-r--r-- | ikiroles.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ikiroles.mdwn b/ikiroles.mdwn index e644733..e7192db 100644 --- a/ikiroles.mdwn +++ b/ikiroles.mdwn @@ -8,6 +8,10 @@ the web graphics and interface **designer** and the normal **reader** of the sit The author can write content before the shaping and visual enhancing is ready. And the site can be live readable while evolving both content and style. + * Text is expressed in simple text - similar to the way emails are traditionally written. + * Html is expressed in a simple template format - similar to plain html. + * Graphics and other rich media files are stored as-is. + The system builds two websites in parallel - one presented for normal reading, and another one with edit links, only offered to designer and author (secured by individual passwords). |