Skip to content
shaund edited this page Jun 8, 2011 · 30 revisions

#KFC (aaaj79fb) [kformatter] ###K(indle) F(ormat) C(onverter) is a in progress web tool for book authors looking to publish their original manuscripts to the Amazon Kindle Store. The project is currently in development, and will hopefully soon be in a working state, listed below are the Technologies we will be utilizing in our project. ##Technologies ###Python

just a placeholder and link, there is python doc in the repo.

###Django

You can download Dajngo's latest stable build from here, and build and install it and check its installations these commands :

```text tar xzvf Django-1.3.tar.gz cd Django-1.3 sudo python setup.py install python >>>import django >>>print django.get_version() ```
read more>>

###Google App Engine Download can be found here.

###Etherpad placeholder ##Development Links ###General

Previewer

WYSISYG:

http://www.openwebware.com/ || http://tinymce.moxiecode.com/

Other Converters

Forums

TinyMCE API Doc

###Formatting

Images

###Supported HTML Tags

###Implementation

Python to Javascript Complier

Python to Javascript RPC:

http://code.google.com/appengine/articles/rpc.html || http://json-rpc.org/wiki/python-json-rpc

Java to Js UI

jQuery UI

WebFrameworks

###Ruby on Rails

It is best to download and build Ruby 1.92 from source(if you need installation help you can find it here, as Rails is easy an install in 1.92 just run the command below though if you are using an older version of Ruby you can manually install RubyGems, in order to use the gem package manager. Once you have RubyGems Rails can be installed with the same command as above.
```text gem install rails ``` Check Out Ruby on Rails Examples

###Twisted

you can find anything you need out on the Twisted site here.
Clone this wiki locally