From 949f9da6a6548704786d809be76a3a2d47d6fabe Mon Sep 17 00:00:00 2001 From: Adam Kocoloski Date: Thu, 26 Aug 2010 12:21:37 -0400 Subject: move futon to share/www --- rel/overlay/var/share/www/dialog/_admin_party.html | 33 -------------- .../var/share/www/dialog/_compact_cleanup.html | 51 ---------------------- .../var/share/www/dialog/_create_admin.html | 50 --------------------- .../var/share/www/dialog/_create_config.html | 42 ------------------ .../var/share/www/dialog/_create_database.html | 33 -------------- .../var/share/www/dialog/_database_security.html | 50 --------------------- .../var/share/www/dialog/_delete_database.html | 27 ------------ .../var/share/www/dialog/_delete_document.html | 26 ----------- rel/overlay/var/share/www/dialog/_login.html | 34 --------------- .../var/share/www/dialog/_save_view_as.html | 35 --------------- .../var/share/www/dialog/_share_test_reports.html | 42 ------------------ rel/overlay/var/share/www/dialog/_signup.html | 35 --------------- .../var/share/www/dialog/_upload_attachment.html | 36 --------------- 13 files changed, 494 deletions(-) delete mode 100644 rel/overlay/var/share/www/dialog/_admin_party.html delete mode 100644 rel/overlay/var/share/www/dialog/_compact_cleanup.html delete mode 100644 rel/overlay/var/share/www/dialog/_create_admin.html delete mode 100644 rel/overlay/var/share/www/dialog/_create_config.html delete mode 100644 rel/overlay/var/share/www/dialog/_create_database.html delete mode 100644 rel/overlay/var/share/www/dialog/_database_security.html delete mode 100644 rel/overlay/var/share/www/dialog/_delete_database.html delete mode 100644 rel/overlay/var/share/www/dialog/_delete_document.html delete mode 100644 rel/overlay/var/share/www/dialog/_login.html delete mode 100644 rel/overlay/var/share/www/dialog/_save_view_as.html delete mode 100644 rel/overlay/var/share/www/dialog/_share_test_reports.html delete mode 100644 rel/overlay/var/share/www/dialog/_signup.html delete mode 100644 rel/overlay/var/share/www/dialog/_upload_attachment.html (limited to 'rel/overlay/var/share/www/dialog') diff --git a/rel/overlay/var/share/www/dialog/_admin_party.html b/rel/overlay/var/share/www/dialog/_admin_party.html deleted file mode 100644 index ea9fb15a..00000000 --- a/rel/overlay/var/share/www/dialog/_admin_party.html +++ /dev/null @@ -1,33 +0,0 @@ - -
-

Admin Party!

-
-

- The test suite requires CouchDB to be in Admin Party mode. This - mode give all users admin capabilities. This is the least secure mode of - operation. Do not run the tests on production servers, as you'll impact - both performance and security. -

-

- Clicking “Remove Admins” will remove all admins from the configuration. You will - have to recreate any admins by hand after the tests have finished. -

-
-
- - -
-
diff --git a/rel/overlay/var/share/www/dialog/_compact_cleanup.html b/rel/overlay/var/share/www/dialog/_compact_cleanup.html deleted file mode 100644 index 506417f4..00000000 --- a/rel/overlay/var/share/www/dialog/_compact_cleanup.html +++ /dev/null @@ -1,51 +0,0 @@ - -
-

Compact & Cleanup

-
- -

- Compacting a database removes deleted documents and previous revisions. - It is an irreversible operation and may take - a while to complete for large databases. -

-
- -

- View compaction will affect all views in this design document. This - operation may take some time to complete. Your views will still operate - normally during compaction. -

-
- -

- Cleaning up views in a database removes old view files still stored - on the filesystem. It is an irreversible operation. -

-
-
- - -
-
diff --git a/rel/overlay/var/share/www/dialog/_create_admin.html b/rel/overlay/var/share/www/dialog/_create_admin.html deleted file mode 100644 index d4aec95a..00000000 --- a/rel/overlay/var/share/www/dialog/_create_admin.html +++ /dev/null @@ -1,50 +0,0 @@ - -
-

Create Server Admin

-
-

- Before a server admin is configured, all clients have admin privileges. - This is fine when HTTP access is restricted - to trusted users. If end-users will be accessing this CouchDB, you must - create an admin account to prevent accidental (or malicious) data loss. -

-

Server admins can create and destroy databases, install - and update _design documents, run the test suite, and edit all aspects of CouchDB - configuration. -

- - - - - - - -
-

Non-admin users have read and write access to all databases, which - are controlled by validation functions. CouchDB can be configured to block all - access to anonymous users. -

-

About Authentication

-

- Couch has a pluggable authentication mechanism. Futon exposes a user friendly cookie-auth which handles login and logout, so app developers can relax. Just use $.couch.session() to load the current user's info. -

- -
-
- - -
-
diff --git a/rel/overlay/var/share/www/dialog/_create_config.html b/rel/overlay/var/share/www/dialog/_create_config.html deleted file mode 100644 index 79e08b08..00000000 --- a/rel/overlay/var/share/www/dialog/_create_config.html +++ /dev/null @@ -1,42 +0,0 @@ - -
-

