~ubuntu-branches/ubuntu/jaunty/python-docutils/jaunty

« back to all changes in this revision

Viewing changes to docs/dev/pysource.dtd

  • Committer: Bazaar Package Importer
  • Author(s): Simon McVittie
  • Date: 2008-07-24 10:39:53 UTC
  • mfrom: (1.1.4 upstream) (3.1.7 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080724103953-8gh4uezg17g9ysgy
Tags: 0.5-2
* Upload docutils 0.5 to unstable
* Update rst.el to upstream Subversion r5596, which apparently fixes
  all its performance problems (17_speed_up_rst_el.dpatch, closes: #474941)

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
    Docutils Python Source DTD
4
4
======================================================================
5
5
:Author: David Goodger
6
 
:Contact: goodger@users.sourceforge.net
7
 
:Revision: $Revision: 2223 $
8
 
:Date: $Date: 2004-06-05 21:32:15 +0200 (Sat, 05 Jun 2004) $
 
6
:Contact: goodger@python.org
 
7
:Revision: $Revision: 4564 $
 
8
:Date: $Date: 2006-05-21 22:44:42 +0200 (Son, 21 Mai 2006) $
9
9
:Copyright: This DTD has been placed in the public domain.
10
10
:Filename: pysource.dtd
11
11
 
60
60
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
61
61
-->
62
62
 
 
63
<!-- package's namespace == __init__.py module's namespace -->
63
64
<!ELEMENT package_section
64
65
    (package, fullname?, import_list?, %structure.model;)>
65
66
<!ATTLIST package_section %basic.atts;>