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
5e933a9e
Commit
5e933a9e
authored
Sep 02, 1997
by
Jim Fulton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
export html_quote
parent
8456e516
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
4 deletions
+12
-4
lib/python/DocumentTemplate/DocumentTemplate.py
lib/python/DocumentTemplate/DocumentTemplate.py
+6
-2
lib/python/DocumentTemplate/__init__.py
lib/python/DocumentTemplate/__init__.py
+6
-2
No files found.
lib/python/DocumentTemplate/DocumentTemplate.py
View file @
5e933a9e
...
...
@@ -7,7 +7,7 @@ __doc__=DT_Doc.__doc__ % {
'In'
:
DT_In
.
__doc__
,
'If'
:
DT_If
.
__doc__
,
'Var'
:
DT_Var
.
__doc__
,
'id'
:
'$Id: DocumentTemplate.py,v 1.
2 1997/08/27 19:34:43
jim Exp $'
'id'
:
'$Id: DocumentTemplate.py,v 1.
3 1997/09/02 20:35:36
jim Exp $'
}
############################################################################
...
...
@@ -62,16 +62,20 @@ __doc__=DT_Doc.__doc__ % {
# (540) 371-6909
#
############################################################################
__version__
=
'$Revision: 1.
2
$'
[
11
:
-
2
]
__version__
=
'$Revision: 1.
3
$'
[
11
:
-
2
]
ParseError
=
'Document Template Parse Error'
from
DT_String
import
String
,
File
from
DT_HTML
import
HTML
,
HTMLFile
,
HTMLDefault
import
DT_UI
# Install HTML editing
from
DT_Var
import
html_quote
############################################################################
# $Log: DocumentTemplate.py,v $
# Revision 1.3 1997/09/02 20:35:36 jim
# export html_quote
#
# Revision 1.2 1997/08/27 19:34:43 jim
# *** empty log message ***
#
...
...
lib/python/DocumentTemplate/__init__.py
View file @
5e933a9e
...
...
@@ -60,8 +60,8 @@ __doc__='''Package wrapper for Document Template
This wrapper allows the (now many) document template modules to be
segregated in a separate package.
$Id: __init__.py,v 1.
2 1997/08/27 19:23:21
jim Exp $'''
__version__
=
'$Revision: 1.
2
$'
[
11
:
-
2
]
$Id: __init__.py,v 1.
3 1997/09/02 20:35:53
jim Exp $'''
__version__
=
'$Revision: 1.
3
$'
[
11
:
-
2
]
import
DocumentTemplate
...
...
@@ -70,10 +70,14 @@ __.File=DocumentTemplate.File
__
.
HTML
=
DocumentTemplate
.
HTML
__
.
HTMLDefault
=
DocumentTemplate
.
HTMLDefault
__
.
HTMLFile
=
DocumentTemplate
.
HTMLFile
__
.
html_quote
=
DocumentTemplate
.
html_quote
##############################################################################
#
# $Log: __init__.py,v $
# Revision 1.3 1997/09/02 20:35:53 jim
# export html_quote
#
# Revision 1.2 1997/08/27 19:23:21 jim
# *** empty log message ***
#
...
...
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