website annotate da/packages/index.php @ rev 1042

Update packages/index.php
author Paul Issott <paul@slitaz.org>
date Mon Apr 09 20:20:47 2012 +0100 (2012-04-09)
parents 2c8983b24e4e
children 9ed0bfb74392
rev   line source
bohoejer@864 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
al@1023 2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
bohoejer@864 3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="da" lang="da">
bohoejer@864 4 <head>
al@1023 5 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
al@1023 6 <title>SliTaz - Packages</title>
al@1023 7 <meta name="description" content="SliTaz GNU/Linux LiveCD programpakker" />
al@1023 8 <meta name="keywords" lang="da" content="pakker, programpakker, tazpkg" />
al@1023 9 <meta name="author" content="Linux User"/>
al@1011 10 <?php include("../../lib/html/meta-link.html"); ?>
bohoejer@864 11 </head>
bohoejer@864 12 <body>
al@1023 13 <!-- Danish (da) translation by Bo Vagner Højer - bohoejer@live.dk
al@1023 14 Member of Labitat Hackerspace, Copenhagen - www.labitat.dk
al@1023 15 visit our hackerspace every tuesday evening for free - always hot coffee -->
bohoejer@864 16
al@1011 17 <?php include("../../lib/html/header.da.html"); ?>
bohoejer@864 18
bohoejer@864 19 <!-- Block -->
bohoejer@864 20 <div id="block">
al@1011 21 <?php include("../../lib/html/nav.da.html"); ?>
bohoejer@864 22 <!-- Information/image -->
bohoejer@864 23 <div id="block_info">
bohoejer@864 24 <h4>Pakker</h4>
bohoejer@864 25 <p>
bohoejer@864 26 Denne del af hjemmesiden tillader dig at gennemse alle
al@1005 27 tilgængelige programpakker på SliTaz filspejlet. Siderne
bohoejer@864 28 er dagligt opdateret via et cronjob. Alle pakker er
al@1005 29 installerbare via den grafiske pakkehåndtering Tazpkg eller ved
bohoejer@864 30 brug af
bohoejer@864 31 kommandoen <code>tazpkg get-install pakkenavn</code>.
bohoejer@864 32 </p>
bohoejer@864 33 <p>
bohoejer@864 34 Gennemse pakkelister:
bohoejer@864 35 <a href="http://pkgs.slitaz.org/stable/">Stabil version</a>
bohoejer@864 36 | <a href="http://pkgs.slitaz.org/cooking/">Udviklingsversion</a>
bohoejer@864 37 </p>
bohoejer@864 38 </div>
bohoejer@864 39 </div>
bohoejer@864 40
al@1013 41 <?php include("../../lib/lang.php"); ?>
al@1007 42
bohoejer@864 43 <!-- Content -->
bohoejer@864 44 <div id="content">
bohoejer@864 45
bohoejer@864 46 <div style="text-align: center; margin-bottom: 40px;">
paul@1042 47 <form method="post" action="http://pkgs.slitaz.org/">
bohoejer@864 48 <div class="searchbox">
bohoejer@864 49 <p>
bohoejer@864 50 <input type="hidden" name="lang" value="en" />
bohoejer@864 51 <input type="text" name="query" size="24" style="width: 80%;" />
bohoejer@864 52 <input type="submit" name="search" value="Search" />
bohoejer@864 53 </p>
bohoejer@864 54 </div>
al@1005 55 Søg efter:
bohoejer@864 56 <select name="object">
bohoejer@864 57 <option value="Package">Pakke</option>
bohoejer@864 58 <option value="Desc">Beskrivelse</option>
al@1005 59 <option value="Tags">Mærkat</option>
al@1005 60 <option value="Depends">Afhængigheder</option>
al@1005 61 <option value="BuildDepends">Byggeafhængigheder</option>
bohoejer@864 62 <option value="File">Fil</option>
bohoejer@864 63 <option value="File_list">Filliste</option>
al@1005 64 <option value="FileOverlap">fælles filer</option>
bohoejer@864 65 </select>
bohoejer@864 66 i
bohoejer@864 67 <select name="version">
bohoejer@864 68 <option value="cooking">udviklingsversion</option>
bohoejer@864 69 <option value="stable">stabil version</option>
bohoejer@864 70 <option value="2.0">2.0</option>
bohoejer@864 71 <option value="1.0">1.0</option>
bohoejer@864 72 </select>
bohoejer@864 73 </form>
bohoejer@864 74 </div>
bohoejer@864 75
bohoejer@864 76 <div class="box">
al@1023 77 <img src="/images/text.png" alt="[ ]" />
al@1005 78 Rå pakkeliste:
bohoejer@864 79 <a href="http://mirror.slitaz.org/packages/stable/packages.list"
bohoejer@864 80 >Stabil version</a> |
bohoejer@864 81 <a href="http://mirror.slitaz.org/packages/cooking/packages.list"
al@1023 82 >Udviklingsversion</a><br />
al@1023 83 <img src="/images/network.png" alt="[ ]" />
bohoejer@864 84 Centralt filspejl:
bohoejer@864 85 <a href="http://mirror.slitaz.org/packages/"
bohoejer@864 86 >http://mirror.slitaz.org/packages/</a>
bohoejer@864 87 </div>
bohoejer@864 88
bohoejer@864 89 <h2>Aktivitet</h2>
bohoejer@864 90
al@1023 91 <?php require_once("../../lib/get-feeds.php"); ?>
bohoejer@864 92
bohoejer@864 93 <div class="activity">
bohoejer@864 94 <p>
bohoejer@864 95 <a href="http://hg.slitaz.org/">
al@1023 96 <img src="/images/development.png" alt="[ ]" /></a>
bohoejer@864 97 Latest commits in wok
bohoejer@864 98 <?php get_feed("wok.xml"); ?>
bohoejer@864 99 </div>
bohoejer@864 100 <p class="activity_more">
bohoejer@864 101 <a href="http://hg.slitaz.org/">More commits</a>
bohoejer@864 102 </p>
bohoejer@864 103 </div>
bohoejer@864 104
bohoejer@864 105 <h2>Vejledning</h2>
al@1023 106
bohoejer@864 107 <p>
bohoejer@864 108 SliTaz projektet tilbyder detaljeret
al@1005 109 <a href="http://doc.slitaz.org/">vejledning</a> for at lære
al@1023 110 dig at installere og håndtere programpakker på din SliTaz
bohoejer@864 111 GNU/Linux distribution.
al@1023 112 Medlemmerne af <a href="http://forum.slitaz.org/">support forumet</a>
al@1005 113 vil hjælpe dig i tilfælde af problemmer og det er også stedet at efterspørge en
bohoejer@864 114 ny programpakke.
bohoejer@864 115 </p>
bohoejer@864 116
bohoejer@864 117 <!-- End of content -->
bohoejer@864 118 </div>
bohoejer@864 119
al@1011 120 <?php include("../../lib/html/footer.da.html"); ?>
bohoejer@864 121
bohoejer@864 122 </body>
bohoejer@864 123 </html>