Changeset 841
- Timestamp:
- 05/06/06 15:11:18 (2 years ago)
- Files:
-
- mochikit/trunk/doc/html/MochiKit/DOM.html (modified) (2 diffs)
- mochikit/trunk/doc/rst/MochiKit/DOM.rst (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
mochikit/trunk/doc/html/MochiKit/DOM.html
r832 r841 784 784 <colgroup><col class="label" /><col /></colgroup> 785 785 <tbody valign="top"> 786 <tr><td class="label"><a name="id5">[1]</a></td><td><em>(<a class="fn-backref" href="#id1">1</a>, <a class="fn-backref" href="#id3">2</a>)</em> Nevow, a web application construction kit for Python: <a class="reference" href="http:// nevow.com/">http://nevow.com/</a></td></tr>786 <tr><td class="label"><a name="id5">[1]</a></td><td><em>(<a class="fn-backref" href="#id1">1</a>, <a class="fn-backref" href="#id3">2</a>)</em> Nevow, a web application construction kit for Python: <a class="reference" href="http://divmod.org/trac/wiki/DivmodNevow">http://divmod.org/trac/wiki/DivmodNevow</a></td></tr> 787 787 </tbody> 788 788 </table> … … 794 794 schemed up at PyCon 2003 at this super ninja Python/C++ programmer's 795 795 (David Abrahams) hotel room. Donovan later inflicted this upon the 796 masses in Nevow. Check out the Divmod project page for some797 examples: <a class="reference" href="http:// nevow.com/Nevow2004Tutorial.html">http://nevow.com/Nevow2004Tutorial.html</a></td></tr>796 masses in Nevow. Check out the Nevow Guide for some 797 examples: <a class="reference" href="http://divmod.org/trac/wiki/DivmodNevow">http://divmod.org/trac/wiki/DivmodNevow</a></td></tr> 798 798 </tbody> 799 799 </table> mochikit/trunk/doc/rst/MochiKit/DOM.rst
r832 r841 776 776 ======== 777 777 778 .. [1] Nevow, a web application construction kit for Python: http:// nevow.com/778 .. [1] Nevow, a web application construction kit for Python: http://divmod.org/trac/wiki/DivmodNevow 779 779 .. [2] nevow.stan is a domain specific language for Python 780 780 (read as "crazy getitem/call overloading abuse") that Donovan and I 781 781 schemed up at PyCon 2003 at this super ninja Python/C++ programmer's 782 782 (David Abrahams) hotel room. Donovan later inflicted this upon the 783 masses in Nevow. Check out the Divmod project page for some784 examples: http:// nevow.com/Nevow2004Tutorial.html783 masses in Nevow. Check out the Nevow Guide for some 784 examples: http://divmod.org/trac/wiki/DivmodNevow 785 785 786 786
