Author: luke1410
Date: Tue Nov 28 23:16:03 2017
New Revision: 1816582
URL: http://svn.apache.org/viewvc?rev=1816582&view=rev
Log:
Switch to relative URLs for own pages, so that users accessing the page via
https don't get redirected to http (and vice versa).
[in site/staging]
* docs/community-guide/building.part.html: replace absolute URL with page-
relative one
* docs/community-guide/conventions.part.html: the same
* docs/community-guide/general.part.html: the same
* docs/community-guide/issues.part.html: the same
* docs/release-notes/1.6.html: the same
* docs/release-notes/1.7.html: the same
* docs/release-notes/1.8.html: the same
* mailing-lists.html: the same
* news.html: the same
* pronunciation/index.html: the same
* roadmap.html: the same
Modified:
subversion/site/staging/docs/community-guide/building.part.html
subversion/site/staging/docs/community-guide/conventions.part.html
subversion/site/staging/docs/community-guide/general.part.html
subversion/site/staging/docs/community-guide/issues.part.html
subversion/site/staging/docs/release-notes/1.6.html
subversion/site/staging/docs/release-notes/1.7.html
subversion/site/staging/docs/release-notes/1.8.html
subversion/site/staging/mailing-lists.html
subversion/site/staging/news.html
subversion/site/staging/pronunciation/index.html
subversion/site/staging/roadmap.html
Modified: subversion/site/staging/docs/community-guide/building.part.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/docs/community-guide/building.part.html?rev=1816582&r1=1816581&r2=1816582&view=diff
==============================================================================
--- subversion/site/staging/docs/community-guide/building.part.html (original)
+++ subversion/site/staging/docs/community-guide/building.part.html Tue Nov 28
23:16:03 2017
@@ -272,7 +272,7 @@ to <a href="https://ci.apache.org/">ci.a
<p>If you'd like to receive notifications about buildbot build and
test failures, please subscribe to the <a
-href="http://subversion.apache.org/mailing-lists.html#notifications-ml">notifications@</a>
mailing list.
+href="/mailing-lists.html#notifications-ml">notifications@</a> mailing list.
</p>
</div> <!-- build-farm -->
Modified: subversion/site/staging/docs/community-guide/conventions.part.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/docs/community-guide/conventions.part.html?rev=1816582&r1=1816581&r2=1816582&view=diff
==============================================================================
--- subversion/site/staging/docs/community-guide/conventions.part.html
(original)
+++ subversion/site/staging/docs/community-guide/conventions.part.html Tue Nov
28 23:16:03 2017
@@ -152,10 +152,10 @@ as you might think, and if you'd like to
<li><p>When including path or filenames in the error string, be sure
to convert them using <a
-
href="http://subversion.apache.org/docs/api/latest/svn__dirent__uri_8h.html#ace26b3b96a2cb6e56fed9a7a288d2b20"
+
href="/docs/api/latest/svn__dirent__uri_8h.html#ace26b3b96a2cb6e56fed9a7a288d2b20"
><tt>svn_dirent_local_style()</tt></a> before inclusion (since
paths passed to and from Subversion APIs are assumed to be
- in <a
href="http://subversion.apache.org/docs/api/latest/svn__dirent__uri_8h.html#details"
+ in <a href="/docs/api/latest/svn__dirent__uri_8h.html#details"
>canonical form</a>).</p></li>
<li><p>Don't use Subversion-specific abbreviations (e.g. use "repository"
@@ -713,15 +713,15 @@ conventions:</p>
<ul>
<li><p>When using a path or file name as input to most <a
- href="http://subversion.apache.org/docs/api/latest/">Subversion APIs</a>,
+ href="/docs/api/latest/">Subversion APIs</a>,
be sure to convert them to Subversion's internal/canonical form
using the <a
-
href="http://subversion.apache.org/docs/api/latest/svn__dirent__uri_8h.html#a675354133cf6e25d3e1cbe6a0f7069e9"
+
href="/docs/api/latest/svn__dirent__uri_8h.html#a675354133cf6e25d3e1cbe6a0f7069e9"
><tt>svn_dirent_internal_style()</tt></a> API. Alternately, when
receiving a path or file name as output from a Subversion API,
convert them into the expected form for your platform using the
<a
-
href="http://subversion.apache.org/docs/api/latest/svn__dirent__uri_8h.html#ace26b3b96a2cb6e56fed9a7a288d2b20"
+
href="/docs/api/latest/svn__dirent__uri_8h.html#ace26b3b96a2cb6e56fed9a7a288d2b20"
><tt>svn_dirent_local_style()</tt></a> API.</p></li>
<li><p>Use only spaces for indenting code, never tabs. Tab display
Modified: subversion/site/staging/docs/community-guide/general.part.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/docs/community-guide/general.part.html?rev=1816582&r1=1816581&r2=1816582&view=diff
==============================================================================
--- subversion/site/staging/docs/community-guide/general.part.html (original)
+++ subversion/site/staging/docs/community-guide/general.part.html Tue Nov 28
23:16:03 2017
@@ -35,7 +35,7 @@ Subversion repository. To participate:<
discussion takes place. All development questions should go
there, though you might want to check the list archives first.
The "commits" list receives automated commit emails.
- See <a href="https://subversion.apache.org/mailing-lists.html"
+ See <a href="/mailing-lists.html"
>https://subversion.apache.org/mailing-lists.html</a>
for details.</p></li>
@@ -92,7 +92,7 @@ not sure about an issue, post a question
<p>Another way to help is to set up automated builds and test suite
runs of Subversion on some platform, and have the output sent to the
[email protected] mailing list. See more details at
-<a href="http://subversion.apache.org/mailing-lists.html#notifications-ml"
+<a href="/mailing-lists.html#notifications-ml"
>the mailing lists page</a>.</p>
<p>Finally, despite the online nature of the Subversion project and
@@ -197,51 +197,51 @@ perusal order:</p>
<ol>
<li><p>the basic building blocks:
<a href=
-"http://subversion.apache.org/docs/api/latest/svn__string_8h.html">
+"/docs/api/latest/svn__string_8h.html">
svn_string.h</a>,
<a href=
-"http://subversion.apache.org/docs/api/latest/svn__error_8h.html">
+"/docs/api/latest/svn__error_8h.html">
svn_error.h</a>,
<a href=
-"http://subversion.apache.org/docs/api/latest/svn__types_8h.html">
+"/docs/api/latest/svn__types_8h.html">
svn_types.h</a></p>
</li>
<li><p>
<a href=
-"http://subversion.apache.org/docs/api/latest/svn__io_8h.html">
+"/docs/api/latest/svn__io_8h.html">
svn_io.h</a>,
<a href=
-"http://subversion.apache.org/docs/api/latest/svn__path_8h.html">
+"/docs/api/latest/svn__path_8h.html">
svn_path.h</a>,
<a href=
-"http://subversion.apache.org/docs/api/latest/svn__hash_8h.html">
+"/docs/api/latest/svn__hash_8h.html">
svn_hash.h</a>,
<a href=
-"http://subversion.apache.org/docs/api/latest/svn__xml_8h.html">
+"/docs/api/latest/svn__xml_8h.html">
svn_xml.h</a></p>
</li>
<li><p>the critical interface:
<a href=
-"http://subversion.apache.org/docs/api/latest/svn__delta_8h.html">
+"/docs/api/latest/svn__delta_8h.html">
svn_delta.h</a></p>
</li>
<li><p>client-side interfaces:
<a href=
-"http://subversion.apache.org/docs/api/latest/svn__ra_8h.html">
+"/docs/api/latest/svn__ra_8h.html">
svn_ra.h</a>,
<a href=
-"http://subversion.apache.org/docs/api/latest/svn__wc_8h.html">
+"/docs/api/latest/svn__wc_8h.html">
svn_wc.h</a>,
<a href=
-"http://subversion.apache.org/docs/api/latest/svn__client_8h.html">
+"/docs/api/latest/svn__client_8h.html">
svn_client.h</a></p>
</li>
<li><p>the repository and versioned filesystem:
<a href=
-"http://subversion.apache.org/docs/api/latest/svn__repos_8h.html">
+"/docs/api/latest/svn__repos_8h.html">
svn_repos.h</a>,
<a href=
-"http://subversion.apache.org/docs/api/latest/svn__fs_8h.html">
+"/docs/api/latest/svn__fs_8h.html">
svn_fs.h</a></p>
</li>
</ol>
@@ -261,18 +261,18 @@ in APR (look in 'apr/include/'):</p>
<ul>
<li><p>memory pools:
<a href=
-"http://apr.apache.org/docs/apr/1.4/apr__pools_8h.html">
+"/docs/apr/1.4/apr__pools_8h.html">
apr_pools.h</a></p></li>
<li><p>filesystem access:
<a href=
-"http://apr.apache.org/docs/apr/1.4/apr__file__io_8h.html">
+"/docs/apr/1.4/apr__file__io_8h.html">
apr_file_io.h</a></p></li>
<li><p>hashes and arrays:
<a href=
-"http://apr.apache.org/docs/apr/1.4/apr__hash_8h.html">
+"/docs/apr/1.4/apr__hash_8h.html">
apr_hash.h</a>,
<a href=
-"http://apr.apache.org/docs/apr/1.4/apr__tables_8h.html">
+"/docs/apr/1.4/apr__tables_8h.html">
apr_tables.h</a>
</p></li>
</ul>
@@ -633,7 +633,7 @@ subversion/include/*.h</a> for doxygen e
<p>We use the <a href="http://www.doxygen.org/">Doxygen</a> format for
public interface documentation. This means anything that goes in a
public header file. The generated documentation is <a
-href="http://subversion.apache.org/docs/#api">published on the web site</a>
+href="/docs/#api">published on the web site</a>
for the latest and some earlier Subversion sources.</p>
<p>We use only a small portion of the available
Modified: subversion/site/staging/docs/community-guide/issues.part.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/docs/community-guide/issues.part.html?rev=1816582&r1=1816581&r2=1816582&view=diff
==============================================================================
--- subversion/site/staging/docs/community-guide/issues.part.html (original)
+++ subversion/site/staging/docs/community-guide/issues.part.html Tue Nov 28
23:16:03 2017
@@ -83,7 +83,7 @@ mailing list first, <a href="mailto:user
href="irc://irc.freenode.net/#svn">irc.freenode.net, channel #svn</a>.</p>
<p>You should
-also <a href="http://subversion.apache.org/reporting-issues.html#queries"
+also <a href="/reporting-issues.html#queries"
>search in the bug tracker</a> to see if anyone has already reported
this bug.</p>
@@ -141,7 +141,7 @@ href="<!--#echo var="GUIDE_GENERAL_PAGE"
href="mailto:[email protected]"
>[email protected]</a>, or if you have already been there and
been asked to file an issue, then go to the <a
-href="http://subversion.apache.org/reporting-issues.html">issue
+href="/reporting-issues.html">issue
tracker</a> and follow the instructions there.</p>
<p>Thanks. We know it's a lot of work to file an effective bug
@@ -163,7 +163,7 @@ make the bug much more likely to get fix
<a href="mailto:[email protected]"
>[email protected]</a>.
Once it's confirmed as a bug, someone, possibly you, can enter it
- into the <a href="http://subversion.apache.org/reporting-issues.html"
+ into the <a href="/reporting-issues.html"
>issue tracker</a>. (Or if you're pretty sure about the bug, go
ahead and post directly to our development
list, <a href="mailto:[email protected]"
@@ -361,7 +361,7 @@ release, so urgent issues would go there
close_as_dup(i)
elif issue_is_invalid(i):
# A frequent reason for invalidity is that the reporter
- # did not follow the <a
href="http://subversion.apache.org/reporting-issues.html">"buddy system"</a>
for filing.
+ # did not follow the <a href="/reporting-issues.html">"buddy
system"</a> for filing.
close_as_invalid(i)
elif issue_already_fixed(i):
version = fixed_in_release(i)
Modified: subversion/site/staging/docs/release-notes/1.6.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/docs/release-notes/1.6.html?rev=1816582&r1=1816581&r2=1816582&view=diff
==============================================================================
--- subversion/site/staging/docs/release-notes/1.6.html (original)
+++ subversion/site/staging/docs/release-notes/1.6.html Tue Nov 28 23:16:03 2017
@@ -898,7 +898,7 @@ across the repository.</p>
<p>There are too many new and revised APIs in Subversion 1.6.0 to list
them all here. See the <a
-href="http://subversion.apache.org/docs/api/1.6/" >Subversion API
+href="/docs/api/1.6/" >Subversion API
Documentation</a> page for general API information. If you develop a
3rd-party client application that uses Subversion APIs, you should
probably look at the header files for the interfaces you use and see
Modified: subversion/site/staging/docs/release-notes/1.7.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/docs/release-notes/1.7.html?rev=1816582&r1=1816581&r2=1816582&view=diff
==============================================================================
--- subversion/site/staging/docs/release-notes/1.7.html (original)
+++ subversion/site/staging/docs/release-notes/1.7.html Tue Nov 28 23:16:03 2017
@@ -926,7 +926,7 @@ be used instead of the much more costly
<p>There are too many new and revised APIs in Subversion 1.7.0 to list
them all here. See the <a
-href="http://subversion.apache.org/docs/api/1.7/" >Subversion API
+href="/docs/api/1.7/" >Subversion API
Documentation</a> page for general API information. If you develop a
3rd-party client application that uses Subversion APIs, you should
probably look at the header files for the interfaces you use and see
Modified: subversion/site/staging/docs/release-notes/1.8.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/docs/release-notes/1.8.html?rev=1816582&r1=1816581&r2=1816582&view=diff
==============================================================================
--- subversion/site/staging/docs/release-notes/1.8.html (original)
+++ subversion/site/staging/docs/release-notes/1.8.html Tue Nov 28 23:16:03 2017
@@ -349,7 +349,7 @@ Schedule: delete
<tt>svn info</tt> now includes repository-relative URLs of items
in the working copy in its output.
The command line client has been
-<a
href="http://subversion.apache.org/docs/release-notes/1.6.html#repository-root-relative-urls"
+<a href="/docs/release-notes/1.6.html#repository-root-relative-urls"
>accepting this URL notation since Subversion 1.6</a>.
<pre>$ svn info README
@@ -1255,7 +1255,7 @@ size will usually be minimal.</p>
You must edit <tt>db/fsfs.conf</tt> to enable these features. The reason
is that deltification may amplify I/O in certain situations. To minimize
that effect, enable the <a
- href="http://subversion.apache.org/docs/release-notes/1.7.html#data-caches"
+ href="/docs/release-notes/1.7.html#data-caches"
>txdelta cache</a>.</p>
</div>
@@ -1982,7 +1982,7 @@ truncated, and keywords with names that
<p>There are too many new and revised APIs in Subversion 1.8.0 to list
them all here. See the <a
-href="http://subversion.apache.org/docs/api/1.8/" >Subversion API
+href="/docs/api/1.8/" >Subversion API
Documentation</a> page for general API information. If you develop a
3rd-party client application that uses Subversion APIs, you should
probably look at the header files for the interfaces you use and see
Modified: subversion/site/staging/mailing-lists.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/mailing-lists.html?rev=1816582&r1=1816581&r2=1816582&view=diff
==============================================================================
--- subversion/site/staging/mailing-lists.html (original)
+++ subversion/site/staging/mailing-lists.html Tue Nov 28 23:16:03 2017
@@ -146,7 +146,7 @@ delay for your post to appear (see below
<td><ul class="nobullet">
<li><a
href="https://mail-archives.apache.org/mod_mbox/subversion-users/"
>mail-archives.apache.org</a>
- (<a href="http://subversion.apache.org/mail/users/">mbox
files</a>)</li>
+ (<a href="/mail/users/">mbox files</a>)</li>
<li><a href="https://svn.haxx.se/users/"
>svn.haxx.se</a></li>
<li><a
href="http://news.gmane.org/gmane.comp.version-control.subversion.user"
@@ -207,7 +207,7 @@ delay for your post to appear (see below
<td><ul class="nobullet">
<li><a
href="https://mail-archives.apache.org/mod_mbox/subversion-dev/"
>mail-archives.apache.org</a>
- (<a href="http://subversion.apache.org/mail/dev/">mbox
files</a>)</li>
+ (<a href="/mail/dev/">mbox files</a>)</li>
<li><a href="https://svn.haxx.se/dev/"
>svn.haxx.se</a></li>
<li><a
href="http://news.gmane.org/gmane.comp.version-control.subversion.devel"
@@ -248,7 +248,7 @@ delay for your post to appear (see below
<td><ul class="nobullet">
<li><a
href="https://mail-archives.apache.org/mod_mbox/subversion-commits/"
>mail-archives.apache.org</a>
- (<a href="http://subversion.apache.org/mail/commits/">mbox
files</a>)</li>
+ (<a href="/mail/commits/">mbox files</a>)</li>
</ul></td>
</tr>
</tbody>
@@ -287,7 +287,7 @@ delay for your post to appear (see below
<td><ul class="nobullet">
<li><a
href="https://mail-archives.apache.org/mod_mbox/subversion-announce/"
>mail-archives.apache.org</a>
- (<a href="http://subversion.apache.org/mail/announce/">mbox
files</a>)</li>
+ (<a href="/mail/announce/">mbox files</a>)</li>
</ul></td>
</tr>
</tbody>
@@ -335,7 +335,7 @@ delay for your post to appear (see below
<td><ul class="nobullet">
<li><a
href="https://mail-archives.apache.org/mod_mbox/subversion-notifications/"
>mail-archives.apache.org</a>
- (<a
href="http://subversion.apache.org/mail/notifications/">mbox files</a>)</li>
+ (<a href="/mail/notifications/">mbox files</a>)</li>
</ul></td>
</tr>
</tbody>
Modified: subversion/site/staging/news.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/news.html?rev=1816582&r1=1816581&r2=1816582&view=diff
==============================================================================
--- subversion/site/staging/news.html (original)
+++ subversion/site/staging/news.html Tue Nov 28 23:16:03 2017
@@ -1276,7 +1276,9 @@ marketing<!-- -->@<!-- -->wandisco.com w
is the most complete Subversion release to date, and we encourage users
of Subversion to upgrade as soon as reasonable. This release contains a
large number of new features, bug fixes and other improvements. For a
- more comprehensive list, please consult the <a
href="http://subversion.apache.org/docs/release-notes/1.7.html">release
notes</a>.</p>
+ more comprehensive list, please consult the
+ <a href="/docs/release-notes/1.7.html"
+ >release notes</a>.</p>
<p>Please see the
<a href="https://svn.haxx.se/dev/archive-2011-10/0152.shtml"
Modified: subversion/site/staging/pronunciation/index.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/pronunciation/index.html?rev=1816582&r1=1816581&r2=1816582&view=diff
==============================================================================
--- subversion/site/staging/pronunciation/index.html (original)
+++ subversion/site/staging/pronunciation/index.html Tue Nov 28 23:16:03 2017
@@ -20,7 +20,7 @@
<h1>How To Pronounce "Subversion"</h1>
<p><a href="http://www.red-bean.com/jimb/">Jim Blandy</a>, who
- gave <a href="http://subversion.apache.org/">Subversion</a> both its
+ gave <a href="/">Subversion</a> both its
name and repository design, pronounces "Subversion" for posterity's
sake. Or something.</p>
Modified: subversion/site/staging/roadmap.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/roadmap.html?rev=1816582&r1=1816581&r2=1816582&view=diff
==============================================================================
--- subversion/site/staging/roadmap.html (original)
+++ subversion/site/staging/roadmap.html Tue Nov 28 23:16:03 2017
@@ -253,7 +253,7 @@ numbering, compatibility, and deprecatio
<tr class="task-level-1 completed">
<td class="task-name">Improved client-side handling of server-side
moves/renames</td>
<td class="task-status">
- <a
href="https://subversion.apache.org/docs/release-notes/1.10.html#conflict-resolver"
+ <a href="/docs/release-notes/1.10.html#conflict-resolver"
>Complete</a></td>
<td>Issues <a
href="https://issues.apache.org/jira/browse/SVN-2282">2282</a>,
<a href="https://issues.apache.org/jira/browse/SVN-2685">2685</a>,
@@ -266,7 +266,7 @@ numbering, compatibility, and deprecatio
<tr class="task-level-1 completed">
<td class="task-name">Wildcard support in authz configuration</td>
<td class="task-status">
- <a
href="https://subversion.apache.org/docs/release-notes/1.10.html#authzperf"
+ <a href="/docs/release-notes/1.10.html#authzperf"
>Complete</a></td>
<td><a href="https://issues.apache.org/jira/browse/SVN-2662">Issue
2662</a>.</td>
</tr>