mirror of
https://github.com/glest/glest-source.git
synced 2025-02-24 19:52:25 +01:00
- some adjustments to olaus' online docs' mg.ini configuration file
This commit is contained in:
parent
31e722287f
commit
02979a7430
@ -4,7 +4,7 @@ debug = 1;
|
||||
# Are paths below based on relative paths to the folder this script is running in
|
||||
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
|
||||
|
||||
# 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
|
||||
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
|
||||
|
||||
# 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
|
||||
upgrades_path=upgrades
|
||||
@ -139,32 +140,15 @@ columns_all_table= \
|
||||
|
||||
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
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
||||
"http://www.w3.org/TR/html4/loose.dtd">
|
||||
<HEAD>
|
||||
<TITLE>VAR_TITLE</TITLE>
|
||||
<LINK TYPE="TEXT/CSS" REL="STYLESHEET" HREF="style.css">
|
||||
<head>
|
||||
<title>VAR_TITLE</title>
|
||||
<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 http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
|
||||
<!-- stuff for table-sorting, see jquery.com and datatables.net for details
|
||||
-->
|
||||
@ -190,9 +174,9 @@ header=<<EOT
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</HEAD>
|
||||
</head>
|
||||
|
||||
<BODY>
|
||||
<body>
|
||||
|
||||
<!-- start header -->
|
||||
<div id="header">
|
||||
@ -200,7 +184,7 @@ 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="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>
|
||||
<!-- end header -->
|
||||
|
||||
@ -209,22 +193,43 @@ header=<<EOT
|
||||
<div id="article">
|
||||
|
||||
|
||||
<H1>VAR_TITLE</h1>
|
||||
<h1>VAR_TITLE</h1>
|
||||
<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
|
||||
|
||||
|
||||
resource_order=gold:wood:stone:food:energy:housing
|
||||
|
||||
map_legend=<<EOT
|
||||
<H4>Arrow Styles:</H4>
|
||||
<UL>
|
||||
<LI>Bold: Unit creates building
|
||||
<LI>Solid: Building produces unit or upgrade
|
||||
<LI>Dashed: Units morphs/upgrades to other unit
|
||||
<LI>Dotted: Unit or Upgrade is a requirement
|
||||
</UL>
|
||||
<h4>Arrow Styles:</h4>
|
||||
<ul>
|
||||
<li>Bold: Unit creates building
|
||||
<li>Solid: Building produces unit or upgrade
|
||||
<li>Dashed: Units morphs/upgrades to other unit
|
||||
<li>Dotted: Unit or Upgrade is a requirement
|
||||
</ul>
|
||||
EOT
|
||||
|
||||
# settings for glest_g3dviewer unit-pictures
|
||||
|
Loading…
x
Reference in New Issue
Block a user