diff options
author | Martin Vilcans <martin@librador.com> | 2011-10-11 21:31:44 +0200 |
---|---|---|
committer | Martin Vilcans <martin@librador.com> | 2011-10-11 21:31:44 +0200 |
commit | 502eacc1feff8f7a5d094fd7eb5af47906287137 (patch) | |
tree | 9730f69af407d3181c3c39a130b9b841ffddab04 /README.markdown | |
parent | 1a738815056d422fc24cdc3577963d7b319fd5f7 (diff) | |
download | screenplain-502eacc1feff8f7a5d094fd7eb5af47906287137.tar.gz |
Clarified some things in the README
Diffstat (limited to 'README.markdown')
-rw-r--r-- | README.markdown | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/README.markdown b/README.markdown index 5cb9133..120c2ef 100644 --- a/README.markdown +++ b/README.markdown @@ -21,6 +21,12 @@ The magic that Screenplain performs is to take your plain text file and convert it to a good looking PDF in standard screenplay format. Send that file off to your producer, agent, director or screenwriting competition. +An [Online version of Screenplain](http://screenplain.appspot.com) is +available, running on Google App Engine. + +Note that Screenplain is under development and is missing features and +the master branch may not always work. + Thanks for the inspiration goes to: * [Stu Maschwitz](http://prolost.com) for the [Screenplay Markdown](http://prolost.com/spmd) @@ -38,8 +44,10 @@ The input to Screenplain is *Screenplay Markdown* as [proposed by Stu Maschwitz] Developing ========== -Screenplain is written for Python 2.5, which is no longer available in -Ubuntu at least, but see +As it should run under Google App Engine, Screenplain should be +compatible with Python 2.5. Use that version for development to make +sure it works. Python 2.5 is no longer available in Ubuntu at least, +but see [this link](http://kovshenin.com/archives/installing-python-2-5-on-ubuntu-linux-10-10/) about how to install it. |