Skip to content

Commit 02d2a82

Browse files
authored
Corrected textile list formatting
1 parent 4ccad3e commit 02d2a82

File tree

1 file changed

+52
-52
lines changed

1 file changed

+52
-52
lines changed

README.textile

+52-52
Original file line numberDiff line numberDiff line change
@@ -13,32 +13,32 @@ h3. Built on a stripped-down version of the high-performance Vork Enterprise Fra
1313
* Instructional error messages - *phpMoAdmin can be used as a PHP-Mongo connection debugging tool*
1414
* Option to query MongoDB using JSON syntax or a PHP-array
1515
* Super flexible search tool - you can search for:
16-
+ exact-text
17-
+ (type-casted) values
18-
+ text with * wildcards
19-
+ Regular Expressions (regex)
20-
+ JSON (with Mongo-operators enabled)
16+
** exact-text
17+
** (type-casted) values
18+
** text with * wildcards
19+
** Regular Expressions (regex)
20+
** JSON (with Mongo-operators enabled)
2121
* Import/export data in JSON format
22-
+ Export full collections or a recordset limited to the results of a query
23-
- Option to export entire query results (ignoring any limit or skip values) or just the contents of the current page
24-
+ Import can specify:
25-
- Insert new records only
26-
- Save / upsert (adds new records, overwrites existing records that have the same _id key)
27-
- Update only pre-existing records (skips any new records)
28-
- Insert until a duplicate record is found and then halt import
22+
** Export full collections or a recordset limited to the results of a query
23+
*** Option to export entire query results (ignoring any limit or skip values) or just the contents of the current page
24+
** Import can specify:
25+
*** Insert new records only
26+
*** Save / upsert (adds new records, overwrites existing records that have the same _id key)
27+
*** Update only pre-existing records (skips any new records)
28+
*** Insert until a duplicate record is found and then halt import
2929
* Option to enable password-protection for one or more users - to activate protection:
30-
+ Uncomment the *$accessControl* array at the top of the file on *line 18*
31-
+ Change the default username (*scott*) & password (*tiger*)
32-
+ (optional) Add additional sets of username-password(s) to the array
30+
** Uncomment the *$accessControl* array at the top of the file on *line 18*
31+
** Change the default username (*scott*) & password (*tiger*)
32+
** (optional) Add additional sets of username-password(s) to the array
3333
* E_STRICT PHP code is formatted to the Zend Framework coding standards
34-
+ Fully-documented in the phpDocumentor DocBlock standard.
34+
** Fully-documented in the phpDocumentor DocBlock standard.
3535
* All form textareas can be resized by dragging/stretching the lower-right corner
3636
* Multiple design themes to choose from
37-
+ change themes easily by setting the *THEME* constant-variable on *line 29* to one of the following:
38-
- swanky-purse
39-
- trontastic
40-
- simple-gray
41-
- classic
37+
** change themes easily by setting the *THEME* constant-variable on *line 29* to one of the following:
38+
*** swanky-purse
39+
*** trontastic
40+
*** simple-gray
41+
*** classic
4242
* "Stats" tool displays helpful data including version numbers and configuration settings for PHP, MongoDB and the Mongo-PHP driver
4343
* *Free & open-source!* Released under the GPLv3 FOSS license!
4444

@@ -61,41 +61,41 @@ h3. Mongo Statistics - Stats, error log, versions & system info
6161
h2. Features
6262

6363
* Database
64-
o List with data sizes
65-
o Create/drop
66-
o Repair
64+
** List with data sizes
65+
** Create/drop
66+
** Repair
6767
* Collection
68-
o Show collections
69-
o Create/drop collection
70-
o Rename collection
71-
o List indexes
72-
o Create/drop indexes
73-
- multiple keys
74-
- ascending/descending
75-
- unique index
68+
** Show collections
69+
** Create/drop collection
70+
** Rename collection
71+
** List indexes
72+
** Create/drop indexes
73+
*** multiple keys
74+
*** ascending/descending
75+
*** unique index
7676
* Data objects
77-
o Search for exact-text, (type-casted) values, text with * wildcards, regex or JSON (with Mongo-operators enabled)
78-
o Show objects with 3-different viewing options (full, compact & uniform)
79-
o Option to query MongoDB using JSON syntax or a PHP array
80-
o Sort by any key within your data object (even nested sub-keys!) with ascending/descending option
81-
- Option to sort by $natural for rapid browsing of large datasets
82-
o Create/delete objects
83-
o Edit object data using standard PHP object/array syntax
84-
o Export to JSON format
85-
- Full collections or limited recordset based on the results of a query
86-
- Export exact current results-page contents or the entire query results (ignoring any limit or skip values)
87-
o Import from JSON format
88-
- Insert new records only
89-
- Save / upsert (adds new records, and overwrites existing records with same _id)
90-
- Update only pre-existing records (ignores new records)
91-
- Insert until a duplicate is found and then halt import
77+
** Search for exact-text, (type-casted) values, text with * wildcards, regex or JSON (with Mongo-operators enabled)
78+
** Show objects with 3-different viewing options (full, compact & uniform)
79+
** Option to query MongoDB using JSON syntax or a PHP array
80+
** Sort by any key within your data object (even nested sub-keys!) with ascending/descending option
81+
*** Option to sort by $natural for rapid browsing of large datasets
82+
** Create/delete objects
83+
** Edit object data using standard PHP object/array syntax
84+
** Export to JSON format
85+
*** Full collections or limited recordset based on the results of a query
86+
*** Export exact current results-page contents or the entire query results (ignoring any limit or skip values)
87+
** Import from JSON format
88+
*** Insert new records only
89+
*** Save / upsert (adds new records, and overwrites existing records with same _id)
90+
*** Update only pre-existing records (ignores new records)
91+
*** Insert until a duplicate is found and then halt import
9292
* Mongo GridFS
93-
o GridFS objects automatically link GridFS chunks to GridFS files
93+
** GridFS objects automatically link GridFS chunks to GridFS files
9494
* MongoDB stats
95-
o Uptime, memory, etc.
96-
o Log of previous errors
97-
o Mongo-PHP settings
98-
o Version & bit-depth of PHP, MongoDB, Mongo PHP driver, phpMoAdmin, etc.
95+
** Uptime, memory, etc.
96+
** Log of previous errors
97+
** Mongo-PHP settings
98+
** Version & bit-depth of PHP, MongoDB, Mongo PHP driver, phpMoAdmin, etc.
9999
* Optional password-protection for one or more users
100100

101101
h2. Themes

0 commit comments

Comments
 (0)