-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
44 lines (43 loc) · 2.73 KB
/
index.html
File metadata and controls
44 lines (43 loc) · 2.73 KB
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
---
layout: default
---
<a href="download.html">
<div id="download">
<div id="download-image">
<div id="download-text">Download</div>
<div id="download-description">(Version 1.0.13)</div>
</div>
</div>
</a>
<div id="description">
<p>User-Friendly USVN is a web interface written in PHP used to configure Subversion repositories.It's goal is to ease the creation of new projects without having to use the command line interface, therefor, maybe without privileged access to the server. USVN will then generate the list of users allowed to access your source code. This enable the delegation of rights to administrate Subversion repositories.</p>
</div>
<div id="right-infos">
<a href="http://groups.google.com/group/usvn-announce"><img style="vertical-align: middle; margin: 5px;" src="images/services/google.png">Mailing-list</a><br />
<a href="en/rss"><img style="vertical-align: middle; margin: 5px;" src="images/services/feed.png">RSS</a><br />
<br />
<a href="http://www.reddit.com/submit?url=www.usvn.info"><img style="vertical-align: middle; margin: 5px;" src="images/services/reddit.png">reddit</a><br />
<a href="http://digg.com/submit?phase=2&url=http://www.usvn.info"><img style="vertical-align: middle; margin: 5px;" src="images/services/digg.png">digg</a><br />
<a href="http://www.stumbleupon.com/submit?url=http://www.usvn.info"><img style="vertical-align: middle; margin: 5px;" src="images/services/stumbleupon.png">StumbleUpon</a><br />
<br />
<a href="http://www.twitter.com/usvn"><img style="vertical-align: middle; margin: 5px;" src="images/services/twitter.png">Twitter</a><br />
<a href="http://www.facebook.com/pages/USVN/38448595300"><img style="vertical-align: middle; margin: 5px;" src="images/services/facebook.png">Facebook</a>
</div>
<div id="overview">
<div class="overview-block">
<div class="overview-title">Users administration</div>
<div class="overview-image"><img src="images/users.png"></div>
Simple groups and users administration. Users are the same for the repositories and the web interface. </div>
<div class="overview-block">
<div class="overview-title">Repositories administration</div>
<div class="overview-image"><img src="images/repository.png"></div>
Simple repositories administration. </div>
<div class="overview-block">
<div class="overview-title">Repositories browsing</div>
<div class="overview-image"><img src="images/browse.png"></div>
Repositories browsing and files preview from the web interface. </div>
<div class="overview-block">
<div class="overview-title">Rights management</div>
<div class="overview-image"><img src="images/rights.png"></div>
Simple rights administration. By repositories and by folder in repositories. </div>
</div>