[phodav] Update NEWS, README



commit 34b1885abe273b0b7a8bb62deca55d5b313eebb1
Author: Marc-André Lureau <marcandre lureau gmail com>
Date:   Wed Jan 22 21:31:56 2014 +0100

    Update NEWS, README

 NEWS   |    8 ++++++++
 README |   31 +++++++++++++++++++++++++++++++
 2 files changed, 39 insertions(+), 0 deletions(-)
---
diff --git a/NEWS b/NEWS
index e69de29..ee80165 100644
--- a/NEWS
+++ b/NEWS
@@ -0,0 +1,8 @@
+v0.1
+====
+
+- initial release
+- passes litmus tests (minus a minor one, to be fixed)
+- provides "chezdav", a tool to announce and share a directory
+- provides a private libphodav library with no API stability yet,
+  suitable for submodule inclusion for other projects to use
diff --git a/README b/README
new file mode 100644
index 0000000..fa82acd
--- /dev/null
+++ b/README
@@ -0,0 +1,31 @@
+phởdav
+======
+
+= About
+
+phởdav is a WebDav server implementation using libsoup (RFC 4918).
+
+    Releases: http://ftp.gnome.org/pub/GNOME/sources/phodav/
+
+= Tools
+
+    chezdav, allows to share a particual directory (with optional
+    digest authentication)
+
+= Notes
+
+phởdav was initially developped as a filesharing mechanism for Spice,
+but it is generic enough to be reused in other projects, in particular
+in the GNOME desktop. Further integration work would be a welcome
+contribution!
+
+= Contributing
+
+    git clone git://git.gnome.org/phodav
+
+    http://lists.freedesktop.org/mailman/listinfo/spice-devel
+
+Please report bug there:
+https://bugzilla.gnome.org/enter_bug.cgi?product=phodav
+
+Forking and sending github pull requests is also welcome.
\ No newline at end of file


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]