[opendemo-cvs] CVS: opendemo-web/machinima opendemo.base,1.5,1.6
Status: Beta
Brought to you by:
girlich
From: Uwe G. <gi...@us...> - 2005-01-29 19:42:58
|
Update of /cvsroot/opendemo/opendemo-web/machinima In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24813 Modified Files: opendemo.base Log Message: Link to plan replaced by link to blog. Added news entry regarding new blog. Index: opendemo.base =================================================================== RCS file: /cvsroot/opendemo/opendemo-web/machinima/opendemo.base,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** opendemo.base 29 Feb 2004 12:58:13 -0000 1.5 --- opendemo.base 29 Jan 2005 19:42:48 -0000 1.6 *************** *** 4,7 **** --- 4,8 ---- <!ENTITY doc.author.name "@MYNAME@"> <!ENTITY doc.author.email "@MYEMAIL@"> + <!ENTITY doc.author.blog "http://machinima.com/opendemo/blog"> <!ENTITY doc.date "@DATE@"> <!ENTITY output.base "@OUTPUTBASE@"> *************** *** 14,18 **** <title>&doc.title;</title> <author>&doc.author.name;</author> ! <plan>http://www.machinima.com/cgi-bin/finger/finger.cgi?action=showplan&cmd=&who=Uwe&service=pseudo</plan> <email>&doc.author.email;</email> <date>&doc.date;</date> --- 15,19 ---- <title>&doc.title;</title> <author>&doc.author.name;</author> ! <blog>&doc.author.blog;</blog> <email>&doc.author.email;</email> <date>&doc.date;</date> *************** *** 741,744 **** --- 742,757 ---- <newslist> + <entry new="yes"> + <date>29th January, 2005</date> + <headline>Link to new blog</headline> + <content> + <p> + As the <tt>.plan</tt> feature here at <htmlurl url="http://machinima.com" name="M.com"/> + does not work any more, I created my own <htmlurl url="http://www.blogger.com" name="blogger.com"/> + powered blog located at <htmlurl url="&doc.author.blog;" name="&doc.author.blog;"/>. + I even wrote a first entry already. + </p> + </content> + </entry> <entry new="yes"> |