ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cfmaps/cfarch2html
(Generate patch)

Comparing cfmaps/cfarch2html (file contents):
Revision 1.12 by root, Fri Dec 9 10:57:23 2005 UTC vs.
Revision 1.13 by root, Mon Dec 26 12:15:11 2005 UTC

15# 15#
16# You should have received a copy of the GNU General Public License 16# You should have received a copy of the GNU General Public License
17# along with gvpe; if not, write to the Free Software 17# along with gvpe; if not, write to the Free Software
18# Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 18# Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
19 19
20our $VERSION = '1.05'; 20our $VERSION = '1.051';
21 21
22use Storable; 22use Storable;
23 23
24my $LIBDIR = $ENV{CROSSFIRE_LIBDIR} 24my $LIBDIR = $ENV{CROSSFIRE_LIBDIR}
25 or die "\$CROSSFIRE_LIBDIR must be set\n"; 25 or die "\$CROSSFIRE_LIBDIR must be set\n";
76 "<body>", 76 "<body>",
77 "<h1>Crossfire Archetype '$name'</h1>"; 77 "<h1>Crossfire Archetype '$name'</h1>";
78 78
79 print_arch $arch->{$name}; 79 print_arch $arch->{$name};
80 80
81 print "<p class='footer'>created by <a href='http://software.schmorp.de/#crossfire'>cfarch2html</a> version $VERSION</p>", 81 print "<p class='footer'>created by <a href='http://software.schmorp.de/pkg/crossfire'>cfarch2html</a> version $VERSION</p>",
82 "</body></html>"; 82 "</body></html>";
83 83
84 close $fh; 84 close $fh;
85 85
86 #system "gzip", "-7f", "arc.xhtml"; 86 #system "gzip", "-7f", "arc.xhtml";

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines