# HG changeset patch # User Jordi GutiƩrrez Hermoso # Date 1277841516 18000 # Node ID 9f17312f3914c7d8c476d4e592c608a4b4b23a79 # Parent e019ca8e14f671bc958f1f00bfef5dab6685aecd Fix a few silly typos diff -r e019ca8e14f6 -r 9f17312f3914 README --- a/README Mon Jun 28 22:36:53 2010 -0500 +++ b/README Tue Jun 29 14:58:36 2010 -0500 @@ -1,12 +1,12 @@ Agora Octave is (or will be) a Django-based website for rapid -collaboroation related to GNU Octave. It is released under the terms -of the Affero General Public License version 3 as published by the -Free Software Foundation, or at your option, any later version. +collaboration related to GNU Octave. It is released under the terms of +the Affero General Public License version 3 as published by the Free +Software Foundation, or at your option, any later version. Quickstart for personal debugging: 1) Install Django, Python, mercurial, SQLite3. On a Unix-based - system, Python is probably already installed. + system, Python is probably already installed. 2) Clone this repository @@ -15,7 +15,7 @@ 4) Now run - $ python manage.py syncbd #Will create an empty database + $ python manage.py syncdb #Will create an empty database #(by default: sqlite3) $ python manage.py runserver #Run a development webserver on port 8000 @@ -62,6 +62,6 @@ -- A user's landing page will indicate which bundles and snippets this user has uploaded as well as whatever personal information - the user would like to provid.e + the user would like to provide. This README itself also admits patches. diff -r e019ca8e14f6 -r 9f17312f3914 templates/index.djhtml --- a/templates/index.djhtml Mon Jun 28 22:36:53 2010 -0500 +++ b/templates/index.djhtml Tue Jun 29 14:58:36 2010 -0500 @@ -10,7 +10,7 @@ Agora Octave is a place dedicated for rapid collaboration related to GNU Octave. You can browse our code submissions - our contribute your own. + or contribute your own.