- initial import
This commit is contained in:
commit
5e60bf4a9a
37 changed files with 2204 additions and 0 deletions
71
README
Normal file
71
README
Normal file
|
@ -0,0 +1,71 @@
|
|||
=============
|
||||
WebDAVAdmin
|
||||
=============
|
||||
:Author: Jan Dittberner
|
||||
:Contact: jan@dittberner.info
|
||||
:Version: 0.1
|
||||
: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.
|
||||
|
||||
Requirements
|
||||
============
|
||||
|
||||
To use this software you need an Apache webserver configured with the
|
||||
dav module and mod-auth-pgsql, PHP 5 with PostgreSQL PDO driver, the
|
||||
Smarty_ template engine and a PostgreSQL database. The software has
|
||||
been developed using the versions contained in Debian GNU/Linux 4.0
|
||||
Etch.
|
||||
|
||||
- Apache 2.2.3
|
||||
- PostgreSQL 8.1.8
|
||||
- mod-auth-pgsql 2.0.3
|
||||
- PHP 5.2.0
|
||||
- Smarty 2.6.14
|
||||
|
||||
.. _Smarty: http://smarty.php.net/
|
||||
|
||||
Installation
|
||||
============
|
||||
|
||||
Please see INSTALL_ for installation instructions.
|
||||
|
||||
.. _INSTALL: INSTALL
|
||||
|
||||
Used third party code
|
||||
=====================
|
||||
|
||||
WebDAVAdmin uses the JQuery Javascript library for DOM manipulations
|
||||
and AJAX calls.
|
||||
|
||||
.. _JQuery: http://www.jquery.com/
|
||||
|
||||
Version 1.1.3 of JQuery has been used for developing this software and
|
||||
is bundled in the ``scripts`` directory as ``jquery.js``.
|
||||
|
||||
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.
|
Loading…
Add table
Add a link
Reference in a new issue