mirror of
https://github.com/elua/elua.git
synced 2025-01-25 01:02:54 +08:00
PT doc revisions
Minor doc fixes Preparing news and doc for future v0.7
This commit is contained in:
parent
77b6c6ca68
commit
2ecc8d1eca
@ -9,8 +9,7 @@ rarely accepted.</p>
|
||||
subversion server. If you want to track SVN activity, you can also subscribe to our <strong>SVN
|
||||
Activity List</strong> at <a href="https://lists.berlios.de/mailman/listinfo/elua-svn">https://lists.berlios.de/mailman/listinfo/elua-svn</a></p>
|
||||
<a name="forums" /><h3>eLua forums</h3>
|
||||
<p><b>eLua</b> doesn't have a dedicated forum at this point. However, our Developers
|
||||
and Users Discussion List is "mirrored" in a forum-like format at
|
||||
<p><b>eLua</b> doesn't have a dedicated forum at this point. However, our <strong>developers and users discussion list</strong> is "mirrored" in a forum-like format at
|
||||
<a href="http://n2.nabble.com/eLua-Development-f2368040.html">this address</a>
|
||||
(using the services provided by <a href="http://www.nable.com">Nabble</a>).
|
||||
</p>
|
||||
|
@ -2,13 +2,19 @@ $$HEADER$$
|
||||
|
||||
<h3>eLua Project News</h3>
|
||||
|
||||
<h2>##TODO ?? November 2009</h2>
|
||||
<p>Version ##TODO is released. The main changes are described below and the
|
||||
<h2>##TODO ?? Month## 2009</h2>
|
||||
<p>Version 0.7 is released. The main changes are described below and the
|
||||
full list can be seen in our Version History page:</p>
|
||||
<ul>
|
||||
<li>Added support for STR-E912 board</li>
|
||||
<li>More PT content</li>
|
||||
<li>Added the Lua EGC (Emergency Garbage Collection) patch</li>
|
||||
<li>Initial generic Interrupt support</li>
|
||||
<li>Added generic/portable SD/MMC Card FAT File System support</li>
|
||||
<li>Added LuaRPC support. Remote procedure calls in the embedded world</li>
|
||||
<li>New eLua shell cat/type command, lists text file contents</li>
|
||||
<li>Added support for Olimex STR-E912 board, ST Electronics STR912FW44X MCU</li>
|
||||
<li>Added support for the PUC-Rio eLua Board, based on an NXP LPC2468 MCU</li>
|
||||
<li>More Portuguese content</li>
|
||||
<li>ADC module and doc enhancements</li>
|
||||
<li>Please check our <a href="versionhistory.html">Version History page</a>
|
||||
to see the full details of the changes.</li>
|
||||
</ul>
|
||||
|
@ -7,7 +7,7 @@ Pedidos de inscrição são muito bem vindos e rapidamente processados. Mensagen
|
||||
usuários não inscritos raramente são aceitas.</p>
|
||||
<p style="text-align: left;"></p><p style="text-align: left;">Nosso repositório para desenvolvimento do código de eLua encontra-se em um
|
||||
Servidor Subversion (SVN). Se você desejar se manter informado sobre as atividades do
|
||||
desenvolvimento, basta se inscrever também na nossa <strong>Lista de Atividade do servidor SVN</strong> em:<a target="_top" href="https://lists.berlios.de/mailman/listinfo/elua-svn">https://lists.berlios.de/mailman/listinfo/elua-svn</a>.</p>
|
||||
desenvolvimento, você pode se inscrever também na nossa <strong>Lista de Atividade do servidor SVN</strong> em:<a target="_top" href="https://lists.berlios.de/mailman/listinfo/elua-svn">https://lists.berlios.de/mailman/listinfo/elua-svn</a>.</p>
|
||||
<p></p><p><a href="https://lists.berlios.de/mailman/listinfo/elua-svn"></a></p>
|
||||
|
||||
<span style="font-style: italic;"><a name="credits"></a></span><h3>Forum</h3>
|
||||
@ -28,7 +28,7 @@ contribuidores:</p>
|
||||
da documentação</li>
|
||||
<li>Fréderic Thomas - Site hosting, melhorias para LM3S</li>
|
||||
<li>James Snyder - Módulos ADC, CAN, LuaRPC (<a href="http://q12.org/lua/index.html">originalmente por Russell Smith</a>), testes</li>
|
||||
<li>Mike Panetta - Portabilização para STM32</li>
|
||||
<li>Mike Panetta - Suporte a STM32</li>
|
||||
<li>Pedro Bittencourt - Módulo para display RIT OLED para LM3S, <a href="http://code.google.com/p/vhews/">VHeHS</a>, Testes</li>
|
||||
<li>Raul Nunes - Sustentabilidade e o apoio fundamental da <a href="http://www.puc-rio.br">PUC-Rio</a>.</li>
|
||||
<li>Roberto Ierusalimschy, Luiz Henrique Figueiredo e Waldemar Celles - por <a href="http://www.lua.org">Lua</a> (!!! :)</li>
|
||||
@ -43,7 +43,7 @@ contribuidores:</p>
|
||||
Alberto Fabiano, André Carregal, Ângelo Santos, Asko Kauppi, Cosmin Filip,
|
||||
Dean Hall, Diego Sueiro, Fabio Pereira, Giovani Balduino, Jesus Alvarez,
|
||||
John Hind, Luiz de Barros, Marcelo Tíio, Marco Meggiolaro, Ricardo
|
||||
L. Rosa, Robert Jakabosky, Yuri Takhteyev ...
|
||||
L. Rosa, Robert Jakabosky, Yuri Takhteyev, ...
|
||||
|
||||
</a>
|
||||
$$FOOTER$$
|
||||
|
@ -1,5 +1,25 @@
|
||||
$$HEADER$$
|
||||
<h3>eLua Project News</h3>
|
||||
|
||||
<h2>##TODO ?? Month## 2009</h2>
|
||||
<p>A versão 0.7 de <strong>eLua</strong> foi lançada. As principais
|
||||
características estão descritas a seguir. Para uma lista mais completa das
|
||||
novidades, por favor consulte nossa página de <a href="versionhistory.html">Histórico das Versões:</a>
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
<li>Adicionado o patch Lua EGC (Emergency Garbage Collection)</li>
|
||||
<li>Suporte genérico inicial à Interrupções</li>
|
||||
<li>Novo FAT File System para SD/MMC Cards, genérico e portátil.</li>
|
||||
<li>Suporte à LuaRPC. Remote procedure calls no mundo embedded.</li>
|
||||
<li>Novo comando para o shell de eLua, cat/type, lista o conteúdo de arquivos de texto</li>
|
||||
<li>Suporte ao kit Olimex STR-E912, com MCU ST Electronics STR912FW44X</li>
|
||||
<li>Suporte ao kit PUC-Rio eLua Board, com MCU NXP LPC2468</li>
|
||||
<li>Adicionado conteúdo da doc/site em Português</li>
|
||||
<li>Módulo ADC module e sua doc melhorados</li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h2>06 de Outubro de 2009</h2>
|
||||
<p>A versão 0.6 de <strong>eLua</strong> foi lançada. As principais
|
||||
características estão descritas a seguir. Para uma lista mais completa das
|
||||
|
Loading…
x
Reference in New Issue
Block a user