website annotate pt/support.php @ rev 1256

Tiny edits of the hidden data (doctype, meta, line endings, hidden symbols).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Apr 23 23:53:42 2015 +0300 (2015-04-23)
parents ad7ceb04a686
children 57c816a40736
rev   line source
al@1256 1 <!DOCTYPE html>
al@1256 2 <html lang="pt">
al@1256 3 <head>
al@1256 4 <meta charset="utf-8"/>
al@1256 5 <title>SliTaz - Suporte</title>
al@1256 6 <meta name="description" content="Suporte do SliTaz GNU/Linux"/>
al@1256 7 <meta name="keywords" content="slitaz list irc comercial" lang="pt"/>
al@1256 8 <meta name="author" content="Claudinei Pereira"/>
al@1256 9 <?php include("../lib/html/meta-link.html"); ?>
al@1256 10 </head>
al@1256 11 <body>
al@1256 12
al@1256 13 <?php
al@1256 14 include("../lib/html/header.pt.html");
al@1256 15 include("../lib/html/nav.pt.html");
al@1256 16 include("../lib/lang.php");
al@1256 17 ?>
al@1256 18
al@1256 19 <!-- Content -->
al@1256 20 <section id="content">
al@1256 21
al@1256 22 <h2>Suporte do SliTaz</h2>
al@1256 23
al@1256 24 <p>
al@1256 25 O SliTaz fornece diversas forma de suporte. Temos um fórum bastante
al@1256 26 ativo e uma documentação bem diversa.
al@1256 27 </p>
al@1256 28
al@1256 29 <div class="box">
al@1256 30 Documentação: <a href="doc/">Notas de lançamento &amp; Manuais</a> -
al@1256 31 <a href="http://doc.slitaz.org">Wiki &amp; Livros</a> -
al@1256 32 <a href="http://arm.slitaz.org/codex">SliTaz ARM Codex</a>
al@1256 33 </div>
al@1256 34
al@1256 35 <div class="box">
al@1256 36 Fórum: <a href="http://forum.slitaz.org">forum.slitaz.org</a>
al@1256 37 </div>
al@1256 38
al@1256 39 <div class="box">
al@1256 40 Canal IRC: <a href="http://irc.slitaz.org">irc.slitaz.org</a>
al@1256 41 #slitaz em irc.freenode.net
al@1256 42 </div>
al@1256 43
al@1256 44 <div class="box">
al@1256 45 Comecial: Entre em contato por email em &lt;assoATslitaz.org&gt;
al@1256 46 </div>
al@1256 47
al@1256 48 <!-- End of content -->
al@1256 49 </section>
al@1256 50
al@1256 51 <?php include("../lib/html/footer.pt.html"); ?>
al@1256 52
al@1256 53 </body>
al@1256 54 </html>