[opendemo-cvs] CVS: opendemo-web/machinima opendemo.base,1.7,1.8
Status: Beta
Brought to you by:
girlich
From: Uwe G. <gi...@us...> - 2006-10-03 14:09:16
|
Update of /cvsroot/opendemo/opendemo-web/machinima In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv10021 Modified Files: opendemo.base Log Message: Links to machinima.con changed to a configurable address Address is now at SourceForge. Index: opendemo.base =================================================================== RCS file: /cvsroot/opendemo/opendemo-web/machinima/opendemo.base,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** opendemo.base 3 Oct 2006 09:11:26 -0000 1.7 --- opendemo.base 3 Oct 2006 14:09:13 -0000 1.8 *************** *** 152,172 **** <item>JK2: DTD for type "<b>ODJK2</b>", which can be downloaded from ! <url url="http://www.machinima.com/opendemo/odjk2.dtd"/>. </item> <item>Q3A: DTD for type "<b>ODQ3A</b>", which can be downloaded from ! <url url="http://www.machinima.com/opendemo/odq3a.dtd"/>. </item> <item>RtCW: DTD for type "<b>ODRTCW</b>", which can be downloaded from ! <url url="http://www.machinima.com/opendemo/odrtcw.dtd"/>. </item> <item>SOF2: DTD for type "<b>ODSOF2</b>", which can be downloaded from ! <url url="http://www.machinima.com/opendemo/odsof2.dtd"/>. </item> <item>STEF: DTD for type "<b>ODSTEF</b>", which can be downloaded from ! <url url="http://www.machinima.com/opendemo/odstef.dtd"/>. </item> --- 152,172 ---- <item>JK2: DTD for type "<b>ODJK2</b>", which can be downloaded from ! <url url="@ODDTDBASE@odjk2.dtd"/>. </item> <item>Q3A: DTD for type "<b>ODQ3A</b>", which can be downloaded from ! <url url="@ODDTDBASE@odq3a.dtd"/>. </item> <item>RtCW: DTD for type "<b>ODRTCW</b>", which can be downloaded from ! <url url="@ODDTDBASE@odrtcw.dtd"/>. </item> <item>SOF2: DTD for type "<b>ODSOF2</b>", which can be downloaded from ! <url url="@ODDTDBASE@odsof2.dtd"/>. </item> <item>STEF: DTD for type "<b>ODSTEF</b>", which can be downloaded from ! <url url="@ODDTDBASE@odstef.dtd"/>. </item> *************** *** 284,293 **** <item>The XML file conforms to a DTD for ! <htmlurl url="http://www.machinima.com/opendemo/odjk2.dtd" name="JK2"/>, ! <htmlurl url="http://www.machinima.com/opendemo/odq3a.dtd" name="Q3A"/>, ! <htmlurl url="http://www.machinima.com/opendemo/odrtcw.dtd" name="RTCW"/>, ! <htmlurl url="http://www.machinima.com/opendemo/odsof2.dtd" name="SOF2"/>, and ! <htmlurl url="http://www.machinima.com/opendemo/odstef.dtd" name="STEF"/>. </item> --- 284,293 ---- <item>The XML file conforms to a DTD for ! <htmlurl url="@ODDTDBASE@odjk2.dtd" name="JK2"/>, ! <htmlurl url="@ODDTDBASE@odq3a.dtd" name="Q3A"/>, ! <htmlurl url="@ODDTDBASE@odrtcw.dtd" name="RTCW"/>, ! <htmlurl url="@ODDTDBASE@odsof2.dtd" name="SOF2"/>, and ! <htmlurl url="@ODDTDBASE@odstef.dtd" name="STEF"/>. </item> |