# HG changeset patch # User Dirk Olmes # Date 1318208196 -7200 # Node ID 0c36e54a85b58e119ee4ffd25123bf98340e9c65 # Parent fd71a5d17fd91dfbe55708b6a2ae62d12bc98595 add a site diff -r fd71a5d17fd9 -r 0c36e54a85b5 .hgignore --- a/.hgignore Sun Oct 09 08:15:37 2011 +0200 +++ b/.hgignore Mon Oct 10 02:56:36 2011 +0200 @@ -1,5 +1,7 @@ syntax: regexp +^target$ +syntax: regexp ^conflict-editor/\.settings$ syntax: regexp ^conflict-editor/\.classpath$ diff -r fd71a5d17fd9 -r 0c36e54a85b5 pom.xml --- a/pom.xml Sun Oct 09 08:15:37 2011 +0200 +++ b/pom.xml Mon Oct 10 02:56:36 2011 +0200 @@ -18,6 +18,13 @@ webstart-package + + + xanthippe + scp://xanthippe.dyndns.org/var/www/localhost/htdocs/ConflictEditor + + + @@ -44,5 +51,41 @@ + + + org.apache.maven.plugins + maven-site-plugin + 3.0 + + + org.apache.maven.doxia + doxia-module-twiki + 1.2 + + + + org.apache.maven.wagon + wagon-ssh + 1.0 + + + + UTF-8 + UTF-8 + + + org.apache.maven.plugins + maven-project-info-reports-plugin + 2.4 + + distribution-management + index + summary + + + + + + diff -r fd71a5d17fd9 -r 0c36e54a85b5 src/site/resources/images/Screenshot.png Binary file src/site/resources/images/Screenshot.png has changed diff -r fd71a5d17fd9 -r 0c36e54a85b5 src/site/site.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/site/site.xml Mon Oct 10 02:56:36 2011 +0200 @@ -0,0 +1,10 @@ + + + + Conflict Editor + http://xanthippe.dyndns.org/ConflictEditor + + + + + diff -r fd71a5d17fd9 -r 0c36e54a85b5 src/site/twiki/index.twiki --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/site/twiki/index.twiki Mon Oct 10 02:56:36 2011 +0200 @@ -0,0 +1,8 @@ +---+ An editor for couchdb conflicts + + + +This is an editor for couchdb conflicts. Point it at a couchdb database and it will list all documents that contain conflicts. When you select a conflict from the list, the conflicting attributes will be displayed. Use the buttons at the bottom of the window to choose between the value from the original or the value from the conflict. Press the save button to resolve the conflict. + +---+ Run it! +Run it right now via Java Web Start. \ No newline at end of file