commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

r6092 - in trunk/gnue-packages: . doc doc/technotes


From: kilo
Subject: r6092 - in trunk/gnue-packages: . doc doc/technotes
Date: Tue, 27 Jul 2004 16:33:59 -0500 (CDT)

Author: kilo
Date: 2004-07-27 16:33:58 -0500 (Tue, 27 Jul 2004)
New Revision: 6092

Added:
   trunk/gnue-packages/doc/
   trunk/gnue-packages/doc/technotes/
   trunk/gnue-packages/doc/technotes/00000.txt
   trunk/gnue-packages/doc/technotes/Makefile
Log:
Technotes

Added: trunk/gnue-packages/doc/technotes/00000.txt
===================================================================
--- trunk/gnue-packages/doc/technotes/00000.txt 2004-07-27 15:01:35 UTC (rev 
6091)
+++ trunk/gnue-packages/doc/technotes/00000.txt 2004-07-27 21:33:58 UTC (rev 
6092)
@@ -0,0 +1,19 @@
+Title:   GNUe Packages Tech Note Specification
+Status:  Current 
+Created: 2004-07-27
+Revised: 2004-07-27
+
+This technote describes the format of technotes.  A technote should be in 
+plain text (ASCII) format. They should be numbered sequentially. 
+
+The file consists of two sections, the header section and the text section.
+The header consists of line-delimited "field: value" pairs. Valid headers:
+
+  Title:  <The title of this technote>  (Required) 
+  Status: <Current|Deprecated|Obsolete> (Required)
+  Created: <Creation date in YYYY-MM-DD format>
+  Revised: <Last revision date in YYYY-MM-DD format>
+
+The header section is terminated with the first blank line. 
+
+

Added: trunk/gnue-packages/doc/technotes/Makefile
===================================================================
--- trunk/gnue-packages/doc/technotes/Makefile  2004-07-27 15:01:35 UTC (rev 
6091)
+++ trunk/gnue-packages/doc/technotes/Makefile  2004-07-27 21:33:58 UTC (rev 
6092)
@@ -0,0 +1,9 @@
+# Makefile for technotes directory
+
+CTI = ../../../gnue-common/utils/create-technote-index.py
+
+index.html: [0-9]*.txt
+       test -f $(CTI) && python $(CTI)
+
+clean:
+       rm -f index.html index.txt





reply via email to

[Prev in Thread] Current Thread [Next in Thread]