- Static assignment of arrays in Smarty templates
Joor Loohuis, 2010-11-13
Occasionally, you need to fill an array with values for use in a Smarty template without explicitly assigning it in your PHP code. Here are some tricks for creating arrays directly in a template.
- Copying subversion repositories with history using svnsync
Joor Loohuis, 2010-10-22
Occasionally it is necessary to make a copy of a subversion repository, while preserving the revision history. Sometimes you need to do this without shell access to the server. In those cases, svnsync may solve your problem.
- Integrating Subversion, Trac, and Mailman into a development environment: part 1, design
Joor Loohuis, 2010-07-01
Many software development projects are hosted in a 'forge', a web application that provides tools such as source code management, mailing lists, and a bug tracker. We were recently asked to provide such an environment, based on Trac, Mailman, and Subversion. We thought it might be informative to document our findings.
- Making your servers a bit more "green" with smart system adminstration, part 3: the right tool for the right job
Armijn Hemel, 2009-09-26
"Green IT" can only work if you have a combined approach of optimization on all levels. System administration can play an important role. Even more important is choosing the right programs to solve your problem.