gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] fenfire docs/pegboard/markup_xhtmlmodules--tjl/...


From: Tuomas J. Lukka
Subject: [Gzz-commits] fenfire docs/pegboard/markup_xhtmlmodules--tjl/...
Date: Tue, 08 Apr 2003 16:31:05 -0400

CVSROOT:        /cvsroot/fenfire
Module name:    fenfire
Changes by:     Tuomas J. Lukka <address@hidden>        03/04/08 16:31:05

Modified files:
        docs/pegboard/markup_xhtmlmodules--tjl: peg.rst 
        org/fenfire    : Fen.java 

Log message:
        pegging_away

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/fenfire/fenfire/docs/pegboard/markup_xhtmlmodules--tjl/peg.rst.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/fenfire/fenfire/org/fenfire/Fen.java.diff?tr1=1.1&tr2=1.2&r1=text&r2=text

Patches:
Index: fenfire/docs/pegboard/markup_xhtmlmodules--tjl/peg.rst
diff -u fenfire/docs/pegboard/markup_xhtmlmodules--tjl/peg.rst:1.1 
fenfire/docs/pegboard/markup_xhtmlmodules--tjl/peg.rst:1.2
--- fenfire/docs/pegboard/markup_xhtmlmodules--tjl/peg.rst:1.1  Tue Apr  8 
03:57:25 2003
+++ fenfire/docs/pegboard/markup_xhtmlmodules--tjl/peg.rst      Tue Apr  8 
16:31:05 2003
@@ -3,9 +3,9 @@
 =============================================================
 
 :Author:   Tuomas J. Lukka
-:Last-Modified: $Date: 2003/04/08 07:57:25 $
-:Revision: $Revision: 1.1 $
-:Status:   Incomplete
+:Last-Modified: $Date: 2003/04/08 20:31:05 $
+:Revision: $Revision: 1.2 $
+:Status:   Current
 
 Marked-up text has always been a difficult but focal point for us.  
 This PEG proposes using some modules from modularized XHTML
@@ -19,6 +19,14 @@
 
 - How to handle images? The img tag of the image module is not good.
   A new alph element? What properties do we need? Are stylesheets enough?
+
+    RESOLVED: New alph elements: is (imagespan) and ps (pageimagespan).
+    These elements work just like HTML's <img> except for the attributes.
+    We need the block and the x,y location and w, h. For page spans,
+    also the first page and number of pages used. Pagespan layout should
+    probably be left to the stylesheet / presentation layers.
+
+
 
 Changes
 =======
Index: fenfire/org/fenfire/Fen.java
diff -u fenfire/org/fenfire/Fen.java:1.1 fenfire/org/fenfire/Fen.java:1.2
--- fenfire/org/fenfire/Fen.java:1.1    Sun Apr  6 09:05:19 2003
+++ fenfire/org/fenfire/Fen.java        Tue Apr  8 16:31:05 2003
@@ -15,7 +15,7 @@
     
     /** The transclusion index.
      */
-//    public EnfiladeOverlapIndex enfiladeOverlap;
+    public org.fenfire.index.Index enfiladeOverlap;
 
     /** The set of xanadu links in use with this Fen.
      */




reply via email to

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