Revision: 3642
Author: ksprotte
URL: http://bknr.net/trac/changeset/3642
we are not actually using /static/kml-root-*
D trunk/projects/bos/payment-website/static/kml-root-da.kml
D trunk/projects/bos/payment-website/static/kml-root-de.kml
D trunk/projects/bos/payment-website/static/kml-root-en.kml
U trunk/projects/bos/payment-website/templates/da/satmap.xml
U trunk/projects/bos/payment-website/templates/de/satmap.xml
U trunk/projects/bos/payment-website/templates/en/satmap.xml
Change set too large, please see URL above
Revision: 3635
Author: edi
URL: http://bknr.net/trac/changeset/3635
Update to 0.2.1
U trunk/thirdparty/cl-interpol/CHANGELOG
U trunk/thirdparty/cl-interpol/cl-interpol.asd
U trunk/thirdparty/cl-interpol/doc/index.html
Modified: trunk/thirdparty/cl-interpol/CHANGELOG
===================================================================
--- trunk/thirdparty/cl-interpol/CHANGELOG 2008-07-25 12:00:52 UTC (rev 3634)
+++ trunk/thirdparty/cl-interpol/CHANGELOG 2008-07-25 12:53:11 UTC (rev 3635)
@@ -1,3 +1,7 @@
+Version 0.2.1
+2008-07-25
+Fixed typo in HTML documentation
+
Version 0.2.0
2008-07-24
Base Unicode support on CL-UNICODE
Modified: trunk/thirdparty/cl-interpol/cl-interpol.asd
===================================================================
--- trunk/thirdparty/cl-interpol/cl-interpol.asd 2008-07-25 12:00:52 UTC (rev 3634)
+++ trunk/thirdparty/cl-interpol/cl-interpol.asd 2008-07-25 12:53:11 UTC (rev 3635)
@@ -1,5 +1,5 @@
;;; -*- Mode: LISP; Syntax: COMMON-LISP; Package: CL-USER; Base: 10 -*-
-;;; $Header: /usr/local/cvsrep/cl-interpol/cl-interpol.asd,v 1.10 2008/07/23 16:10:05 edi Exp $
+;;; $Header: /usr/local/cvsrep/cl-interpol/cl-interpol.asd,v 1.11 2008/07/25 12:51:58 edi Exp $
;;; Copyright (c) 2003-2008, Dr. Edmund Weitz. All rights reserved.
@@ -35,7 +35,7 @@
(in-package :cl-interpol-asd)
(defsystem :cl-interpol
- :version "0.2.0"
+ :version "0.2.1"
:serial t
:depends-on (:cl-unicode)
:components ((:file "packages")
Modified: trunk/thirdparty/cl-interpol/doc/index.html
===================================================================
--- trunk/thirdparty/cl-interpol/doc/index.html 2008-07-25 12:00:52 UTC (rev 3634)
+++ trunk/thirdparty/cl-interpol/doc/index.html 2008-07-25 12:53:11 UTC (rev 3635)
@@ -86,7 +86,7 @@
CL-INTERPOL together with this documentation can be downloaded from <a
href="http://weitz.de/files/cl-interpol.tar.gz">http://weitz.de/files/cl-interpol.tar.gz</a>. The
-current version is 0.2.0.
+current version is 0.2.1.
<p>
CL-INTERPOL comes with a system definition for <a
href="http://www.cliki.net/asdf">ASDF</a> so you can install the library with
@@ -492,7 +492,7 @@
Beyond what has been explained above CL-INTERPOL can support Perl regular expression syntax. This feature is mainly intended for use with <a href="http://weitz.de/cl-ppcre/">CL-PPCRE</a> (version 0.7.0 or higher). The <em>regular expression mode</em> is switched on if the <a href="#outer">opening outer delimiter</a> is a <code class=yellow>/</code> (slash) - but see <a href="#*regex-delimiters*"><code>*REGEX-DELIMITERS*</code></a>. It is also on if there's an <code class=yellow>r</code> (lowercase or uppercase) in front of the opening outer delimiter. If there's also an <code class=yellow>x</code> (lowercase or uppercase) in front of the opening outer delimiter (but <em>behind</em> the <code class=yellow>r</code> if it's there), the string will be read in <em>extended mode</em> (see <code>man perlre</code> for a detailed explanation). In these modes the following things are different from what's described above:
<ul>
- <li><code class=yellow>\k</code>, <code class=yellow>\p</code>, <code class=yellow>\P</code>, <code class=yellow>\w</code>, <code class=yellow>\W</code>, <code class=yellow>\s</code>,
+ <li><code class=yellow>\p</code>, <code class=yellow>\P</code>, <code class=yellow>\w</code>, <code class=yellow>\W</code>, <code class=yellow>\s</code>,
<code class=yellow>\S</code>, <code class=yellow>\d</code>, and <code class=yellow>\D</code> are never
converted to their unescaped (backslash-less) counterparts because
they have or can have a special meaning in regular expressions.
@@ -713,7 +713,7 @@
book</a>!!!
<p>
-$Header: /usr/local/cvsrep/cl-interpol/doc/index.html,v 1.38 2008/07/23 16:10:09 edi Exp $
+$Header: /usr/local/cvsrep/cl-interpol/doc/index.html,v 1.39 2008/07/25 12:52:00 edi Exp $
<p><a href="http://weitz.de/index.html">BACK TO MY HOMEPAGE</a>
</body>
Revision: 3634
Author: edi
URL: http://bknr.net/trac/changeset/3634
Fix tagges version as well
D tags/thirdparty/cl-ppcre-2.0.0/cl-ppcre-test.asd
Deleted: tags/thirdparty/cl-ppcre-2.0.0/cl-ppcre-test.asd
===================================================================
--- tags/thirdparty/cl-ppcre-2.0.0/cl-ppcre-test.asd 2008-07-25 12:00:02 UTC (rev 3633)
+++ tags/thirdparty/cl-ppcre-2.0.0/cl-ppcre-test.asd 2008-07-25 12:00:52 UTC (rev 3634)
@@ -1,34 +0,0 @@
-;;; -*- Mode: LISP; Syntax: COMMON-LISP; Package: CL-USER; Base: 10 -*-
-;;; $Header: /usr/local/cvsrep/cl-ppcre/cl-ppcre-test.asd,v 1.14 2008/06/25 14:04:27 edi Exp $
-
-;;; This ASDF system definition was kindly provided by Marco Baringer.
-
-;;; Copyright (c) 2002-2008, Dr. Edmund Weitz. All rights reserved.
-
-;;; Redistribution and use in source and binary forms, with or without
-;;; modification, are permitted provided that the following conditions
-;;; are met:
-
-;;; * Redistributions of source code must retain the above copyright
-;;; notice, this list of conditions and the following disclaimer.
-
-;;; * Redistributions in binary form must reproduce the above
-;;; copyright notice, this list of conditions and the following
-;;; disclaimer in the documentation and/or other materials
-;;; provided with the distribution.
-
-;;; THIS SOFTWARE IS PROVIDED BY THE AUTHOR 'AS IS' AND ANY EXPRESSED
-;;; OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-;;; WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-;;; ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
-;;; DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-;;; DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
-;;; GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
-;;; INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
-;;; WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
-;;; NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
-;;; SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
-(asdf:defsystem :cl-ppcre-test
- :depends-on (:cl-ppcre)
- :components ((:file "ppcre-tests")))