public
Description: Commuting made easy - save the muni stops that interest you most
Homepage: http://yourmuni.appspot.com
Clone URL: git://github.com/mihasya/yourmuni.git
name age message
file BeautifulSoup.py Tue Jan 06 22:24:06 -0800 2009 initial import: basic login/logout+acknowledgem... [mihasya]
file README Tue Jan 13 21:27:16 -0800 2009 added license to README [mihasya]
file app.yaml Loading commit data...
file forms.py
file index.yaml
file main.py Tue Jan 06 22:24:06 -0800 2009 initial import: basic login/logout+acknowledgem... [mihasya]
file models.py
directory nextbus/ Wed Jan 28 17:33:31 -0800 2009 fixed invalid syntax [mihasya]
file settings.py Tue Jan 06 22:24:06 -0800 2009 initial import: basic login/logout+acknowledgem... [mihasya]
directory shared/ Wed Jan 21 17:47:56 -0800 2009 moved common stuff into a shared folder [mihasya]
directory static/ Wed Jan 14 10:48:45 -0800 2009 made actions not bold [mihasya]
directory tpl/
file urls.py Wed Jan 21 18:14:28 -0800 2009 more steps to turn nextbus into its own app [mihasya]
file views.py Wed Jan 28 17:15:29 -0800 2009 fixed redirect after creating a bookmark [mihasya]
README
yourmuni is a simple app to manage your commute. It lets you bookmark one or multiple SF Muni stops (adding other 
agencies monitored by nextbus.com shortly) so that you can quickly access information about incoming vehicles.

yourmuni was inspired by momuni.com and Paul Hammond's minimuni (http://github.com/paulhammond/minimuni/tree/master)

yourmuni is written using Django (latest in SVN as of this writing) and lives on the Google App Engine at 
http://yourmuni.appspot.com (apparently, Google is no longer letting apps use their own domains)

License: MIT License http://www.opensource.org/licenses/mit-license.php

Copyright (c) 2009 Mikhail Panchenko

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.