Revision: 4321
Author: dverna
URL: http://bknr.net/trac/changeset/4321
CfP update
U trunk/projects/lisp-ecoop/website/templates/cfp.xml
Modified: trunk/projects/lisp-ecoop/website/templates/cfp.xml
===================================================================
--- trunk/projects/lisp-ecoop/website/templates/cfp.xml 2009-02-24 10:31:19 UTC (rev 4320)
+++ trunk/projects/lisp-ecoop/website/templates/cfp.xml 2009-02-24 13:40:22 UTC (rev 4321)
@@ -14,10 +14,10 @@
Submission deadline: April 08, 2009
Notification of acceptance: May 08, 2009
ECOOP early registration deadline: May 20, 2009
-5th European Lisp Workshop: July 06, 2009
+6th European Lisp Workshop: July 06, 2009
Please note that registration must be done with ECOOP itself.
-For more information visit http://elw.bknr.net/2009/
+For more information visit http://elw.bknr.net/2009
Contact: Didier Verna, didier(a)lrde.epita.fr
@@ -31,7 +31,7 @@
Overview
========
"...Please don't assume Lisp is only useful for Animation and
-Graphics, AI, Bioinformatics, B2B and E-Commerce, Data Mining,
+Graphics, AI, Bio-informatics, B2B and E-Commerce, Data Mining,
EDA/Semiconductor applications, Expert Systems, Finance, Intelligent
Agents, Knowledge Management, Mechanical CAD, Modeling and Simulation,
Natural Language, Optimization, Research, Risk Analysis, Scheduling,
@@ -77,7 +77,7 @@
- Hardware Support
- Efficiency / Distribution / Parallel programming
- Macro-, reflective-, meta- and/or rule-based development approaches
-- Protocol Metaprogramming and Libraries
+- Protocol Meta-programming and Libraries
- Context-Oriented, Domain-Oriented and Generative Programming
@@ -85,7 +85,7 @@
=========================================
Additionally, we invite less formal talks in the form of interactive
tutorial/demo/coding sessions. The purpose of these sessions is to
-both demonstrate and recieve feedback on any interesting Lisp system,
+both demonstrate and receive feedback on any interesting Lisp system,
either stable or under development. Being less formal than technical
paper presentations, it is expected that these sessions be highly
interactive.
Revision: 4320
Author: edi
URL: http://bknr.net/trac/changeset/4320
Tag current CL-GD version
A tags/thirdparty/cl-gd-0.5.6/
Copied: tags/thirdparty/cl-gd-0.5.6 (from rev 4319, trunk/thirdparty/cl-gd)
Revision: 4319
Author: hans
URL: http://bknr.net/trac/changeset/4319
If redirection target does not begin with a slash, only warn.
U trunk/bknr/web/src/web/handlers.lisp
Modified: trunk/bknr/web/src/web/handlers.lisp
===================================================================
--- trunk/bknr/web/src/web/handlers.lisp 2009-02-24 10:27:56 UTC (rev 4318)
+++ trunk/bknr/web/src/web/handlers.lisp 2009-02-24 10:29:08 UTC (rev 4319)
@@ -377,9 +377,8 @@
((to :initarg :to :reader redirect-handler-to :documentation "url to redirect to")))
(defmethod initialize-instance :after ((handler redirect-handler) &key to)
- (assert (equal #\/ (aref to 0))
- () "path ~S provided as target to redirect-handler does not begin with a slash"
- to))
+ (unless (equal #\/ (aref to 0))
+ (warn "path ~S provided as target to redirect-handler does not begin with a slash" to)))
(defmethod handle ((page-handler redirect-handler))
(redirect (redirect-handler-to page-handler)))
Revision: 4316
Author: dverna
URL: http://bknr.net/trac/changeset/4316
Update the news page
U trunk/projects/lisp-ecoop/website/templates/news.xml
Modified: trunk/projects/lisp-ecoop/website/templates/news.xml
===================================================================
--- trunk/projects/lisp-ecoop/website/templates/news.xml 2009-02-23 16:53:08 UTC (rev 4315)
+++ trunk/projects/lisp-ecoop/website/templates/news.xml 2009-02-23 16:55:27 UTC (rev 4316)
@@ -39,7 +39,8 @@
<ul>
<li>
This year, and for the first time, the workshop proceedings will be
- published in the ACM Digital Library.
+ published in the ACM Digital Library. Also, the workshop will feature
+ interactive tutorial/demo/coding sessions.
</li>
<li>Launched the workshop website.</li>
</ul>