Index: _old/www/authors.php
===================================================================
--- _old/www/authors.php	(revision 57728c1d40118b66361f4d949f1ad6409070f9c6)
+++ _old/www/authors.php	(revision 57728c1d40118b66361f4d949f1ad6409070f9c6)
@@ -0,0 +1,10 @@
+<?php
+require_once 'locale.php';
+require_once 'cmn_frame.php';
+
+$title = '<title>UAM Text Tools - '.AUTHORS_TITLE."</title>\n";
+$context = AUTHORS_CONTENT;
+
+getMainPage($title, $context);
+
+?>
