How to update docs.zope.org
Hi! The zope.component documentation on http://docs.zope.org/zope.component/ is rather old. How to update it with a current version? -- Mit freundlichen Grüßen Michael Howitz
Am 26.08.2016 um 09:56 schrieb Michael Howitz <icemac@gmx.net>:
Hi!
The zope.component documentation on http://docs.zope.org/zope.component/ is rather old. How to update it with a current version?
Found out that there is also http://zopecomponent.readthedocs.io/en/latest/ which is a more recent version. Who is able to change http://docs.zope.org/zope.component/ to a redirect to RTD? Maybe this should be done for other packages, too. I’d volunteer if I get the needed instructions and permissions. -- Mit herzlichen Grüßen Michael Howitz
I would suggest moving the documentation to ReadTheDocs, but to avoid confusion (and loss of SEO relevance) we would need to add a redirection from docs.zope.org to RTD. Who has the keys to docs.zope.org? On 26 August 2016 at 04:56, Michael Howitz <icemac@gmx.net> wrote:
Hi!
The zope.component documentation on http://docs.zope.org/zope.component/ is rather old. How to update it with a current version?
-- Mit freundlichen Grüßen Michael Howitz
_______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org https://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - https://mail.zope.org/mailman/listinfo/zope-announce https://mail.zope.org/mailman/listinfo/zope )
On Fri, Aug 26, 2016 at 9:26 AM, Leonardo Rochael Almeida < leorochael@gmail.com> wrote:
I would suggest moving the documentation to ReadTheDocs,
It sounds like it was already copied there. Yay!!!
but to avoid confusion (and loss of SEO relevance) we would need to add a redirection from docs.zope.org to RTD.
Who has the keys to docs.zope.org?
I do. I've added the redirect. Jim
On 26 August 2016 at 04:56, Michael Howitz <icemac@gmx.net> wrote:
Hi!
The zope.component documentation on http://docs.zope.org/zope.component/ is rather old. How to update it with a current version?
-- Mit freundlichen Grüßen Michael Howitz
_______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org https://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - https://mail.zope.org/mailman/listinfo/zope-announce https://mail.zope.org/mailman/listinfo/zope )
_______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org https://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - https://mail.zope.org/mailman/listinfo/zope-announce https://mail.zope.org/mailman/listinfo/zope )
-- Jim Fulton http://jimfulton.info
Thanks Jim! ultra minor issue, the redirect is appending an extra slash to the path, eg http://docs.zope.org/zope.component/narr.html -> http://zopecomponent.readthedocs.io/en/latest//narr.html On 26 August 2016 at 10:47, Jim Fulton <jim@jimfulton.info> wrote:
On Fri, Aug 26, 2016 at 9:26 AM, Leonardo Rochael Almeida < leorochael@gmail.com> wrote:
I would suggest moving the documentation to ReadTheDocs,
It sounds like it was already copied there. Yay!!!
but to avoid confusion (and loss of SEO relevance) we would need to add a redirection from docs.zope.org to RTD.
Who has the keys to docs.zope.org?
I do. I've added the redirect.
Jim
On 26 August 2016 at 04:56, Michael Howitz <icemac@gmx.net> wrote:
Hi!
The zope.component documentation on http://docs.zope.org/zope.component/ is rather old. How to update it with a current version?
-- Mit freundlichen Grüßen Michael Howitz
_______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org https://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - https://mail.zope.org/mailman/listinfo/zope-announce https://mail.zope.org/mailman/listinfo/zope )
_______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org https://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - https://mail.zope.org/mailman/listinfo/zope-announce https://mail.zope.org/mailman/listinfo/zope )
-- Jim Fulton http://jimfulton.info
Oops. Fixed. Jim On Fri, Aug 26, 2016 at 12:12 PM, Leonardo Rochael Almeida < leorochael@gmail.com> wrote:
Thanks Jim!
ultra minor issue, the redirect is appending an extra slash to the path, eg
http://docs.zope.org/zope.component/narr.html -> http://zopecomponent.readthedocs.io/en/latest//narr.html
On 26 August 2016 at 10:47, Jim Fulton <jim@jimfulton.info> wrote:
On Fri, Aug 26, 2016 at 9:26 AM, Leonardo Rochael Almeida < leorochael@gmail.com> wrote:
I would suggest moving the documentation to ReadTheDocs,
It sounds like it was already copied there. Yay!!!
but to avoid confusion (and loss of SEO relevance) we would need to add a redirection from docs.zope.org to RTD.
Who has the keys to docs.zope.org?
I do. I've added the redirect.
Jim
On 26 August 2016 at 04:56, Michael Howitz <icemac@gmx.net> wrote:
Hi!
The zope.component documentation on http://docs.zope.org/zope.comp onent/ is rather old. How to update it with a current version?
-- Mit freundlichen Grüßen Michael Howitz
_______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org https://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - https://mail.zope.org/mailman/listinfo/zope-announce https://mail.zope.org/mailman/listinfo/zope )
_______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org https://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - https://mail.zope.org/mailman/listinfo/zope-announce https://mail.zope.org/mailman/listinfo/zope )
-- Jim Fulton http://jimfulton.info
-- Jim Fulton http://jimfulton.info
Am 27.08.2016 um 17:15 schrieb Jim Fulton <jim@jimfulton.info>:
Oops. Fixed.
Thanks. I think the following packages should get redirects, too: * zope.configuration * zope.interface They have outdated documentation on docs.zope.org and fresh one on RTD. -- Mit freundlichen Grüßen Michael Howitz
On Mon, Aug 29, 2016 at 1:55 AM, Michael Howitz <icemac@gmx.net> wrote:
Am 27.08.2016 um 17:15 schrieb Jim Fulton <jim@jimfulton.info>:
Oops. Fixed.
Thanks.
I think the following packages should get redirects, too:
* zope.configuration * zope.interface
They have outdated documentation on docs.zope.org and fresh one on RTD.
Thanks. Done. I'd love to see more move. Jim -- Jim Fulton http://jimfulton.info
participants (3)
-
Jim Fulton -
Leonardo Rochael Almeida -
Michael Howitz