Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Develop a URL "permalink" scheme to refer to our various resources. Technology-ignorant URLs, all under subversion.apache.org.

Existing Resource URLs

All the Subversion project resource URLs that exist in the 'subversion.apache.org' namespace should be listed. Some resources in other namespaces may also be listed.

The focus here is on resources that are implemented by other systems (issue tracker, wiki, etc.). Some resources that are implemented as web pages in our 'site' hierarchy may also be listed.


URL exampleSyntaxHow?FunctionalityNotes
Issues

/issue/1234^/issue[^A-Za-z0-9]?(\d+)$redirect
to
Jira
issue
exists (in our .htaccess); various separators accepted for manual usage convenience; let's specify '/' as the canonical separator

Commits


svn.apache.org/
r1234
r840074
redirect
viewvc
ViewVCexists (in ASF's .htaccess?)
Email

/mail/mail
symlink,
redirectmod-mbox

redirects to http://mail-archives.apache.org/mod_mbox/#subversion

(implemented as a symlink to a filesystem path)


/mail/dev/mail/<SVN-LIST-NAME>
redirects to http://mail-archives.apache.org/mod_mbox/subversion-dev/


a specific list

/mail/dev/201812.mbox/%3c...@...%3e/mail/dev/
201812
<YYYYMM>.mbox/<ID>
redirects to


a specific message
Wiki

cwiki.apache.org/confluence/x/<ID>cwiki.apache.org/confluence/x/<ID>redirectConfluencewe don't know how permanent these "permanent" links are; they're not user-friendly; they don't support a section within page

Wanted Resource URLs

Under construction – just starting points for discussion

...