Update notes
Sun Dec 20 08:23:57 UTC 2009 pix@kepibu.org
* Update notes
diff -rN -u old-Oh, Ducks!/notes new-Oh, Ducks!/notes
--- old-Oh, Ducks!/notes 2013-07-24 10:34:02.000000000 +0000
+++ new-Oh, Ducks!/notes 2013-07-24 10:34:02.000000000 +0000
@@ -26,7 +26,6 @@
:(asdf:oos 'asdf:load-op :closure-html)
And, if you want to use DOM objects provided by cxml:
:(asdf:oos 'asdf:load-op :cxml)
-
** Load-order Caveats
closure-html and cl-unification each define competing readers on #t.
To avoid load-order issues resulting in an indeterminate reader on #t,
@@ -36,6 +35,16 @@
Please feel free to submit patches to closure-html and cl-unification
to fix this problem.
+** Depending Upon in ASDF Systems
+It doesn't take long before managing your dependencies upon ASDF
+systems becomes easiest by creating an ASDF system for whatever
+project you're currently engaged in. It's important to note that, in
+addition to depending upon oh-ducks, you'll also want to depend upon
+whichever library provides your desired object model and parser.
+
+For example,
+ :depends-on (:oh-ducks :closure-html :cxml)
+
* Usage
The combination of oh-ducks and closure-html provides an HTML template
for use with cl-unification, and has the following syntax:
@@ -68,10 +77,9 @@
(#<ELEMENT i "cheese">)
** Selectors
-
-The goal is to support all CSS-level-3 selectors. See the below
-section "To Do > Improve Selector Support" for a list of currently
-unsupported simple selectors and combinators.
+The goal is to support all CSS-level-3 selectors. See the section
+[[*improve selector support][To Do > Improve Selector Support]] for a list of currently unsupported
+simple selectors and combinators.
Each selector should result in the same elements which would be
affected by the same CSS selector. That is,