- some adjustments to olaus' online docs' mg.ini configuration file

This commit is contained in:
mnaumann
2011-02-15 03:54:47 +00:00
parent 31e722287f
commit 02979a7430

View File

@@ -4,7 +4,7 @@ debug = 1;
# Are paths below based on relative paths to the folder this script is running in # Are paths below based on relative paths to the folder this script is running in
relative_paths = 1 relative_paths = 1
# Are paths below based on relative paths to the folder this script is running in # Create 'screen shots' of models' G3D animations?
generate_g3d_images = 1 generate_g3d_images = 1
# export functions, see "perldoc GraphViz" (or search.cpan.org for GraphViz) for a list # export functions, see "perldoc GraphViz" (or search.cpan.org for GraphViz) for a list
@@ -14,9 +14,9 @@ export_graph=as_svg;as_png;as_canon;as_text;as_cmapx
# combine png and cmapx to clickable map # combine png and cmapx to clickable map
build_clickable_map=1 build_clickable_map=1
version=Megapack of Megaglest 3.4.0 final version=Megapack of Megaglest 3.4.0
# should links to units go the single pages for each unit ( vs. the techtree-page if set to 0) # should links to units go the single pages for each unit (vs. the techtree-page if set to 0)
link_to_single_units=1 link_to_single_units=1
# stat raise by levels as factor, as specified in the code, thanks titi for digging it out # stat raise by levels as factor, as specified in the code, thanks titi for digging it out
@@ -44,7 +44,8 @@ glestkeys=../../../data/glest_game/glestkeys.ini
summary=glest_autodocument_summary.html #summary=glest_autodocument_summary.html
summary=index.html
units_path=units units_path=units
upgrades_path=upgrades upgrades_path=upgrades
@@ -139,32 +140,15 @@ columns_all_table= \
svg_fontcolor = 0.13472,0.809,0.925; svg_fontcolor = 0.13472,0.809,0.925;
footer=<<EOT
<!-- start footer -->
This page was generated by VAR_CREATED_BY
<br>
<div id="footer">
<div id="footer_left"></div>
<div id="footer_right"></div>
<ul>
<li><a href="http://megaglest.org/privacy.html">Privacy</a></li>
<li><a href="http://megaglest.org/license.html"><img src="logo/gpl_osi.png" alt="GNU GPL and OSI logos" /></a></li>
<li><a href="http://megaglest.org/credits.html">Credits</a></li>
</ul>
</div>
<!-- end footer -->
EOT
header=<<EOT header=<<EOT
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd"> "http://www.w3.org/TR/html4/loose.dtd">
<HEAD> <head>
<TITLE>VAR_TITLE</TITLE> <title>VAR_TITLE</title>
<LINK TYPE="TEXT/CSS" REL="STYLESHEET" HREF="style.css"> <link type="text/css" rel="stylesheet" href="style.css">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico"> <link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<META HTTP-EQUIV="content-type" CONTENT="text/html; charset=utf-8"> <meta http-equiv="content-type" content="text/html; charset=utf-8">
<!-- stuff for table-sorting, see jquery.com and datatables.net for details <!-- stuff for table-sorting, see jquery.com and datatables.net for details
--> -->
@@ -190,9 +174,9 @@ header=<<EOT
}); });
}); });
</script> </script>
</HEAD> </head>
<BODY> <body>
<!-- start header --> <!-- start header -->
<div id="header"> <div id="header">
@@ -200,7 +184,7 @@ header=<<EOT
<!-- Contain the right and left header images --> <!-- Contain the right and left header images -->
<div id="header_left"></div> <div id="header_left"></div>
<div id="header_right"></div> <div id="header_right"></div>
<div id="logo"><a href="/"><img src="logo/logo.png" alt="MegaGlest logo" /></a></div> <div id="logo"><a href="/"><img src="/uploads/megaglest2011/logo/logo.png" alt="MegaGlest logo" /></a></div>
</div> </div>
<!-- end header --> <!-- end header -->
@@ -209,22 +193,43 @@ header=<<EOT
<div id="article"> <div id="article">
<H1>VAR_TITLE</h1> <h1>VAR_TITLE</h1>
<p> <p>
<H4><a href="VAR_SUMMARY">Home</a></H4><p> <h4><a href="VAR_SUMMARY">Home</a></h4><p>
EOT
footer=<<EOT
<!-- start footer -->
This page was generated by VAR_CREATED_BY
<br>
<div id="footer">
<div id="footer_left"></div>
<div id="footer_right"></div>
<ul>
<li><a href="/privacy.html">Privacy</a></li>
<li><a href="/license.html"><img src="/uploads/megaglest2011/logo/gpl_osi.png" alt="GNU GPL and OSI logos" /></a></li>
<li><a href="/credits.html">Credits</a></li>
</ul>
</div>
</body>
</html>
<!-- end footer -->
EOT EOT
resource_order=gold:wood:stone:food:energy:housing resource_order=gold:wood:stone:food:energy:housing
map_legend=<<EOT map_legend=<<EOT
<H4>Arrow Styles:</H4> <h4>Arrow Styles:</h4>
<UL> <ul>
<LI>Bold: Unit creates building <li>Bold: Unit creates building
<LI>Solid: Building produces unit or upgrade <li>Solid: Building produces unit or upgrade
<LI>Dashed: Units morphs/upgrades to other unit <li>Dashed: Units morphs/upgrades to other unit
<LI>Dotted: Unit or Upgrade is a requirement <li>Dotted: Unit or Upgrade is a requirement
</UL> </ul>
EOT EOT
# settings for glest_g3dviewer unit-pictures # settings for glest_g3dviewer unit-pictures