[bknr-cvs] r2135 - trunk/projects/lisp-ecoop/website/templates

bknr at bknr.net bknr at bknr.net
Sat Mar 24 09:35:16 UTC 2007


Author: pcostanza
Date: 2007-03-24 04:35:15 -0500 (Sat, 24 Mar 2007)
New Revision: 2135

Modified:
   trunk/projects/lisp-ecoop/website/templates/add-participant.xml
   trunk/projects/lisp-ecoop/website/templates/contact.xml
   trunk/projects/lisp-ecoop/website/templates/create-submission.xml
   trunk/projects/lisp-ecoop/website/templates/edit-profile.xml
   trunk/projects/lisp-ecoop/website/templates/edit-submission-submitters.xml
   trunk/projects/lisp-ecoop/website/templates/edit-submission.xml
   trunk/projects/lisp-ecoop/website/templates/groups.xml
   trunk/projects/lisp-ecoop/website/templates/guidelines.xml
   trunk/projects/lisp-ecoop/website/templates/home.xml
   trunk/projects/lisp-ecoop/website/templates/lisp-ecoop.xsl
   trunk/projects/lisp-ecoop/website/templates/login.xml
   trunk/projects/lisp-ecoop/website/templates/menu.xml
   trunk/projects/lisp-ecoop/website/templates/news.xml
   trunk/projects/lisp-ecoop/website/templates/papers.xml
   trunk/projects/lisp-ecoop/website/templates/people.xml
   trunk/projects/lisp-ecoop/website/templates/profile.xml
   trunk/projects/lisp-ecoop/website/templates/programme.xml
   trunk/projects/lisp-ecoop/website/templates/registration.xml
   trunk/projects/lisp-ecoop/website/templates/schedule.xml
   trunk/projects/lisp-ecoop/website/templates/submission.xml
   trunk/projects/lisp-ecoop/website/templates/submissions.xml
   trunk/projects/lisp-ecoop/website/templates/toplevel.xml
   trunk/projects/lisp-ecoop/website/templates/upload.xml
   trunk/projects/lisp-ecoop/website/templates/user-error.xml
Log:
Initial version.



Modified: trunk/projects/lisp-ecoop/website/templates/add-participant.xml
===================================================================
--- trunk/projects/lisp-ecoop/website/templates/add-participant.xml	2007-03-23 15:25:04 UTC (rev 2134)
+++ trunk/projects/lisp-ecoop/website/templates/add-participant.xml	2007-03-24 09:35:15 UTC (rev 2135)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <?xml-stylesheet type="text/xsl" href="lisp-ecoop.xsl" ?>
 <lisp-ecoop:page name="login"
-  xmlns:lisp-ecoop="http://lisp-ecoop06.bknr.net">
+  xmlns:lisp-ecoop="http://lisp-ecoop07.bknr.net">
 
  <h1>Add Participant</h1>
 

Modified: trunk/projects/lisp-ecoop/website/templates/contact.xml
===================================================================
--- trunk/projects/lisp-ecoop/website/templates/contact.xml	2007-03-23 15:25:04 UTC (rev 2134)
+++ trunk/projects/lisp-ecoop/website/templates/contact.xml	2007-03-24 09:35:15 UTC (rev 2135)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <?xml-stylesheet type="text/xsl" href="lisp-ecoop.xsl" ?>
 <lisp-ecoop:page name="contact"
-  xmlns:lisp-ecoop="http://lisp-ecoop06.bknr.net">
+  xmlns:lisp-ecoop="http://lisp-ecoop07.bknr.net">
 
 <h1>Organizing Committee</h1>
 
@@ -10,13 +10,15 @@
 <ul>
 
 <li>Pascal Costanza, <a
-href="http://www.pascalcostanza.de">http://www.pascalcostanza.de</a>,
+href="http://p-cos.net">http://p-cos.net</a>,
 Vrije Universiteit Brussel, Belgium (contact organizer)</li>
 
 <li>Theo D'Hondt, <a
 href="http://prog.vub.ac.be/~tjdhondt">http://prog.vub.ac.be/~tjdhondt</a>,
 Vrije Universiteit Brussel, Belgium</li>
 
+<li>Hans Hübner, Software Developer, Berlin, Germany</li>
+
 <li>Arthur Lemmens, Independent Consultant, Amsterdam, The
 Netherlands</li>
 

