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