website view pt/index.php @ rev 1349

Tiny edits
author Paul Issott <paul@slitaz.org>
date Sun Jan 31 17:11:43 2021 +0000 (2021-01-31)
parents bd9331173109
children 58a2b26570c5
line source
1 <!DOCTYPE html>
2 <html lang="pt">
3 <head>
4 <meta charset="utf-8"/>
5 <title>SliTaz GNU/Linux (pt)</title>
6 <meta name="description" content="Site em português do SliTaz GNU/Linux"/>
7 <meta name="keywords" lang="pt" content="sistema, livre, gnu, linux, software opensource, livecd LINUX na RAM"/>
8 <meta name="author" content="Claudinei Pereira"/>
9 <?php include("../lib/html/meta-link.html") ?>
10 </head>
11 <body>
13 <?php
14 include("../config.php");
15 include("../lib/html/header.pt.html");
16 include("../lib/html/nav.pt.html");
17 include("../lib/lang.php");
18 ?>
20 <!-- Content -->
21 <section id="content">
23 <h2>Bem vindo ao SliTaz</h2>
25 <div class="box-up">
26 <a href="http://www.gofundme.com/slitaz2014?utm_medium=wdgt"
27 title="Visite esta página"><img src="../images/gofundme.png"></a>
28 <a href="http://www.gofundme.com/slitaz2014?utm_medium=wdgt">
29 Participe das doações para o SliTaz em 2014!</a>
30 </div>
32 <!-- Featured Sponsor -->
33 <div id="sponsor">
34 <p><strong>Patrocinador em destaque</strong></p>
35 <?php include("../lib/rand-sponsor.php"); ?>
36 <p><a href="/pt/sponsor/">Torne-se um patrocinador!</a></p>
37 </div>
39 <!--
40 SliTaz News starting
41 -->
43 <!-- We just keep the last 3 web site news -->
44 <div class="news" style="margin-right: 220px;">
46 <h2>Últimos lançamentos</h2>
48 <ul>
51 <li><strong><a href="http://mirror.slitaz.org/iso/rolling/">Lançamento do SliTaz 5.0 Rolling</a></strong> (weekly)
52 <span>- <?php
53 $rol_date_file = '../cache/rolling-date.txt';
54 if (file_exists("$rol_date_file")) {
55 $rol_date = file_get_contents("../cache/rolling-date.txt");
56 print $rol_date;
57 } ?></span></li>
58 <li><strong><a href="news/#d20150520">Lançamento do SliTaz 5.0 RC-3</a></strong>
59 <span>- 20 de maio de 2015</span></li>
60 <li><strong><a href="news/#d20140519">Lançamento do SliTaz 5.0 RC-2</a></strong>
61 <span>- 19 de maio de 2014</span></li>
62 <li><strong><a href="news/#d20140502">Lançamento do SliTaz 5.0 RC-1</a></strong>
63 <span>- 02 de maio de 2014</span></li>
64 <li><strong><a href="news/#d20140329">Lançamento do SliTaz Raspberry Pi</a></strong>
65 <span>- 29 de março de 2014</span></li>
66 <li><strong><a href="news/#d20140216">Novo SliTaz Cooking</a></strong>
67 <span>- 16 de fevereiro de 2014</span></li>
68 <li><strong><a href="news/2012.php#d20120410">Lançamento do SliTaz 4.0</a></strong>
69 <span>- 10 de abril de 2012</span></li>
70 <li><strong><a href="news/">Arquivo dos lançamentos anteriores</a></strong>
71 <span>- 2007-<?php echo date('Y'); ?></span></li>
72 </ul>
74 <!-- End of news -->
75 </div>
77 <h2>Atalho para downloads</h2>
79 <div class="box-warning"><p>Antes de usar o SliTaz - leia esta publicação: <a href="http://forum.slitaz.org/topic/-important-info-about-meltdown-and-spectre-">Important info about Meltdown and Spectre</a></p></div>
81 <div class="dldiv">
82 <p><!-- ?php echo "<a class='dlbutton nav2' href='$stable_iso'>SliTaz $stable_ver</a>"; ? -->
83 <!-- a class='dlbutton nav2' href='$cooking_iso'>SliTaz $cooking</a>"; ? -->
84 <a class='dlbutton navpi' href='http://arm.slitaz.org/rpi/'>SliTaz Raspberry Pi</a>
85 <a class='dlbutton nav2' href='http://mirror.slitaz.org/iso/rolling/slitaz-rolling.iso'>SliTaz weekly 32bits</a>
86 <a class='dlbutton nav1' href='http://mirror.slitaz.org/iso/rolling/slitaz-rolling-core64.iso'>SliTaz weekly 64bits</a></p>
87 </div>
89 <h2>Atividades do projeto</h2>
91 <?php require_once("../lib/get-feeds.php"); ?>
93 <div class="activity">
94 <p>
95 <a href="http://forum.slitaz.org/"><img
96 src="/images/support.png" alt="[ ]" /></a>
97 Atividade do fórum
98 <?php get_feed_forum("forum.xml"); ?>
99 </div>
100 <p class="activity_more">
101 <a href="http://forum.slitaz.org/">Obtenha suporte</a>
102 </p>
103 </div>
105 <div class="activity">
106 <p>
107 <a href="http://hg.slitaz.org/">
108 <img src="/images/development.png" alt="[ ]" /></a>
109 Últimos commits no wok
110 <?php get_feed("wok.xml"); ?>
111 </div>
112 <p class="activity_more">
113 <a href="http://hg.slitaz.org/">Mais commits</a>
114 </p>
115 </div>
117 <!-- SCN blog posts
118 <h2>Posts do blog</h2>
120 <div class="news">
121 <?php //get_feed_blog("blog.xml"); ?>
122 </div>-->
124 <!-- Twitter -->
125 <div id="twitter">
126 <a class="twitter-timeline" href="https://twitter.com/slitaz"
127 data-widget-id="420830244551938048">Tweets por @slitaz</a>
128 <style type="text/css">
129 .twitter-timeline { width: 100%; }
130 </style>
131 <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
132 </div>
134 <h2>Ajude-nos</h2>
136 <p>
137 Você pode ajudar o SliTaz a se tornar mais popular ou fazer uma doação,
138 usando o Paypal ou o sistema de micro pagamentos Flattr. Você também
139 pode blogar, twittar e falar sobre o projeto para aumentar nosso
140 número de usuários. Caso deseje fazer parte da comunidade do SliTaz,
141 cadastre-se em nosso <a href="http://scn.slitaz.org/">portal para a comunidade</a>.
142 </p>
143 <p>
144 Você também pode se tornar um patrocinador oficial via uma doação mensal ou
145 fornecendo hardware ou recursos para servidores.
146 <a href="sponsor/">Maiores informações</a>.
147 </p>
149 <?php include("../lib/html/donate.html"); ?>
151 <h2>Divulgue o SliTaz</h2>
153 <p>
154 Uma forma de ajudar o projeto é torna-lo mais popular. Escreva sobre
155 o SliTaz em seu blog, twitter, compartilhe essa página com seus amigos.
156 Temos nosso próprio
157 <a href="http://scn.slitaz.org/">portal da comunidade</a>, em que você
158 pode contribuir com artes sobre o projetos, escritos, etc. Também
159 possuimos uma página no Facebook, curta e participe!
160 </p>
162 <?php include("../lib/html/social.pt.html"); ?>
164 <h2>Internacionalização</h2>
166 <p>
167 O website do SliTaz está disponível em diversas linguagens e é mantido pelo
168 time de <a href="../i18n.php">internacionalização</a> (i18n). Ajuda é sempre
169 bem vinda e você pode entrar em contato conosco a qualquer tempo para contribuir
170 e ajudar o projeto a ter as páginas traduzidas em sua língua.
171 </p>
173 <!-- End of content -->
174 </section>
176 <?php include("../lib/html/footer.pt.html"); ?>
178 </body>
179 </html>