www-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

www/distros free-distros.html


From: Therese Godefroy
Subject: www/distros free-distros.html
Date: Tue, 1 Nov 2016 18:09:33 +0000 (UTC)

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 16/11/01 18:09:33

Modified files:
        distros        : free-distros.html 

Log message:
        Limit width and height of icons.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/distros/free-distros.html?cvsroot=www&r1=1.114&r2=1.115

Patches:
Index: free-distros.html
===================================================================
RCS file: /webcvs/www/www/distros/free-distros.html,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -b -r1.114 -r1.115
--- free-distros.html   19 Aug 2016 08:03:19 -0000      1.114
+++ free-distros.html   1 Nov 2016 18:09:32 -0000       1.115
@@ -5,6 +5,11 @@
 <link rel="alternate" title="Free GNU/Linux distributions"
       href="http://www.gnu.org/distros/distros.rss";
       type="application/rss+xml" />
+<style type="text/css" media="screen"><!--
+td.icon { width: 20%; }
+td.icon img { max-width: 100%; max-height: 4em; }
+--></style>
+
 <!--#include virtual="/distros/po/free-distros.translist" -->
 <!--#include virtual="/server/banner.html" -->
 <h2>Free GNU/Linux distributions</h2>
@@ -79,30 +84,30 @@
   </tr></thead>
 
 <tr class="odd">
-   <td><a href="http://www.blagblagblag.org/";>
+   <td class="icon"><a href="http://www.blagblagblag.org/";>
        <img src="/graphics/distros-blag.jpg" alt="BLAG Linux and GNU" 
/></a></td>
    <td>BLAG Linux and GNU, a GNU/Linux distribution based on Fedora.</td></tr>
 
  <tr class="even">
-   <td><a href="http://dragora.org";>
+   <td class="icon"><a href="http://dragora.org";>
        <img src="/graphics/distros-dragora.png" alt="Dragora" /></a></td>
    <td>Dragora, an independent GNU/Linux distribution based on concepts of
        simplicity.</td></tr>
 
  <tr class="odd">
-   <td><a href="http://www.dynebolic.org";>
+   <td class="icon"><a href="http://www.dynebolic.org";>
        <img src="/graphics/distros-dyen.png" alt="Dynebolic" /></a></td>
    <td>Dynebolic, a GNU/Linux distribution with special emphasis on audio 
        and video editing.</td></tr>
 
  <tr class="even">
-   <td><a href="http://www.gnewsense.org/";>
+   <td class="icon"><a href="http://www.gnewsense.org/";>
        <img src="/graphics/distros-gnewsense.png" alt="gNewSense" /></a></td>
    <td>gNewSense, a GNU/Linux distribution based on Debian, with
        sponsorship from the FSF.</td></tr>
 
  <tr class="odd">
-   <td><a href="http://www.gnu.org/software/guix/";>
+   <td class="icon"><a href="http://www.gnu.org/software/guix/";>
        <img src="/software/guix/graphics/GuixSD-V.png" alt="guix" /></a></td>
    <td>Guix System Distribution is an advanced GNU/Linux distro built
        on top of GNU Guix (pronounced &ldquo;geeks&rdquo;), a purely
@@ -110,26 +115,26 @@
 
     
  <tr class="even">
-   <td><a href="https://musixdistro.wordpress.com/";>
+   <td class="icon"><a href="https://musixdistro.wordpress.com/";>
        <img src="/graphics/distros-musix.png" alt="Musix GNU+Linux" /></a></td>
    <td>Musix, a GNU+Linux distribution based on Knoppix, with special
        emphasis on audio production.</td></tr>
 
  <tr class="odd">
-   <td><a href="http://www.parabola.nu/https/";>
+   <td class="icon"><a href="http://www.parabola.nu/https/";>
        <img src="/graphics/distros-parabola.png"
             alt="Parabola GNU/Linux" /></a></td>
    <td>Parabola GNU/Linux, a distribution based on Arch that
        prioritizes simple package and system management.</td></tr>
 
  <tr class="even">
-   <td><a href="http://trisquel.info/";>
+   <td class="icon"><a href="http://trisquel.info/";>
        <img src="/graphics/distros-trisquel.png" alt="Trisquel" /></a></td>
    <td>Trisquel, a GNU/Linux distribution based on Ubuntu that's oriented 
  toward small enterprises, domestic users and educational centers.</td></tr>
 
 <tr class="odd">
-   <td><a href="http://www.ututo.org/";>
+   <td class="icon"><a href="http://www.ututo.org/";>
        <img src="/graphics/distros-ututo.png" alt="Ututo" /></a></td>
    <td>Ututo XS, a GNU/Linux distribution based on Gentoo.  It was the first
        fully free GNU/Linux system recognized by the GNU Project.</td></tr>
@@ -149,14 +154,14 @@
   </tr></thead>
 
  <tr class="odd">
-   <td><a href="http://librecmc.org/";> <img
+   <td class="icon"><a href="http://librecmc.org/";> <img
        src="/graphics/librecmc.png" alt="libreCMC" /></a></td>
       <td>libreCMC is an embedded GNU/Linux distro for devices with
        very limited resources. While primarily targeting routers, it
        offers support for a wide range of devices and use cases. In
        2015, LibreWRT merged with libreCMC.</td></tr>
  <tr class="even">
-   <td><a href="http://proteanos.com/";> <img
+   <td class="icon"><a href="http://proteanos.com/";> <img
        src="/graphics/proteanos.png" alt="ProteanOS" /></a></td>
    <td>ProteanOS is a new, small, and fast distribution for embedded devices. 
Its platform configuration feature allows binary packages to be configured at 
build-time and run-time for different hardware and use cases.</td></tr>
 
@@ -257,7 +262,7 @@
 
 <p class="unprintable">Updated:
 <!-- timestamp start -->
-$Date: 2016/08/19 08:03:19 $
+$Date: 2016/11/01 18:09:32 $
 <!-- timestamp end -->
 </p>
 </div>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]