[Docstring-checkins] CVS: dps/spec dps-notes.txt,1.29,1.30
Status: Pre-Alpha
Brought to you by:
goodger
From: David G. <go...@us...> - 2002-03-11 03:45:18
|
Update of /cvsroot/docstring/dps/spec In directory usw-pr-cvs1:/tmp/cvs-serv14502a/dps/spec Modified Files: dps-notes.txt Log Message: updated Index: dps-notes.txt =================================================================== RCS file: /cvsroot/docstring/dps/spec/dps-notes.txt,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** dps-notes.txt 8 Mar 2002 04:32:03 -0000 1.29 --- dps-notes.txt 11 Mar 2002 03:45:15 -0000 1.30 *************** *** 28,31 **** --- 28,35 ---- support graphics !-). + - PEP 258: + + - Mention 2.2-style "properties" with attribute docstrings. + - Document! *************** *** 68,76 **** - Remove complex import code. - Rename gpdi.dtd to docutils.dtd. - Provide a mechanism to pass options to Readers, Writers, and Parsers ! through dps.core.convert/Publisher? Or create custom Reader/Writer/Parser objects first, and pass *them* to ! convert/Publisher? - In reader.get_reader_class (& parser & writer too), should we be --- 72,81 ---- - Remove complex import code. - Rename gpdi.dtd to docutils.dtd. + - Rename writers/html.py to html4_css1.py. With aliases? - Provide a mechanism to pass options to Readers, Writers, and Parsers ! through dps.core.publish/Publisher? Or create custom Reader/Writer/Parser objects first, and pass *them* to ! publish/Publisher? - In reader.get_reader_class (& parser & writer too), should we be *************** *** 111,117 **** --- 116,127 ---- attribute (<HTML>?). + - "Class" attributes should have no underscores (CSS requirement). + .. [#] Source: `HTML 4.0 in Netscape and Explorer`__. __ http://www.webreference.com/dev/html4nsie/index.html + - The Reporter needs another threshold writers. Use warninglevel as a + default. + Coding Conventions *************** *** 298,302 **** Here's the latest project model:: ! 1,3,5 6,8 +--------+ +--------+ | READER | =======================> | WRITER | --- 308,319 ---- Here's the latest project model:: ! +--------------------------+ ! | Docutils: | ! | docutils.core.Publisher, | ! | docutils.core.publish() | ! +--------------------------+ ! / \ ! / \ ! 1,3,5 / \ 6,8 +--------+ +--------+ | READER | =======================> | WRITER | *************** *** 364,369 **** ``````` - ("Readers" may be renamed to "Directors".) - Most Readers will have to be told what parser to use. So far (see the list of examples below), only the Python Source Reader (PySource) will --- 381,384 ---- *************** *** 386,390 **** - PEP: RFC-822 headers, "PEP xxxx" and "RFC xxxx" conversion to URIs. Either interpret PEPs' indented sections or convert existing ! PEPs to reStructuredText. - Wiki: Global reference lookups of "wiki links" incorporated into transforms. (CamelCase only or unrestricted?) Lazy indentation? --- 401,405 ---- - PEP: RFC-822 headers, "PEP xxxx" and "RFC xxxx" conversion to URIs. Either interpret PEPs' indented sections or convert existing ! PEPs to reStructuredText (or both?). - Wiki: Global reference lookups of "wiki links" incorporated into transforms. (CamelCase only or unrestricted?) Lazy indentation? |