From: Kevin M. Rosenberg Date: Sat, 29 Aug 2015 06:16:04 +0000 (-0600) Subject: Update domain name to kpe.io X-Git-Url: http://git.kpe.io/?p=hyperobject.git;a=commitdiff_plain;h=a88591e62595d2d25d5e6cfd29064d107c8b6b73 Update domain name to kpe.io --- diff --git a/README b/README index b00fe22..2e730ec 100644 --- a/README +++ b/README @@ -2,4 +2,4 @@ Hyperobject is written by Kevin M. Rosenberg . 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/ diff --git a/debian/control b/debian/control index ea4b450..3bac1cb 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.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 diff --git a/debian/copyright b/debian/copyright index 64ed6a6..f1f06fc 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,7 +1,7 @@ This package was debianized by Kevin M. Rosenberg 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 diff --git a/debian/upload.sh b/debian/upload.sh old mode 100755 new mode 100644 index 42bda6b..0e28ed2 --- a/debian/upload.sh +++ b/debian/upload.sh @@ -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 $* diff --git a/debian/watch b/debian/watch index ab664b7..67165b8 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,3 @@ version=3 -http://files.b9.com/hyperobject/hyperobject-([\d\.]*)\.tar\.gz +http://files.kpe.io/hyperobject/hyperobject-([\d\.]*)\.tar\.gz diff --git a/doc/intro.xml b/doc/intro.xml index 729aab0..6eef869 100644 --- a/doc/intro.xml +++ b/doc/intro.xml @@ -35,22 +35,22 @@ Download You need to download the &hyperobject; package from its web - home. + home. Other required packages are: - &kmrcl; + &kmrcl; - &uffi; + &uffi; - &clsql; + &clsql; diff --git a/docs/hyperobject.html b/docs/hyperobject.html index 512c5c4..ff82e1d 100644 --- a/docs/hyperobject.html +++ b/docs/hyperobject.html @@ -1,3 +1,3 @@ -Hyperobject Documentation

Hyperobject Documentation

Overview

Hyperobject is an Common Lisp object representation library based on the Metaobject Protocol.

Reference

Class options

sql-nameOverrides default name of SQL table.
versionSets the version number of the class. Can be used to convert previous version of the class.
instanciableIf NIL, the class can not be instanciated by the user.
descriptionThe class description.

Slot options

sql-nameOverride name of the SQL column
uniqueThe values in the slot must be unique
storedThe values in the slot are stored in the database.
indexedThe values of the slot are indexed in the database.
nil-textThe text to print if the slot is NIL
value-typeSets the data type for the field. See the next section for complete details
inverseSets the name of an automatically generated lookup function based on a key value for this slot

Type field

Valid types for a hyperobjectslot along with their coresponding SQL types are listed in the below table.

stringTEXT
(string n)
(varchar n)
VARCHAR(n)
(char n)CHAR(n)
characterCHAR(1)
float
single-float
float
double-floatdouble
blobBLOB

Subobject field

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.

The format for the subobject field is:

( keys*)

\ No newline at end of file +Hyperobject Documentation

Hyperobject Documentation

Overview

Hyperobject is an Common Lisp object representation library based on the Metaobject Protocol.

Reference

Class options

sql-nameOverrides default name of SQL table.
versionSets the version number of the class. Can be used to convert previous version of the class.
instanciableIf NIL, the class can not be instanciated by the user.
descriptionThe class description.

Slot options

sql-nameOverride name of the SQL column
uniqueThe values in the slot must be unique
storedThe values in the slot are stored in the database.
indexedThe values of the slot are indexed in the database.
nil-textThe text to print if the slot is NIL
value-typeSets the data type for the field. See the next section for complete details
inverseSets the name of an automatically generated lookup function based on a key value for this slot

Type field

Valid types for a hyperobjectslot along with their coresponding SQL types are listed in the below table.

stringTEXT
(string n)
(varchar n)
VARCHAR(n)
(char n)CHAR(n)
characterCHAR(1)
float
single-float
float
double-floatdouble
blobBLOB

Subobject field

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.

The format for the subobject field is:

( keys*)

\ No newline at end of file diff --git a/docs/hyperobject.lml b/docs/hyperobject.lml index 0fbb927..f3ffd07 100644 --- a/docs/hyperobject.lml +++ b/docs/hyperobject.lml @@ -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")