From 678249295f8d03b85073f157a6e91318942c439e Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 15 Nov 2012 01:37:52 +0000 Subject: [PATCH] doc: more updates Ensure README readers can easily refer back to the README file. Also include a link to MogileFS in case users need MogileFS knowledge. --- .wrongdoc.yml | 2 +- GNUmakefile | 4 ++++ README | 8 +++++++- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.wrongdoc.yml b/.wrongdoc.yml index f3b07c1..f9ae166 100644 --- a/.wrongdoc.yml +++ b/.wrongdoc.yml @@ -1,6 +1,6 @@ --- cgit_url: http://bogomips.org/omgdav.git git_url: git://bogomips.org/omgdav.git -rdoc_url: http://bogomips.org/omgdav/ +rdoc_url: http://bogomips.org/omgdav/README private_email: normalperson@yhbt.net public_email: mogile@googlegroups.com diff --git a/GNUmakefile b/GNUmakefile index 338967f..8a69d64 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -29,3 +29,7 @@ test-litmus: $(LITMUS_DIR)/basic $(MAKE) LITMUS_DIR=$(LITMUS_DIR) MAKE="$(MAKE)" test/test_litmus.rb check: test test-litmus + +RSYNC = rsync --exclude '*.html' --exclude '*.html.gz' \ + --exclude images --exclude '*.css' --exclude '*.css.gz' \ + --exclude created.* diff --git a/README b/README index f695e4e..e9d2c45 100644 --- a/README +++ b/README @@ -17,7 +17,7 @@ Locking of any type is not yet implemented. Thus: 1) Do not attempt concurrent invocations of COPY/MOVE commands. -2) Do not use PUT while a COPY or MOVE command is running. +2) Do not use PUT or DELETE while a COPY or MOVE command is running. Read-only operation is currently the safest way to use omgdav. @@ -140,6 +140,12 @@ also available via various branches in our git repository: git clone git://bogomips.org/fusedav +Links +----- +MogileFS - http://mogilefs.org/ +omgdav homepage - http://bogomips.org/omgdav/README +omgdav Atom feed - http://bogomips.org/omgdav/NEWS.atom.xml + References ---------- [1] litmus - http://www.webdav.org/neon/litmus -- 2.11.4.GIT