docs icon indicating copy to clipboard operation
docs copied to clipboard

Document the function and redirects of go.php

Open mmattel opened this issue 4 years ago • 2 comments

Some repos use a function of the docs web backend called go.php which accepts parameters which are then translated to a docs web address (redirect). This eases linking for the repos. go.php is not part of docs but of the web backend and it´s redirect rules are not visible.

Example link: https://doc.owncloud.org/server/10.7/go.php?to=admin-cli-upgrade

This issue highlights the need for documenting the framework of go.php and the redirection rules behind.

@xoxys @EParzefall fyi

mmattel avatar Mar 19 '21 08:03 mmattel

I've started a confluence page called 'Create new branch for server documentation' under Documentation.

Afaik, the go.php script currently only does part of the magic, and some other part is deployed with apache rewrite rules. (workaround? or feature?)

jnweiger avatar Mar 25 '21 11:03 jnweiger

I've started a confluence page called 'Create new branch for server documentation' under Documentation.

Pls also see: https://github.com/owncloud/docs/blob/master/docs/new-version-branch.md

mmattel avatar Mar 25 '21 14:03 mmattel