From: <dr...@us...> - 2003-07-02 06:55:16
|
Update of /cvsroot/webmacro/wiki/builds/www.webmacro.org/etc In directory sc8-pr-cvs1:/tmp/cvs-serv5523/builds/www.webmacro.org/etc Modified Files: Wiki.properties Added Files: WebMacro.properties Log Message: - adding a "Diff to previous" feature that uses a java version of GNU 'diff' from http://www.bmsi.com/java/#diff I need to contact this person to ensure it's actually okay to use here. It think it will be b/c Wiki is GPL'd too --- NEW FILE: WebMacro.properties --- Directives.wiki: org.tcdi.opensource.wiki.directive.WikiDirective Index: Wiki.properties =================================================================== RCS file: /cvsroot/webmacro/wiki/builds/www.webmacro.org/etc/Wiki.properties,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Wiki.properties 2 Jul 2003 03:01:51 -0000 1.4 --- Wiki.properties 2 Jul 2003 06:55:13 -0000 1.5 *************** *** 14,17 **** --- 14,18 ---- org.tcdi.opensource.wiki.servlet.PageTreeAction \ org.tcdi.opensource.wiki.servlet.IndexPageAction \ + org.tcdi.opensource.wiki.servlet.DiffPageAction \ org.tcdi.opensource.wiki.servlet.admin.UpdateUserAction \ org.tcdi.opensource.wiki.servlet.admin.UserListAction \ *************** *** 30,34 **** PageTreeAction.Template: pagetree.wm IndexPageAction.Template: indexpage.wm ! # cookie options --- 31,35 ---- PageTreeAction.Template: pagetree.wm IndexPageAction.Template: indexpage.wm ! DiffPageAction.Template: diff.wm # cookie options |