Minor changes in GUII matrix.

Changes in tasks.php3 and roadmap.php3, reflecting my a small change in
InsetGraphics status, adding the Scripting part to future tasks and
small minor changes.

-- 
Baruch Even
http://baruch.ev-en.org/
Index: ChangeLog
===================================================================
RCS file: /usr/local/lyx/cvsroot/www-devel/ChangeLog,v
retrieving revision 1.96
diff -u -r1.96 ChangeLog
--- ChangeLog   2001/07/24 06:43:47     1.96
+++ ChangeLog   2001/07/31 11:46:42
@@ -1,3 +1,11 @@
+2001-07-31  Baruch Even  <[EMAIL PROTECTED]>
+
+       * roadmap.php3:
+       * tasks.php3: updated a bit the pending tasks.
+
+       * guii.php3: added comments for Figure and InsertFigure (they will be 
+       obsoleted by InsetGraphics).
+
 2001-07-24  Allan Rae  <[EMAIL PROTECTED]>
 
        * start.php3: hopefully the definitive fix to the "Konqueror getting a sidebar
Index: guii.php3
===================================================================
RCS file: /usr/local/lyx/cvsroot/www-devel/guii.php3,v
retrieving revision 1.39
diff -u -r1.39 guii.php3
--- guii.php3   2001/07/21 06:58:54     1.39
+++ guii.php3   2001/07/31 11:46:43
@@ -77,8 +77,8 @@
 $tab["Url"] =                  array( 3, 3, 1, "");
 $tab["VCLogFile"] =            array( 3, 0, 0, "");
 $tab["Note"] =                 array( 1, 0, 0, "Obsolete. I think Angus has a patch 
to make this a collapsable inset ? That's right; I'll shove it in eventually.");
-$tab["Figure"] =               array( 0, 0, 0, "obsolete ?");
-$tab["InsertFigure"] =         array( 0, 0, 0, "obsolete ?");
+$tab["Figure"] =               array( 0, 0, 0, "Will be Obsoleted by InsetGraphics");
+$tab["InsertFigure"] =         array( 0, 0, 0, "Will be Obsoleted by InsetGraphics");
 $tab["Credits"] =              array( 0, 3, 3, "Obsoleted by About");
 $tab["Version"] =              array( 0, 0, 0, "Obsoleted by About"); 
 $tab["Copyright"] =            array( 0, 3, 3, "Obsoleted by About");
Index: roadmap.php3
===================================================================
RCS file: /usr/local/lyx/cvsroot/www-devel/roadmap.php3,v
retrieving revision 1.21
diff -u -r1.21 roadmap.php3
--- roadmap.php3        2001/07/21 06:58:54     1.21
+++ roadmap.php3        2001/07/31 11:46:43
@@ -35,7 +35,7 @@
             reLyX syntax file, et al.</li>
        <li>a working InsetGraphics
        <ul>
-               <li>automatic conversion of image formats</li>
+               <li>automatic conversion of image formats - Done</li>
                <li>inline viewing of graphics</li>
        </ul>
        </li>
Index: tasks.php3
===================================================================
RCS file: /usr/local/lyx/cvsroot/www-devel/tasks.php3,v
retrieving revision 1.11
diff -u -r1.11 tasks.php3
--- tasks.php3  2001/07/21 06:58:54     1.11
+++ tasks.php3  2001/07/31 11:46:44
@@ -13,7 +13,7 @@
 ?>
 
 <p>
-This is a tasklist/todo list for the 1.1.x series.
+This is a tasklist/todo list for the post 1.2 versions.
 </p>
 
 <p>
@@ -21,7 +21,7 @@
 </p>
 
 <p>
-As I see it there are three major tasks to be done:
+There are four major tasks to be done:
 </p>
 
 <ul>
@@ -41,12 +41,19 @@
       code in it needs to be (re)moved. Also a lot of the 
       functionality needs to be relocated.
       </p>
-  <li>Enhance the LyX fileformat.</li>
+  <li>Enhance the LyX file format.</li>
       <p>
       Make it reflect the buffer structure a bit better, get
       rid of unneeded blank lines and spaces. This can possibly 
-         be done as part of a move to an XML file format.
+      be done as part of a move to an XML file format.
       </p>
+      <p>
+      Enable embedding of all the various parts in the LyX file format,
+      specifically make it so that the LyX file can include all images
+      bibtex entries, included documents and any definition needed to use
+      this file on any other computer. This will not include the LaTeX parts
+      proper, as this are expected to be standardized.
+      </p>
   <li>GUI independence.</li>
       <p>
       Should be a compile time switch what gui (toolkit)
@@ -60,6 +67,18 @@
       toolkits will need to follow. Functions that the LyX
       core will expect to be there. 
       </p>
+  <li>Scripting language</li>
+      <p>
+      Support a scripting language to control various parts of LyX, this
+      requires deciding on an official scripting language. The idea is for 
+      non-core parts of LyX to be moved to the scripting language and thus
+      simplifying extension and customization.
+      </p>
+      <p>Things to place in scripts:</p>
+      <ul>
+         <li>Export functions - DocBook, LaTeX, Lout</li>
+         <li>Word operations - capitalize word</li>
+      </ul>
 </ul>
 
 <hr>
@@ -319,7 +338,7 @@
   <li>verbatim</li><li>algorithm</li>
   <li>inputenc</li><li>fancyhdr (we only have _very_ basic support)</li>
   <li>fontenc</li><li>a4</li>
-  <li>graphics</li><li>a4wide</li>
+  <li>graphics (InsetGraphics switches to graphicx)</li><li>a4wide</li>
 </ul>
 <p>
 (I am sure I have forgot some, please fill me in.)
@@ -351,12 +370,9 @@
 
 <HR>
 
-<p>
-If you have other wishes for features, or comments, please let us know.
-</p>
-
 <p>
-        Lgb
+If you have other wishes for features, or comments, please 
+<a href="mailto:[EMAIL PROTECTED]";>let us know</a>.
 </p>
 
 <?

Reply via email to