[defdoc-cvs] CVS DefDoc/src
rjain
rjain at common-lisp.net
Thu Oct 11 16:17:31 UTC 2007
Update of /project/defdoc/cvsroot/DefDoc/src
In directory clnet:/tmp/cvs-serv18117/src
Modified Files:
defdoc.asd
Log Message:
add documentation and other meta information to the defpackage form
--- /project/defdoc/cvsroot/DefDoc/src/defdoc.asd 2004/02/16 05:44:08 1.5
+++ /project/defdoc/cvsroot/DefDoc/src/defdoc.asd 2007/10/11 16:17:31 1.6
@@ -1,4 +1,14 @@
(asdf:defsystem :DefDoc
+ :description "An extensible, object-oriented, dynamic document creation system."
+ :long-description "DefDoc lets you create structured documents using
+a hierarchial format where each of the elements is an object. The
+document can be modified interactively and dynamically and can be output
+to any format for which an output engine is defined."
+ :properties ((:debian-package-name . "defdoc"))
+ :maintainer "Rahul Jain <rjain at common-lisp.net>"
+ :licence "MIT"
+ :version "0.0.1"
+
:components
((:module :core
:pathname ""
More information about the Defdoc-cvs
mailing list