Modified: trunk/projects/lisp-ecoop/website/templates/create-submission.xml
===================================================================
--- trunk/projects/lisp-ecoop/website/templates/create-submission.xml	2007-03-23 15:25:04 UTC (rev 2134)
+++ trunk/projects/lisp-ecoop/website/templates/create-submission.xml	2007-03-24 09:35:15 UTC (rev 2135)
@@ -2,7 +2,7 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html
-  xmlns:lisp-ecoop="http://lisp-ecoop06.bknr.net">
+  xmlns:lisp-ecoop="http://lisp-ecoop07.bknr.net">
  <head>
   <title>Create submission</title>
   <link rel="stylesheet" type="text/css" href="/static/document-utils.css" />

Modified: trunk/projects/lisp-ecoop/website/templates/edit-profile.xml
===================================================================
--- trunk/projects/lisp-ecoop/website/templates/edit-profile.xml	2007-03-23 15:25:04 UTC (rev 2134)
+++ trunk/projects/lisp-ecoop/website/templates/edit-profile.xml	2007-03-24 09:35:15 UTC (rev 2135)
@@ -2,11 +2,11 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <lisp-ecoop:page name="edit profile"
-  xmlns:lisp-ecoop="http://lisp-ecoop06.bknr.net">
+  xmlns:lisp-ecoop="http://lisp-ecoop07.bknr.net">
 
 <h1>Participant Profile Editor</h1>
 <p>
-Using this form, you can edit your participant profile for the 3rd
+Using this form, you can edit your participant profile for the 4th
 European Lisp Workshop.  The profile serves as a means of
 communicating the participants interests as well as any submitted
 papers before the actual workshop takes place.  It will also be used

Modified: trunk/projects/lisp-ecoop/website/templates/edit-submission-submitters.xml
===================================================================
--- trunk/projects/lisp-ecoop/website/templates/edit-submission-submitters.xml	2007-03-23 15:25:04 UTC (rev 2134)
+++ trunk/projects/lisp-ecoop/website/templates/edit-submission-submitters.xml	2007-03-24 09:35:15 UTC (rev 2135)
@@ -2,7 +2,7 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html
-  xmlns:lisp-ecoop="http://lisp-ecoop06.bknr.net">
+  xmlns:lisp-ecoop="http://lisp-ecoop07.bknr.net">
  <head>
   <title>Edit Submitter List</title>
  </head>

Modified: trunk/projects/lisp-ecoop/website/templates/edit-submission.xml
===================================================================
--- trunk/projects/lisp-ecoop/website/templates/edit-submission.xml	2007-03-23 15:25:04 UTC (rev 2134)
+++ trunk/projects/lisp-ecoop/website/templates/edit-submission.xml	2007-03-24 09:35:15 UTC (rev 2135)
@@ -2,7 +2,7 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <lisp-ecoop:page name="edit submission"
-  xmlns:lisp-ecoop="http://lisp-ecoop06.bknr.net">
+  xmlns:lisp-ecoop="http://lisp-ecoop07.bknr.net">
 
 <h1>Submission Editor</h1>
 <p>

Modified: trunk/projects/lisp-ecoop/website/templates/groups.xml
===================================================================
--- trunk/projects/lisp-ecoop/website/templates/groups.xml	2007-03-23 15:25:04 UTC (rev 2134)
+++ trunk/projects/lisp-ecoop/website/templates/groups.xml	2007-03-24 09:35:15 UTC (rev 2135)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <?xml-stylesheet type="text/xsl" href="lisp-ecoop.xsl" ?>
 <lisp-ecoop:page name="groups"
-  xmlns:lisp-ecoop="http://lisp-ecoop06.bknr.net">
+  xmlns:lisp-ecoop="http://lisp-ecoop07.bknr.net">
 
 <h1>Breakout Groups</h1>
 

Modified: trunk/projects/lisp-ecoop/website/templates/guidelines.xml
===================================================================
--- trunk/projects/lisp-ecoop/website/templates/guidelines.xml	2007-03-23 15:25:04 UTC (rev 2134)
+++ trunk/projects/lisp-ecoop/website/templates/guidelines.xml	2007-03-24 09:35:15 UTC (rev 2135)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <?xml-stylesheet type="text/xsl" href="lisp-ecoop.xsl" ?>
 <lisp-ecoop:page name="guidelines"
