/docs/examples.txt

https://bitbucket.org/ianb/silverlining/ · Plain Text · 45 lines · 36 code · 9 blank · 0 comment · 0 complexity · c1d57856c8ae7e1532990132d9ad5f92 MD5 · raw file

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