News
From FridaV
====SVN==== | ====SVN==== | ||
| - | We have finaly managed to fix SVN permission problem. You need do something like | + | We have finaly managed to fix SVN permission problem. You need do something like: |
chgrp -R subversion /var/svn | chgrp -R subversion /var/svn | ||
chmod -R g+w /var/svn/*/db | chmod -R g+w /var/svn/*/db | ||
====Workflow==== | ====Workflow==== | ||
| - | We have implemented a neat workflow system for running shell commands on files. This is commonly needed when you have a bunch of files and you want to convert them to different formats or import them into databases. The workflow provides two commands, ''file-monitor''' and ''file-workflow'', which help with making processing scripts tremendously. | + | We have implemented a neat workflow system for running shell commands on files. This is commonly needed when you have a bunch of files and you want to convert them to different formats or import them into databases. The workflow provides two commands, ''file-monitor''' and ''file-workflow'', which help with making processing scripts tremendously. They manage job queues. They can generate various file and path names and their parts for use in shell commands. |
====MediaWiki hacking==== | ====MediaWiki hacking==== | ||
* MediaWiki extention for running SQL queries. Queries are stored in MediaWiki namespace. For examples, see [[Daily]] or [[Networks]]. | * MediaWiki extention for running SQL queries. Queries are stored in MediaWiki namespace. For examples, see [[Daily]] or [[Networks]]. | ||
* file_media() now works with Rotterdam media files | * file_media() now works with Rotterdam media files | ||
