~ubuntu-branches/ubuntu/hardy/gnue-common/hardy

« back to all changes in this revision

Viewing changes to doc/technotes/00000.txt

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Mitchell
  • Date: 2005-03-09 11:06:31 UTC
  • Revision ID: james.westby@ubuntu.com-20050309110631-8gvvn39q7tjz1kj6
Tags: upstream-0.5.14
ImportĀ upstreamĀ versionĀ 0.5.14

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Title:   GNUe Common Tech Note Specification
 
2
Status:  Current 
 
3
Created: 2002-07-17
 
4
Revised: 2002-07-17
 
5
 
 
6
This technote describes the format of technotes.  A technote should be in 
 
7
plain text (ASCII) format. They should be numbered sequentialGly. 
 
8
 
 
9
The file consists of two sections, the header section and the text section.
 
10
The header consists of line-delimited "field: value" pairs. Valid headers:
 
11
 
 
12
  Title:  <The title of this technote>  (Required) 
 
13
  Status: <Current|Deprecated|Obsolete> (Required)
 
14
  Created: <Creation date in YYYY-MM-DD format>
 
15
  Revised: <Last revision date in YYYY-MM-DD format>
 
16
 
 
17
The header section is terminated with the first blank line. 
 
18
 
 
19