-  xmlns:lisp-ecoop="http://lisp-ecoop06.bknr.net">
+  xmlns:lisp-ecoop="http://lisp-ecoop07.bknr.net">
 
 <h1>Submission Guidelines</h1>
 

Modified: trunk/projects/lisp-ecoop/website/templates/home.xml
===================================================================
--- trunk/projects/lisp-ecoop/website/templates/home.xml	2007-03-23 15:25:04 UTC (rev 2134)
+++ trunk/projects/lisp-ecoop/website/templates/home.xml	2007-03-24 09:35:15 UTC (rev 2135)
@@ -1,32 +1,31 @@
 <?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">
+  xmlns:lisp-ecoop="http://lisp-ecoop07.bknr.net">
 
 <h1>4th European Lisp Workshop</h1>
 
-<p>July 3 - Nantes, France - co-located with ECOOP 2006</p>
+<p>July 30 - Berlin, Germany - co-located with ECOOP 2007</p>
 
+<!--
 <p>
   <a href="http://www.alu.org" target="_new">
     <img src="static/alu-logo.jpg" alt="ALU" height="63" width="95" align="middle" target="_new" border="0" />
   </a>
 </p>
-<p>Supported by ALU and Ravenbrook</p>
+<p>Supported by ALU</p>
+-->
 
 <h2>Important News</h2>
 <ul>
-<li>The <a href="programme">programme</a> is now available.</li>
-<li>We have accepted five papers for presentation, and a breakout group on <a href="http://vaxbusters.org/workshop/"><i>Lisp Hardware revisited.</i></a></li>
-<li>Didier Verna has received the best paper award for his paper on <a href="submission/39808">Beating C in Scientific Computing Applications</a>. Congratulations!</li>
-<li>You can now also download slides for the accepted papers.</li>
+<li>None at the moment.</li>
 </ul>
 
 <h2>Important Dates</h2>
 <ul>
-<li>Submission deadline: <b>April 15, 2006</b></li>
-<li>Notification of acceptance: <b>May 12, 2006</b></li>
-<li>ECOOP early registration deadline: June 2, 2006</li>
+<li>Submission deadline: <b>May 13, 2007</b></li>
+<li>Notification of acceptance: <b>May 31, 2007</b></li>
+<li>ECOOP early registration deadline: <b>June 15, 2007</b></li>
 </ul>
 
 <h2>Overview</h2>
@@ -61,7 +60,7 @@
 for example in Aspect-Oriented Programming, support for
 Domain-Specific Languages, and so on.</p>
 
-<p>This two-day workshop will address the near-future role of Lisp-based
+<p>This workshop will address the near-future role of Lisp-based
 languages in research, industry and education. We solicit
 papers and suggestions for breakout groups that discuss the
 opportunities Lisp provides to capture and enhance the possibilities
@@ -70,11 +69,11 @@
 reporting on their experience with the strengths and limitations of
 current Lisp technologies.</p>
 
-<p>The workshop will have two components on separate days; there will
-be a day for formally-presented talks, and a day for breakout groups
+<p>The workshop will have two components; there will
+be formally-presented talks, and breakout groups
 discussing or working on particular topics.  Additionally, there
 will be opportunities for short, informal talks and demonstrations on
 experience reports, underappreciated results, software under
 development, or other topics of interest.</p>
 
-</lisp-ecoop:page>
\ No newline at end of file
+</lisp-ecoop:page>

Modified: trunk/projects/lisp-ecoop/website/templates/lisp-ecoop.xsl
===================================================================
--- trunk/projects/lisp-ecoop/website/templates/lisp-ecoop.xsl	2007-03-23 15:25:04 UTC (rev 2134)
+++ trunk/projects/lisp-ecoop/website/templates/lisp-ecoop.xsl	2007-03-24 09:35:15 UTC (rev 2135)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
- 		xmlns:lisp-ecoop="http://lisp-ecoop06.bknr.net">
+ 		xmlns:lisp-ecoop="http://lisp-ecoop07.bknr.net">
 
  <xsl:param name="mode">xml</xsl:param>
 
@@ -14,14 +14,14 @@
   <html
    xmlns="http://www.w3.org/1999/xhtml">
    <head>
