From 348da181bc763ec6c01b787f920477b71c2f5eda Mon Sep 17 00:00:00 2001 From: Vagner Nascimento Date: Sun, 22 May 2011 16:40:40 -0300 Subject: [PATCH] Changed main title and index page was updated. --- doc/buildall.lua | 5 +++-- doc/en/index.html | 33 +++++++++++++++++++-------------- 2 files changed, 22 insertions(+), 16 deletions(-) diff --git a/doc/buildall.lua b/doc/buildall.lua index df831e3c..22c55aaf 100644 --- a/doc/buildall.lua +++ b/doc/buildall.lua @@ -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 = [=[ @@ -524,7 +525,7 @@ local function gen_html_page( fname, lang )
-

]=]..get_menu_name( item, lang )..[=[

+

]=]..main_header_title..[=[

diff --git a/doc/en/index.html b/doc/en/index.html index 2256b8a0..e5e47e6c 100644 --- a/doc/en/index.html +++ b/doc/en/index.html @@ -1,29 +1,34 @@ $$HEADER$$ -

About this doc

+

eLua dev master branch documentation

Warning: This part of the eLua documentation is targeted to developers

-

This is the documentation for the eLua development master branch.

-

##todo Some more explanations here ...

+

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.

Main topics

-

See also

+

Other links

+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: +

+