Skip to content

Commit

Permalink
Squashing a bunch of reverts into a big mess of revert.
Browse files Browse the repository at this point in the history
Revert "remove couchapprc backup file"

This reverts commit d64895d.

Revert "set text area rows to number of linebreaks, look ma no scroll bars"

This reverts commit 2ebbeb6.

Revert "small typo changes to wiki edit form"

This reverts commit 79fb96c.

Revert "styles for wiki markdown help"

This reverts commit 8791b8d.

Revert "fixed markup in admin header navi"

This reverts commit c4d96dd.

Revert "merge conflicts"

This reverts commit 1083407, reversing
changes made to d57b8e8.

Revert "new layout for wiki admin header"

This reverts commit d57b8e8.

Revert "partials for footer and header, basic layout, colors and typography"

This reverts commit decfc79.
  • Loading branch information
jchris committed Aug 8, 2010
1 parent d64895d commit 543a6ed
Show file tree
Hide file tree
Showing 29 changed files with 91 additions and 862 deletions.
6 changes: 1 addition & 5 deletions README.md
Expand Up @@ -5,11 +5,7 @@ I was tired of all the complicated wikis that required some kind of application
To deploy this you need to point a DNS name at your Couch (or use `/etc/hosts`), and then configure your CouchDB to have a vhost like: To deploy this you need to point a DNS name at your Couch (or use `/etc/hosts`), and then configure your CouchDB to have a vhost like:


[vhosts] [vhosts]
mydnsname.com = /pages/_design/pages/_rewrite mydnsname.com:5984 = /pages/_design/pages/_rewrite

You can also add this configuration option with curl:

curl -X PUT http://localhost:5984/_config/vhosts/mydnsname.com -d '"/pages/_design/pages/_rewrite"'


This app requires that it be deployed to a database called `pages`. I'd like to make that more dynamic, but I haven't quite gotten around to it yet (maybe I never will, that's where *you* come in.) This app requires that it be deployed to a database called `pages`. I'd like to make that more dynamic, but I haven't quite gotten around to it yet (maybe I never will, that's where *you* come in.)


Expand Down
141 changes: 0 additions & 141 deletions _attachments/style/_main.css

This file was deleted.

File renamed without changes.

0 comments on commit 543a6ed

Please sign in to comment.