tools:update files that generate html unit docs

This was needed for ZetaGlest/zetaglest.github.io#1
This commit is contained in:
andy5995
2018-01-25 16:02:48 -06:00
parent 05b4e5e9a3
commit af5a9beef6
3 changed files with 117 additions and 110 deletions

View File

@@ -98,7 +98,7 @@ if ( $cfg_file = shift @ARGV ) {
}
}
else {
$cfg_file ="megapack.ini";
$cfg_file ="zetapack.ini";
}
if ( ! -e $cfg_file ) {

View File

@@ -2,7 +2,7 @@ body {
margin: 0 auto;
width: 1016px;
background-color: #161616;
background-color: #000000;
font-size: 0.8em;
color: #fff6c0;
font-family: "Lucida Sans Unicode","Lucida Grande","Lucida Sans", sans-serif;
@@ -17,7 +17,7 @@ body {
width: 1016px;
height: 175px;
margin: 0 auto;
background: url("header/header.jpg") no-repeat;
/* background: url("header/header.jpg") no-repeat; */
}
/* Horizontal menu */

View File

@@ -14,7 +14,7 @@ export_graph=as_svg;as_png;as_canon;as_text;as_cmapx
# combine png and cmapx to clickable map
build_clickable_map=1
version=Megapack
version=Zetapack
# should links to units go the single pages for each unit (vs. the techtree-page if set to 0)
link_to_single_units=1
@@ -32,15 +32,15 @@ level_armor=1.5
[files]
g3dviewer_path=../../../mk/linux/megaglest_g3dviewer
factions_path=../../../data/glest_game/techs/megapack/factions
resources_path=../../../data/glest_game/techs/megapack/resources
g3dviewer_path=../../../mk/linux/zegaglest_g3dviewer
factions_path=../../../../zetaglest-data/techs/zetapack/factions
resources_path=../../../../zetaglest-data/techs/zetapack/resources
pack_file=../../../data/glest_game/techs/megapack/megapack.xml
pack_file=../../../../zetaglest-data/techs/zetapack/zetapack.xml
out_path=html
glestkeys=../../../data/glest_game/glestkeys.ini
glestkeys=../../../mk/shared/glestkeys.ini
@@ -149,6 +149,7 @@ header=<<EOT
<link type="text/css" rel="stylesheet" href="style.css">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<!-- stuff for table-sorting, see jquery.com and datatables.net for details
-->
@@ -184,8 +185,14 @@ header=<<EOT
<!-- Contain the right and left header images -->
<div id="header_left"></div>
<div id="header_right"></div>
<div id="logo"><a href="/"><img src="https://megaglest.org/uploads/megaglest2011/logo/logo.png" alt="MegaGlest logo" /></a></div>
<!-- FIXME: needs height and width specs -->
<div id="logo"><a href="/"><img src="/images/zetaglest_logo_360x181.png" alt="ZetaGlest logo" /></a></div>
</div>
<p><a href="https://zetaglest.dreamhosters.com/">Server List and Player Stats</a> |
<a href="https://github.com/ZetaGlest/zetaglest-source/blob/develop/README.md">README</a> |
<a href="https://github.com/ZetaGlest">on GitHub</a> |
<a href="https://github.com/ZetaGlest/zetaglest-source/blob/develop/CONTRIBUTING.md">Contributing</a> |
<a href="https://github.com/ZetaGlest/zetaglest-data#submitting-mods-tech-trees-tilesets-maps-scenarios">Submitting mods, tech trees, tilesets, maps, scenarios</a>
<!-- end header -->
<!-- start content -->
@@ -208,9 +215,9 @@ This page was generated by: VAR_CREATED_BY
<div id="footer_left"></div>
<div id="footer_right"></div>
<ul>
<li><a href="https://megaglest.org/privacy.html">Privacy</a></li>
<li><a href="https://megaglest.org/license.html"><img src="https://megaglest.org/uploads/megaglest2011/logo/gpl_osi.png" alt="GNU GPL and OSI logos" /></a></li>
<li><a href="https://megaglest.org/credits.html">Credits</a></li>
<!-- <li><a href="https://megaglest.org/privacy.html">Privacy</a></li> -->
<a href="https://github.com/ZetaGlest/zetaglest-source/blob/develop/COPYING"><img src="/images/ThemezHut-Released-under-GPL_135x90.png" alt="GNU GPL3 logo" /></a></li>
<li><a href="https://github.com/ZetaGlest/zetaglest-source/blob/develop/AUTHORS.md">Credits</a></li>
</ul>
</div>
</body>