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

diff --git a/README b/README
index b00fe22ae5ba2ff3658c1ea876b2c5d0b17a22e9..2e730ec88d079e0ffb3ea3fdbbc90c2e6a578cc6 100644 (file)
--- a/README
+++ b/README
@@ -2,4 +2,4 @@ Hyperobject is written by Kevin M. Rosenberg <kevin@rosenberg.net>.
 Usage and distribution is governed by the BSD license which is in
 the file COPYING.
 
-The home for hyperobject is http://hyperobject.b9.com/
+The home for hyperobject is http://hyperobject.kpe.io/
index ea4b45079c3a827326294c4c5005ced90498a97b..3bac1cb97e703ec1658674379df50dd8db2f595e 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.9.2.0
-Homepage: http://hyperobject.b9.com/
-Vcs-Git: git://git.b9.com/hyperobject.git
-Vcs-Browser: http://git.b9.com/?p=hyperobject.git
+Homepage: http://hyperobject.kpe.io/
+Vcs-Git: git://git.kpe.io/hyperobject.git
+Vcs-Browser: http://git.kpe.io/?p=hyperobject.git
 
 Package: cl-hyperobject
 Architecture: all
index 64ed6a66d6e5503401ee2cc6e37c83f2466e0259..f1f06fc12960bc57c29703f39b3edb31a1d290ad 100644 (file)
@@ -1,7 +1,7 @@
 This package was debianized by Kevin M. Rosenberg <kmr@debian.org> on
 Nov 2, 2002.
 
-It was downloaded from http://files.b9.com/hyperobject/
+It was downloaded from http://files.kpe.io/hyperobject/
 Upstream Author: Kevin M. Rosenberg <kevin@rosenberg.net>
 
 
old mode 100755 (executable)
new mode 100644 (file)
index 42bda6b..0e28ed2
@@ -1,6 +1,6 @@
 #!/bin/bash -e
 
-dup hyperobject -Ufiles.b9.com -D/home/ftp/hyperobject -su $*
+dup hyperobject -Ufiles.kpe.io -D/home/ftp/hyperobject -su $*
 
 
 
index ab664b7303f50986a5b346cfc930c11576490f21..67165b8f4d0042b1db729e9c512ad4096e19ffb6 100644 (file)
@@ -1,3 +1,3 @@
 version=3
-http://files.b9.com/hyperobject/hyperobject-([\d\.]*)\.tar\.gz
+http://files.kpe.io/hyperobject/hyperobject-([\d\.]*)\.tar\.gz
 
index 729aab072564317997631b51b7c0d81376160ca0..6eef869e0d706bc4ac7a6a2b06bb075e86b5f1a6 100644 (file)
       <title>Download</title>
       <para>
        You need to download the &hyperobject; package from its web
-       <ulink url="http://hyperobject.b9.com/"><citetitle>home</citetitle></ulink>.
+       <ulink url="http://hyperobject.kpe.io/"><citetitle>home</citetitle></ulink>.
       Other required packages are:</para> 
       <itemizedlist mark="opencircle">
        <listitem>
          <para>
-           <ulink url="http://files.b9.com/kmrcl/"><citetitle>&kmrcl;</citetitle></ulink>
+           <ulink url="http://files.kpe.io/kmrcl/"><citetitle>&kmrcl;</citetitle></ulink>
          </para>
        </listitem>
        <listitem>
        <para>
-         <ulink url="http://files.b9.com/uffi/"><citetitle>&uffi;</citetitle></ulink>
+         <ulink url="http://files.kpe.io/uffi/"><citetitle>&uffi;</citetitle></ulink>
          </para>
        </listitem>
        <listitem>
          <para>
-           <ulink url="http://files.b9.com/clsql/"><citetitle>&clsql;</citetitle></ulink>
+           <ulink url="http://files.kpe.io/clsql/"><citetitle>&clsql;</citetitle></ulink>
          </para>
        </listitem>
        <listitem>
