website annotate bs/about/index.php @ rev 1115

added index.php into /website/bs/about - title translated into Bosnian language
author Adnan Sinanovic <sinanovicha@gmail.com>
date Sat Oct 13 13:35:35 2012 +0000 (2012-10-13)
parents
children 93e928f70996
rev   line source
sinanovicha@1115 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
sinanovicha@1115 2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
sinanovicha@1115 3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
sinanovicha@1115 4 <head>
sinanovicha@1115 5 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
sinanovicha@1115 6 <title>SliTaz - O Projektu</title>
sinanovicha@1115 7 <meta name="description" content="SliTaz GNU/Linux project information overview" />
sinanovicha@1115 8 <meta name="keywords" lang="en" content="about slitaz, gnu, linux, mini distro, livecd" />
sinanovicha@1115 9 <meta name="author" content="Christophe Lincoln"/>
sinanovicha@1115 10 <?php include("../../lib/html/meta-link.html"); ?>
sinanovicha@1115 11 </head>
sinanovicha@1115 12 <body>
sinanovicha@1115 13
sinanovicha@1115 14 <?php include("../../lib/html/header.html"); ?>
sinanovicha@1115 15
sinanovicha@1115 16 <!-- Block -->
sinanovicha@1115 17 <div id="block">
sinanovicha@1115 18 <?php include("../../lib/html/nav.en.html"); ?>
sinanovicha@1115 19 <!-- Information/image -->
sinanovicha@1115 20 <div id="block_info">
sinanovicha@1115 21 <h4>About the project</h4>
sinanovicha@1115 22 <p>
sinanovicha@1115 23 Small, fast, stable and easy to use!
sinanovicha@1115 24 </p>
sinanovicha@1115 25 <ul>
sinanovicha@1115 26 <li><a href="#intro">Introduction</a></li>
sinanovicha@1115 27 <li><a href="#overview">Overview</a></li>
sinanovicha@1115 28 <li><a href="#website">Web site &amp; i18n</a></li>
sinanovicha@1115 29 <li><a href="#reviews">Reviews</a></li>
sinanovicha@1115 30 <li><a href="../asso/">Association</a></li>
sinanovicha@1115 31 </ul>
sinanovicha@1115 32 </div>
sinanovicha@1115 33 </div>
sinanovicha@1115 34
sinanovicha@1115 35 <?php include("../../lib/lang.php"); ?>
sinanovicha@1115 36
sinanovicha@1115 37 <!-- Content -->
sinanovicha@1115 38 <div id="content">
sinanovicha@1115 39
sinanovicha@1115 40 <h2 id="intro">Introduction to the project</h2>
sinanovicha@1115 41
sinanovicha@1115 42 <p>
sinanovicha@1115 43 SliTaz GNU/Linux is a free operating system working completely in memory from
sinanovicha@1115 44 removeable media such as a cdrom or USB key. It is light, speedy and fully installable
sinanovicha@1115 45 on a hard drive. SliTaz is distributed in the form of a LiveCD that you can easily
sinanovicha@1115 46 burn to a cdrom and boot from. When the system is running you can eject the LiveCD
sinanovicha@1115 47 and use your CD drive for other tasks. The Live system provides a fully-featured,
sinanovicha@1115 48 working graphical distro and lets you keep your data and personal settings on
sinanovicha@1115 49 persistent media. The system can be extended with the Tazpkg package manager and
sinanovicha@1115 50 security updates are provided for the cooking and stable versions.
sinanovicha@1115 51 </p>
sinanovicha@1115 52 <p>
sinanovicha@1115 53 SliTaz project provides free technical support to users through the
sinanovicha@1115 54 <a href="../mailing-list.php">Mailing list</a> (i18n list)
sinanovicha@1115 55 and the <a href="http://forum.slitaz.org/">English Forum</a>.
sinanovicha@1115 56 You can also contact us for more information, suggestions, or comments,
sinanovicha@1115 57 using the list or directly by mail : &lt;devel at slitaz.org&gt;
sinanovicha@1115 58 </p>
sinanovicha@1115 59
sinanovicha@1115 60 <h2 id="overview">Overview</h2>
sinanovicha@1115 61
sinanovicha@1115 62 <ul>
sinanovicha@1115 63 <li>Root filesystem taking up about 100 MB and ISO image of less than 30 MB.</li>
sinanovicha@1115 64 <li>Ready to use Web server powered by LightTPD with CGI and PHP support.</li>
sinanovicha@1115 65 <li>Browse the Web with Midori or Retawq in text mode.</li>
sinanovicha@1115 66 <li>Sound support provided by Alsa mixer, audio player and CD ripper/encoder.</li>
sinanovicha@1115 67 <li>Chat, mail and FTP clients.</li>
sinanovicha@1115 68 <li>SSH client and server powered by Dropbear.</li>
sinanovicha@1115 69 <li>Database engine with SQLite.</li>
sinanovicha@1115 70 <li>Generate a LiveUSB device.</li>
sinanovicha@1115 71 <li>Tools to create, edit or burn CD or DVD images.</li>
sinanovicha@1115 72 <li>Elegant desktop with Openbox running on the top of Xorg/Xvesa (X server).</li>
sinanovicha@1115 73 <li>Homemade graphical boxes to command line utilities.</li>
sinanovicha@1115 74 <li>3345 packages easily installable from the mirror.</li>
sinanovicha@1115 75 <li>Active and friendly community.</li>
sinanovicha@1115 76 </ul>
sinanovicha@1115 77
sinanovicha@1115 78 <h2 id="website">Website &amp; i18n</h2>
sinanovicha@1115 79
sinanovicha@1115 80 <p>
sinanovicha@1115 81 SliTaz's Web site is also available in several languages and is
sinanovicha@1115 82 part of the <a href="/i18n.php">internationalization project</a>.
sinanovicha@1115 83 The web site allows you to <a href="../get/">download</a> the SliTaz
sinanovicha@1115 84 LiveCD and help us to develop the project. You can check the
sinanovicha@1115 85 <a href="../doc/">documentation</a> area to learn how to use the SliTaz
sinanovicha@1115 86 LiveCD and configure the system.
sinanovicha@1115 87 </p>
sinanovicha@1115 88
sinanovicha@1115 89 <h2 id="reviews">Reviews</h2>
sinanovicha@1115 90
sinanovicha@1115 91 <p>
sinanovicha@1115 92 SliTaz GNU/Linux has been reviewed on several web sites. Thanks to
sinanovicha@1115 93 everyone for support.
sinanovicha@1115 94 </p>
sinanovicha@1115 95
sinanovicha@1115 96 <h3>4.0 - April 2012</h3>
sinanovicha@1115 97
sinanovicha@1115 98 <ul>
sinanovicha@1115 99 <li><a href="http://badalhocando.blogspot.co.uk/2012/04/slitaz-40-review-small-but-fierce.html"
sinanovicha@1115 100 >Blogspot</a> - By Klaus Zimmermann.</li>
sinanovicha@1115 101 <li><a href="http://linuxblog.darkduck.com/2012/04/slitaz-40-light-and-stable.html"
sinanovicha@1115 102 >DarkDuck</a> - By Dmitry.</li>
sinanovicha@1115 103 </ul>
sinanovicha@1115 104
sinanovicha@1115 105 <h3>3.0 - March 2010 &amp; Cooking - Jan 2010</h3>
sinanovicha@1115 106
sinanovicha@1115 107 <ul>
sinanovicha@1115 108 <li><a href="http://kmandla.wordpress.com/2010/03/29/greetings-from-slitaz-3-0/"
sinanovicha@1115 109 >Wordpress</a> - By K.Mandla.</li>
sinanovicha@1115 110 <li><a href="http://www.linuxjournal.com/content/spotlight-linux-slitaz-gnulinux-30"
sinanovicha@1115 111 >Linux Journal</a> - By Susan Linton.</li>
sinanovicha@1115 112 <li><a href="http://distrowatch.com/weekly.php?issue=20100111#feature"
sinanovicha@1115 113 >Distrowatch</a> - By Jesse Smith (Cooking just before 3.0).</li>
sinanovicha@1115 114 </ul>
sinanovicha@1115 115
sinanovicha@1115 116 <h3>2.0 - April 2009</h3>
sinanovicha@1115 117
sinanovicha@1115 118 <ul>
sinanovicha@1115 119 <li><a href="http://www.gdhpress.com.br/blog/slitaz"
sinanovicha@1115 120 >Gdhpress</a> (pt) - By Carlos Morimoto.</li>
sinanovicha@1115 121 <li><a href="http://www.frlinux.net/?section=distributions&amp;article=237"
sinanovicha@1115 122 >FRLinux</a> (fr) - By Steph.</li>
sinanovicha@1115 123 <li><a href="http://www.junauza.com/2009/07/slitaz-20-simple-speedy-and-secure.html"
sinanovicha@1115 124 >Tech Source</a> - By Jun Auza.</li>
sinanovicha@1115 125 <li><a href="http://www.dedoimedo.com/computers/slitaz-2.html"
sinanovicha@1115 126 >Dedoimedo</a> - By Dedoimedo.</li>
sinanovicha@1115 127 <li><a href="http://linuxologist.com/reviews/slitaz-linux-zero-to-distro-in-30-mb/"
sinanovicha@1115 128 >Linuxologist</a> - By Brie Gordon.</li>
sinanovicha@1115 129 </ul>
sinanovicha@1115 130
sinanovicha@1115 131 <h3>1.0 - March 2008</h3>
sinanovicha@1115 132
sinanovicha@1115 133 <ul>
sinanovicha@1115 134 <li><a href="http://distrowatch.com/weekly.php?issue=20080331"
sinanovicha@1115 135 >Distrowatch</a> - By Ladislav Bodnar.</li>
sinanovicha@1115 136 <li><a href="http://www.junauza.com/2008/03/slitaz-gnulinux-smallest-desktop-distro.html"
sinanovicha@1115 137 >Tech Source</a> - By Jun Auza.</li>
sinanovicha@1115 138 <li><a href="http://beranger.org/index.php?page=diary&amp;2008/03/31/07/04/42-a-quick-look-over-slitaz-1-0"
sinanovicha@1115 139 >Planet Béranger</a> - By Béranger.</li>
sinanovicha@1115 140 <li><a href="http://kmandla.wordpress.com/2008/04/02/slitaz-10-on-450mhz-k6-2-256mb/"
sinanovicha@1115 141 >Wordpress</a> - By K.Mandla.</li>
sinanovicha@1115 142 <li><a href="http://reddevil62-techhead.blogspot.com/2008/04/damn-minuscule-linux-first-look-at.html"
sinanovicha@1115 143 >Red Devil's Tech Blog</a> - By Steve Lawson.</li>
sinanovicha@1115 144 <li><a href="http://www.linuxinfusion.com/slitaz-a-light-weight-gnulinux-distribution"
sinanovicha@1115 145 >Linux Infusion</a> - By Moparx.</li>
sinanovicha@1115 146 <li><a href="http://www.insidesocal.com/click/2008/06/a-second-look-at-slitaz-10.html"
sinanovicha@1115 147 >Dailynews Blog</a> - By Steven Rosenberg.</li>
sinanovicha@1115 148 <li><a href="http://www.linux.com/feature/140573">Linux.com</a> - By Dennis L. Ericson.</li>
sinanovicha@1115 149 <li><a href="http://www.freesoftwaremagazine.com/columns/slitaz_live_cd_small_beautifully_marked"
sinanovicha@1115 150 >Free Software Magazine</a> - By Gary Richmond.</li>
sinanovicha@1115 151 <li><a href="http://www.linux-magazine.com/issues/2008/97/slitaz"
sinanovicha@1115 152 >Linux Pro Magazine</a> - By Dimitri Popov.</li>
sinanovicha@1115 153 <li><a href="http://www.dedoimedo.com/computers/slitaz.html"
sinanovicha@1115 154 >Dedoimedo</a> - By Dedoimedo.</li>
sinanovicha@1115 155 </ul>
sinanovicha@1115 156
sinanovicha@1115 157 <!-- End of content -->
sinanovicha@1115 158 </div>
sinanovicha@1115 159
sinanovicha@1115 160 <?php include("../../lib/html/footer.html"); ?>
sinanovicha@1115 161
sinanovicha@1115 162 </body>
sinanovicha@1115 163 </html>