# HG changeset patch # User Filip de Waard # Date 1260781824 -3600 # Node ID 18aec23c7596c2b4e6da0b18ef18d8fe67800ca9 # Parent cdceff4fe1eead60bc007fa05e0e4dd69fdc2a97 reformatted README.txt diff -r cdceff4fe1eead60bc007fa05e0e4dd69fdc2a97 -r 18aec23c7596c2b4e6da0b18ef18d8fe67800ca9 README.txt --- a/README.txt Mon Dec 14 10:07:19 2009 +0100 +++ b/README.txt Mon Dec 14 10:10:24 2009 +0100 @@ -1,11 +1,19 @@ -Vix is a document publishing and management application that is currently in the early stages of development. We don't have a production version available yet, but those brave souls that are interested in playing with the development code are welcome to do so. +Vix is a document publishing and management application that is currently in +the early stages of development. We don't have a production version available +yet, but those brave souls that are interested in playing with the development +code are welcome to do so. -Once we are ready to release the first prototype these installation instructions will be updated to facilitate regular end-users. In any case, feel free to contact the author if you have any questions or suggestions (fmw@vix.io). +Once we are ready to release the first prototype these installation +instructions will be updated to facilitate regular end-users. In any case, +feel free to contact the author if you have any questions or suggestions +(fmw@vix.io). Installation and Setup ====================== -Before you start it is recommended to create a ``virtualenv`` sandbox for Vix to run it, so the application and its dependencies can be installed outside of your main Python libraries directory. +Before you start it is recommended to create a ``virtualenv`` sandbox for Vix +to run it, so the application and its dependencies can be installed outside +of your main Python libraries directory. This can be done like this:: @@ -30,4 +38,5 @@ paster setup-app config.ini -Check the Pylons documentation for more in-depth information about running and configuring Vix, as it is written using the Pylons framework. +Check the Pylons documentation for more in-depth information about running +and configuring Vix, as it is written using the Pylons framework.