Skip to content

Commit d34469d

Browse files
committed
Removed the contribute and merged to home page.
Removed the links and merged to home page. Made a css for release #7
1 parent 348318e commit d34469d

File tree

4 files changed

+30
-164
lines changed

4 files changed

+30
-164
lines changed

contribute/index.html

Lines changed: 0 additions & 83 deletions
This file was deleted.

index.html

Lines changed: 29 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,15 @@ <h1>WebSVN - Online subversion repository browser</h1>
3535
<div class="misc">
3636
<h2><a name="content"></a>Content</h2>
3737

38-
<ul><li id="lnk_home"><a href="./index.html" class="active" title="WebSVN - Online subversion repository browser">Home</a></li>
39-
<li id="lnk_news"><a href="news/index.html" title="WebSVN News">News</a></li>
38+
<ul>
39+
<li id="lnk_home"><a href="./index.html" class="active" title="WebSVN - Online subversion repository browser">Home</a></li>
4040
<li id="lnk_features"><a href="features/index.html" title="WebSVN Features">Features</a></li>
41-
<li id="lnk_contribute"><a href="contribute/index.html" title="How to contribute">Contribute</a></li>
42-
<li id="lnk_download"><a href="download/index.html" title="Download WebSVN">Download</a></li>
43-
<li id="lnk_docs">
44-
<a href="docs/index.html" title="Documentation">Documentation</a>
45-
</li>
46-
<li id="lnk_links"><a href="links/index.html" title="Links">Links</a></li>
47-
</ul></div>
41+
<li id="lnk_download"><a href="https://github.com/websvnphp/websvn/releases" title="Download WebSVN">Download</a></li>
42+
<li id="lnk_contribute"><a href="#contribute_section" title="How to contribute">Contribute</a></li>
43+
<li id="lnk_docs"><a href="docs/index.html" title="Documentation">Documentation</a></li>
44+
<li id="lnk_links"><a href="#links_section" title="Links">Links</a></li>
45+
</ul>
46+
</div>
4847

4948
<div class="content">
5049
<h2>Why WebSVN?</h2>
@@ -71,12 +70,27 @@ <h2>Features</h2>
7170

7271
<p>Since it's written using PHP, WebSVN is also very portable and easy to install.</p>
7372

74-
<h2>News</h2>
75-
<p>Latest: <a href="news/websvn-fork-on-github.html">WebSVN Project Status</a></p>
76-
<p>06/27/2011: <a href="news/websvn-2-3-3-released.html">WebSVN 2.3.3 released!</a></p>
77-
<p>12/10/2010: <a href="news/websvn-2-3-2-released.html">WebSVN 2.3.2 released!</a></p>
78-
<p>04/20/2010: <a href="news/websvn-2-3-1-released.html">WebSVN 2.3.1 released!</a></p>
79-
</div>
73+
<h2>Download</h2>
74+
<p>WebSVN current home is on GitHub (Current-2020). Access the GitHub repository to download the current WebSVN code.</p>
75+
<p>See the <a href="https://github.com/websvnphp/websvn/releases">Releases Page</a> to download specific versions.</p>
76+
<p>Alternatively, download the latest master build as a <a href="https://github.com/websvnphp/websvn/archive/master.zip">zip</a> file or <a href="https://github.com/websvnphp/websvn">browse the source code</a>.</p>
77+
<p>This website (and documentation) originated from the original project and may contain outdated information. Please file an issue on GitHub if you find a problem.</p>
78+
<p>All releases of Websvn are recoreded on the <a href="https://github.com/websvnphp/websvn/releases">release page</a> of github.</p>
79+
80+
<h2><a name="contribute_section">Contribute</a></h2>
81+
</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>
82+
<p><a href="https://github.com/websvnphp/websvn" target="_blank">WebSVN source code</a></p>
83+
<p><a href="https://github.com/websvnphp/websvn/issues" target="_blank">WebSVN issue tracker</a></p>
84+
85+
<h2><a name="links_section">Links</a></h2>
86+
<p>If you know setup tutorials, links to themes etc please contact us.</p>
87+
<ul>
88+
<li><a href="https://github.com/websvnphp/websvn">Current home on GitHub</a></li>
89+
<li><a href="http://www.howtoforge.com/debian_subversion_websvn">Setting up subversion and websvn on debian</a></li>
90+
<li><a href="https://www.openhub.net/p/websvn">Analysis of WebSVN source on OpenHub</a></li>
91+
</ul>
92+
93+
</div>
8094
<br class="clearfix"/>
8195
</div>
8296

links/index.html

Lines changed: 0 additions & 65 deletions
This file was deleted.

style/screen.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ a:hover, a:active {
9292
background: url('../img/icons/house.png') top left no-repeat;
9393
padding-left: 22px;
9494
}
95-
#lnk_news a {
95+
#lnk_releases a {
9696
background: url('../img/icons/newspaper.png') top left no-repeat;
9797
padding-left: 22px;
9898
}

0 commit comments

Comments
 (0)