-    <title>LISP-ECOOP06 - $(title)</title>
+    <title>LISP-ECOOP07 - $(title)</title>
     <link rel="stylesheet" type="text/css" href="../static/styles.css" />
     <script src="../static/javascript.js" language="javascript" type="text/javascript"> </script>
    </head>
    <body>
     <div id="banner">
-     <div id="title">3rd European Lisp Workshop</div>
-     <div id="subtitle">Co-located with <a href="http://2006.ecoop.org/" target="_new">ECOOP 2006</a><br />July 3-4 - Nantes - Frances</div>
+     <div id="title">4th European Lisp Workshop</div>
+     <div id="subtitle">Co-located with <a href="http://2007.ecoop.org/" target="_new">ECOOP 2007</a><br />July 30 - Berlin - Germany</div>
      <div id="logo">
       <a href="http://bknr.net/" target="_new">
        <img width="57" height="20" alt="BKNR Logo" src="/image/bknr-logo/thumbnail,,57,20" border="0" />

Modified: trunk/projects/lisp-ecoop/website/templates/login.xml
===================================================================
--- trunk/projects/lisp-ecoop/website/templates/login.xml	2007-03-23 15:25:04 UTC (rev 2134)
+++ trunk/projects/lisp-ecoop/website/templates/login.xml	2007-03-24 09:35:15 UTC (rev 2135)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <?xml-stylesheet type="text/xsl" href="lisp-ecoop.xsl" ?>
 <lisp-ecoop:page name="login"
-  xmlns:lisp-ecoop="http://lisp-ecoop06.bknr.net">
+  xmlns:lisp-ecoop="http://lisp-ecoop07.bknr.net">
 
  <h1>Login</h1>
 

Modified: trunk/projects/lisp-ecoop/website/templates/menu.xml
===================================================================
--- trunk/projects/lisp-ecoop/website/templates/menu.xml	2007-03-23 15:25:04 UTC (rev 2134)
+++ trunk/projects/lisp-ecoop/website/templates/menu.xml	2007-03-24 09:35:15 UTC (rev 2135)
@@ -2,15 +2,15 @@
 <menu name="main">
   <item url="home" title="Home" />
   <item url="news" title="News" />
-  <item url="people" title="People" />
-  <item url="submissions" title="Submissions" />
-  <item url="programme" title="Programme" />
-  <item url="registration" title="Registration" />
-  <item url="contact" title="Organization / Contact" />
-  <!--
   <item url="papers" title="Papers" />
   <item url="groups" title ="Breakout Groups" />
   <item url="guidelines" title="Submission" />
+  <item url="contact" title="Organization / Contact" />
+  <!--
+  <item url="submissions" title="Submissions" />
   <item url="schedule" title="Schedule" />
+  <item url="programme" title="Programme" />
+  <item url="registration" title="Registration" />
+  <item url="people" title="People" />
   -->
 </menu>

Modified: trunk/projects/lisp-ecoop/website/templates/news.xml
===================================================================
--- trunk/projects/lisp-ecoop/website/templates/news.xml	2007-03-23 15:25:04 UTC (rev 2134)
+++ trunk/projects/lisp-ecoop/website/templates/news.xml	2007-03-24 09:35:15 UTC (rev 2135)
@@ -1,83 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <?xml-stylesheet type="text/xsl" href="lisp-ecoop.xsl" ?>
 <lisp-ecoop:page name="news"
-  xmlns:lisp-ecoop="http://lisp-ecoop06.bknr.net">
+  xmlns:lisp-ecoop="http://lisp-ecoop07.bknr.net">
 
 <h1>News</h1>
 
-<h3>July 10, 2006</h3>
+<h3>March 30, 2007</h3>
 
 <ul>
