1
0
mirror of https://github.com/elua/elua.git synced 2025-01-08 20:56:17 +08:00

Changed main title and index page was updated.

This commit is contained in:
Vagner Nascimento 2011-05-22 16:40:40 -03:00
parent 17566271af
commit 348da181bc
2 changed files with 22 additions and 16 deletions

View File

@ -470,7 +470,8 @@ local function gen_html_page( fname, lang )
end
-- Replace local links with language-dependent links
orig = language_for_links( lang, orig )
local main_header_title = "eLua Doc"
-- Generate actual data
local header = [=[
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
@ -524,7 +525,7 @@ local function gen_html_page( fname, lang )
<!--chamada-->
<div class="chamada_elua">
<h2>]=]..get_menu_name( item, lang )..[=[</h2>
<h2>]=]..main_header_title..[=[</h2>
</div>
<!--chamada-->

View File

@ -1,29 +1,34 @@
$$HEADER$$
<h2>About this doc</h2>
<h2>eLua dev master branch documentation</h2>
<p>Warning: This part of the eLua documentation is targeted to developers</p>
<p>This is the documentation for the eLua development master branch.</p>
<p>##todo Some more explanations here ... </p>
<p>The informations presented here refer to the current
development version (master branch) and are not guaranteed to be complete,
correct or definitive for the future official releases. </p>
<h2>Main topics</h2>
<div class="box">
<ul>
<li><a href="using.html">Generic info</a> - xxxx </li>
<li><a href="installing.html">Platform info</a> - </li>
<li><a href="arch_overview.html">eLua internals</a> - </li>
<li><a href="refman_gen.html">Reference Manual</a> - </li>
<li><a href="using.html">Generic info</a></li>
<li><a href="arch_overview.html">eLua internals</a></li>
<li><a href="refman_gen.html">Reference Manual</a></li>
</ul>
</div>
<h2> See also </h2>
<h2>Other links</h2>
<p>
If you've built this doc from our distro and are browsing it offline, here
are some more links for you to check when you are online again:
</p>
<br />
<ul>
<li>Please, visit eLua's Website at <a href="http://www.eluaproject.net" target="_blank"> www.eluaproject.net</a>. </li>
<li>Download eLua source in our GitHub repository at <a href="http://www.github.com/elua" target="_blank"> www.github.com/elua.</a></li>
<li>See examples, users projects and others technical information at <a href="http://wiki.eluaproject.net" target="_blank"> wiki.eluaproject.net</a>. </li>
<li>Try now eLua using eLuaWebBuilder at <a href="http://builder.eluaproject.net" target="_blank"> builder.eluaproject.net.</a>
<li>You are very welcomed to subscribe and join us at<br /> <a href="https://lists.berlios.de/mailman/listinfo/elua-dev" target="_blank">https://lists.berlios.de/mailman/listinfo/elua-dev</a>. </li>
<li>Get involved following our tracker at <a href="tracker.eluaproject.net" target="_blank">tracker.eluaproject.net</a>.</li>
<li>eLua project website:<a href="http://www.eluaproject.net"> www.eluaproject.net</a>. </li>
<li>Users projects, tutorials and others technical information at the <a href="http://wiki.eluaproject.net">eLua Wiki</a>. </li>
<li>Build online eLua binary images at the <a href="http://builder.eluaproject.net">eLuaWebBuilder</a>
<li>Subscribe to our <br /> <a
href="https://lists.berlios.de/mailman/listinfo/elua-dev">mail discussion list</a>. </li>
<li>Get involved following our <a href="tracker.eluaproject.net">issue tracker</a>.</li>
<li>Download eLua and projects source codes on the <a href="http://www.github.com/elua">official code repository</a></li>
</p>
$$FOOTER$$