Create New Config Option

-
-

- Please enter the section, option, and value. -

- - - - - - - - - - - - - - - -
-
-
- - -
-
diff --git a/rel/overlay/var/share/www/dialog/_create_database.html b/rel/overlay/var/share/www/dialog/_create_database.html deleted file mode 100644 index 74e7ea61..00000000 --- a/rel/overlay/var/share/www/dialog/_create_database.html +++ /dev/null @@ -1,33 +0,0 @@ - -
-

Create New Database

-
-

- Please enter the name of the database. Note that only lowercase - characters (a-z), digits (0-9), or any of the - characters _, $, (, ), +, - -, and / are allowed. -

- - - -
-
-
- - -
-
diff --git a/rel/overlay/var/share/www/dialog/_database_security.html b/rel/overlay/var/share/www/dialog/_database_security.html deleted file mode 100644 index d63fa787..00000000 --- a/rel/overlay/var/share/www/dialog/_database_security.html +++ /dev/null @@ -1,50 +0,0 @@ - -
-

Security

-
-

- Each database contains lists of admins and readers. - Admins and readers are each defined by names and roles, which are lists of strings. -

- -

Admins

-

Database admins can update design documents and edit the readers list.

- - - - - - - -
- -

Readers

-

Database readers can access the database. If no readers are defined, the database is public.

- - - - - - - -
- -
-
- - -
-
diff --git a/rel/overlay/var/share/www/dialog/_delete_database.html b/rel/overlay/var/share/www/dialog/_delete_database.html deleted file mode 100644 index 039ba39b..00000000 --- a/rel/overlay/var/share/www/dialog/_delete_database.html +++ /dev/null @@ -1,27 +0,0 @@ - -
-

Delete Database

-
-

- Are you sure you want to delete this database? Note that this is an - irreversible operation! -

-
-
- - -
-
diff --git a/rel/overlay/var/share/www/dialog/_delete_document.html b/rel/overlay/var/share/www/dialog/_delete_document.html deleted file mode 100644 index 8ae89710..00000000 --- a/rel/overlay/var/share/www/dialog/_delete_document.html +++ /dev/null @@ -1,26 +0,0 @@ - -
-

Delete Document

-
-

- Are you sure you want to delete this document? -

-
-
- - -
-
diff --git a/rel/overlay/var/share/www/dialog/_login.html b/rel/overlay/var/share/www/dialog/_login.html deleted file mode 100644 index f05a5fdc..00000000 --- a/rel/overlay/var/share/www/dialog/_login.html +++ /dev/null @@ -1,34 +0,0 @@ - -
-

Login

-
-

- Login to CouchDB with your name and password. -

- - - - - - - -
-
-
- - -
-
diff --git a/rel/overlay/var/share/www/dialog/_save_view_as.html b/rel/overlay/var/share/www/dialog/_save_view_as.html deleted file mode 100644 index d59122bf..00000000 --- a/rel/overlay/var/share/www/dialog/_save_view_as.html +++ /dev/null @@ -1,35 +0,0 @@ - -
-

Save View As…

-
-

- You can save this function code as a permanent view in the database. Just - enter or select the design document and the name of the view below. Note - that if you choose an existing view, it will be overwritten! -

- - - - - - -
_design/
-
-
- - -
-
diff --git a/rel/overlay/var/share/www/dialog/_share_test_reports.html b/rel/overlay/var/share/www/dialog/_share_test_reports.html deleted file mode 100644 index 82b49a74..00000000 --- a/rel/overlay/var/share/www/dialog/_share_test_reports.html +++ /dev/null @@ -1,42 +0,0 @@ - -
-

Share Test Reports

-
-

- After each test run, a results summary document is stored in - your local - test_suite_reports database. The data has no personally - identifying information, just details about the test run and your CouchDB - and browser versions. (Click the red link above to see what's stored.) - The data remains private until you click the "share" button below. -

-

- Test reports are very valuable to the CouchDB community, and are easy to share. - Clicking the "share" button below triggers replication from - your local test_suite_reports database, to a database hosted by the - project. -

-

- - Browse test reports shared by other users. - Thank you for sharing! -

-
-
- - -
-
diff --git a/rel/overlay/var/share/www/dialog/_signup.html b/rel/overlay/var/share/www/dialog/_signup.html deleted file mode 100644 index 7ba3448a..00000000 --- a/rel/overlay/var/share/www/dialog/_signup.html +++ /dev/null @@ -1,35 +0,0 @@ - -
-

Create User Account

-
-

- Create a user document on this CouchDB. You will be logged in as this - user after the document is created. -

- - - - - - - -
-
-
- - -
-
diff --git a/rel/overlay/var/share/www/dialog/_upload_attachment.html b/rel/overlay/var/share/www/dialog/_upload_attachment.html deleted file mode 100644 index 50b7e1fa..00000000 --- a/rel/overlay/var/share/www/dialog/_upload_attachment.html +++ /dev/null @@ -1,36 +0,0 @@ - -
-

Upload Attachment

-
-

- Please select the file you want to upload as an attachment to this - document. Please note that this will result in the immediate creation of - a new revision of the document, so it's not necessary to save the - document after the upload. -

- - - - - -
 
-
-
- - - -
-
-- cgit v1.2.3