r10422: update documentation
authorKevin M. Rosenberg <kevin@rosenberg.net>
Tue, 19 Apr 2005 21:59:49 +0000 (21:59 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Tue, 19 Apr 2005 21:59:49 +0000 (21:59 +0000)
README [new file with mode: 0755]
doc/readme.html [new file with mode: 0644]
doc/readme.lml

diff --git a/README b/README
new file mode 100755 (executable)
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 (file)
index 0000000..fad29cf
--- /dev/null
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="iso-8859-1" standalone="yes"?>\r
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">\r
+<html xmlns="http://www.w3.org/1999/xhtml"><head><title>CL-PHOTO README</title><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /><meta name="Copyright" content="Kevin Rosenberg 2002 &lt;kevin@rosenberg.net&gt;" /><meta name="description" content="CL-Photo Documentation" /><meta name="author" content="Kevin Rosenberg" /><meta name="keywords" content="Common Lisp, Photography, Calculator" /></head><body><h1>CL-Photo Documentation</h1><h2>Overview</h2><p><a href="http://files.b9.com/cl-photo/">CL-Photo</a> is a Common Lisp package for calculation functions used in photography. <a href="http://files.b9.com/cl-photo">CL-Photo</a> is written and Copyright &copy; by <a href="mailto:kevin@rosenberg.net">Kevin Rosenberg</a>.</p><p>The home page for CL-Photo is <a href="http://files.b9.com/cl-photo">http://files.b9.com/cl-photo</a>.</p><h2>Prerequisites</h2><ul><li><a href="http://cliki.net/asdf">ASDF</a></li><h2>References</h2><ul><li><a href="http://solo.colorado.edu/~walawend/TwilightLandscapes/DoF_article.shtml">http://solo.colorado.edu/~walawend/TwilightLandscapes/DoF_article.shtml</a></li><li><a href="http://www.vanwalree.com/optics/dofderivation.html">http://www.vanwalree.com/optics/dofderivation.html</a></li><li><a href="http://www.photo.net/learn/optics/lensFAQ">http://www.photo.net/learn/optics/lensFAQ</a></li><li><a href="http://www.mhohner.de/formulas.php">http://www.mhohner.de/formulas.php</a></li></ul></ul><h2>Installation</h2><p>The easiest way to install CL-Photo 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-photo</tt> to automatically download and install the CL-Photo package.</p><p>On a non-Debian system, you need to have <a href="http://cclan.sourceforge.net/">ASDF</a> installed to load the system definition file. You will need to change the source \r
+       pathname in the system file to match the location where you have installed CL-Photo.</p><h2>Usage</h2><p>Currently, there is no documentation on the functions provided by CL-Photo. However, the source code is instructive.</p></body></html>
\ No newline at end of file
index 8465ab7bafd86bc403e579d4923616042ca64e62..b8142910c925bef2032a4c54344e8a000031a826 100755 (executable)
      (: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")