From d01611bf419081fd99767c816a4603496b0da247 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Tue, 19 Apr 2005 21:59:49 +0000 Subject: [PATCH] r10422: update documentation --- README | 3 +++ doc/readme.html | 4 ++++ doc/readme.lml | 14 +++++++------- 3 files changed, 14 insertions(+), 7 deletions(-) create mode 100755 README create mode 100644 doc/readme.html diff --git a/README b/README new file mode 100755 index 0000000..cd8db95 --- /dev/null +++ b/README @@ -0,0 +1,3 @@ +See doc/readme.html for a brief introduction. + + diff --git a/doc/readme.html b/doc/readme.html new file mode 100644 index 0000000..fad29cf --- /dev/null +++ b/doc/readme.html @@ -0,0 +1,4 @@ + + +CL-PHOTO README

CL-Photo Documentation

Overview

CL-Photo is a Common Lisp package for calculation functions used in photography. CL-Photo is written and Copyright © by Kevin Rosenberg.

The home page for CL-Photo is http://files.b9.com/cl-photo.

Prerequisites

Installation

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

On a non-Debian system, you need to have ASDF installed to load the system definition file. You will need to change the source + pathname in the system file to match the location where you have installed CL-Photo.

Usage

Currently, there is no documentation on the functions provided by CL-Photo. However, the source code is instructive.

\ No newline at end of file diff --git a/doc/readme.lml b/doc/readme.lml index 8465ab7..b814291 100755 --- a/doc/readme.lml +++ b/doc/readme.lml @@ -36,14 +36,14 @@ (:ul (:li ((:a :href "http://solo.colorado.edu/~walawend/TwilightLandscapes/DoF_article.shtml") - "http://solo.colorado.edu/~walawend/TwilightLandscapes/DoF_article.shtml") + "http://solo.colorado.edu/~walawend/TwilightLandscapes/DoF_article.shtml")) + (:li ((:a :href "http://www.vanwalree.com/optics/dofderivation.html") - "http://www.vanwalree.com/optics/dofderivation.html") - ((:a :href "http://www.photo.net/learn/optics/lensFAQ") - "http://www.photo.net/learn/optics/lensFAQ") - ((:a :href "http://www.mhohner.de/formulas.php") - "http://www.mhohner.de/formulas.php") - ) + "http://www.vanwalree.com/optics/dofderivation.html")) + (:li ((:a :href "http://www.photo.net/learn/optics/lensFAQ") + "http://www.photo.net/learn/optics/lensFAQ")) + (:li ((:a :href "http://www.mhohner.de/formulas.php") + "http://www.mhohner.de/formulas.php")) )) (:h2 "Installation") -- 2.34.1