From: Tim P <ti...@us...> - 2008-03-20 00:13:09
|
Update of /cvsroot/webmacro/webmacro/examples/advanced In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv23622/examples/advanced Modified Files: index.html Log Message: Comment out the broken links Index: index.html =================================================================== RCS file: /cvsroot/webmacro/webmacro/examples/advanced/index.html,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** index.html 20 Mar 2008 00:10:20 -0000 1.8 --- index.html 20 Mar 2008 00:13:05 -0000 1.9 *************** *** 45,51 **** </p> <h3 align="center"> Other example resources ! <h3> <p> <a href=http://wiki.webmacro.org/WebMacroScriptLanguage>Scripting</a> tutorial --- 45,52 ---- </p> + <!-- <h3 align="center"> Other example resources ! </h3> <p> <a href=http://wiki.webmacro.org/WebMacroScriptLanguage>Scripting</a> tutorial *************** *** 54,65 **** <p> <a href=http://wiki.webmacro.org/SiteMap>Map</a> of the WM wiki site with many good development links. - Be sure to check the date on the bottom of the page for when it was last edited. Some pages - are out of date. - </p> - <p> - Many have generously contributed ideas and approaches in the current - distribution. Check these out for ideas on how to solve a particular - problem using WebMacro. </p> </body> </html> --- 55,60 ---- <p> <a href=http://wiki.webmacro.org/SiteMap>Map</a> of the WM wiki site with many good development links. </p> + --> </body> </html> |