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 ...@@ -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/ https://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 https://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.
......
...@@ -3,16 +3,14 @@ ...@@ -3,16 +3,14 @@
Introduction 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. 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
...@@ -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 https://zope.readthedocs.io/
Troubleshooting Troubleshooting
--------------- ---------------
......
...@@ -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
......
...@@ -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>
......
...@@ -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>
......
[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
......
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