You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by kx...@apache.org on 2014/06/07 23:04:32 UTC

[08/15] fauxton commit: updated refs/heads/import-master to 8cb432c

Fauxtin: Remove Todo, clean up readme

We haven't used todo.md in a long time. All the tickets are in JIRA.
I've just removed some old wording from the readme.md


Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/54eea1b0
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/54eea1b0
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/diff/54eea1b0

Branch: refs/heads/import-master
Commit: 54eea1b000e54389f0e4c4d6a5c4c08ec7f6c262
Parents: 35a839d
Author: Garren Smith <ga...@gmail.com>
Authored: Thu May 29 11:43:05 2014 +0200
Committer: Garren Smith <ga...@gmail.com>
Committed: Thu May 29 14:17:02 2014 +0200

----------------------------------------------------------------------
 TODO.md   | 24 ------------------------
 readme.md | 35 +++++++++++------------------------
 2 files changed, 11 insertions(+), 48 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/54eea1b0/TODO.md
----------------------------------------------------------------------
diff --git a/TODO.md b/TODO.md
deleted file mode 100644
index a4b2a8e..0000000
--- a/TODO.md
+++ /dev/null
@@ -1,24 +0,0 @@
-# Fauxton todo
-In no particular order
-
-- [ ] docco docs
-- [ ] user management
-- [ ] view options
-- [ ] view editor
-- [ ] visual view builder
-- [ ] new db as modal
-- [ ] new view button
-- [ ] show design docs only
-- [ ] fix delete doc button UI bug
-- [ ] delete multiple docs via _bulk_docs
-- [x] show change events in database view
-- [ ] pouchdb addon
-- [ ] bespoke bootstrap style
-- [ ] responsive interface
-- [ ] sticky subnav for some UI components on _all_docs
-- [ ] "show me" button in API bar doesn't
-- [ ] edit index button doesn't
-- [ ] replicate UI
-- [x] delete database
-- [x] format dates better (e.g. in logs plugin)
-- [ ] restore unfiltered data in logs UI

http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/54eea1b0/readme.md
----------------------------------------------------------------------
diff --git a/readme.md b/readme.md
index bb81095..dc36a17 100644
--- a/readme.md
+++ b/readme.md
@@ -1,19 +1,7 @@
 Fauxton
 =======
 
-This is the initial implementation of Fauxton, focused on fleshing out
-the various pieces of functionality and as a test bed for new ideas.
-Full functionality and design considerations will be added later.
-
-
-
-Current items of interest:
-
-  * Live JSON editor with dynamic JS Hinting and error popups
-  * Initial plugin system
-  * Minimal externally loadable plugin example
-  * Data popups for additional db info on \_all_dbs page
-  * CouchDB API compliant urls
+Fauxton is the new Web UI for CouchDB. To get it running in development on your machine. Follow the steps below.
 
 ## Setup Fauxton ##
 
@@ -40,17 +28,6 @@ And then...
 
     grunt dev
 
-#### (Optional) To avoid a npm global install
-    # Add node_modules/.bin to your path
-    # export PATH=./node_modules/.bin:$PATH
-		# Or just use the wrappers in ./bin/
-
-    # Development mode, non minified files
-    ./bin/grunt couchdebug
-
-    # Or fully compiled install
-    # ./bin/grunt couchdb
-
 ### Prepare Fauxton Release
     Follow the "Fauxton Setup" section,
     Edit settings.json variable root where the document will live.  eg.  "/_utils/fauxton/"
@@ -81,3 +58,13 @@ Each module must have a `base.js` file, this is read and compile when Fauxton is
 
 Checkout [Jira](https://issues.apache.org/jira/browse/COUCHDB/component/12320406) for a list of items to do.
 
+## (Optional) To avoid a npm global install
+    # Add node_modules/.bin to your path
+    # export PATH=./node_modules/.bin:$PATH
+		# Or just use the wrappers in ./bin/
+
+    # Development mode, non minified files
+    ./bin/grunt couchdebug
+
+    # Or fully compiled install
+    # ./bin/grunt couchdb