metche

metche is a system that monitors *nix servers configuration file for easy change tracking and team coordination.

Its most helpful feature is the automatic sending of change reports, like this one:

ChangeLogs
==========

twiki:
> 2004 10 07 - foo
> 
> 	* apache: add a rewrite rule to make / serve homepage. 

Modified in /etc
================

< -rw-rw-r--  1 root staff 1917 Oct  4 19:05 etc/apache2/sites-available/wiki
> -rw-rw-r--  1 root staff 1992 Oct  7 15:55 etc/apache2/sites-available/wiki

Changes in Debian packages
==========================

No changes in Debian packages.
   
Full diff for /etc
==================

+++ /etc/apache2/sites-available/wiki	2004-10-07 15:55:14.000000000 -0700
@@ -5,7 +5,7 @@
 	DocumentRoot /var/www/twiki
 	ScriptAlias /twiki/bin/ "/var/www/twiki/bin/"
 	Alias /twiki/ "/var/www/twiki/"
-
+	
 	<Directory "/var/www/twiki/bin">
 	#     Options +ExecCGI
 	#     SetHandler cgi-script
@@ -89,6 +89,8 @@
 	    deny from all
 	 </Directory>
 
+	RewriteEngine On
+    	RewriteRule  ^/$ /twiki/bin/view/Main/WebHome [PT]
 
 </VirtualHost>

Development

Some notes about metche development:

Other way of collective administration

About Trac

For a complete list of local wiki pages, see TitleIndex.

Attachments