-<li>Didier Verna has received the best paper award for his paper on <a href="submission/39808">Beating C in Scientific Computing Applications</a>. Congratulations!</li>
-<li>You can now also download slides for the accepted papers.</li>
-</ul>
-
-<h3>June 29, 2006</h3>
-
-<ul>
-<li>The <a href="programme">programme</a> is now available.</li>
-</ul>
-
-<h3>June 4, 2006</h3>
-
-<ul>
-<li>Nick Levine has uploaded the <a href="http://lisp-ecoop06.bknr.net/profile/556">abstract for his keynote talk</a>.</li>
-</ul>
-
-<h3>May 23, 2006</h3>
-
-<ul>
-<li>The early registration deadline for ECOOP has been extended to June 2, 2006. Until then you can still participate for the reduced fees. There is still enough room for more participants, so please contact <a href="mailto:pc at p-cos.net">Pascal Costanza</a> if you wish to attend the workshop.</li>
-</ul>
-
-<h3>May 19, 2006</h3>
-
-<ul>
-<li>The breakout group on <a href="http://vaxbusters.org/workshop/"><i>LISP Hardware revisited</i></a> now has its own website.</li>
-</ul>
-
-<h3>May 18, 2006</h3>
-
-<ul>
-  <li>The workshop has been reduced to one day and will be held on Monday, July 3, 2006. Of course, there remains the opportunity to meet and talk about Lisp-related topics informally on Tuesday, but we decided to open the opportunity to attend other workshops as well, due to the lower-than-expected number of submissions.</li>
-  <li>We have accepted the following papers which are going to be presented at the workshop:
-  <ul>
-    <li>Marie Beurton-Aimar, Nicolas Parisey. <i>An agent-based framework to simulate metabolic processes.</i></li>
-    <li>Brecht Desmet, Ellie D'Hondt, Pascal Costanza, and Theo D'Hondt. <i>Simulation of Quantum Computations in Lisp.</i></li>
-    <li>David Lewis, Christophe Rhodes. <i>Lisp tools for musicology - Research aids for an Electronic Corpus of Lute Music.</i></li>
-    <li>Rudi Schlatte. <i>Naturalising Foreign Libraries.</i></li>
-    <li>Didier Verna. <i>Beating C in Scientific Computing Applications - On the Behavior and Performance of LISP, Part 1.</i></li>
-  </ul></li>
-  <li>There will be a breakout group about <i>Lisp Hardware revisited</i>, as proposed by Hans Hübner.</li>
-  <li>Nick Levine's keynote presentation will have the title <i>How to stay poor, with macros and closures.</i></li>
-  <li>The workshop will also contain tutorials about CLIM and/or reflection and metaprogramming in Lisp.</li>
-</ul>
-
-<p>The exact programme will be made available in the next few days. There is still enough room for additional participants, so please contact <a href="mailto:pc at p-cos.net">Pascal Costanza</a> if you wish to participate. Note that the early registration deadline is May 23, 2006. See <a href="#fees">below</a> for more details about registration fees.</p>
-
-<h3>March 28, 2006</h3>
-
-<ul>
-<li>We have extended the submission deadline to April 15. Notifications of acceptance will now be sent out by May 12.</li>
-</ul>
-
-<h3>March 18, 2006</h3>
-
-<ul>
-<li>Information about <a id="fees" href="http://www.emn.fr/x-info/ecoop2006/fees.php">registration fees</a> for ECOOP 2006 is now available. If you want to attend only the European Lisp Workshop (two days), this will cost 150 Euro for students and 250 Euro for regular participants. If you want to attend the whole conference, including the workshop, this will cost 300 Euro for students and 500 Euro for regular participants. During the workshop days, coffee breaks and lunches are included in those fees, as are receptions on both evenings that typically include food and drinks. Note that these fees are early registration fees valid only before May 23, 2006. See the <a href="http://www.emn.fr/x-info/ecoop2006/fees.php">conference's page about registration fees</a> for more information.</li>
-</ul>
-
-<h3>March 13, 2006</h3>
-
-<ul>
-<li>Nick Levine will be giving a keynote presentation at the European Lisp Workshop. He has been a professional Lisp consultant for over two decades and is the organizer of the upcoming International Lisp Conference 2007 in Cambridge, UK. We are grateful to <a href="http://www.ravenbrook.com/">Ravenbrook Limited</a> for sponsoring the keynote presentation.</li>
-<br/>
-<li>The <a href="http://www.alu.org/">Association of Lisp Users</a> has kindly sponsored a $500 prize fund for exceptional papers submitted to this year's European Lisp Workshop. Both the ALU and the workshop organizers are looking forward to your submissions.</li>
-</ul>
-
-<h3>February 23, 2006</h3>
-
-<ul>
 <li>Launched the workshop website.</li>
 </ul>
 

