root/README

Revision 82215cb2f917eca37961e08d3be82e4ce4fafbe9, 1.5 KB (checked in by Jan Dittberner <jan@…>, 4 years ago)

update jquery to 1.2.6 (fixes #30)

  • Property mode set to 100644
Line 
1=============
2 WebDAVAdmin
3=============
4:Author: Jan Dittberner
5:Contact: jan@dittberner.info
6:Version: 0.3
7:Revision: $Revision$
8:Date: $Date$
9:Copyright: Copyright (C) 2007, 2008 Jan Dittberner
10
11.. contents::
12
13Goals
14=====
15
16The goal of this software is to provide an easy to use administration
17interface for a WebDAV repository using mod-auth-pgsql as its
18authentication and authorization source.
19
20Installation
21============
22
23Please see INSTALL_ for installation instructions.
24
25.. _INSTALL: INSTALL
26
27Used third party code
28=====================
29
30DAVAdmin uses the JQuery Javascript library for DOM manipulations and
31AJAX calls.
32
33.. _JQuery: http://www.jquery.com/
34
35Version 1.2.6 of JQuery has been used for developing this software and
36is bundled in the ``scripts`` directory as ``jquery.js``.
37
38DAVAdmin uses Marko Samastur's JavaScript i18n library.
39
40.. http://markos.gaivo.net/blog/?p=100.
41
42License
43=======
44
45This program is free software: you can redistribute it and/or modify
46it under the terms of the GNU General Public License as published by
47the Free Software Foundation, either version 3 of the License, or (at
48your option) any later version.
49
50This program is distributed in the hope that it will be useful, but
51WITHOUT ANY WARRANTY; without even the implied warranty of
52MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
53General Public License for more details.
54
55You should have received a copy of the GNU General Public License
56along with this program.  If not, see <http://www.gnu.org/licenses/>.
Note: See TracBrowser for help on using the browser.