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
8ae3ca1b
Commit
8ae3ca1b
authored
Jan 16, 2001
by
Martijn Pieters
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Sync README.txt with the current status of this directory.
parent
17d869d9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
15 deletions
+13
-15
utilities/README.txt
utilities/README.txt
+13
-15
No files found.
utilities/README.txt
View file @
8ae3ca1b
...
@@ -2,31 +2,29 @@ This directory contains utility scripts and modules that augment Zope.
...
@@ -2,31 +2,29 @@ This directory contains utility scripts and modules that augment Zope.
To get detailed usage information, run any of these scripts without arguments:
To get detailed usage information, run any of these scripts without arguments:
bbb.py -- Read and summarize a Zope database.
This script illustrates how to read a database file outside of
Zope and provides a number of options for finding bad data and
generating reports of data.
load_site.py -- Load a Zope site from files and directories
load_site.py -- Load a Zope site from files and directories
This script illustrates used of the Zope RPC mechanism,
This script illustrates used of the Zope RPC mechanism,
ZPublisher.Client. It provides some examples of pitfalls
ZPublisher.Client. It provides some examples of pitfalls
and their work-arounds.
and their work-arounds.
testrunner.py -- A Zope test suite utility.
The testrunner utility is used to execute PyUnit test suites. You can
find more information on PyUnit at http://pyunit.sourceforge.net. This
utility should be run from the root of your Zope installation.
The following scripts are for use with the old BoboPOS 2 fileformat.
fixbbbts.py -- Fix database time stamps
fixbbbts.py -- Fix database time stamps
Sometimes, problems with system clocks can cause invalid time stamps
Sometimes, problems with system clocks can cause invalid time stamps
to be written to databases. The fixbbbts script can be used to
to be written to databases. The fixbbbts script can be used to
shift invalid times in the database to make them valid.
shift invalid times in the database to make them valid.
bbb.py -- Read and summarize a Zope database.
In addition to the scripts above, the following modules
This script illustrates how to read a database file outside of
are included:
Zope and provides a number of options for finding bad data and
generating reports of data.
ppml.py -- Python pickle markup language support
This module supports conversion of Python pickles to
XML format. Conversion from XML to Python pickle
format is planned as well.
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