nicolaken 2003/12/29 16:05:59
Modified: . status.xml
Log:
Now skin resources can be generated from skinconf.xml from xslt.
For example /myskin/css/my.css.xslt is used by forrest on skinconf.xml
to get my.css.
Revision Changes Path
1.264 +6 -1 xml-forrest/status.xml
Index: status.xml
===================================================================
RCS file: /home/cvs/xml-forrest/status.xml,v
retrieving revision 1.263
retrieving revision 1.264
diff -u -r1.263 -r1.264
--- status.xml 29 Dec 2003 10:08:49 -0000 1.263
+++ status.xml 30 Dec 2003 00:05:59 -0000 1.264
@@ -27,6 +27,11 @@
<changes>
<release version="0.6-dev" date="unreleased">
+ <action dev="NKB" type="add" context="skins">
+ Now skin resources can be generated from skinconf.xml from xslt.
+ For example '/myskin/css/my.css.xslt' is used by forrest on 'skinconf.xml'
+ to get 'my.css'
+ </action>
<action dev="NKB" type="add" context="skins" fixes-bug="FOR-98"
due-to="Ross Gardler" due-to-email="ross@saafe.org" >
It's now possible to have two levels of tabs.
|