/docs/examples.txt
Plain Text | 45 lines | 36 code | 9 blank | 0 comment | 0 complexity | c1d57856c8ae7e1532990132d9ad5f92 MD5 | raw file
Possible License(s): GPL-2.0
1Running Examples Of Silver Lining Apps 2====================================== 3 4This lists running examples of apps that other people can clone, look 5at, and even deploy if they want. If you have another example, email 6me or do a pull request on patch to `this document 7<http://bitbucket.org/ianb/silverlining/src/tip/docs/examples.txt>`_. 8 9Neighborly 10---------- 11 12`Neighborly <http://pages.e-democracy.org/Neighborly>`_ is a 13(currently very minimal) Django/GeoDjango application. It has fairly 14complete `installation instructions 15<http://github.com/ianb/neighborly/blob/master/INSTALL.txt>`_ and a 16fairly complete `build script 17<http://github.com/ianb/neighborly/blob/master/boot.sh>`__. 18 19Interactive Somerville 20---------------------- 21 22`This <http://interactivesomerville.org/>`__ is a 23Django/GeoDjango/Pinax application to collect community feedback on a 24proposed extension to the Boston Greenline. You might want to look at 25the `source <http://bitbucket.org/geraldmc/frank-src/src/>`_ or the 26`build script 27<http://bitbucket.org/geraldmc/frank-src/src/tip/build-fs-layout>`__. 28 29bbdocs 30------ 31 32`This <http://bitbucket.org/ianb/bbdocs/>`__ is a very small 33application (just plain WebOb without a framework) for getting commit 34events from `bitbucket <http://bitbucket.org>`_ and using that to 35regenerate documentation or other files. It's what builds 36http://cloudsilverlining.org and the `zip files 37<http://cloudsilverlining.org/zip/>`_. 38 39PylonsHQ 40-------- 41 42The `Pylons <http://pylonshq.com/>`_ site runs on Siler Lining, 43including Trac instances. Ben Bangert `described what he did 44<http://be.groovie.org/post/321827504/deploying-python-web-apps-with-toppcloud>`_. 45I don't believe the actual code is in a public repository right now.