Modified: trunk/projects/lisp-ecoop/website/templates/papers.xml
===================================================================
--- trunk/projects/lisp-ecoop/website/templates/papers.xml	2007-03-23 15:25:04 UTC (rev 2134)
+++ trunk/projects/lisp-ecoop/website/templates/papers.xml	2007-03-24 09:35:15 UTC (rev 2135)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <?xml-stylesheet type="text/xsl" href="lisp-ecoop.xsl" ?>
 <lisp-ecoop:page name="papers"
-  xmlns:lisp-ecoop="http://lisp-ecoop06.bknr.net">
+  xmlns:lisp-ecoop="http://lisp-ecoop07.bknr.net">
 
 <h1>Papers</h1>
 

Modified: trunk/projects/lisp-ecoop/website/templates/people.xml
===================================================================
--- trunk/projects/lisp-ecoop/website/templates/people.xml	2007-03-23 15:25:04 UTC (rev 2134)
+++ trunk/projects/lisp-ecoop/website/templates/people.xml	2007-03-24 09:35:15 UTC (rev 2135)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <?xml-stylesheet type="text/xsl" href="lisp-ecoop.xsl" ?>
 <lisp-ecoop:page name="people"
-  xmlns:lisp-ecoop="http://lisp-ecoop06.bknr.net">
+  xmlns:lisp-ecoop="http://lisp-ecoop07.bknr.net">
 
 <h1>People</h1>
 

Modified: trunk/projects/lisp-ecoop/website/templates/profile.xml
===================================================================
--- trunk/projects/lisp-ecoop/website/templates/profile.xml	2007-03-23 15:25:04 UTC (rev 2134)
+++ trunk/projects/lisp-ecoop/website/templates/profile.xml	2007-03-24 09:35:15 UTC (rev 2135)
@@ -2,7 +2,7 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <lisp-ecoop:page name="participant profile"
-  xmlns:lisp-ecoop="http://lisp-ecoop06.bknr.net">
+  xmlns:lisp-ecoop="http://lisp-ecoop07.bknr.net">
 
 <lisp-ecoop:profile>
   <h1>Participant Profile</h1>

Modified: trunk/projects/lisp-ecoop/website/templates/programme.xml
===================================================================
--- trunk/projects/lisp-ecoop/website/templates/programme.xml	2007-03-23 15:25:04 UTC (rev 2134)
+++ trunk/projects/lisp-ecoop/website/templates/programme.xml	2007-03-24 09:35:15 UTC (rev 2135)
@@ -1,59 +1,50 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <?xml-stylesheet type="text/xsl" href="lisp-ecoop.xsl" ?>
 <lisp-ecoop:page name="programme"
-  xmlns:lisp-ecoop="http://lisp-ecoop06.bknr.net">
+  xmlns:lisp-ecoop="http://lisp-ecoop07.bknr.net">
 
 <h1>Workshop Programme</h1>
 
 <h3>9:00 - 10:30</h3>
 
 <ul>
-  <li>Introduction</li>
-  <li>Nick Levine, "How to stay poor, with macros and closures"</li>
+  <li>First session</li>
 </ul>
 
 <h3>10:30 - 11:00</h3>
 
 <ul>
-  <li>Coffee Break</li>
+  <li>Coffee break</li>
 </ul>
 
 <h3>11:00 - 12:30</h3>
 
 <ul>
-  <li>Marie Beurton-Aimar, Nicolas Parisey. <i>An agent-based framework to simulate metabolic processes.</i></li>
-  <li>Brecht Desmet, Ellie D'Hondt, Pascal Costanza, and Theo D'Hondt. <i>Simulation of Quantum Computations in Lisp.</i></li>
-  <li>David Lewis, Christophe Rhodes. <i>Lisp tools for musicology - Research aids for an Electronic Corpus of Lute Music.</i></li>
-  <li>Rudi Schlatte. <i>Naturalising Foreign Libraries.</i></li>
-  <li>Didier Verna. <i>Beating C in Scientific Computing Applications - On the Behavior and Performance of LISP, Part 1.</i></li>
+  <li>Second session</li>
 </ul>
 
 <h3>12:30 - 14:00</h3>
 
 <ul>
-  <li>Lunch Break</li>
+  <li>Lunch break</li>
 </ul>
 
 <h3>14:00 - 15:30</h3>
 
 <ul>
