Explain yourself with reStructured Text, embedded code, graphs, charts, and LaTeX–style math.
Join Siafoo Now
or
Learn More
Acknowledgments
Revision 4 vs. Revision 5
Legend:
- Unmodified
- Added
- Removed
-
Content
r4 r5 5 5 6 6 `PostgreSQL <http://www.postgresql.org>`_ 7 7 Truly the most advanced open source database server, highly tunable, performant, feature rich, and awesome. 8 8 9 9 `Trac <http://trac.edgewall.org/>`_ 10 Trac is an absolutely brilliant tool, it has saved us countless hours and greatly reduced **release panic**, its clean interface allows for efficient project organization without lengthy setup procedures. Unlike Bugzilla, setup and bug reporting is extremely quick and easy. 10 Trac is an absolutely brilliant tool, it has saved us countless hours and greatly reduced **release panic**, its clean interface allows for efficient project organization without lengthy setup procedures. Unlike Bugzilla, setup and bug reporting is extremely quick and easy. Adding the XMLRPC plug-in to Trac and the Mylyn plug-in to Eclipse allows the development team to edit tickets and focus on tasks directly from within Eclipse. 11 11 12 12 `Edgewall Software <http://www.edgewall.org/>`_ and Trac get an extra *Thanks!* from us, not only because we use Trac to manage Siafoo (and all of our other projects), and use their templating engine `Genshi <http://genshi.edgewall.org/>`_ for Siafoo, but also because we borrowed code from Trac's 'diff' feature for displaying diffs between versions of Siafoo objects. The diff code that we borrowed we took is so clean that we literally didn't change a single line. 13 13 14 14 `SQLAlchemy <http://www.sqlalchemy.org>`_ and `Elixir <http://elixir.ematia.de>`_ 15 15 Object Relational Mappers, because you probably shouldn't be executing text SQL statements from your application