Coder Social home page Coder Social logo

poeticc's Introduction

A web app to be used on the iphone to easily browse wikisource poetry. A running instance can be found at http://poeti.cc

Dependencies not included:
* couchdb (http://couchdb.apache.org/ )
* couchapp (http://wiki.github.com/jchris/couchapp/manual )
* ruby (http://www.ruby-lang.org/ )
* hpricot (http://wiki.github.com/hpricot/hpricot )
* rest_client (http://rest-client.heroku.com/rdoc/ )
* ruby json (http://flori.github.com/json/ )
* compojure (http://github.com/weavejester/compojure )
* clutch (http://github.com/tashafa/clutch/ )
* clojure-json (http://github.com/danlarkin/clojure-json )

Also you need a config file "config.json" at the top level that looks like
{
	"couch": {
		"host": "localhost",
		"port": "5984",
		"name": "poem-db",
		"username": "db-username",
		"password": "db-password"
	}
}

Optionally you can add a "prod" to the config file, making it look like so
{
	"couch": {
		"host": "localhost",
		"port": "5984",
		"name": "poem-db",
		"username": "db-username",
		"password": "db-password"
	},
	"prod": {
		"couch": {
			"host": "localhost",
			"port": "5984",
			"name": "poem-db",
			"username": "db-username",
			"password": "db-password"
		}
	}
}

If you want to track the site using Google Analytics simply drop that snippet given to you when you set up your domain with Google into a file in "webserver/templates/analytics.html"

poeticc's People

Contributors

pierrel avatar

Stargazers

 avatar

Watchers

 avatar  avatar

poeticc's Issues

names with periods don't work

Can't access works from poets with abbreviated names (i.e. "T.S. Eliot").

Due to compojure's :param matching, must use a regex instead.

duplicate poets

Poets like Christopher Pearse Cranch are duplicated in the main page.

duplicate poems

Some authors have duplicates of poems on their poem page like George Orwell.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.