index 512c5c4e8f6e89aa3b9bd0304d4bad4e44be5cc9..ff82e1de71251d76313bc44a42119f620cd3bcf5 100644 (file)
@@ -1,3 +1,3 @@
 <?xml version="1.0" encoding="iso-8859-1" standalone="yes"?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Hyperobject Documentation</title><meta content="Kevin M. Rosenberg (C) 2002" name="Copyright"></meta><meta content="Kevin M. Rosenberg" name="Author"></meta><link type="text/css" href="http://b9.com/main.css" rel="stylesheet"></link></head><body><h1>Hyperobject Documentation</h1><h2>Overview</h2><p><span class="pkgbody">Hyperobject</span> is an Common Lisp object representation library based on the Metaobject Protocol.</p><h2>Reference</h2><h3>Class options</h3><table><tbody><tr><td><b>sql-name</b></td><td>Overrides default name of SQL table.</td></tr><tr><td><b>version</b></td><td>Sets the version number of the class. Can be used to convert previous version of the class.</td></tr><tr><td><b>instanciable</b></td><td>If NIL, the class can not be instanciated by the user.</td></tr><tr><td><b>description</b></td><td>The class description.</td></tr></tbody></table><h3>Slot options</h3><table><tbody><tr><td><b>sql-name</b></td><td>Override name of the SQL column</td></tr><tr><td><b>unique</b></td><td>The values in the slot must be unique</td></tr><tr><td><b>stored</b></td><td>The values in the slot are stored in the database.</td></tr><tr><td><b>indexed</b></td><td>The values of the slot are indexed in the database.</td></tr><tr><td><b>nil-text</b></td><td>The text to print if the slot is NIL</td></tr><tr><td><b>value-type</b></td><td>Sets the data type for the field. See the next section for complete details</td></tr><tr><td><b>inverse</b></td><td>Sets the name of an automatically generated lookup function based on a key value for this slot</td></tr></tbody></table><h3>Type field</h3><p>Valid types for a <span class="pkgbody">hyperobject</span>slot along with their coresponding SQL types are listed in the below table.</p><table class="font-family:courier"><tr><td>string</td><td>TEXT</td></tr><tr><td><div>(string <i>n</i>)</div><div>(varchar <i>n</i>)</div></td><td>VARCHAR(n)</td></tr><tr><td>(char <i>n</i>)</td><td>CHAR(n)</td></tr><tr><td>character</td><td>CHAR(1)</td></tr><tr><td><div>float</div><div>single-float</div></td><td>float</td></tr><tr><td>double-float</td><td>double</td></tr><tr><td>blob</td><td>BLOB</td></tr></table><h2>Subobject field</h2><p>This field sets up the storage of a slot of hold a cached object or list of objects. A lookup function and the keys to the function are also specified.</p><p>The format for the subobject field is:</p><p>(<lookup function> keys*)</p></body></html>
\ No newline at end of file
+<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Hyperobject Documentation</title><meta content="Kevin M. Rosenberg (C) 2002" name="Copyright"></meta><meta content="Kevin M. Rosenberg" name="Author"></meta><link type="text/css" href="http://kpe.io/main.css" rel="stylesheet"></link></head><body><h1>Hyperobject Documentation</h1><h2>Overview</h2><p><span class="pkgbody">Hyperobject</span> is an Common Lisp object representation library based on the Metaobject Protocol.</p><h2>Reference</h2><h3>Class options</h3><table><tbody><tr><td><b>sql-name</b></td><td>Overrides default name of SQL table.</td></tr><tr><td><b>version</b></td><td>Sets the version number of the class. Can be used to convert previous version of the class.</td></tr><tr><td><b>instanciable</b></td><td>If NIL, the class can not be instanciated by the user.</td></tr><tr><td><b>description</b></td><td>The class description.</td></tr></tbody></table><h3>Slot options</h3><table><tbody><tr><td><b>sql-name</b></td><td>Override name of the SQL column</td></tr><tr><td><b>unique</b></td><td>The values in the slot must be unique</td></tr><tr><td><b>stored</b></td><td>The values in the slot are stored in the database.</td></tr><tr><td><b>indexed</b></td><td>The values of the slot are indexed in the database.</td></tr><tr><td><b>nil-text</b></td><td>The text to print if the slot is NIL</td></tr><tr><td><b>value-type</b></td><td>Sets the data type for the field. See the next section for complete details</td></tr><tr><td><b>inverse</b></td><td>Sets the name of an automatically generated lookup function based on a key value for this slot</td></tr></tbody></table><h3>Type field</h3><p>Valid types for a <span class="pkgbody">hyperobject</span>slot along with their coresponding SQL types are listed in the below table.</p><table class="font-family:courier"><tr><td>string</td><td>TEXT</td></tr><tr><td><div>(string <i>n</i>)</div><div>(varchar <i>n</i>)</div></td><td>VARCHAR(n)</td></tr><tr><td>(char <i>n</i>)</td><td>CHAR(n)</td></tr><tr><td>character</td><td>CHAR(1)</td></tr><tr><td><div>float</div><div>single-float</div></td><td>float</td></tr><tr><td>double-float</td><td>double</td></tr><tr><td>blob</td><td>BLOB</td></tr></table><h2>Subobject field</h2><p>This field sets up the storage of a slot of hold a cached object or list of objects. A lookup function and the keys to the function are also specified.</p><p>The format for the subobject field is:</p><p>(<lookup function> keys*)</p></body></html>
\ No newline at end of file
index 0fbb927edd80f00532fcf21b068fa89e0d53800a..f3ffd074bb474fdc780dfc48f766f434236fad2f 100644 (file)
@@ -5,7 +5,7 @@
    (title "Hyperobject Documentation" )
    (meta "Copyright" "Kevin M. Rosenberg (C) 2002")
    (meta "Author" "Kevin M. Rosenberg")
-   (with link :rel "stylesheet" :href "http://b9.com/main.css" :type "text/css"))
+   (with link :rel "stylesheet" :href "http://kpe.io/main.css" :type "text/css"))
 
   (body
    (h1 "Hyperobject Documentation")