Author: vgritsenko
Date: Sat Dec  1 08:58:51 2007
New Revision: 600166

URL: http://svn.apache.org/viewvc?rev=600166&view=rev
Log:
strike through completed items

Modified:
    xml/xindice/trunk/src/documentation/content/xdocs/dev/todo.xml
    xml/xindice/trunk/src/documentation/skinconf.xml

Modified: xml/xindice/trunk/src/documentation/content/xdocs/dev/todo.xml
URL: 
http://svn.apache.org/viewvc/xml/xindice/trunk/src/documentation/content/xdocs/dev/todo.xml?rev=600166&r1=600165&r2=600166&view=diff
==============================================================================
--- xml/xindice/trunk/src/documentation/content/xdocs/dev/todo.xml (original)
+++ xml/xindice/trunk/src/documentation/content/xdocs/dev/todo.xml Sat Dec  1 
08:58:51 2007
@@ -19,7 +19,7 @@
   - $Id$
   -->
 
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" 
"document-v13.dtd">
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.3//EN" 
"document-v13.dtd">
 
 <!--
   - Version: $Revision$ $Date$
@@ -53,31 +53,31 @@
     <section>
       <title>Xindice 1.2 Release Plan</title>
       <ul>
-        <li>
-          <strong>Java</strong> Revisit minimum JDK requirement. (Done)
+        <li class="strike">
+          <strong>Java</strong> Revisit minimum JDK requirement.
         </li>
-        <li>
+        <li class="strike">
           <strong>Database Lock</strong> Place a lock on database files using
           Java 1.4 APIs to prevent separate processes from working on the same
-          database. (Done)
+          database.
         </li>
-        <li>
+        <li class="strike">
           <strong>WebAdmin</strong> Integrate new WebDAV capable WebAdmin into
-          the main codebase, instead of ugly debug tool. (Done)
+          the main codebase, instead of ugly debug tool.
         </li>
-        <li>
-          <strong>XML-RPC</strong> Update to XML-RPC release 3.0 or newer. 
(Done)
-        </li>
-        <li>
-          <strong>XML-RPC</strong> Extend Xindice XML-RPC API to optimize 
transmission
-          of collection's symbol table between server and the client for 
reduced
-          traffic and improved performance.
+        <li class="strike">
+          <strong>XML-RPC</strong> Update to XML-RPC release 3.0 or newer.
         </li>
         <li>
           <strong>Caching</strong> Revisit implementation of documents cache in
           the core Collection class. Clarify caching semantics, implement 
caching
           for all use cases (compressed, uncompressed, binary objects). Ensure
           dirty data can not be placed in the cache. [VG] (In Progress)
+        </li>
+        <li>
+          <strong>XML-RPC</strong> Extend Xindice XML-RPC API to optimize 
transmission
+          of collection's symbol table between server and the client for 
reduced
+          traffic and improved performance.
         </li>
         <li>
           <strong>Admin Tool</strong> DatabaseRebuild utility implements just 
one of

Modified: xml/xindice/trunk/src/documentation/skinconf.xml
URL: 
http://svn.apache.org/viewvc/xml/xindice/trunk/src/documentation/skinconf.xml?rev=600166&r1=600165&r2=600166&view=diff
==============================================================================
--- xml/xindice/trunk/src/documentation/skinconf.xml (original)
+++ xml/xindice/trunk/src/documentation/skinconf.xml Sat Dec  1 08:58:51 2007
@@ -205,6 +205,8 @@
     -->
     #menu .menuitem a { text-decoration: none; }
     #menu .menupage .menupagetitle { border: none; font-weight: bold; color: 
white; }
+
+    .strike { text-decoration: line-through; }
   </extra-css>
 
   <colors>


Reply via email to