GitXplorerGitXplorer
g

catlg

public
10 stars
2 forks
0 issues

Commits

List of commits on branch master.
Unverified
e4f76eb4b525e68eee2fae34d25981fb9193a8ec

Encode model links and better variable naming

committed 14 years ago
Unverified
422126d80f87a1e8dbe4ed73bc87f29cf7358806

Nicer model list

committed 14 years ago
Unverified
0e7ce01abec1a0b425a725f8bb70d4363fb9d85f

Example body for new model

committed 14 years ago
Unverified
31e71fd5e4f7faf051efdebc846a857e8b4a28eb

Labels for model form

committed 14 years ago
Unverified
d0ad7e732fd3b0aa92c01641ab9f302d9cdbfba1

Redirect after save and delete

committed 14 years ago
Unverified
e31ee3b2841a6cb421e83f0a7dae039baabe962c

Delete button added for models

committed 14 years ago

README

The README file for this repository.

Catlg is a catalog. Use it to manage and display collections of things.

Catlg is a CouchApp. To install it, get CouchDB up and running on your machine, install the couchapp command-line tool (http://couchapp.org/page/installing), cd into the Catlg directory, and run the following command:

$ couchapp push . http://127.0.0.1:5984/catlg

If you add a .couchapprc file to the Catlg directory with the following in it all you have to do is couchapp push:

{
  "env": {
    "default": {
      "db": "http://127.0.0.1:5984/catlg/"
    }
  }
}