2007-08-28 10:18:04 +02:00
|
|
|
=============
|
|
|
|
WebDAVAdmin
|
|
|
|
=============
|
|
|
|
:Author: Jan Dittberner
|
|
|
|
:Contact: jan@dittberner.info
|
2007-11-26 09:49:33 +01:00
|
|
|
:Version: 0.2
|
2007-08-28 10:18:04 +02:00
|
|
|
:Revision: $Revision$
|
|
|
|
:Date: $Date$
|
|
|
|
:Copyright: Copyright (C) 2007 Jan Dittberner
|
|
|
|
|
|
|
|
.. contents::
|
|
|
|
|
|
|
|
Goals
|
|
|
|
=====
|
|
|
|
|
|
|
|
The goal of this software is to provide an easy to use administration
|
|
|
|
interface for a WebDAV repository using mod-auth-pgsql as its
|
|
|
|
authentication and authorization source.
|
|
|
|
|
|
|
|
Installation
|
|
|
|
============
|
|
|
|
|
|
|
|
Please see INSTALL_ for installation instructions.
|
|
|
|
|
|
|
|
.. _INSTALL: INSTALL
|
|
|
|
|
|
|
|
Used third party code
|
|
|
|
=====================
|
|
|
|
|
2007-12-02 00:15:26 +01:00
|
|
|
DAVAdmin uses the JQuery Javascript library for DOM manipulations and
|
|
|
|
AJAX calls.
|
2007-08-28 10:18:04 +02:00
|
|
|
|
|
|
|
.. _JQuery: http://www.jquery.com/
|
|
|
|
|
2007-11-26 09:49:33 +01:00
|
|
|
Version 1.2.1 of JQuery has been used for developing this software and
|
2007-08-28 10:18:04 +02:00
|
|
|
is bundled in the ``scripts`` directory as ``jquery.js``.
|
|
|
|
|
2007-12-02 00:15:26 +01:00
|
|
|
DAVAdmin uses Marko Samastur's JavaScript i18n library.
|
|
|
|
|
|
|
|
.. http://markos.gaivo.net/blog/?p=100.
|
|
|
|
|
2007-08-28 10:18:04 +02:00
|
|
|
License
|
|
|
|
=======
|
|
|
|
|
|
|
|
This program is free software; you can redistribute it and/or modify
|
|
|
|
it under the terms of the GNU General Public License as published by
|
|
|
|
the Free Software Foundation; either version 2 of the License, or (at
|
|
|
|
your option) any later version.
|
|
|
|
|
|
|
|
This program is distributed in the hope that it will be useful, but
|
|
|
|
WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
General Public License for more details.
|
|
|
|
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
|
|
along with this program; if not, write to the Free Software
|
|
|
|
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
|
|
|
|
02110-1301 USA.
|