gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] fenfire/docs/pegboard creation_history--tjl/peg...


From: Tuomas J. Lukka
Subject: [Gzz-commits] fenfire/docs/pegboard creation_history--tjl/peg...
Date: Sat, 02 Aug 2003 05:25:30 -0400

CVSROOT:        /cvsroot/fenfire
Module name:    fenfire
Branch:         
Changes by:     Tuomas J. Lukka <address@hidden>        03/08/02 05:25:30

Modified files:
        docs/pegboard/creation_history--tjl: peg.rst 
        docs/pegboard/fenpdf_v1_spec_1--tjl: peg.rst 

Log message:
        Peg twids

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/fenfire/fenfire/docs/pegboard/creation_history--tjl/peg.rst.diff?tr1=1.4&tr2=1.5&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/fenfire/fenfire/docs/pegboard/fenpdf_v1_spec_1--tjl/peg.rst.diff?tr1=1.10&tr2=1.11&r1=text&r2=text

Patches:
Index: fenfire/docs/pegboard/creation_history--tjl/peg.rst
diff -u fenfire/docs/pegboard/creation_history--tjl/peg.rst:1.4 
fenfire/docs/pegboard/creation_history--tjl/peg.rst:1.5
--- fenfire/docs/pegboard/creation_history--tjl/peg.rst:1.4     Tue Jul 29 
10:06:35 2003
+++ fenfire/docs/pegboard/creation_history--tjl/peg.rst Sat Aug  2 05:25:30 2003
@@ -4,8 +4,8 @@
 
 :Authors:  Tuomas Lukka
 :Date-Created: 2003-07-28
-:Last-Modified: $Date: 2003/07/29 14:06:35 $
-:Revision: $Revision: 1.4 $
+:Last-Modified: $Date: 2003/08/02 09:25:30 $
+:Revision: $Revision: 1.5 $
 :Status:   Current
 :Stakeholders: benja, mudyc, humppake
 :Scope:    Minor
@@ -46,11 +46,22 @@
         * relations, too.
         */
        static public final Object currentOf;
+
+       /** (X, firstOf, follows) means that X is the root
+        * of a "follows" chain. This applies to other relations,
+        * too.
+        */
+       static public final Object firstOf;
     }
 
 These would be used to keep track of in what order canvases
 were created and PDF files imported in FenPDF.
 
 When merging, all but one currentOf relations would be deleted.
+
+The treeness arises from merging: merge does not have
+to artificially pack the sequences into one sequence but
+can just take all "follows" triples from all versions, 
+hence the name.
 
 
Index: fenfire/docs/pegboard/fenpdf_v1_spec_1--tjl/peg.rst
diff -u fenfire/docs/pegboard/fenpdf_v1_spec_1--tjl/peg.rst:1.10 
fenfire/docs/pegboard/fenpdf_v1_spec_1--tjl/peg.rst:1.11
--- fenfire/docs/pegboard/fenpdf_v1_spec_1--tjl/peg.rst:1.10    Fri Aug  1 
05:36:52 2003
+++ fenfire/docs/pegboard/fenpdf_v1_spec_1--tjl/peg.rst Sat Aug  2 05:25:30 2003
@@ -4,8 +4,8 @@
 
 :Authors:  Tuomas J. Lukka
 :Date-Created: 2003-07-28
-:Last-Modified: $Date: 2003/08/01 09:36:52 $
-:Revision: $Revision: 1.10 $
+:Last-Modified: $Date: 2003/08/02 09:25:30 $
+:Revision: $Revision: 1.11 $
 :Status:   Incomplete
 :Stakeholders: benja, mudyc, humppake
 :Scope:    Major
@@ -213,6 +213,20 @@
 and e.g. canvas / document types. FenPDF is only the first applitude 
 we will try to settle. There will be others (fencode, fenwrite, ... ?) which
 will operate within the same graph.
+
+Implementation
+==============
+
+The FenPDF 1.0 client shall be implemented in a new
+demo file, ``org/fenfire/demo/fenpdf10.py``. This means
+that buoying is still free ground for experiments.
+
+It is really strict that this new demo shall **never** refer,
+directly or indirectly, to any lava code.
+
+This means that before 1.0 release, all code in lava that
+is needed has to be PEGged and accepted.
+
 
 Structure
 =========




reply via email to

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