Changes between Initial Version and Version 1 of HeaderFormat


Ignore:
Timestamp:
Sep 21, 2024, 10:30:15 PM (2 months ago)
Author:
yakumo.izuru
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HeaderFormat

    v1 v1  
     1
     2== Header format
     3
     4* ID:      Unique identifier
     5* Date:    ISO8601 date of creation
     6* Topics:  Comma-separated list of topic names & phrases
     7* Title:   A title for the text, ideally less than 70 characters   
     8* Authors: List of name with optional set of {{{ <address> }}}
     9* Date-edited: ISO8601, use only when text edited
     10* References: list of text ID links
     11
     12
     13A blank line must follow the last header field.
     14
     15
     16Example
     17
     18{{{
     19ID: 11bcd
     20Title: A Logarion exemplar header
     21Authors: John Doe <http://example.com> <jd@example.com>
     22Date: 1970-11-06T12:29:50-00:00
     23Topic: Logarion, examples
     24
     25
     26Hello world!
     27}}}