From c18c02e07944ea56688b4fc350dbdab400f84fe1 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Sat, 29 Aug 2015 00:16:09 -0600 Subject: [PATCH] Update domain name to kpe.io --- debian/control | 6 +++--- debian/copyright | 2 +- debian/upload.sh | 2 +- debian/watch | 2 +- doc/readme.html | 6 +++--- doc/readme.lml | 6 +++--- downloads.lisp | 2 +- 7 files changed, 13 insertions(+), 13 deletions(-) mode change 100755 => 100644 debian/upload.sh diff --git a/debian/control b/debian/control index 1f0f641..44f1f61 100644 --- a/debian/control +++ b/debian/control @@ -5,9 +5,9 @@ Maintainer: Kevin M. Rosenberg 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 diff --git a/debian/copyright b/debian/copyright index 569fedc..a912c78 100644 --- a/debian/copyright +++ b/debian/copyright @@ -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 Debian Maintainer: (Same as upstream) diff --git a/debian/upload.sh b/debian/upload.sh old mode 100755 new mode 100644 index 60beced..558ba60 --- a/debian/upload.sh +++ b/debian/upload.sh @@ -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 $* diff --git a/debian/watch b/debian/watch index cc2a098..f298e6d 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,3 @@ version=3 -http://files.b9.com/lml/lml-([\d\.]*)\.tar\.gz +http://files.kpe.io/lml/lml-([\d\.]*)\.tar\.gz diff --git a/doc/readme.html b/doc/readme.html index 8f68185..5a4c358 100644 --- a/doc/readme.html +++ b/doc/readme.html @@ -1,9 +1,9 @@ -LML README

LML Documentation

Overview

LML is a Common Lisp package for generating HTML and XHTML documents. +LML README

LML Documentation

Overview

LML is a Common Lisp package for generating HTML and XHTML documents. LML is authored by Kevin Rosenberg. The home page for LML is - http://lml.b9.com/.

Installation

The easiest way to install LML is to use the Debian + http://lml.kpe.io/.

Installation

The easiest way to install LML is to use the Debian GNU/Linux operating system. You can then use the command apt-get install cl-lml to automatically download and install the LML package.

On a non-Debian system, you need to have either ASDF or mk-defsystem @@ -13,4 +13,4 @@ (b (loop as x from 1 to 5 doing - (lml-format " ~D" (* x x))))The square of the first five integers are 1 4 9 16 25


View this page's LML source.

\ No newline at end of file + (lml-format " ~D" (* x x))))The square of the first five integers are 1 4 9 16 25

View this page's LML source.

\ No newline at end of file diff --git a/doc/readme.lml b/doc/readme.lml index 70a3b35..bc73bd4 100644 --- a/doc/readme.lml +++ b/doc/readme.lml @@ -14,10 +14,10 @@ (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").]) )) diff --git a/downloads.lisp b/downloads.lisp index 62e70df..2c1d2b2 100644 --- a/downloads.lisp +++ b/downloads.lisp @@ -69,7 +69,7 @@ (defun display-footer () (when *signed* (lml-princ "

GPG Public Key

") - (lml-princ "Use this key to verify file signtatures")) + (lml-princ "Use this key to verify file signtatures")) (lml-princ "")) (defun print-sect-title (title) -- 2.34.1