gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] gzz/doc/pegboard pegboard.html


From: Tuomas J. Lukka
Subject: [Gzz-commits] gzz/doc/pegboard pegboard.html
Date: Wed, 28 Aug 2002 09:24:09 -0400

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Tuomas J. Lukka <address@hidden>        02/08/28 09:24:09

Modified files:
        doc/pegboard   : pegboard.html 

Log message:
        ARGH... the real change is trivial but mozilla munges the source again 
:(

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/doc/pegboard/pegboard.html.diff?tr1=1.9&tr2=1.10&r1=text&r2=text

Patches:
Index: gzz/doc/pegboard/pegboard.html
diff -c gzz/doc/pegboard/pegboard.html:1.9 gzz/doc/pegboard/pegboard.html:1.10
*** gzz/doc/pegboard/pegboard.html:1.9  Tue Aug 27 05:32:32 2002
--- gzz/doc/pegboard/pegboard.html      Wed Aug 28 09:24:09 2002
***************
*** 1,14 ****
! <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
! <html>
! <head>
!   <title>PEGBOARD - Proposals for Enhancing Gzz</title>
                                                                
!   <meta http-equiv="content-type"
!  content="text/html; charset=ISO-8859-1">
               
!   <link rel="STYLESHEET" type="text/css" href="../gzz.css" title="gzz">
! </head>
!   <body>
                   
  <h1>PEGBOARD - Index of Proposals for Enhancing Gzz&nbsp;</h1>
   
--- 1,11 ----
! <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 
Transitional//EN"><html><head><title>PEGBOARD - Proposals for Enhancing 
Gzz</title>
!   
                                                                
!   <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
               
!   <link rel="STYLESHEET" type="text/css" href="../gzz.css" title="gzz"></head>
! 
! <body>
                   
  <h1>PEGBOARD - Index of Proposals for Enhancing Gzz&nbsp;</h1>
   
***************
*** 65,71 ****
               <tr>
                 <td valign="top"><a href="1001/PEG_1001.html">1001</a><br>
                 </td>
!                <td valign="top">current<br>
                 </td>
                 <td valign="top">Generic index API to replace 
<tt>SearchableCellTexter</tt> 
            <br>
--- 62,68 ----
               <tr>
                 <td valign="top"><a href="1001/PEG_1001.html">1001</a><br>
                 </td>
!                <td valign="top">incomplete<br>
                 </td>
                 <td valign="top">Generic index API to replace 
<tt>SearchableCellTexter</tt> 
            <br>
***************
*** 78,84 ****
               <tr>
                 <td valign="top"><a href="1002/PEG_1002.html">1002</a><br>
                 </td>
!                <td valign="top">current<br>
                 </td>
                 <td valign="top">Some deprecations to be carried out in 
<tt>gzz</tt><br>
                 </td>
--- 75,81 ----
               <tr>
                 <td valign="top"><a href="1002/PEG_1002.html">1002</a><br>
                 </td>
!                <td valign="top">accepted<br>
                 </td>
                 <td valign="top">Some deprecations to be carried out in 
<tt>gzz</tt><br>
                 </td>
***************
*** 204,261 ****
           Explanation of table:<br>
        &nbsp; <br>
             
! <dl>
!   <dt>No</dt>
!   <dd>The number of the PEG. Currently, let's use numbers &gt;1000 to leave 
!   room for meta-PEGs like python's.</dd>
!   <dt><br>
            <br>
!         </dt>
!   <dt>Status</dt>
!   <dd>The current status of the PEG.<br>
!       </dd>
!   <dl>
!     <dt>current<br>
!         </dt>
!     <dd>Currently under active consideration for accepting or rejecting.</dd>
!     <dt>incomplete<br>
!         </dt>
!     <dd>Not yet being considered; details still being worked out by author
!   and stakeholders.</dd>
!     <dt>accepted<br>
!         </dt>
!     <dd>Accepted for implementing.</dd>
!     <dt>implemented<br>
!         </dt>
!     <dd>The changes are currently in main CVS. This PEG is now frozen, no
!   changes should be made to it any more.</dd>
!     <dt>Rejected<br>
!         </dt>
!     <dd>Rejected through peer review in the consensus process. Can be revived
!   by being revised.</dd>
!     <dt>Revising<br>
!         </dt>
!     <dd>After being rejected, being revised for another round.<br>
!         </dd>
!   </dl>
!   <dt>Topic</dt>
!   <dd>A brief description of the main purpose of the PEG.<br>
!       </dd>
!   <dt>Author</dt>
!   <dd>The author (owner) of the PEG; only this person can edit the main text
    of the PEG.<br>
!       </dd>
!   <dt>Stakeholders</dt>
!   <dd>The people who consider this PEG important for their work and need
  to have their views represented. For instance, users of an API being 
considered,
    the designer of the parts that now require changing etc. <b>Feel free to
  add yourself if you consider the change important.</b><br>
!       </dd>
! </dl>
            <br>
          <br>
         <br>
           <br>
     <br>
! </body>
! </html>
--- 201,232 ----
           Explanation of table:<br>
        &nbsp; <br>
             
! <dl><dt>No</dt><dd>The number of the PEG. Currently, let's use numbers 
&gt;1000 to leave 
!   room for meta-PEGs like python's.</dd><dt><br>
            <br>
!         </dt><dt>Status</dt><dd>The current status of the PEG.<br>
!       </dd><dl><dt>current<br>
!         </dt><dd>Currently under active consideration for accepting or 
rejecting.</dd><dt>incomplete<br>
!         </dt><dd>Not yet being considered; details still being worked out by 
author
!   and stakeholders.</dd><dt>accepted<br>
!         </dt><dd>Accepted for implementing.</dd><dt>implemented<br>
!         </dt><dd>The changes are currently in main CVS. This PEG is now 
frozen, no
!   changes should be made to it any more.</dd><dt>Rejected<br>
!         </dt><dd>Rejected through peer review in the consensus process. Can 
be revived
!   by being revised.</dd><dt>Revising<br>
!         </dt><dd>After being rejected, being revised for another round.<br>
!         </dd></dl><dt>Topic</dt><dd>A brief description of the main purpose 
of the PEG.<br>
!       </dd><dt>Author</dt><dd>The author (owner) of the PEG; only this person 
can edit the main text
    of the PEG.<br>
!       </dd><dt>Stakeholders</dt><dd>The people who consider this PEG 
important for their work and need
  to have their views represented. For instance, users of an API being 
considered,
    the designer of the parts that now require changing etc. <b>Feel free to
  add yourself if you consider the change important.</b><br>
!       </dd></dl>
            <br>
          <br>
         <br>
           <br>
     <br>
! <br>
! </body></html>
\ No newline at end of file




reply via email to

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