-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
93 lines (74 loc) · 4.22 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="content-script-type" content="text/javascript" />
<meta http-equiv="content-style-type" content="text/css" />
<title>WebSVN - Online subversion repository browser</title>
<meta name="description" content="Browse your subversion repositories online with WebSVN" />
<link rel="shortcut icon" href="favicon.ico" type="image/ico" />
<link rel="stylesheet" type="text/css" href="style/common.css" media="all" />
<link rel="stylesheet" type="text/css" href="style/screen.css" media="screen,projection" />
<link rel="stylesheet" type="text/css" href="style/print.css" media="print" />
</head>
<body>
<div id="frame">
<div class="header">
<img src="img/logo-websvn.png" alt="" width="315" height="75" />
<h1>WebSVN - Online subversion repository browser</h1>
</div>
<div class="misc">
<h2><a name="content"></a>Content</h2>
<ul>
<li id="lnk_home"><a href="./index.html" class="active" title="WebSVN - Online subversion repository browser">Home</a></li>
<li id="lnk_features"><a href="features/index.html" title="WebSVN Features">Features</a></li>
<li id="lnk_download"><a href="https://github.com/websvnphp/websvn/releases" title="Download WebSVN">Download</a></li>
<li id="lnk_contribute"><a href="#contribute_section" title="How to contribute">Contribute</a></li>
<li id="lnk_docs"><a href="docs/index.html" title="Documentation">Documentation</a></li>
<li id="lnk_links"><a href="#links_section" title="Links">Links</a></li>
</ul>
</div>
<div class="content">
<h2>Why WebSVN?</h2>
<p>WebSVN offers a view onto your subversion repositories that's been designed
to reflect the Subversion methodology. You can view the log of any file or
directory and see a list of all the files changed, added or deleted in any
given revision. You can also view the differences between two versions of a
file so as to see exactly what was changed in a particular revision.</p>
<h2>Features</h2>
<p>WebSVN offers the following features:</p>
<ul>
<li>Easy to use interface</li>
<li>Customisable templating system</li>
<li>Colourisation of file listings</li>
<li>Blame view</li>
<li>Log message searching</li>
<li>RSS feed support</li>
<li><a href="features/index.html">and more...</a></li>
</ul>
<p>Since it's written using PHP, WebSVN is also very portable and easy to install.</p>
<h2>Download</h2>
<p>WebSVN current home is on GitHub (Current-2020). Access the GitHub repository to download the current WebSVN code.</p>
<p>See the <a href="https://github.com/websvnphp/websvn/releases">Releases Page</a> to download specific versions.</p>
<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>
<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>
<p>All releases of Websvn are recoreded on the <a href="https://github.com/websvnphp/websvn/releases">release page</a> of github.</p>
<h2><a name="contribute_section">Contribute</a></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="https://github.com/websvnphp/websvn" target="_blank">WebSVN source code</a></p>
<p><a href="https://github.com/websvnphp/websvn/issues" target="_blank">WebSVN issue tracker</a></p>
<h2><a name="links_section">Links</a></h2>
<p>If you know setup tutorials, links to themes etc please contact us.</p>
<ul>
<li><a href="https://github.com/websvnphp/websvn">Current home on GitHub</a></li>
<li><a href="http://www.howtoforge.com/debian_subversion_websvn">Setting up subversion and websvn on debian</a></li>
<li><a href="https://www.openhub.net/p/websvn">Analysis of WebSVN source on OpenHub</a></li>
</ul>
</div>
<br class="clearfix"/>
</div>
<div class="footer">
<a href="imprint.html">Imprint</a>
</div>
</body>
</html>