slitaz-forge view cook/cross/index.cgi @ rev 329

pkgs: update pt_BR.po
author Claudinei Pereira <claudinei@slitaz.org>
date Fri Sep 07 08:28:43 2012 -0300 (2012-09-07)
parents f377d5247d0c
children 5fb7ae583a4d
line source
1 #!/bin/sh
2 #
3 #. /usr/lib/slitaz/httphelper.sh
4 #header
5 echo "Content-Type: text/html"
6 echo ""
8 cat header.html
10 cat << EOT
12 <h2>SliTaz Cross</h2>
14 <p>
15 SliTaz is actually ported to the ARM platform and work is on the stove
16 for the x86_64 architecture. Please read the Cookutils cross howto for
17 more information.
18 </p>
20 <ul>
21 <li>Arch: <a href="arm/">arm</a>
22 [ <a href="arm/toolchain.cgi">toolchain</a> ]</li>
23 <li>Arch: <a href="x86_64/">x86_64</a>
24 [ <a href="x86_64/toolchain.cgi">toolchain</a> ]</li>
25 </ul>
27 </div>
28 </body>
29 </html>
30 EOT
32 exit 0