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
8a5af778
Commit
8a5af778
authored
Jul 21, 2016
by
Hanno Schlichting
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Point to zope.readthedocs.io instead of docs.zope.org.
parent
05ecffc7
Changes
7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
18 additions
and
41 deletions
+18
-41
CHANGES.rst
CHANGES.rst
+2
-2
README.rst
README.rst
+11
-25
docs/operation.rst
docs/operation.rst
+1
-1
sources.cfg
sources.cfg
+1
-1
src/OFS/dtml/documentAdd.dtml
src/OFS/dtml/documentAdd.dtml
+1
-3
src/OFS/dtml/methodAdd.dtml
src/OFS/dtml/methodAdd.dtml
+2
-4
ztk-sources.cfg
ztk-sources.cfg
+0
-5
No files found.
CHANGES.rst
View file @
8a5af778
...
@@ -3,7 +3,7 @@ Changelog
...
@@ -3,7 +3,7 @@ Changelog
This file contains change information for the current Zope release.
This file contains change information for the current Zope release.
Change information for previous versions of Zope can be found at
Change information for previous versions of Zope can be found at
http
://docs.zope.org/zope2/
http
s://zope.readthedocs.io/en/2.13/CHANGES.html
4.0a1 (unreleased)
4.0a1 (unreleased)
------------------
------------------
...
@@ -174,7 +174,7 @@ Restructuring
...
@@ -174,7 +174,7 @@ Restructuring
cleanups of ZMI screens.
cleanups of ZMI screens.
- Removed the old help system, in favor of the current Sphinx documentation
- Removed the old help system, in favor of the current Sphinx documentation
hosted at http
://docs.zope.org/zope2
/. For backwards compatibility the
hosted at http
s://zope.readthedocs.io
/. For backwards compatibility the
`registerHelp` and `registerHelpTitle` methods are still available on the
`registerHelp` and `registerHelpTitle` methods are still available on the
ProductContext used during the `initialize` function.
ProductContext used during the `initialize` function.
...
...
README.rst
View file @
8a5af778
...
@@ -3,16 +3,14 @@
...
@@ -3,16 +3,14 @@
Introduction
Introduction
============
============
Zope
2
is an open-source web application server.
Zope is an open-source web application server.
This document provides some general information about Zope
2
and provides
This document provides some general information about Zope and provides
links to other documents.
links to other documents.
Installation information can be found in ``docs/INSTALL.rst``. Other
Installation information can be found in ``docs/INSTALL.rst``. Other
documentation is also in the "docs" directory and in the zope.org
documentation is also in the "docs" directory and in the Zope
documentation section at http://docs.zope.org/ .
documentation section at https://zope.readthedocs.io .
General Zope information is available at http://www.zope.org/
Installation
Installation
============
============
...
@@ -21,33 +19,21 @@ Follow the instructions in ``docs/INSTALL.rst`` to install Zope.
...
@@ -21,33 +19,21 @@ Follow the instructions in ``docs/INSTALL.rst`` to install Zope.
If you do not have a source checkout with docs, you can find the latest
If you do not have a source checkout with docs, you can find the latest
install docs online at
install docs online at
https://
github.com/zopefoundation/Zope/blob/master/docs/INSTALL.rst
https://
zope.readthedocs.io/en/latest/INSTALL-buildout.html
Note that you *cannot* simply do ``
easy_install zope2`` or
Note that you *cannot* simply do ``
pip install zope2``, because you need
``pip install zope2``, because you need specific versions of all
specific versions of all dependencies. Follow the documentation to
dependencies. Follow the documentation to ensure you get the correct
ensure you get the correct versions, or else installation is very
versions, or else installation is very
likely to fail.
likely to fail.
License
License
=======
=======
The Zope License is included in ``ZopePublicLicense.txt``. Send your
The Zope License is included in ``LICENSE.txt``.
feedback about the license to zope-dev@zope.org.
Bug tracker
Bug tracker
===========
===========
Bugs reports should be made through the Zope bugtracker at
Bugs reports should be made through the Zope bugtracker at
https://github.com/zopefoundation/Zope/issues. A bug report should
https://github.com/zopefoundation/Zope/issues. A bug report should
contain detailed information about how to reproduce the bug, error messages
contain detailed information about how to reproduce the bug.
(see ``/error_log`` within the ZMI or ``var/event.log``).
Mailing list
============
You can contact and discuss Zope2 on the Zope mailing list (zope@zope.org).
To subscribe to the list send mail to zope-request@zope.org with ``subscribe``
in the subject line.
You can also subscribe online from here:
http://mail.zope.org/mailman/listinfo/zope
docs/operation.rst
View file @
8a5af778
...
@@ -134,7 +134,7 @@ of the frame.
...
@@ -134,7 +134,7 @@ of the frame.
If you haven't used Zope before, you should head to the Zope web
If you haven't used Zope before, you should head to the Zope web
site and read some documentation. The Zope Documentation section is
site and read some documentation. The Zope Documentation section is
a good place to start. You can access it at http
://docs.zope.org
/
a good place to start. You can access it at http
s://zope.readthedocs.io
/
Troubleshooting
Troubleshooting
---------------
---------------
...
...
sources.cfg
View file @
8a5af778
...
@@ -27,7 +27,7 @@ zLOG = git ${remotes:github}/zLOG pushurl=${remotes:github_push}/zLOG
...
@@ -27,7 +27,7 @@ zLOG = git ${remotes:github}/zLOG pushurl=${remotes:github_push}/zLOG
zope.globalrequest = git ${remotes:github}/zope.globalrequest pushurl=${remotes:github_push}/zope.globalrequest
zope.globalrequest = git ${remotes:github}/zope.globalrequest pushurl=${remotes:github_push}/zope.globalrequest
ZopeUndo = git ${remotes:github}/ZopeUndo pushurl=${remotes:github_push}/ZopeUndo
ZopeUndo = git ${remotes:github}/ZopeUndo pushurl=${remotes:github_push}/ZopeUndo
#
Deprecated / CMF
dependencies
#
Optional
dependencies
Products.BTreeFolder2 = git ${remotes:github}/Products.BTreeFolder2 pushurl=${remotes:github_push}/Products.BTreeFolder2
Products.BTreeFolder2 = git ${remotes:github}/Products.BTreeFolder2 pushurl=${remotes:github_push}/Products.BTreeFolder2
Products.ExternalMethod = git ${remotes:github}/Products.ExternalMethod pushurl=${remotes:github_push}/Products.ExternalMethod
Products.ExternalMethod = git ${remotes:github}/Products.ExternalMethod pushurl=${remotes:github_push}/Products.ExternalMethod
Products.MailHost = git ${remotes:github}/Products.MailHost pushurl=${remotes:github_push}/Products.MailHost
Products.MailHost = git ${remotes:github}/Products.MailHost pushurl=${remotes:github_push}/Products.MailHost
...
...
src/OFS/dtml/documentAdd.dtml
View file @
8a5af778
...
@@ -7,9 +7,7 @@
...
@@ -7,9 +7,7 @@
<p class="form-help">
<p class="form-help">
A DTML Document is used to hold text content. It can contain
A DTML Document is used to hold text content. It can contain
HTML, XML, plain text, structured-text, etcetera.
HTML, XML, plain text, structured-text, etcetera.
A DTML document can contain
A DTML document can contain DTML scripting tags.
<a href="http://www.zope.org/Documentation/Guides/DTML/">DTML
scripting tags</a>.
A DTML Document differs from a DTML Method in that it has properties
A DTML Document differs from a DTML Method in that it has properties
and does not call methods on its container object.
and does not call methods on its container object.
</p>
</p>
...
...
src/OFS/dtml/methodAdd.dtml
View file @
8a5af778
...
@@ -7,10 +7,8 @@
...
@@ -7,10 +7,8 @@
<p class="form-help">
<p class="form-help">
A DTML Method is used to hold scripting tags and text content.
A DTML Method is used to hold scripting tags and text content.
It can contain HTML, XML, plain text, structured-text, etcetera.
It can contain HTML, XML, plain text, structured-text, etcetera.
A DTML Method can contain
A DTML Method can contain DTML scripting tags which operate
<a href="http://www.zope.org/Documentation/Guides/DTML/">DTML
in the context of the DTML Method's containing object.
scripting tags</a> which operate in the context of the DTML Method's
containing object.
A DTML Method differs from a DTML Document in that it does not
A DTML Method differs from a DTML Document in that it does not
have properties and calls methods on its container object.
have properties and calls methods on its container object.
</p>
</p>
...
...
ztk-sources.cfg
View file @
8a5af778
[buildout]
[buildout]
svn-zope-org = ^
github = git://github.com/zopefoundation
github = git://github.com/zopefoundation
github_push = git@github.com:zopefoundation
github_push = git@github.com:zopefoundation
[sources]
[sources]
# Development branches of packages of *this* ZTK version.
# (currently trunks, but should evolve to maintenance branches)
# This set of branches is tested by some buildbots!
# ZTK
# ZTK
zope.annotation = git ${buildout:github}/zope.annotation
zope.annotation = git ${buildout:github}/zope.annotation
zope.applicationcontrol = git ${buildout:github}/zope.applicationcontrol
zope.applicationcontrol = git ${buildout:github}/zope.applicationcontrol
...
...
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