~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to doc/setup/ivle-svn.conf

  • Committer: mattgiuca
  • Date: 2008-01-11 07:39:40 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:186
Added a bit of "chrome" (some CSS styling and minor touching up of the HTML).
In particular, the main header has been moved around a bit, with the "hello"
message and tabs moved to the right, and the tabs converted from a bullet list
to actual tabs.

dispatch: html, login: Minor changes to HTML layout.
ivle.css: Wrote a few styles to change the appearance of the whole program.
browser.css: A few styles were removed from here and brought into the main css
file. Minor changes to be compatible with ivle.css.

browser: Removed all the sample content (which in actuality will be generated
by JavaScript).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
NameVirtualHost *:80
2
 
ServerAdmin ADMIN@EXAMPLE.COM
3
 
ServerName IVLE.EXAMPLE.COM
4
 
 
5
 
<VirtualHost *:80>
6
 
  <Location /users>
7
 
    DAV svn
8
 
    SVNParentPath /var/lib/ivle/svn/repositories/users
9
 
    AuthzSVNAccessFile /var/lib/ivle/svn/svn.conf
10
 
    Require valid-user
11
 
    AuthType Basic
12
 
    AuthName "Subversion repository"
13
 
    AuthUserFile /var/lib/ivle/svn/ivle.auth
14
 
  </Location>
15
 
  <Location /groups>
16
 
    DAV svn
17
 
    SVNParentPath /var/lib/ivle/svn/repositories/groups
18
 
    AuthzSVNAccessFile /var/lib/ivle/svn/svn-group.conf
19
 
    Require valid-user
20
 
    AuthType Basic
21
 
    AuthName "Subversion repository"
22
 
    AuthUserFile /var/lib/ivle/svn/ivle.auth
23
 
  </Location>
24
 
</VirtualHost>