Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
89994a14
Commit
89994a14
authored
Oct 08, 2001
by
Andreas Jung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated HTML reference files to STXNG
parent
5021daee
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
392 additions
and
618 deletions
+392
-618
lib/python/StructuredText/regressions/Acquisition.ref
lib/python/StructuredText/regressions/Acquisition.ref
+89
-138
lib/python/StructuredText/regressions/ExtensionClass.ref
lib/python/StructuredText/regressions/ExtensionClass.ref
+178
-334
lib/python/StructuredText/regressions/MultiMapping.ref
lib/python/StructuredText/regressions/MultiMapping.ref
+63
-68
lib/python/StructuredText/regressions/examples.ref
lib/python/StructuredText/regressions/examples.ref
+40
-44
lib/python/StructuredText/regressions/index.ref
lib/python/StructuredText/regressions/index.ref
+22
-34
No files found.
lib/python/StructuredText/regressions/Acquisition.ref
View file @
89994a14
This diff is collapsed.
Click to expand it.
lib/python/StructuredText/regressions/ExtensionClass.ref
View file @
89994a14
This diff is collapsed.
Click to expand it.
lib/python/StructuredText/regressions/MultiMapping.ref
View file @
89994a14
This diff is collapsed.
Click to expand it.
lib/python/StructuredText/regressions/examples.ref
View file @
89994a14
<html>
<head>
<title>
Small Trials for Structured Text Formatting
</title>
</head>
<body>
<h1>
Small Trials for Structured Text Formatting
</h1>
<p>
This paragraph should be preceded by a level 1 header. It should
not, itself, be made into a header, just a regular paragraph.
</p>
<p>
Here are a few presentation styles, in a list
<a
href=
"#1"
>
[1]
</a>
:
</p>
<ul><li><p>A word: <em>emphasized</em>.</p>
<li><p>A word: <u>underlined</u>.</p>
<li><p>A word <strong>strong</strong>.</p>
<ul>
<li><p>
A word:
<em>
emphasized
</em>
.
</p></li>
<li><p>
A word:
<u>
underlined
</u>
.
</p></li>
<li><p>
A word
<strong>
strong
</strong>
.
</p></li>
<li><p>
An inline example:
<code>
1+2
</code>
.
</p></li>
<li><p>
Another example with a different format:
``x='spam''' or ``y='spam''' or ``
<dtml-var
spam
>
'
<code>
.
</code><p>
We can use expressions in the DTML var tag as
in ``
<dtml-var
"
x
+'.
txt
'"
>
''
</p>
</p></li>
<li><p>
A mult-line example:
<pre>
blah
*foo bar*
<
dtml-var yeha
>
</pre>
</p></li>
</ul>
<p> <a name="1">[1]</a> (The referring text should be a paragraph, not a header, and
should contain a reference to this footnote, footnote "[1]".)</p>
<p> Some hrefs, in a definition list:</p>
<dl><dt> <u>Regular</u><dd><p><a href="http://www.zope.org">http://www.zope.org/</a></p>
<dt> <u>W/trailing punctuation</u><dd><p><a href="http://www.zope.org">http://www.zope.org/</a>.</p>
<dt> <u>W protocol implicit</u><dd><p><a href="locallink">locallink</a></p>
<dt> <u>W protocol implicit</u>, alternate<dd><p><a href="locallink">locallink</a></p>
<p>
..
<a
href=
"#1"
>
[1]
</a>
(The referring text should be a paragraph, not a header, and
should contain a reference to this footnote, footnote "
<a
href=
"#1"
>
[1]
</a>
".)
<p>
Some hrefs, in a definition list:
</p>
<dl>
<dt>
<u>
Regular
</u></dt>
<dd><a
href=
"http://www.zope.org"
>
http://www.zope.org/
</a></dd>
<dt>
<u>
W/trailing punctuation
</u></dt>
<dd><a
href=
"http://www.zope.org"
>
http://www.zope.org/
</a>
.
</dd>
<dt>
<u>
W protocol implicit
</u></dt>
<dd><a
href=
":locallink"
>
locallink
</a></dd>
<dt>
<u>
W protocol implicit
</u>
, alternate
</dt>
<dd>
"locallink", :locallink
</dd>
</dl>
<p>
<TABLE BORDER=1 CELLPADDING=2>
<TR>
<TD ALIGN=CENTER COLSPAN=2> A Simple Two-column Table </TD>
</TR>
<TR>
<TD ALIGN=CENTER COLSPAN=1> Column A </TD>
<TD ALIGN=CENTER COLSPAN=1> Column B </TD>
</TR>
<TR>
<TD ALIGN=CENTER COLSPAN=1> Apples </TD>
<TD ALIGN=CENTER COLSPAN=1> Oranges </TD>
</TR>
</TABLE></p>
<p>
<TABLE BORDER=1 CELLPADDING=2>
</TABLE></p>
<p>
|||| A Simple Two-column Table ||
|| Column A || Column B ||
|| Apples || Oranges ||
</p>
</p>
</body>
</html>
lib/python/StructuredText/regressions/index.ref
View file @
89994a14
<p>
Extension Class</p>
<html>
<head>
<title>
Extension Class
</title>
</head>
<body>
<h1>
Extension Class
</h1>
<p>
<a
href=
"COPYRIGHT.html"
>
Copyright (C) 1996-1998, Digital Creations
</a>
.
</p>
<p>
A lightweight mechanism has been developed for making Python
extension types more class-like. Classes can be developed in an
extension language, such as C or C++, and these classes can be
treated like other python classes:
</p>
<ul><li><p>They can be sub-classed in python,</p>
<li><p>They provide access to method documentation strings, and</p>
<li><p>They can be used to directly create new instances.</p>
<ul>
<li><p>
They can be sub-classed in python,
</p></li>
<li><p>
They provide access to method documentation strings, and
</p></li>
<li><p>
They can be used to directly create new instances.
</p></li>
</ul>
<p>
Extension classes provide additional extensions to class and
instance semantics, including:
</p>
<ul><li><p>A protocol for accessing subobjects "in the context of" their
<ul>
<li><p>
A protocol for accessing subobjects "in the context of" their
containers. This is used to implement custom method types
and <a href="Acquisition.html">environmental acquisition</a>.</p>
and
<a
href=
"Acquisition.html"
>
environmental acquisition
</a>
.
</p></li>
<li><p>
A protocol for overriding method call semantics. This is used
to implement "synchonized" classes and could be used to
implement argument type checking.</p>
implement argument type checking.
</p></li>
<li><p>
A protocol for class initialization that supports execution of a
special
<code>__class_init__</code>
method after a class has been
initialized.
</p
>
special
'_
<u>
class
</u>
init__'
method after a class has been
initialized.
</p></li
>
</ul>
<p>
Extension classes illustrate how the Python class mechanism can be
extended and may provide a basis for improved or specialized class
models.
</p>
<h1>Releases</h1>
<p> The current release is <a href="ExtensionClass-1.2.tar.gz">1.2</a>
<h2>
Releases
</h2>
<p>
The current release is
<a
href=
"ExtensionClass-1.2.tar.gz"
>
1.2
</a>
,
To find out what's changed in this release,
see the
<a
href=
"release.html"
>
release notes
</a>
.
</p>
<p>
Documentation is available
<a
href=
"ExtensionClass.html"
>
on-line
</a>
.
</p>
<h1>Windows Binaries</h1>
<p> A win32 binary release, <a href="ec12.zip">ec12.zip</a> is available. This
<h3>
Windows Binaries
</h3>
<p>
A win32 binary release,
<a
href=
"ec12.zip"
>
ec12.zip
</a>
, is available. This
release includes all of the ExtensionClass modules built as
Windows extension modules (.pyd) files. These were built for
Python 1.5.1 using Microsoft Visual C++ 5.0 in "Release" mode.
</p>
<p>
<TABLE BORDER=1 CELLPADDING=2>
</TABLE></p>
</body>
</html>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment