You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by nb...@apache.org on 2008/05/28 02:40:16 UTC

svn commit: r660765 - /velocity/tools/trunk/xdocs/site.dvsl

Author: nbubna
Date: Tue May 27 17:40:16 2008
New Revision: 660765

URL: http://svn.apache.org/viewvc?rev=660765&view=rev
Log:
add support for 'TODO' nodes

Modified:
    velocity/tools/trunk/xdocs/site.dvsl

Modified: velocity/tools/trunk/xdocs/site.dvsl
URL: http://svn.apache.org/viewvc/velocity/tools/trunk/xdocs/site.dvsl?rev=660765&r1=660764&r2=660765&view=diff
==============================================================================
--- velocity/tools/trunk/xdocs/site.dvsl (original)
+++ velocity/tools/trunk/xdocs/site.dvsl Tue May 27 17:40:16 2008
@@ -278,6 +278,16 @@
 </div>
 #end
 
+#*
+ *  process a TODO note
+ *#
+#match( "todo" )
+<p class="note">
+    This is still unfinished.
+    <a href="index.html#Contribution">Help is welcome!</a><br>
+    TODO: $node.copy()
+</p>
+#end
 
 
 #*