-  <li>Short introduction to the breakout group about Lisp hardware, then in parallel:</li>
-  <li>Lisp hardware breakout group</li>
-  <li>Tutorial on CLIM</li>
-  <li>Tutorial on Reflection and Metaprogramming</li>
+  <li>Third session</li>
 </ul>
 
 <h3>15:30 - 16:00</h3>
 
 <ul>
-  <li>Coffee Break</li>
+  <li>Coffee break</li>
 </ul>
   
 <h3>16:00 - 17:00</h3>
 
 <ul>
-  <li>Summary of the Lisp hardware breakout group</li>
-  <li>Lightning Talks</li>
+  <li>Final session</li>
 </ul>
 
 </lisp-ecoop:page>

Modified: trunk/projects/lisp-ecoop/website/templates/registration.xml
===================================================================
--- trunk/projects/lisp-ecoop/website/templates/registration.xml	2007-03-23 15:25:04 UTC (rev 2134)
+++ trunk/projects/lisp-ecoop/website/templates/registration.xml	2007-03-24 09:35:15 UTC (rev 2135)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <?xml-stylesheet type="text/xsl" href="lisp-ecoop.xsl" ?>
 <lisp-ecoop:page name="registration"
-  xmlns:lisp-ecoop="http://lisp-ecoop06.bknr.net">
+  xmlns:lisp-ecoop="http://lisp-ecoop07.bknr.net">
 
 <h1>Registration</h1>
 
@@ -16,10 +16,10 @@
 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
+<li>Register on the <a href="http://2007.ecoop.org">ECOOP 2007 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>
+latter includes access to workshops and to the main conference-->.</li>
 </ol>
 
 </lisp-ecoop:page>

Modified: trunk/projects/lisp-ecoop/website/templates/schedule.xml
===================================================================
--- trunk/projects/lisp-ecoop/website/templates/schedule.xml	2007-03-23 15:25:04 UTC (rev 2134)
+++ trunk/projects/lisp-ecoop/website/templates/schedule.xml	2007-03-24 09:35:15 UTC (rev 2135)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <?xml-stylesheet type="text/xsl" href="lisp-ecoop.xsl" ?>
 <lisp-ecoop:page name="schedule"
-  xmlns:lisp-ecoop="http://lisp-ecoop06.bknr.net">
+  xmlns:lisp-ecoop="http://lisp-ecoop07.bknr.net">
 
   <lisp-ecoop:admin-only>
     <lisp-ecoop:schedule-submission />
@@ -11,14 +11,15 @@
 
   <p>The (preliminary) schedule for the workshop is as follows.</p>
 
-  <h2>Monday, July 3, 2006</h2>
+  <h2>Monday, July 30, 2007</h2>
   <table>
     <tr><th>Time</th><th>Event</th></tr>
-    <lisp-ecoop:show-day-schedule day="03-07-2006">
+    <lisp-ecoop:show-day-schedule day="30-07-2007">
       <tr><td><lisp-ecoop:time/></td><td><lisp-ecoop:content/></td></tr>
     </lisp-ecoop:show-day-schedule>
   </table>
 
+<!--
   <h2>Tuesday, July 4, 2006</h2>
   <table>
     <tr><th>Time</th><th>Event</th></tr>
@@ -26,6 +27,7 @@
       <tr><td><lisp-ecoop:time/></td><td><lisp-ecoop:content/></td></tr>
     </lisp-ecoop:show-day-schedule>
   </table>
+-->
 
   <lisp-ecoop:admin-only>
     <hr />
@@ -33,8 +35,8 @@
       <b>Add Item:</b><br />
       <label for="date">Date:</label>
       <select name="date">
-        <option value="03-07-2006">July 3</option>
-        <option value="04-07-2006">July 4</option>
+        <option value="30-07-2007">July 30</option>
+<!--        <option value="04-07-2006">July 4</option>-->
       </select>
       <br />
       <label for="time">Time (HH:MM):</label>

Modified: trunk/projects/lisp-ecoop/website/templates/submission.xml
===================================================================
--- trunk/projects/lisp-ecoop/website/templates/submission.xml	2007-03-23 15:25:04 UTC (rev 2134)
+++ trunk/projects/lisp-ecoop/website/templates/submission.xml	2007-03-24 09:35:15 UTC (rev 2135)
@@ -2,7 +2,7 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <lisp-ecoop:page name="submission"
-  xmlns:lisp-ecoop="http://lisp-ecoop06.bknr.net">
+  xmlns:lisp-ecoop="http://lisp-ecoop07.bknr.net">
 
 <lisp-ecoop:load-argument-object>
   <h1>$(title)</h1>

