Skip to content

an implementation of a WebDAV server in php for use with zotero's sync functionality PLUS full access to zotero library and stored attachments

Notifications You must be signed in to change notification settings

emresaracoglu/phpZoteroWebDAV

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Features (! means new in 2.0)
=============================

- sync library attachment to any php enabled webhosting space (including freely available ones) through a php based WebDAV implementation. This means that you attachment data never has to be stored on computers (clients and servers) that you do not control yourself.
- ! access your zotero library on your own webspace through the zotero.org server API, including sorting, detail view, custom number of items per page etc
- ! view your synced attachments on your own webspace from any web browser without having to use zotero.org’s own storage server
- ! unlike zotero.org’s own attachment viewing feature, phpZoteroWebDAV allows you to view web snapshots as well

INSTALLATION AND CONFIGURATION INSTRUCTIONS
===========================================
http://blog.holz.ca/2011/11/phpzoterowebdav-installation/
http://blog.holz.ca/2011/10/proudly-presenting/


LICENSE
=======
phpZoteroWebDAV is written by Christian Holz and is licensed under the AGPLv3 license (http://www.gnu.org/licenses/agpl.html)
phpZoteroWebDAV uses the following third party components:
- the WebDAV server PEAR module written by Hartmut Holzgraefe as well as the PEAR base module, both licensed under the PHP license (http://www.php.net/license/3_01.txt)
- the phpZotero class for zotero API connection, released under an unknown open source license (https://github.com/clioweb/phpZotero)
- the zotero.org css style sheet, apparently released under the AGPLv3 license (http://www.gnu.org/licenses/agpl.html))

WARRANTY
========
THERE IS ABSOLUTELY NO WARRANTY FOR THE PROGRAM. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.

About

an implementation of a WebDAV server in php for use with zotero's sync functionality PLUS full access to zotero library and stored attachments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 94.8%
  • CSS 5.2%