[svn] r5607 - trunk/tools/wascii
packagers at lists.rpmforge.net
packagers at lists.rpmforge.net
Fri Jul 13 09:20:20 CEST 2007
Author: dag
Date: 2007-07-13 09:20:20 +0200 (Fri, 13 Jul 2007)
New Revision: 5607
Modified:
trunk/tools/wascii/wascii.php
Log:
Removed company reference
Modified: trunk/tools/wascii/wascii.php
===================================================================
--- trunk/tools/wascii/wascii.php 2007-07-13 07:04:26 UTC (rev 5606)
+++ trunk/tools/wascii/wascii.php 2007-07-13 07:20:20 UTC (rev 5607)
@@ -3,11 +3,10 @@
### You can define your subversion repository locally, over http or over ssh
$svn = "file:///srv/svn/shelf/documentation";
-#$svn = "http://protput/shelf/documentation";
### Author information
-$author = "IT Operations";
-$email = "eit at punchtelematix";
+$author = "Project Team";
+$email = "project at domain dot com";
ini_set("display_errors", "1");
#ini_set("display_startup_errors", "1");
@@ -81,11 +80,11 @@
<style type="text/css">
<?php readfile('/usr/share/asciidoc/stylesheets/xhtml11.css')?>
</style>
-<title>Punch Telematix: Documentation Index</title>
+<title><?php echo $author?>: Documentation Index</title>
</head>
<body>
<div id="header">
-<h1>Punch Telematix: Documentation Index</h1>
+<h1>Documentation Index</h1>
<span id="author"><?php echo $author?></span><br />
<span id="email"><tt><<a href="<?php echo $email?>"><?php echo $email?></a>></tt></span><br />
More information about the svn-commits
mailing list