Author: cgay
Date: Thu Jan 6 14:33:04 2005
New Revision: 9737
Added:
trunk/libraries/koala/www/wiki/recent.dsp
Modified:
trunk/libraries/koala/sources/examples/wiki/wiki.dylan
Log:
job: 7219
Unbreak a couple of things. There are a few NYI items still.
Modified: trunk/libraries/koala/sources/examples/wiki/wiki.dylan
==============================================================================
--- trunk/libraries/koala/sources/examples/wiki/wiki.dylan (original)
+++ trunk/libraries/koala/sources/examples/wiki/wiki.dylan Thu Jan 6
14:33:04 2005
@@ -396,6 +396,23 @@
| *content* | "");
end;
+define tag show-revisions in wiki
+ (page :: <wiki-page>, response :: <response>)
+ ()
+ // TODO
+end;
+
+define page recent-changes-page (<wiki-page>)
+ (url: "/wiki/recent.dsp",
+ source: "wiki/recent.dsp")
+end;
+
+define named-method gen-recent-changes
+ (page :: <recent-changes-page>)
+ // TODO
+ #()
+end;
+
// Tell Koala how to parse the wiki config element.
//
define sideways method process-config-element
Added: trunk/libraries/koala/www/wiki/recent.dsp
==============================================================================
--- (empty file)
+++ trunk/libraries/koala/www/wiki/recent.dsp Thu Jan 6 14:33:04 2005
@@ -0,0 +1,19 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<%dsp:taglib name="wiki"/>
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+ <title>Dylan Wiki: Recent Changes</title>
+</head>
+
+<body>
+ <%dsp:include url="header.dsp"/>
+ <div id="content">
+
+ <dsp:show-form-notes/>
+ <h3>Recent Changes</h3>
+ Recent changes listings are not yet implemented.
+
+ </div>
+ <%dsp:include url="footer.dsp"/>
+</body>
+</html>
--
Gd-chatter mailing list
Gd-chatter@xxxxxxxxxxxxxxxx
https://gauss.gwydiondylan.org/mailman/listinfo/gd-chatter
|
|