Commit 8a5af778 authored by Hanno Schlichting's avatar Hanno Schlichting

Point to zope.readthedocs.io instead of docs.zope.org.

parent 05ecffc7
......@@ -3,7 +3,7 @@ Changelog
This file contains change information for the current Zope release.
Change information for previous versions of Zope can be found at
http://docs.zope.org/zope2/
https://zope.readthedocs.io/en/2.13/CHANGES.html
4.0a1 (unreleased)
------------------
......@@ -174,7 +174,7 @@ Restructuring
cleanups of ZMI screens.
- 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 https://zope.readthedocs.io/. For backwards compatibility the
`registerHelp` and `registerHelpTitle` methods are still available on the
ProductContext used during the `initialize` function.
......
......@@ -3,16 +3,14 @@
Introduction
============
Zope2 is an open-source web application server.
Zope is an open-source web application server.
This document provides some general information about Zope2 and provides
This document provides some general information about Zope and provides
links to other documents.
Installation information can be found in ``docs/INSTALL.rst``. Other
documentation is also in the "docs" directory and in the zope.org
documentation section at http://docs.zope.org/ .
General Zope information is available at http://www.zope.org/
documentation is also in the "docs" directory and in the Zope
documentation section at https://zope.readthedocs.io .
Installation
============
......@@ -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
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
``pip install zope2``, because you need specific versions of all
dependencies. Follow the documentation to ensure you get the correct
versions, or else installation is very likely to fail.
Note that you *cannot* simply do ``pip install zope2``, because you need
specific versions of all dependencies. Follow the documentation to
ensure you get the correct versions, or else installation is very
likely to fail.
License
=======
The Zope License is included in ``ZopePublicLicense.txt``. Send your
feedback about the license to zope-dev@zope.org.
The Zope License is included in ``LICENSE.txt``.
Bug tracker
===========
Bugs reports should be made through the Zope bugtracker at
https://github.com/zopefoundation/Zope/issues. A bug report should
contain detailed information about how to reproduce the bug, error messages
(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
contain detailed information about how to reproduce the bug.
......@@ -134,7 +134,7 @@ of the frame.
If you haven't used Zope before, you should head to the Zope web
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 https://zope.readthedocs.io/
Troubleshooting
---------------
......
......@@ -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
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.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
......
......@@ -7,9 +7,7 @@
<p class="form-help">
A DTML Document is used to hold text content. It can contain
HTML, XML, plain text, structured-text, etcetera.
A DTML document can contain
<a href="http://www.zope.org/Documentation/Guides/DTML/">DTML
scripting tags</a>.
A DTML document can contain DTML scripting tags.
A DTML Document differs from a DTML Method in that it has properties
and does not call methods on its container object.
</p>
......
......@@ -7,10 +7,8 @@
<p class="form-help">
A DTML Method is used to hold scripting tags and text content.
It can contain HTML, XML, plain text, structured-text, etcetera.
A DTML Method can contain
<a href="http://www.zope.org/Documentation/Guides/DTML/">DTML
scripting tags</a> which operate in the context of the DTML Method's
containing object.
A DTML Method can contain DTML scripting tags 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
have properties and calls methods on its container object.
</p>
......
[buildout]
svn-zope-org = ^
github = git://github.com/zopefoundation
github_push = git@github.com:zopefoundation
[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
zope.annotation = git ${buildout:github}/zope.annotation
zope.applicationcontrol = git ${buildout:github}/zope.applicationcontrol
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment