Update domain name to kpe.io master
authorKevin M. Rosenberg <kevin@rosenberg.net>
Sat, 29 Aug 2015 06:16:09 +0000 (00:16 -0600)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Sat, 29 Aug 2015 06:16:09 +0000 (00:16 -0600)
debian/control
debian/copyright
debian/upload.sh [changed mode: 0755->0644]
debian/watch
doc/readme.html
doc/readme.lml
downloads.lisp

index 1f0f6412e19a1a48df910d96ff12f831a9a72058..44f1f61f8d4fc308c503a4f8470c8fe90bd40b92 100644 (file)
@@ -5,9 +5,9 @@ Maintainer: Kevin M. Rosenberg <kmr@debian.org>
 Build-Depends-Indep: dh-lisp
 Build-Depends: debhelper (>> 7.0.0)
 Standards-Version: 3.8.3.0
-Homepage: http://lml.b9.com/
-Vcs-Git: git://git.b9.com/lml.git
-Vcs-Browser: http://git.b9.com/?p=lml.git
+Homepage: http://lml.kpe.io/
+Vcs-Git: git://git.kpe.io/lml.git
+Vcs-Browser: http://git.kpe.io/?p=lml.git
 
 Package: cl-lml
 Architecture: all
index 569fedc25789b7a13500dd48151a7bb308ca9ba9..a912c780aaf330239d4c34f237b3e0a179c03a6f 100644 (file)
@@ -1,7 +1,7 @@
 Debian Copyright Section
 ========================
 
-Upstream Source URL: http://files.b9.com/lml
+Upstream Source URL: http://files.kpe.io/lml
 Upstream Author: Kevin M. Rosenberg <kmr@debian.org>
 Debian Maintainer: (Same as upstream)
 
old mode 100755 (executable)
new mode 100644 (file)
index 60beced..558ba60
@@ -1,4 +1,4 @@
 #!/bin/bash -e
 
-dup lml -Ufiles.b9.com -D/home/ftp/lml -C"(umask 022; cd /opt/apache/htdocs/lml; make install)" -su $*
+dup lml -Ufiles.kpe.io -D/home/ftp/lml -C"(umask 022; cd /opt/apache/htdocs/lml; make install)" -su $*
 
index cc2a09894ab095009b4e84e0485741c0285d5377..f298e6d8da148eb57ad5b76426fb53c774f290c3 100644 (file)
@@ -1,3 +1,3 @@
 version=3
-http://files.b9.com/lml/lml-([\d\.]*)\.tar\.gz
+http://files.kpe.io/lml/lml-([\d\.]*)\.tar\.gz
 
index 8f681853446fbb2f9f38c9cd6328f1e65b190e51..5a4c358a6d4df42c8a12b83107ac25b8408971ad 100644 (file)
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml10-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml"><head><title>LML README</title><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /><meta name="Copyright" content="Kevin Rosenberg 2002 <kevin@rosenberg.net>" /><meta name="description" content="Lisp Markup Language Documentation" /><meta name="author" content="Kevin Rosenberg" /><meta name="keywords" content="Common Lisp, HTML, Markup Langauge" /></head><body><h1>LML Documentation</h1><h2>Overview</h2><p><a href="http://lml.b9.com">LML</a> is a Common Lisp package for generating HTML and XHTML documents. 
+<html xmlns="http://www.w3.org/1999/xhtml"><head><title>LML README</title><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /><meta name="Copyright" content="Kevin Rosenberg 2002 <kevin@rosenberg.net>" /><meta name="description" content="Lisp Markup Language Documentation" /><meta name="author" content="Kevin Rosenberg" /><meta name="keywords" content="Common Lisp, HTML, Markup Langauge" /></head><body><h1>LML Documentation</h1><h2>Overview</h2><p><a href="http://lml.kpe.io">LML</a> is a Common Lisp package for generating HTML and XHTML documents. 
        LML is authored by 
        <a href="mailto:kevin@rosenberg.net">Kevin Rosenberg</a>. The home page for LML is
-       <a href="http://lml.b9.com/">http://lml.b9.com/</a>.</p><h2>Installation</h2><p>The easiest way to install LML is to use the <a href="http://www.debian.org/">Debian</a>
+       <a href="http://lml.kpe.io/">http://lml.kpe.io/</a>.</p><h2>Installation</h2><p>The easiest way to install LML is to use the <a href="http://www.debian.org/">Debian</a>
        GNU/Linux operating system. You can then use the command <tt>apt-get install cl-lml</tt>
        to automatically download and install the LML package.</p><p>On a non-Debian system, you need to have either <a href="http://cclan.sourceforge.net/">ASDF</a>
           or <a href="http://www.sourceforge.net/clocc/">mk-defsystem</a>
@@ -13,4 +13,4 @@
  (b
    (loop as x from 1 to 5 
      doing
-     (lml-format " ~D" (* x x))))</pre></td><td><i>The square of the first five integers are</i><b> 1 4 9 16 25</b></td></tr></tbody></table><hr /><p>View this page's <a href="http://lml.b9.com/">LML</a> <a href="readme.lml">source</a>.</p></body></html>
\ No newline at end of file
+     (lml-format " ~D" (* x x))))</pre></td><td><i>The square of the first five integers are</i><b> 1 4 9 16 25</b></td></tr></tbody></table><hr /><p>View this page's <a href="http://lml.kpe.io/">LML</a> <a href="readme.lml">source</a>.</p></body></html>
\ No newline at end of file
index 70a3b3524ccada1b179b99ad9b054a90d1293e33..bc73bd4765bb2ceeafaa80e4dbbb56577ceb985c 100644 (file)
    (body
     (h1 "LML Documentation")
     (h2 "Overview")
-    (p [,(a :href "http://lml.b9.com" "LML") is a Common Lisp package for generating HTML and XHTML documents. 
+    (p [,(a :href "http://lml.kpe.io" "LML") is a Common Lisp package for generating HTML and XHTML documents. 
        LML is authored by 
        ,(a :href "mailto:kevin@rosenberg.net" "Kevin Rosenberg"). The home page for LML is
-       ,(a :href "http://lml.b9.com/" "http://lml.b9.com/").])
+       ,(a :href "http://lml.kpe.io/" "http://lml.kpe.io/").])
     
     (h2 "Installation")
     (p [The easiest way to install LML is to use the ,(a :href "http://www.debian.org/" "Debian")
@@ -53,5 +53,5 @@
               (lml-format " ~D" (* x x))))))
       ))
     (hr)
-    (p [View this page's ,(a :href "http://lml.b9.com/" "LML") ,(a :href "readme.lml" "source").])
+    (p [View this page's ,(a :href "http://lml.kpe.io/" "LML") ,(a :href "readme.lml" "source").])
       ))
index 62e70dfab4b9ce54bc7c9bbfc3f6739f0eef1e54..2c1d2b2eaaf3872e14d28f1872fff83a049ff4bb 100644 (file)
@@ -69,7 +69,7 @@
 (defun display-footer ()
   (when *signed*
     (lml-princ "<h3>GPG Public Key</h3>")
-    (lml-princ "Use this <a href=\"https://www.b9.com/kevin.gpg.asc\">key</a> to verify file signtatures"))
+    (lml-princ "Use this <a href=\"https://www.kpe.io/kevin.gpg.asc\">key</a> to verify file signtatures"))
   (lml-princ "</div>"))
 
 (defun print-sect-title (title)