Skip to content

Commit b97130f

Browse files
committed
update data
1 parent 21e887e commit b97130f

File tree

7 files changed

+33
-3
lines changed

7 files changed

+33
-3
lines changed

contribute/index.html

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,31 @@ <h2><a name="content"></a>Content</h2>
4747
</ul></div>
4848

4949
<div class="content">
50-
<h2>WebSVN needs your help! <br /></h2><p>You can help us in the development of WebSVN by finding bugs, sending patches and submit issues and translations. Also feature requests and feedback is always welcome.</p><p><a href="http://websvn.tigris.org/servlets/ProjectMailingListList">WebSVN mailinglists and archives</a></p><p><a href="http://websvn.tigris.org/servlets/ProjectIssues">WebSVN issue tracker</a></p></div>
50+
<h2>WebSVN needs your help! <br /></h2>
51+
<p>
52+
You can help us in the development of WebSVN by finding bugs,
53+
sending patches and submit issues and translations.
54+
Also feature requests and feedback is always welcome.
55+
</p>
56+
57+
<p>
58+
<a href="https://github.com/websvnphp/websvn" target="_blank">WebSVN source code</a>
59+
</p>
60+
<p>
61+
<a href="https://github.com/websvnphp/websvn/issues" target="_blank">WebSVN issue tracker</a>
62+
</p>
63+
64+
<br />
65+
<p>
66+
Below link to old WebSVN links, but isn't used anymore and can to be used only for references.
67+
</p>
68+
<p>
69+
<a href="http://websvn.tigris.org/servlets/ProjectMailingListList" target="_blank">WebSVN mailinglists and archives</a>
70+
</p>
71+
<p>
72+
<a href="http://websvn.tigris.org/servlets/ProjectIssues" target="_blank">WebSVN old issue tracker</a>
73+
</p>
74+
</div>
5175
<br class="clearfix"/>
5276
</div>
5377

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ <h2>
4848
<a href="../features/" title="WebSVN Features">Features</a>
4949
</li>
5050
<li id="lnk_contribute">
51-
<a href="./" class="active" title="How to contribute">Contribute</a>
51+
<a href="../contribute/" class="active" title="How to contribute">Contribute</a>
5252
</li>
5353
<li id="lnk_download">
5454
<a href="../download/" title="Download WebSVN">Download</a>

img/icons/book.png

593 Bytes
Loading

img/icons/notes.png

-954 Bytes
Binary file not shown.

imprint.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ <h2><a name="content"></a>Content</h2>
3838
<li id="lnk_features"><a href="features/" title="WebSVN Features">Features</a></li>
3939
<li id="lnk_contribute"><a href="contribute/" title="How to contribute">Contribute</a></li>
4040
<li id="lnk_download"><a href="download/" title="Download WebSVN">Download</a></li>
41+
<li id="lnk_docs">
42+
<a href="docs/" title="Documentation">Documentation</a>
43+
</li>
4144
<li id="lnk_links"><a href="links/" title="Links">Links</a></li>
4245
</ul></div>
4346

sitemap.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@
4747
</url>
4848
<url>
4949
<loc>https://websvnphp.github.io/download/</loc>
50+
</url>
51+
<url>
52+
<loc>https://websvnphp.github.io/docs/</loc>
5053
</url>
5154
<url>
5255
<loc>https://websvnphp.github.io/links/</loc>

style/screen.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ a:hover, a:active {
105105
padding-left: 22px;
106106
}
107107
#lnk_docs a {
108-
background: url('../img/icons/notes.png') top left no-repeat;
108+
background: url('../img/icons/book.png') top left no-repeat;
109109
padding-left: 22px;
110110
}
111111
#lnk_contribute a {

0 commit comments

Comments
 (0)