svn commit: r1936557 - subversion/site/staging/docs/community-guide
[email protected] Fri, 24 Jul 2026 16:48:04 -0000
| Newsgroups | gmane.comp.version-control.subversion.svn |
|---|---|
| Message-ID | <178491168464.1833310.3599564981344984405@svn03-he-fi> |
Author: ivan
Date: Fri Jul 24 16:48:04 2026
New Revision: 1936557
Log:
In site/staging:
Follow-up to
* style/site.css
(.sectionlink::before): New class. Add 'pilcrow' symbol via 'content' CSS
property.
* blog/2006-09-10-EnhancingSubversionServer.html
* blog/2007-03-27-authz-and-anon-authn-agony.html
* blog/2007-06-13-merge_auditing.html
* blog/2008-03-29-merging-from-foreign-repositories.html
* blog/2008-05-06-merge-info.html
* blog/2009-11-19-where-did-that-mergeinfo-come-from.html
* blog/2012-10-24-reducing_network_traffic_in_subversion_1-8.html
* blog/2013-06-24-repository-dictated-configuration-part-1-inheritable-properties.html
* blog/2013-06-25-repository-dictated-configuration-part-2-autoprops.html
* blog/2013-06-26-repository-dictated-configuration-part-3-global-ignores.html
* blog/2013-06-28-foreign-repository-copies.html
* blog/index.html
* contributing.html
* docs/community-guide/building.part.html
* docs/community-guide/conventions.part.html
* docs/community-guide/debugging.part.html
* docs/community-guide/general.part.html
* docs/community-guide/issues.part.html
* docs/community-guide/l10n.part.html
* docs/community-guide/mailing-lists.part.html
* docs/community-guide/releasing.part.html
* docs/community-guide/roles.part.html
* docs/community-guide/web.part.html
* docs/index.html
* docs/release-notes/1.1.html
* docs/release-notes/1.10.html
* docs/release-notes/1.11.html
* docs/release-notes/1.12.html
* docs/release-notes/1.13.html
* docs/release-notes/1.14.html
* docs/release-notes/1.15.html
* docs/release-notes/1.2.html
* docs/release-notes/1.3.html
* docs/release-notes/1.4.html
* docs/release-notes/1.5.html
* docs/release-notes/1.6.html
* docs/release-notes/1.6.zh.html
* docs/release-notes/1.7.html
* docs/release-notes/1.8.html
* docs/release-notes/1.9.html
* docs/release-notes/index.html
* download.html
* faq.html
* faq.ja.html
* faq.zh.html
* features.html
* ideas.html
* index.html
* mailing-lists.html
* news.html
* opw.html
* packages.html
* pronunciation/index.html
* quick-start.html
* reporting-issues.html
* roadmap.html
* security/index.html
* source-code.html
Remove "¶" from section links: we add it via 'content' CSS property.
Modified:
subversion/site/staging/docs/community-guide/web.part.html
Modified: subversion/site/staging/docs/community-guide/web.part.html
==============================================================================
--- subversion/site/staging/docs/community-guide/web.part.html Fri Jul 24 16:46:59 2026 (r1936556)
+++ subversion/site/staging/docs/community-guide/web.part.html Fri Jul 24 16:48:04 2026 (r1936557)
@@ -11,7 +11,7 @@
<h2>Introduction
<a class="sectionlink"
href="<!--#echo var="GUIDE_WEB_CHANGES_PAGE" -->#web_intro"
- title="Link to this section">¶ </a>
+ title="Link to this section"></a>
</h2>
<p>The Subversion project welcomes improvements to its web site.
@@ -36,7 +36,7 @@
<h2>Obtaining the web site sources
<a class="sectionlink"
href="<!--#echo var="GUIDE_WEB_CHANGES_PAGE" -->#web_sources"
- title="Link to this section">¶ </a>
+ title="Link to this section"></a>
</h2>
<p>The source to the website is available from a Subversion repository.