Modified: trunk/projects/lisp-ecoop/website/templates/submissions.xml
===================================================================
--- trunk/projects/lisp-ecoop/website/templates/submissions.xml	2007-03-23 15:25:04 UTC (rev 2134)
+++ trunk/projects/lisp-ecoop/website/templates/submissions.xml	2007-03-24 09:35:15 UTC (rev 2135)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <?xml-stylesheet type="text/xsl" href="lisp-ecoop.xsl" ?>
 <lisp-ecoop:page name="submissions"
-  xmlns:lisp-ecoop="http://lisp-ecoop06.bknr.net">
+  xmlns:lisp-ecoop="http://lisp-ecoop07.bknr.net">
 
 <h1>Submissions</h1>
 

Modified: trunk/projects/lisp-ecoop/website/templates/toplevel.xml
===================================================================
--- trunk/projects/lisp-ecoop/website/templates/toplevel.xml	2007-03-23 15:25:04 UTC (rev 2134)
+++ trunk/projects/lisp-ecoop/website/templates/toplevel.xml	2007-03-24 09:35:15 UTC (rev 2135)
@@ -3,20 +3,20 @@
 	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html
   xmlns="http://www.w3.org/1999/xhtml"
-  xmlns:lisp-ecoop="http://lisp-ecoop06.bknr.net"
+  xmlns:lisp-ecoop="http://lisp-ecoop07.bknr.net"
   xmlns:bknr="http://bknr.net"
   xmlns:menu="http://bknr.net/menu"
   >
   <head>
-    <title>LISP-ECOOP06 - $(title)</title>
+    <title>LISP-ECOOP07 - $(title)</title>
     <link rel="stylesheet" type="text/css" href="$(base)static/styles.css" />
     <script src="$(base)static/javascript.js" language="javascript" type="text/javascript"> </script>
   </head>
 
   <body>
     <div id="banner">
-      <div id="title">3nd European Lisp Workshop</div>
-      <div id="subtitle">Co-located with <a href="http://2006.ecoop.org/" target="_new">ECOOP 2006</a><br />July 3 - Nantes - France</div>
+      <div id="title">4th European Lisp Workshop</div>
+      <div id="subtitle">Co-located with <a href="http://2007.ecoop.org/" target="_new">ECOOP 2007</a><br />July 30 - Berlin - Germany</div>
       <div id="logo">
         <a href="http://bknr.net/" target="_new">
 	  <img width="57" height="20" alt="BKNR Logo" src="$(base)image/bknr-logo/thumbnail,,57,20" border="0" />

Modified: trunk/projects/lisp-ecoop/website/templates/upload.xml
===================================================================
--- trunk/projects/lisp-ecoop/website/templates/upload.xml	2007-03-23 15:25:04 UTC (rev 2134)
+++ trunk/projects/lisp-ecoop/website/templates/upload.xml	2007-03-24 09:35:15 UTC (rev 2135)
@@ -2,7 +2,7 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html
-  xmlns:lisp-ecoop="http://lisp-ecoop06.bknr.net">
+  xmlns:lisp-ecoop="http://lisp-ecoop07.bknr.net">
  <head>
   <title>Upload document</title>
   <link rel="stylesheet" type="text/css" href="/static/document-utils.css" />

Modified: trunk/projects/lisp-ecoop/website/templates/user-error.xml
===================================================================
--- trunk/projects/lisp-ecoop/website/templates/user-error.xml	2007-03-23 15:25:04 UTC (rev 2134)
+++ trunk/projects/lisp-ecoop/website/templates/user-error.xml	2007-03-24 09:35:15 UTC (rev 2135)
@@ -4,7 +4,7 @@
 <html
   xmlns="http://www.w3.org/1999/xhtml"
   xmlns:bknr="http://bknr.net"
-  xmlns:lisp-ecoop="http://lisp-ecoop06.bknr.net"
+  xmlns:lisp-ecoop="http://lisp-ecoop07.bknr.net"
   xmlns:menu="http://bknr.net/menu"
   >
  <head>




More information about the Bknr-cvs mailing list