forked from websvnphp/websvnphp.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
87 lines (71 loc) · 3.51 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
<!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" />
<link rel="alternate" type="application/atom+xml" title="WebSVN news as RSS-feed" href="news.atom.xml" />
<link rel="home" title="Home" href="./" hreflang="en" />
<link rel="section" title="Home" href="./" hreflang="en" />
<link rel="section" title="News" href="news/" hreflang="en" />
<link rel="section" title="Features" href="features/" hreflang="en" />
<link rel="section" title="Contribute" href="contribute/" hreflang="en" />
<link rel="section" title="Download" href="download/" hreflang="en" />
<link rel="section" title="Links" href="links/" hreflang="en" />
<link rel="next" title="News" href="news/" hreflang="en" />
</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="./" class="active" title="WebSVN - Online subversion repository browser">Home</a></li>
<li id="lnk_news"><a href="news/" title="WebSVN News">News</a></li>
<li id="lnk_features"><a href="features/" title="WebSVN Features">Features</a></li>
<li id="lnk_contribute"><a href="contribute/" title="How to contribute">Contribute</a></li>
<li id="lnk_download"><a href="download/" title="Download WebSVN">Download</a></li>
<li id="lnk_docs">
<a href="docs/" title="Documentation">Documentation</a>
</li>
<li id="lnk_links"><a href="links/" 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/">and more...</a></li>
</ul>
<p>Since it's written using PHP, WebSVN is also very portable and easy to install.</p>
<h2>News</h2>
<p>06/27/2011: <a href="news/websvn-2-3-3-released.html">WebSVN 2.3.3 released!</a></p>
<p>12/10/2010: <a href="news/websvn-2-3-2-released.html">WebSVN 2.3.2 released!</a></p>
<p>04/20/2010: <a href="news/websvn-2-3-1-released.html">WebSVN 2.3.1 released!</a></p>
</div>
<br class="clearfix"/>
</div>
<div class="footer">
<a href="imprint.html">Imprint</a>
</div>
</body>
</html>