2009-02-22 23:02:47 +00:00
-------------------------------------------------------------------------------
-- eLua Documentation Structure Definition
--
-- This is the configuration file for the WebBook html help generator.
-- It is used to generate the menu tree and it's links to the content pages.
-- More info about WebBook can be found @ http://www.tecgraf.puc-rio.br/webbook
--
-------------------------------------------------------------------------------
-- General config parameters
wb_usr = {
langs = { " en " , " pt " } ,
start_size = " 200 " , -- Menu tree initial width
title_bar_height = 80 , -- Title bar initial height
title_bgcolor = " midnightblue " ,
enable_search = true ,
search_link = " http://www.eluaproject.net " ,
-- search_label = "Search: ",
-- contact = "eluateam@eluaproject.net",
-- copyright_name = "eLua Team",
-- copyright_link = "http://www.eluaproject.net",
file_title = " wb " ,
start_open = " 1 " ,
2009-03-05 22:44:06 +00:00
logo_image_file = " eLuaLogo.png " ,
logo_onclick_link = " "
2009-02-22 23:02:47 +00:00
}
-- Page and Bar Titles
wb_usr.messages =
{
en =
{
title = " eLua Doc " ,
bar_title = " eLua - Embedded Lua "
} ,
pt =
{
title = " eLua Doc " ,
bar_title = " eLua - Embedded Lua "
}
}
-- Menu Tree Definition
2009-02-17 00:44:44 +00:00
wb_usr.tree =
2009-02-22 23:02:47 +00:00
{
name = { nl = " eLua " } ,
link = " news.html " ,
footer = [ [
2009-02-23 21:58:02 +00:00
< p style = " margin-left: 5px; " >< a href = " http://www.pax.com/free-counters.html " >< img src = " http://counter.pax.com/counter/image?counter=ctr-zsg80nnmqt " alt = " Free Hit Counter " border = " 0 " /></ a ></ p >
2009-02-22 23:02:47 +00:00
] ] ,
folder =
{
{ name = { en = " Overview " , pt = " Apresentação " } ,
link = " overview.html " ,
folder =
{
{ name = { en = " What is " , pt = " O que é eLua ? " } ,
link = " overview.html#whatis " ,
} ,
{
2009-06-29 16:43:45 +00:00
name = { en = " Features " , pt = " Características " } ,
2009-02-22 23:02:47 +00:00
link = " overview.html#features " ,
} ,
{ name = { en = " Audience " , pt = " Público alvo " } ,
link = " overview.html#audience " ,
} ,
--[[
{ name = { en = " Uses " , pt = " Aplicações " } ,
link = " overview.html#uses " ,
} ,
--]]
{ name = { en = " Authors " , pt = " Autores " } ,
link = " overview.html#authors " ,
} ,
{ name = { en = " Contacts " , pt = " Contatos " } ,
link = " overview.html#contacts " ,
} ,
{ name = { en = " License " , pt = " Licença " } ,
link = " overview.html#license " ,
} ,
} ,
} ,
2009-03-23 21:07:49 +00:00
{
name = { en = " Downloads " , pt = " Downloads " } ,
2009-04-14 12:03:39 +00:00
link = " downloads.html " ,
2009-03-23 21:07:49 +00:00
folder =
{
{
name = { en = " Binaries " , pt = " Binaries " } ,
2009-04-14 12:03:39 +00:00
link = " downloads.html#binaries " ,
2009-03-23 21:07:49 +00:00
} ,
{
name = { en = " Source Code " , pt = " Fontes " } ,
2009-04-14 12:03:39 +00:00
link = " downloads.html#source " ,
2009-03-23 21:07:49 +00:00
folder =
{
{
name = { en = " Official Releases " , pt = " Versões Oficiais[B " } ,
2009-04-14 12:03:39 +00:00
link = " downloads.html#official "
2009-03-23 21:07:49 +00:00
} ,
{
name = { en = " SVN Public " , pt = " SVN Público " } ,
2009-04-14 12:03:39 +00:00
link = " downloads.html#svnpublic "
2009-03-23 21:07:49 +00:00
} ,
{
name = { en = " Developers " , pt = " Desenvolvedores " } ,
2009-04-14 12:03:39 +00:00
link = " downloads.html#svndev "
2009-09-26 17:00:44 +00:00
} ,
2009-03-23 21:07:49 +00:00
} ,
} ,
2009-09-26 17:00:44 +00:00
{
name = { en = " eLua Logos " , pt = " Logotipos eLua " } ,
link = " downloads.html#elualogos " ,
} ,
2009-03-23 21:07:49 +00:00
{
name = { en = " Old Versions " , pt = " Versões Anteriores " } ,
2009-04-14 12:03:39 +00:00
link = " dl_old.html " ,
folder =
{
{ name = { en = " 0.4.1 " , pt = " 0.4.1 " } ,
link = " dl_old.html#v041 "
} ,
{ name = { en = " 0.4 " , pt = " 0.4 " } ,
link = " dl_old.html#v04 "
} ,
{ name = { en = " 0.3 " , pt = " 0.3 " } ,
link = " dl_old.html#v03 "
} ,
{ name = { en = " 0.2 " , pt = " 0.2 " } ,
link = " dl_old.html#v02 "
} ,
{ name = { en = " 0.1 " , pt = " 0.1 " } ,
link = " dl_old.html#v01 "
} ,
} ,
2009-03-23 21:07:49 +00:00
} ,
} ,
} ,
2009-02-22 23:02:47 +00:00
{
name = { en = " Community " , pt = " Comunidade " } ,
link = " comunity.html " ,
folder =
{
{ name = { en = " Lists " , pt = " Listas " } ,
link = " comunity.html#lists " ,
} ,
2009-06-29 16:43:45 +00:00
{ name = { en = " Forums " , pt = " Fórums " } ,
2009-02-22 23:02:47 +00:00
link = " comunity.html#forums " ,
} ,
{ name = { en = " Credits " , pt = " Créditos " } ,
link = " comunity.html#credits " ,
} ,
--[[
{ name = { en = " Galery " , pt = " Galeria " } ,
link = " comunity.html#galery " ,
} ,
{ name = { en = " Projects " , pt = " Projetos " } ,
link = " comunity.html#projects " ,
} ,
--]]
} ,
} ,
{
name = { en = " News " , pt = " Notícias " } ,
link = " news.html " ,
} ,
{
name = { en = " Status " , pt = " Status " } ,
link = " status.html " ,
folder =
{
{ name = { en = " Platforms Supported " , pt = " Plataformas Suportadas " } ,
link = " status.html#platforms " ,
} ,
{ name = { en = " Roadmap " , pt = " Futuro " } ,
link = " status.html#roadmap " ,
} ,
} ,
} ,
2009-03-25 23:29:27 +00:00
{
name = { en = " Version History " , pt = " Histórico de Versões " } ,
link = " versionhistory.html " ,
} ,
2009-02-22 23:02:47 +00:00
{
name = { en = " " , pt = " " } , -- Horizontal Separator
link = " "
} ,
{
name = { en = " Documentation " , pt = " Documentação " } ,
2009-02-24 22:09:22 +00:00
link = " doc.html " ,
2009-02-22 23:02:47 +00:00
folder =
{
{
2009-02-24 22:09:22 +00:00
name = { en = " Building " , pt = " Building " } ,
link = " building.html " ,
folder =
{
2009-06-29 16:43:45 +00:00
{ name = { en = " Toolchains " , pt = " Toolchains " } ,
2009-02-24 22:09:22 +00:00
link = " toolchains.html " ,
2009-02-25 21:29:40 +00:00
} ,
} ,
} ,
{
2009-06-29 16:43:45 +00:00
name = { en = " Installing " , pt = " Instalando " } ,
2009-02-25 21:29:40 +00:00
link = " installing.html " ,
folder =
{
{ name = { en = " AT91SAM7X " , pt = " AT91SAM7X " } ,
link = " installing_at91sam7x.html " ,
} ,
{ name = { en = " LM3S " , pt = " LM3S " } ,
link = " installing_lm3s.html " ,
} ,
{ name = { en = " AVR32 " , pt = " AVR32 " } ,
link = " installing_avr32.html " ,
} ,
{ name = { en = " LPC288x " , pt = " LPC288x " } ,
link = " installing_lpc2888.html " ,
} ,
{ name = { en = " STR7 " , pt = " STR7 " } ,
link = " installing_str7.html " ,
} ,
{ name = { en = " STR9 " , pt = " STR9 " } ,
link = " installing_str9.html " ,
} ,
{ name = { en = " STM32 " , pt = " STM32 " } ,
link = " installing_stm32.html " ,
} ,
{ name = { en = " i386 " , pt = " i386 " } ,
link = " installing_i386.html "
} ,
2009-02-24 22:09:22 +00:00
} ,
2009-02-22 23:02:47 +00:00
} ,
{
name = { en = " Using " , pt = " Usando " } ,
link = " using.html " ,
2009-03-05 22:44:06 +00:00
folder =
{
2009-06-29 16:43:45 +00:00
{ name = { en = " Over UART " , pt = " UART " } ,
2009-03-05 22:44:06 +00:00
link = " using.html#uart " ,
} ,
2009-06-29 16:43:45 +00:00
{ name = { en = " Over TCP/IP " , pt = " TCP/IP " } ,
2009-03-05 22:44:06 +00:00
link = " using.html#tcpip " ,
} ,
2009-06-29 16:43:45 +00:00
{ name = { en = " On PC " , pt = " no PC " } ,
2009-03-25 23:29:27 +00:00
link = " using.html#pc " ,
} ,
2009-06-29 16:43:45 +00:00
{ name = { en = " The shell " , pt = " O Shell " } ,
2009-03-05 22:44:06 +00:00
link = " using.html#shell " ,
} ,
2009-06-29 16:43:45 +00:00
{ name = { en = " Cross-compiling " , pt = " Cross Compiling " } ,
2009-03-05 22:44:06 +00:00
link = " using.html#cross " ,
} ,
} ,
2009-02-22 23:02:47 +00:00
} ,
{
2009-02-24 22:09:22 +00:00
name = { en = " FAQ " , pt = " FAQ " } ,
link = " faq.html " ,
2009-02-22 23:02:47 +00:00
} ,
2009-06-29 16:43:45 +00:00
{ name = { en = " Architecture " , pt = " Arquitetura " } ,
2009-03-09 21:58:28 +00:00
link = " arch.html " ,
folder =
{
2009-06-29 16:43:45 +00:00
{ name = { en = " Overview " , pt = " Visão Geral " } ,
2009-03-09 21:58:28 +00:00
link = " arch_overview.html " ,
2009-03-12 14:47:08 +00:00
folder =
{
2009-06-29 16:43:45 +00:00
{ name = { en = " Structure " , pt = " Estrutura " } ,
2009-03-12 14:47:08 +00:00
link = " arch_overview.html#structure " ,
} ,
2009-06-29 16:43:45 +00:00
{ name = { en = " Common code " , pt = " Código base " } ,
2009-03-12 14:47:08 +00:00
link = " arch_overview.html#common " ,
} ,
2009-06-29 16:43:45 +00:00
{ name = { en = " Platform interface " , pt = " Plataformas " } ,
2009-03-12 14:47:08 +00:00
link = " arch_overview.html#platform " ,
} ,
2009-06-29 16:43:45 +00:00
{ name = { en = " Platforms/ports " , pt = " Plataformas " } ,
2009-03-12 14:47:08 +00:00
link = " arch_overview.html#platforms " ,
} ,
2009-06-29 16:43:45 +00:00
{ name = { en = " Booting eLua " , pt = " Bootando eLua " } ,
2009-03-12 14:47:08 +00:00
link = " arch_overview.html#boot " ,
} ,
} ,
2009-03-09 21:58:28 +00:00
} ,
2009-06-29 16:43:45 +00:00
{ name = { en = " Platform interface " , pt = " Módulos " } ,
2009-06-29 16:42:56 +00:00
link = " arch_platform.html " ,
folder = {
$ $ ARCH_PLATFORM $ $
}
} ,
2009-06-29 16:43:45 +00:00
{ name = { en = " ROM file system " , pt = " ROM File System " } ,
2009-03-09 21:58:28 +00:00
link = " arch_romfs.html " ,
} ,
2009-06-29 16:43:45 +00:00
{ name = { en = " Adding a new port " , pt = " Adicionando um novo Port " } ,
2009-03-09 21:58:28 +00:00
link = " arch_newport.html " ,
} ,
2009-06-29 16:43:45 +00:00
{ name = { en = " Modules and LTR " , pt = " Módulos e LTR " } ,
2009-03-09 21:58:28 +00:00
link = " arch_ltr.html " ,
} ,
2009-06-29 16:43:45 +00:00
{ name = { en = " Consoles and terminals " , pt = " Consoles e Terminais " } ,
2009-03-11 21:30:18 +00:00
link = " arch_con_term.html " ,
} ,
2009-06-29 16:43:45 +00:00
{ name = { en = " TCP/IP in eLua " , pt = " TCP/IP em eLua " } ,
2009-03-19 09:43:35 +00:00
link = " arch_tcpip.html " ,
} ,
2009-06-29 16:43:45 +00:00
{ name = { en = " eLua coding style " , pt = " Estilo de Código " } ,
2009-03-09 21:58:28 +00:00
link = " arch_coding.html " ,
} ,
}
} ,
2009-02-22 23:02:47 +00:00
{
name = { en = " Examples " , pt = " Exemplos " } ,
link = " examples.html " ,
} ,
2009-03-25 23:29:27 +00:00
} ,
} ,
{
name = { en = " Tutorials " , pt = " Tutoriais " } ,
link = " tutorials.html " ,
folder =
{
{ name = { en = " Booting on a PC " , pt = " Booting on a PC " } ,
link = " tut_bootpc.html " ,
2009-02-22 23:02:47 +00:00
} ,
2009-03-25 23:29:27 +00:00
{ name = { en = " Booting from a Pendrive " , pt = " Booting from a Pendriv " } ,
link = " tut_bootstick.html " ,
} ,
{ name = { en = " Toolchain Building " , pt = " Toolchain Building " } ,
link = " tchainbuild.html " ,
folder =
{
{ name = { en = " ARM7 & ARM9 Toolchains " , pt = " ARM 7 & ARM9 Toolchains " } ,
link = " tc_arm.html " ,
} ,
{ name = { en = " ARM Cortex-M3 " , pt = " ARM Cortex-M3 " } ,
link = " tc_cortex.html " ,
} ,
{ name = { en = " i386 " , pt = " i386 " } ,
link = " tc_386.html " ,
} ,
} ,
} ,
{ name = { en = " Using OpenOCD " , pt = " Using OpenOC " } ,
link = " tut_openocd.html " ,
2009-02-22 23:02:47 +00:00
} ,
} ,
} ,
2009-03-25 23:29:27 +00:00
2009-02-22 23:02:47 +00:00
{
name = { en = " Reference Manual " , pt = " Manual de Referência " } ,
2009-06-29 16:42:56 +00:00
link = " refman.html " ,
2009-02-22 23:02:47 +00:00
folder =
{
{
name = { en = " Generic Modules " , pt = " Módulos Genéricos " } ,
2009-06-29 16:42:56 +00:00
link = " refman_gen.html " ,
folder = {
2009-06-29 16:43:17 +00:00
$ $ REFMAN_GEN $ $
2009-02-22 23:02:47 +00:00
} ,
} ,
{
name = { en = " Platform Dependent Modules " , pt = " Dependentes de Plataforma " } ,
2009-02-27 10:54:12 +00:00
link = " refman.html#platdepmodules " ,
2009-02-22 23:02:47 +00:00
folder =
{
{ name = { en = " adc " , pt = " adc " } ,
link = " refman.html#adcmodule " ,
folder =
{
{
name = { en = " sample " , pt = " sample " } ,
link = " refman.html#adc_sample "
} ,
{
name = { en = " getsamples " , pt = " getsamples " } ,
link = " refman.html#adc_getsamples "
} ,
{
name = { en = " maxval " , pt = " maxval " } ,
link = " refman.html#adc_maxval "
} ,
{
name = { en = " samplesready " , pt = " samplesready " } ,
link = " refman.html#adc_samplesready "
} ,
{
name = { en = " dataready " , pt = " dataready " } ,
link = " refman.html#adc_dataready "
} ,
{
name = { en = " setmode " , pt = " setmode " } ,
link = " refman.html#adc_setmode "
} ,
{
name = { en = " setsmoothing " , pt = " setsmoothing " } ,
link = " refman.html#adc_setsmoothing "
} ,
{
name = { en = " getsmoothing " , pt = " getsmoothing " } ,
link = " refman.html#adc_getsmoothing "
} ,
{
name = { en = " burst " , pt = " burst " } ,
link = " refman.html#adc_burst "
} ,
} ,
} ,
{ name = { en = " disp " , pt = " disp " } ,
link = " refman.html#dispmodule " ,
folder =
{
{
name = { en = " init " , pt = " init " } ,
link = " refman.html#disp_init "
} ,
{
name = { en = " enable " , pt = " enable " } ,
link = " refman.html#disp_enable "
} ,
{
name = { en = " disable " , pt = " disable " } ,
link = " refman.html#disp_disable "
} ,
{
name = { en = " on " , pt = " on " } ,
link = " refman.html#disp_on "
} ,
{
name = { en = " off " , pt = " off " } ,
link = " refman.html#disp_off "
} ,
{
name = { en = " clear " , pt = " clear " } ,
link = " refman.html#disp_clear "
} ,
{
name = { en = " print " , pt = " print " } ,
link = " refman.html#disp_print "
} ,
{
name = { en = " draw " , pt = " draw " } ,
link = " refman.html#disp_draw "
} ,
} ,
} ,
} ,
} ,
} ,
} ,
} ,
2009-02-17 00:44:44 +00:00
}