[Gd-chatter] r11348 - trunk/libraries/network/web-framework

turbo24prg at gwydiondylan.org turbo24prg at gwydiondylan.org
Sat May 12 20:59:13 CEST 2007


Author: turbo24prg
Date: Sat May 12 20:59:11 2007
New Revision: 11348

Modified:
   trunk/libraries/network/web-framework/changes.dylan
   trunk/libraries/network/web-framework/library.dylan
Log:
Job: minor
made <markup-content> and type accessible


Modified: trunk/libraries/network/web-framework/changes.dylan
==============================================================================
--- trunk/libraries/network/web-framework/changes.dylan	(original)
+++ trunk/libraries/network/web-framework/changes.dylan	Sat May 12 20:59:11 2007
@@ -120,6 +120,10 @@
   inherited slot type :: <string> = "textile";
 end;
 
+define class <markup-content> (<content>)
+  inherited slot type :: <string> = "markup";
+end;
+
 define class <xhtml-content> (<content>)
   inherited slot type :: <string> = "xhtml";
 end;

Modified: trunk/libraries/network/web-framework/library.dylan
==============================================================================
--- trunk/libraries/network/web-framework/library.dylan	(original)
+++ trunk/libraries/network/web-framework/library.dylan	Sat May 12 20:59:11 2007
@@ -210,8 +210,10 @@
     
   export <content>,
     <raw-content>,
+    <markup-content>,
     <textile-content>,
-    <xhtml-content>;
+    <xhtml-content>,
+    type;
     
   export <comment>,
     name, name-setter,



More information about the chatter mailing list