[bknr-cvs] r1836 - trunk/projects/lisp-ecoop/website/templates
bknr at bknr.net
bknr at bknr.net
Fri Feb 17 19:53:14 UTC 2006
Author: hhubner
Date: 2006-02-17 13:53:13 -0600 (Fri, 17 Feb 2006)
New Revision: 1836
Modified:
trunk/projects/lisp-ecoop/website/templates/cfp.xml
trunk/projects/lisp-ecoop/website/templates/edit-profile.xml
trunk/projects/lisp-ecoop/website/templates/edit-submission.xml
trunk/projects/lisp-ecoop/website/templates/home.xml
trunk/projects/lisp-ecoop/website/templates/lisp-ecoop.xsl
trunk/projects/lisp-ecoop/website/templates/people.xml
trunk/projects/lisp-ecoop/website/templates/profile.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/user-error.xml
Log:
Changes by Pascal Costanza, still not playing nice with the templating system.
Modified: trunk/projects/lisp-ecoop/website/templates/cfp.xml
===================================================================
--- trunk/projects/lisp-ecoop/website/templates/cfp.xml 2006-02-17 19:41:42 UTC (rev 1835)
+++ trunk/projects/lisp-ecoop/website/templates/cfp.xml 2006-02-17 19:53:13 UTC (rev 1836)
@@ -4,19 +4,19 @@
<h1>Call for Participation</h1>
-<h2>2nd European Lisp and Scheme Workshop</h2>
+<h2>3rd European Lisp Workshop</h2>
-<p>July 26 - Glasgow, Scotland - co-located with ECOOP 2005<br/>
-Supported by ALU</p>
+<p>July 3-4 - Nantes, Frances - co-located with ECOOP 2006<!--<br/>
+Supported by ALU--></p>
-<p>For more information visit <a href="http://lisp-ecoop05.bknr.net">http://lisp-ecoop05.bknr.net</a>
+<p>For more information visit <a href="http://lisp-ecoop06.bknr.net">http://lisp-ecoop06.bknr.net</a>
or contact <a href="mailto:pc at p-cos.net">pc at p-cos.net</a>.</p>
-<h2>Important Dates (updated on May 15, 2005)</h2>
+<h2>Important Dates</h2>
<ul>
-<li>Submission deadline: June 5, 2005</li>
-<li>Notification of acceptance: June 10, 2005</li>
-<li>ECOOP early registration deadline: June 13, 2005</li>
+<li>Submission deadline: April 1, 2006</li>
+<li>Notification of acceptance: May 1, 2006</li>
+<li>ECOOP early registration deadline: - not announced yet -</li>
</ul>
<h1>Overview</h1>
@@ -31,138 +31,103 @@
list. -- Kent Pitman
</blockquote>
-<p>Lisp is one of the oldest computer languages still in use today.
-In the decades of its existence, Lisp has been a fruitful basis for
+<p>Lisp is one of the oldest computer languages still in use today. In
+the decades of its existence, Lisp has been a fruitful basis for
language design experiments as well as the preferred implementation
language for applications in diverse fields.</p>
-<p>The structure of Lisp, including Common Lisp and Scheme as its
-major dialects of today, makes it easy to extend the language or even
-to implement entirely new dialects without starting from
-scratch. Common Lisp, with the Common Lisp Object System (CLOS), was
-the first object-oriented programming language to receive an ANSI
-standard at the beginning of the 1990's. It is, arguably, the most
-complete and advanced object system of any programming language, and
-has influenced many other object-oriented programming languages that
-were to follow.</p>
+<p>The structure of Lisp makes it easy to extend the language or even to
+implement entirely new dialects without starting from scratch. Common
+Lisp, with the Common Lisp Object System (CLOS), was the first
+object-oriented programming language to receive an ANSI standard and
+retains the most complete and advanced object system of any
+programming language, while influencing many other object-oriented
+programming languages that followed.</p>
-<p>Despite having somewhat disappeared from the radar of popular
-computer science, Common Lisp and Scheme are still alive and have just
-started to gain momentum again. There is a steadily growing interest
-in Lisp as such, with numerous user groups having formed recently
-worldwide, and Lisp's metaprogramming notions that are being
-transferred to other languages to different extents, as for example in
-AOP, MDA, DSL, and so on.</p>
+<p>It is clear that Lisp is gaining momentum: there is a
+steadily growing interest in Lisp itself, with numerous user groups
+in existence worldwide, and in Lisp's metaprogramming notions
+which are being transferred to other languages, as
+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 languages in research, industry and education. We want to
-solicit papers and suggestions for breakout groups that discuss the
+<p>This two-day 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
-in software engineering. We also want to promote lively discussion
+in software engineering. We want to promote lively discussion
between researchers proposing new approaches and practitioners
reporting on their experience with the strengths and limitations of
current Lisp technologies.</p>
-<p>The workshop will be split into two parts: The first part is for
-talks with a more classroom-like atmosphere, the second will consist
-of a number of sessions for breakout groups discussing or working on
-particular topics.</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
+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>
<h2>Papers</h2>
-<p>Presentations on the workshop can take anything between 5 minutes
-and an hour. Additional time will be given for questions and answers.
-Papers may be published on the website in order to provide background
-information in advance.</p>
+<p>Formal presentations in the workshop should take between 20 minutes
+and half an hour; additional time will be given for questions and
+answers. We encourage that papers be published on the website in order
+to provide background information in advance.</p>
<h3>Suggested topics for presented papers</h3>
<ul>
-<li>Macro programming</li>
-<li>Metaprogramming</li>
-<li>Reflection</li>
-<li>New language features / abstractions</li>
+<li>New language features or abstractions</li>
+<li>Experience reports or case studies</li>
+<li>Protocol Metaprogramming and Libraries</li>
+<li>Educational approaches</li>
+<li>Software Evolution</li>
+<li>Development Aids</li>
<li>Persistence Systems</li>
-<li>Hardware support for Lisp systems</li>
-<li>Case studies</li>
-<li>Experience reports</li>
-<li>Industrial applications</li>
-<li>Object-Oriented Programming</li>
-<li>Declarative Programming</li>
-<li>Aspect-Oriented Programming</li>
-<li>Domain-Oriented Programming</li>
-<li>Generative Programming</li>
-<li>Ambient Intelligence</li>
-<li>Unanticipated Software Evolution</li>
-<li>Design Patterns</li>
-<li>Educational Perspectives</li>
+<li>Dynamic Optimization</li>
+<li>Implementation techniques</li>
+<li>Innovative Applications</li>
+<li>Hardware Support for Lisp systems</li>
+<li>Macro-, reflective-, meta- and/or rule-based development approaches</li>
+<li>Aspect-Oriented, Domain-Oriented and Generative Programming</li>
</ul>
<h2>Breakout Groups</h2>
-<p>The workshop will provide for the opportunity to meet face to face
-and work on focused topics. We will organize these breakout groups
-and provide for rooms and infrastructure.</p>
+<p>The workshop will provide for the opportunity to meet face to face and
+work on focused topics. We will organize these breakout groups and
+provide for rooms and infrastructure.</p>
<h3>Suggested topics for breakout groups</h3>
<ul>
-<li>Discuss the feature set of the next version of Slime</li>
-<li>Work on details of the CLRFI process</li>
-<li>Exchange experiences with various macro systems for Scheme</li>
-<li>Detail a wishlist for R6RS</li>
+<li>Lisp Infrastructure Development and Distribution</li>
+<li>Language Features (e.g. Predicate Dispatching)</li>
<li>Environments for creating web applications</li>
-<li>Persistence systems</li>
+<li>Brainstorming sessions for new or existing open source projects</li>
+<li>Persistence Systems</li>
<li>Compiler technology</li>
<li>Lisp on bare metal / Lisp hardware / Lisp operating systems</li>
<li>Compare and enhance curricula for computer science education</li>
</ul>
-<p>In order to have effective discussions at those breakout groups, we
-are negotiating meeting rooms for an extra day in addition to the
-actual workshop with the ECOOP organizers.</p>
-
<h2>Submission Guidelines</h2>
-<p>Potential attendants are expected to submit<br/>
+<p>Potential attendees are encouraged to submit<br/>
<ul>
-<li>either a long paper (10 pages) presenting scientific and/or
-empirical results about Lisp- and Scheme-based uses or new approaches
-for software engineering purposes</li>
-<li>or a short essay (5 pages) defending a position about where
-research and practice based on Lisp and Scheme should be heading in
-the near future</li>
-<li>a proposal for a breakout group (1-2 pages) describing the theme,
-an agenda and/or expected results</li>
+<li>a long paper (10 pages) presenting scientific and/or
+ empirical results about Lisp-based uses or new approaches for
+ software engineering purposes;</li>
+<li>a short essay (5 pages) defending a position about where
+ research, practice or education based on Lisp should be heading in
+ the near future;</li>
+<li>a proposal for a breakout group (1-2 pages) describing the theme, an
+ agenda and/or expected results.</li>
</ul>
</p>
-<p>Submissions should be mailed as PDF or text to Pascal Costanza (<a
+<p>Submissions should be mailed as PDF to Pascal Costanza (<a
href="mailto:pc at p-cos.net">pc at p-cos.net</a>) before the submission
-deadline. Please indicate whether you need an earlier notification of
-acceptance than the official date.</p>
+deadline.</p>
-<h2>Registration</h2>
-
-<p>
-This workshop is co-located with <a
-href="http://2005.ecoop.org/">ECOOP 2005</a>, and this time it is one
-of the official workshops at that conference. Therefore, registration,
-fee and accomodation are all handled through the conference
-organization. See the conference website and especially <a
-href="http://2005.ecoop.org/fees.html">ecoop - Fees</a> and <a
-href="http://2005.ecoop.org/travel.html">ecoop - Travel</a> for
-further information.
-</p>
-
-<p>
-Advance registration to the workshop is handled through the primary
-contact person of the Workshop, Pascal Costanza (<a
-href="mailto:pc at p-cos.net">pc at 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. Further
-information for participants will be provided on the workshop website.
-</p>
-
<h2>Organizing Committee</h2>
<p>The organizing comitee consists of the following people:</p>
@@ -176,9 +141,7 @@
Vrije Universiteit Brussel, Belgium</li>
<li>Arthur Lemmens, Independent Consultant, Amsterdam, The
Netherlands</li>
-<li>Manuel Serrano, <a
-href="http://www-sop.inria.fr/mimosa/Manuel.Serrano/">http://www-sop.inria.fr/mimosa/Manuel.Serrano/</a>,
-INRIA Sophia-Antipolis, France</li>
+<li>Christophe Rhodes, <a href="http://www.goldsmiths.ac.uk/departments/computing/staff/CR.html">http://www.goldsmiths.ac.uk/departments/computing/staff/CR.html</a>, Goldsmiths Colloge, University of London, United Kingdom</li>
</ul>
</page>
\ No newline at end of file
Modified: trunk/projects/lisp-ecoop/website/templates/edit-profile.xml
===================================================================
--- trunk/projects/lisp-ecoop/website/templates/edit-profile.xml 2006-02-17 19:41:42 UTC (rev 1835)
+++ trunk/projects/lisp-ecoop/website/templates/edit-profile.xml 2006-02-17 19:53:13 UTC (rev 1836)
@@ -6,13 +6,13 @@
title="Edit Profile"
xmlns="http://www.w3.org/1999/xhtml"
xmlns:bknr="http://bknr.net"
- xmlns:lisp-ecoop05="http://lisp-ecoop05.bknr.net"
+ xmlns:lisp-ecoop06="http://lisp-ecoop06.bknr.net"
>
<h1>Participant Profile Editor</h1>
<p>
-Using this form, you can edit your participant profile for the 2nd
-European LISP and Scheme Workshop. The profile serves as a means of
+Using this form, you can edit your participant profile for the 3rd
+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
by the workshop coordinators to schedule presentations.
@@ -23,7 +23,7 @@
All participant profile data, excluding personal email addresses, can
be viewed by all visitors of the workshops' web site.
</p>
-<lisp-ecoop05:profile-editor>
+<lisp-ecoop:profile-editor>
<form method="post" name="edit_profile" enctype="multipart/form-data" onsubmit="return check_password(this);">
<table>
<tr><th colspan="2">Personal information</th></tr>
@@ -57,7 +57,7 @@
</tr>
<tr>
<td>Picture</td>
- <td><lisp-ecoop05:participant-picture-uploader /></td>
+ <td><lisp-ecoop:participant-picture-uploader /></td>
</tr>
<tr>
<td>Text</td>
@@ -65,7 +65,7 @@
</tr>
<tr><th colspan="2">Submissions</th></tr>
<tr>
- <td colspan="2"><lisp-ecoop05:submission-list participant-only="1" /></td>
+ <td colspan="2"><lisp-ecoop:submission-list participant-only="1" /></td>
</tr>
<tr><th colspan="2">New Submission</th></tr>
<tr>
@@ -98,7 +98,7 @@
</tr>
</table>
</form>
-</lisp-ecoop05:profile-editor>
+</lisp-ecoop:profile-editor>
<p>
Please contact <a href="mailto:hans at bknr.net">Hans Hübner</a> for
inquiries relating to the workshop web site. We are interested in
Modified: trunk/projects/lisp-ecoop/website/templates/edit-submission.xml
===================================================================
--- trunk/projects/lisp-ecoop/website/templates/edit-submission.xml 2006-02-17 19:41:42 UTC (rev 1835)
+++ trunk/projects/lisp-ecoop/website/templates/edit-submission.xml 2006-02-17 19:53:13 UTC (rev 1836)
@@ -6,15 +6,15 @@
title="Edit Submission"
xmlns="http://www.w3.org/1999/xhtml"
xmlns:bknr="http://bknr.net"
- xmlns:lisp-ecoop05="http://lisp-ecoop05.bknr.net"
+ xmlns:lisp-ecoop06="http://lisp-ecoop06.bknr.net"
>
<h1>Submission Editor</h1>
<p>
-Using this form, you can edit your submission to the 2nd
-European LISP and Scheme Workshop.
+Using this form, you can edit your submission to the 3rd
+European Lisp Workshop.
</p>
-<lisp-ecoop05:submission-editor>
+<lisp-ecoop:submission-editor>
<form method="post" name="edit_submission" enctype="multipart/form-data">
<table>
<tr><th colspan="2">Submission</th></tr>
@@ -24,7 +24,7 @@
</tr>
<tr>
<td>Submitters</td>
- <td><lisp-ecoop05:submission-submitters-chooser /></td>
+ <td><lisp-ecoop:submission-submitters-chooser /></td>
</tr>
<tr>
<td width="20%">Abstract</td>
@@ -32,7 +32,7 @@
</tr>
<tr>
<td>Document (PDF)</td>
- <td><lisp-ecoop05:submission-uploader /></td>
+ <td><lisp-ecoop:submission-uploader /></td>
</tr>
<tr><th colspan="2">Action</th></tr>
<tr>
@@ -43,5 +43,5 @@
</tr>
</table>
</form>
-</lisp-ecoop05:submission-editor>
+</lisp-ecoop:submission-editor>
</bknr:toplevel>
Modified: trunk/projects/lisp-ecoop/website/templates/home.xml
===================================================================
--- trunk/projects/lisp-ecoop/website/templates/home.xml 2006-02-17 19:41:42 UTC (rev 1835)
+++ trunk/projects/lisp-ecoop/website/templates/home.xml 2006-02-17 19:53:13 UTC (rev 1836)
@@ -2,43 +2,33 @@
<?xml-stylesheet type="text/xsl" href="lisp-ecoop.xsl" ?>
<page name="home">
-<p>Welcome to the Website of the 2nd European LISP and Scheme
+<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>May 19, 2005</h3>
+<h3>February 20, 2006</h3>
<ul>
-<li><a href="/profile/rpg">Richard P. Gabriel</a> has
- agreed to give a keynote talk at the workshop:
-<blockquote>
-<h4>On the Interaction of Life and Machines in Self-Sustaining Systems</h4>
-<p>
-Software systems today are produced according to a manufacturing
-model: A finished product is constructed at the factory and shipped to
-its final destination where it is expected to act like any other
-machine-reliably but oblivious to its surroundings and its own
-welfare. Software needs to grow up and become responsible for itself
-and its own future. A promising approach seems to be to separate
-software that does the work from software that keeps the system alive.
-</p>
-</blockquote>
-</li>
+<li>Launched the workshop website.</li>
+</ul>
-<li>The submission deadline has been extended to June 5,
- 2005.</li>
+<h1>Information for Attendees</h1>
-<li>The early registration deadline for ECOOP 2005 is June 13,
- 2005. The fee structure for ECOOP 2005 will be announced at the
- conference website soon. See <a
- href="http://2005.ecoop.org/dates.html" target="_new">ecoop -
- Important Dates</a> and <a href="http://2005.ecoop.org/fees.html"
- target="_new">ecoop - Fees</a> for more information.</li>
+<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 at p-cos.net">pc at 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.rg">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>
-</ul>
-
+<!--
<div align="center">
<p>
<a href="http://www.alu.org" target="_new">
@@ -47,5 +37,6 @@
</p>
<p>Supported by ALU</p>
</div>
+-->
</page>
Modified: trunk/projects/lisp-ecoop/website/templates/lisp-ecoop.xsl
===================================================================
--- trunk/projects/lisp-ecoop/website/templates/lisp-ecoop.xsl 2006-02-17 19:41:42 UTC (rev 1835)
+++ trunk/projects/lisp-ecoop/website/templates/lisp-ecoop.xsl 2006-02-17 19:53:13 UTC (rev 1836)
@@ -13,14 +13,14 @@
<html
xmlns="http://www.w3.org/1999/xhtml">
<head>
- <title>LISP-ECOOP06 - <xsl:value-of select="@name"/></title>
+ <title>LISP-ECOOP06 - $(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">2nd European LISP and Scheme Workshop</div>
- <div id="subtitle">Co-located with <a href="http://2005.ecoop.org/" target="_new">ECOOP 2005</a><br />July 26 - Glasgow - Scotland</div>
+ <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="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/people.xml
===================================================================
--- trunk/projects/lisp-ecoop/website/templates/people.xml 2006-02-17 19:41:42 UTC (rev 1835)
+++ trunk/projects/lisp-ecoop/website/templates/people.xml 2006-02-17 19:53:13 UTC (rev 1836)
@@ -5,8 +5,8 @@
<h1>People</h1>
<p>The following people have registered to the workshop. Please click
-on the persons' name to get further information</p>
+on a person's name to get further information</p>
- <lisp-ecoop05:participant-list />
+ <lisp-ecoop:participant-list />
</page>
Modified: trunk/projects/lisp-ecoop/website/templates/profile.xml
===================================================================
--- trunk/projects/lisp-ecoop/website/templates/profile.xml 2006-02-17 19:41:42 UTC (rev 1835)
+++ trunk/projects/lisp-ecoop/website/templates/profile.xml 2006-02-17 19:53:13 UTC (rev 1836)
@@ -6,10 +6,10 @@
title="Edit Profile"
xmlns="http://www.w3.org/1999/xhtml"
xmlns:bknr="http://bknr.net"
- xmlns:lisp-ecoop05="http://lisp-ecoop05.bknr.net"
+ xmlns:lisp-ecoop06="http://lisp-ecoop06.bknr.net"
>
-<lisp-ecoop05:profile>
+<lisp-ecoop:profile>
<h1>Participant Profile</h1>
<table>
<tr><th colspan="2">Personal information</th></tr>
@@ -31,14 +31,14 @@
</tr>
<tr>
<td>Picture</td>
- <td><lisp-ecoop05:participant-picture-image width="100" height="100"/></td>
+ <td><lisp-ecoop:participant-picture-image width="100" height="100"/></td>
</tr>
- <lisp-ecoop05:participants-only>
+ <lisp-ecoop:participants-only>
<tr>
<td>Email</td>
<td><a href="mailto:$(email)">$(email)</a></td>
</tr>
- </lisp-ecoop05:participants-only>
+ </lisp-ecoop:participants-only>
<tr>
<td width="20%">Text</td>
<td><pre>$(text)</pre></td>
@@ -46,8 +46,8 @@
<tr><th colspan="2">Submission</th></tr>
<tr>
<td>Submissions</td>
- <td><lisp-ecoop05:participant-submission-links /></td>
+ <td><lisp-ecoop:participant-submission-links /></td>
</tr>
</table>
-</lisp-ecoop05:profile>
+</lisp-ecoop:profile>
</bknr:toplevel>
Modified: trunk/projects/lisp-ecoop/website/templates/schedule.xml
===================================================================
--- trunk/projects/lisp-ecoop/website/templates/schedule.xml 2006-02-17 19:41:42 UTC (rev 1835)
+++ trunk/projects/lisp-ecoop/website/templates/schedule.xml 2006-02-17 19:53:13 UTC (rev 1836)
@@ -2,38 +2,38 @@
<?xml-stylesheet type="text/xsl" href="lisp-ecoop.xsl" ?>
<page name="schedule">
- <lisp-ecoop05:admin-only>
- <lisp-ecoop05:schedule-submission />
- </lisp-ecoop05:admin-only>
+ <lisp-ecoop:admin-only>
+ <lisp-ecoop:schedule-submission />
+ </lisp-ecoop:admin-only>
<h1>Schedule</h1>
<p>The (preliminary) schedule for the workshop is as follows.</p>
- <h2>Monday, 25. July 2005</h2>
+ <h2>Monday, July 3, 2006</h2>
<table>
<tr><th>Time</th><th>Event</th></tr>
- <lisp-ecoop05:show-day-schedule day="25-07-2005">
- <tr><td><lisp-ecoop05:time/></td><td><lisp-ecoop05:content/></td></tr>
- </lisp-ecoop05:show-day-schedule>
+ <lisp-ecoop:show-day-schedule day="03-07-2006">
+ <tr><td><lisp-ecoop:time/></td><td><lisp-ecoop:content/></td></tr>
+ </lisp-ecoop:show-day-schedule>
</table>
- <h2>Tuesday, 26. July 2005</h2>
+ <h2>Tuesday, July 4, 2006</h2>
<table>
<tr><th>Time</th><th>Event</th></tr>
- <lisp-ecoop05:show-day-schedule day="26-07-2005">
- <tr><td><lisp-ecoop05:time/></td><td><lisp-ecoop05:content/></td></tr>
- </lisp-ecoop05:show-day-schedule>
+ <lisp-ecoop:show-day-schedule day="03-07-2006">
+ <tr><td><lisp-ecoop:time/></td><td><lisp-ecoop:content/></td></tr>
+ </lisp-ecoop:show-day-schedule>
</table>
- <lisp-ecoop05:admin-only>
+ <lisp-ecoop:admin-only>
<hr />
<form id="schedule" method="POST">
<b>Add Item:</b><br />
<label for="date">Date:</label>
<select name="date">
- <option value="25-07-2005">25. July</option>
- <option value="26-07-2005">26. July</option>
+ <option value="03-07-2006">July 3</option>
+ <option value="04-07-2006">July 4</option>
</select>
<br />
<label for="time">Time (HH:MM):</label>
@@ -44,7 +44,7 @@
<br />
<label for="submission">Submission:</label>
<select name="submission">
- <lisp-ecoop05:unscheduled-submission-options />
+ <lisp-ecoop:unscheduled-submission-options />
</select>
<br/><b>or</b><br/>
<label for="freetext">Other item: </label>
@@ -52,5 +52,5 @@
<br />
<input type="submit" value="add to schedule" />
</form>
- </lisp-ecoop05:admin-only>
+ </lisp-ecoop:admin-only>
</page>
Modified: trunk/projects/lisp-ecoop/website/templates/submission.xml
===================================================================
--- trunk/projects/lisp-ecoop/website/templates/submission.xml 2006-02-17 19:41:42 UTC (rev 1835)
+++ trunk/projects/lisp-ecoop/website/templates/submission.xml 2006-02-17 19:53:13 UTC (rev 1836)
@@ -6,13 +6,13 @@
title="Edit Submission"
xmlns="http://www.w3.org/1999/xhtml"
xmlns:bknr="http://bknr.net"
- xmlns:lisp-ecoop05="http://lisp-ecoop05.bknr.net"
+ xmlns:lisp-ecoop06="http://lisp-ecoop06.bknr.net"
>
-<lisp-ecoop05:load-argument-object>
+<lisp-ecoop:load-argument-object>
<h1>$(title)</h1>
- <h2><lisp-ecoop05:submission-submitter-links /></h2>
+ <h2><lisp-ecoop:submission-submitter-links /></h2>
<blockquote><pre>$(abstract)</pre></blockquote>
<a href="/pdf/$(object-id)">[Show PDF]</a>
-</lisp-ecoop05:load-argument-object>
+</lisp-ecoop:load-argument-object>
</bknr:toplevel>
Modified: trunk/projects/lisp-ecoop/website/templates/submissions.xml
===================================================================
--- trunk/projects/lisp-ecoop/website/templates/submissions.xml 2006-02-17 19:41:42 UTC (rev 1835)
+++ trunk/projects/lisp-ecoop/website/templates/submissions.xml 2006-02-17 19:53:13 UTC (rev 1836)
@@ -7,9 +7,9 @@
<p>The following submissions have been received so far.</p>
<h2>Papers</h2>
-<lisp-ecoop05:submission-list type="paper"/>
+<lisp-ecoop:submission-list type="paper"/>
<h2>Breakout group proposals</h2>
-<lisp-ecoop05:submission-list type="breakout-group-proposal"/>
+<lisp-ecoop:submission-list type="breakout-group-proposal"/>
</page>
Modified: trunk/projects/lisp-ecoop/website/templates/toplevel.xml
===================================================================
--- trunk/projects/lisp-ecoop/website/templates/toplevel.xml 2006-02-17 19:41:42 UTC (rev 1835)
+++ trunk/projects/lisp-ecoop/website/templates/toplevel.xml 2006-02-17 19:53:13 UTC (rev 1836)
@@ -3,20 +3,20 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html
xmlns="http://www.w3.org/1999/xhtml"
- xmlns:lisp-ecoop05="http://lisp-ecoop05.bknr.net"
+ xmlns:lisp-ecoop06="http://lisp-ecoop06.bknr.net"
xmlns:bknr="http://bknr.net"
xmlns:menu="http://bknr.net/menu"
>
<head>
- <title>LISP-ECOOP05 - $(title)</title>
+ <title>LISP-ECOOP06 - $(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">2nd European LISP and Scheme Workshop</div>
- <div id="subtitle">Co-located with <a href="http://2005.ecoop.org/" target="_new">ECOOP 2005</a><br />July 26 - Glasgow - Scotland</div>
+ <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-4 - Nantes - France</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" />
@@ -31,7 +31,7 @@
active-class="site-menu-active"
inactive-class="site-menu-inactive" />
<div id="login">
- <lisp-ecoop05:login-widget />
+ <lisp-ecoop:login-widget />
</div>
</div>
<div id="content">
Modified: trunk/projects/lisp-ecoop/website/templates/user-error.xml
===================================================================
--- trunk/projects/lisp-ecoop/website/templates/user-error.xml 2006-02-17 19:41:42 UTC (rev 1835)
+++ trunk/projects/lisp-ecoop/website/templates/user-error.xml 2006-02-17 19:53:13 UTC (rev 1836)
@@ -4,7 +4,7 @@
<html
xmlns="http://www.w3.org/1999/xhtml"
xmlns:bknr="http://bknr.net"
- xmlns:lisp-ecoop05="http://lisp-ecoop05.bknr.net"
+ xmlns:lisp-ecoop06="http://lisp-ecoop06.bknr.net"
xmlns:menu="http://bknr.net/menu"
>
Your request could not be processed because an error occured:
More information about the Bknr-cvs
mailing list