Acknowledgments

Revision 4 vs. Revision 5

Legend:

Unmodified
Added
Removed
  • Content

    r4 r5  
    55     
    66`PostgreSQL <http://www.postgresql.org>`_  
    77    Truly the most advanced open source database server, highly tunable, performant, feature rich, and awesome.  
    88       
    99`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.  
    1111  
    1212    `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.  
    1313  
    1414`SQLAlchemy <http://www.sqlalchemy.org>`_ and `Elixir <http://elixir.ematia.de>`_  
    1515    Object Relational Mappers, because you probably shouldn't be executing text SQL statements from your application