Author: hhubner Date: 2006-02-20 13:42:23 -0600 (Mon, 20 Feb 2006) New Revision: 1866
Added: branches/xml-class-rework/projects/lisp-ecoop/website/templates/registration.xml Removed: branches/xml-class-rework/projects/lisp-ecoop/website/templates/home.xml Modified: branches/xml-class-rework/projects/lisp-ecoop/website/templates/menu.xml Log: Rename home -> registration.
Deleted: branches/xml-class-rework/projects/lisp-ecoop/website/templates/home.xml =================================================================== --- branches/xml-class-rework/projects/lisp-ecoop/website/templates/home.xml 2006-02-20 05:47:13 UTC (rev 1865) +++ branches/xml-class-rework/projects/lisp-ecoop/website/templates/home.xml 2006-02-20 19:42:23 UTC (rev 1866) @@ -1,48 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<?xml-stylesheet type="text/xsl" href="lisp-ecoop.xsl" ?> -<lisp-ecoop:page name="home" - xmlns:lisp-ecoop="http://lisp-ecoop06.bknr.net%22%3E - -<p>Welcome to the Website of the 3rd European Lisp -Workshop. Please see the <a href="cfp">Call for Participation</a> for a -description of the goals of the workshop.</p> - -<h1>News</h1> - -<h3>February 20, 2006</h3> - -<ul> -<li>Launched the workshop website.</li> -</ul> - -<h1>Information for Attendees</h1> - -<p>Registration of workshop participants has to be done in three -<b>mandatory</b> steps:</p> - -<ol> <li><b>Contact the organizers of the workshop</b> (in order to -ensure that the participant limit has not been exceeded).</li> -<li>Advance registration to the workshop is handled through the -primary contact person of the workshop, Pascal Costanza (<a -href="mailto:pc@p-cos.net">pc@p-cos.net</a>). Please contact him by -regular email with your submission or input to the workshop in order -to receive your login to the workshop website. Include your preferred -login name for the workshop website with your application.</li> -<li>Register on the <a href="http://2006.ecoop.org">ECOOP 2006 web -site</a> either as a -<i>worskhop-only attendee</i> or as a <i>regular attendee</i>. The -latter includes access to workshops and to the main conference.</li> -</ol> - -<!-- -<div align="center"> - <p> - <a href="http://www.alu.org" target="_new"> - <img src="/image/alu-logo" alt="" height="63" width="95" align="middle" target="_new" border="0" /> - </a> - </p> - <p>Supported by ALU</p> -</div> ---> - -</lisp-ecoop:page>
Modified: branches/xml-class-rework/projects/lisp-ecoop/website/templates/menu.xml =================================================================== --- branches/xml-class-rework/projects/lisp-ecoop/website/templates/menu.xml 2006-02-20 05:47:13 UTC (rev 1865) +++ branches/xml-class-rework/projects/lisp-ecoop/website/templates/menu.xml 2006-02-20 19:42:23 UTC (rev 1866) @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <menu name="main"> - <item url="home" title="Home" /> <item url="cfp" title="Call for Participation" /> + <item url="registration" title="Registration" /> <!-- <item url="submissions" title="Submissions" /> <item url="people" title="People" />
Copied: branches/xml-class-rework/projects/lisp-ecoop/website/templates/registration.xml (from rev 1848, branches/xml-class-rework/projects/lisp-ecoop/website/templates/home.xml)