[Usbmount-commit] r56 - www

Rogério Brito rbrito-guest at alioth.debian.org
Wed Aug 26 05:13:37 UTC 2009


Author: rbrito-guest
Date: 2009-08-26 05:13:37 +0000 (Wed, 26 Aug 2009)
New Revision: 56

Modified:
   www/index.html.in
Log:
Re-wrap the homepage and remove orphaned indication.


Modified: www/index.html.in
===================================================================
--- www/index.html.in	2009-08-26 04:48:10 UTC (rev 55)
+++ www/index.html.in	2009-08-26 05:13:37 UTC (rev 56)
@@ -1,5 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+	  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US">
 <head>
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
@@ -17,225 +18,425 @@
   <div class="text">
     <h1><a name="top" class="invlink">USBmount</a></h1>
 
-    <p class="pagemenu">[&nbsp;<a href="#what" title="What is USBmount?">What is it?</a>&nbsp;|
-    <a href="#download" title="Download USBmount">Download</a>&nbsp;|
-    <a href="#history" title="History of USBmount">History</a>&nbsp;|
-    <a href="#bugs" title="Report Bugs">Bug Reporting</a>&nbsp;]</p>
+    <p class="pagemenu">
+      [&nbsp;<a href="#what" title="What is USBmount?">What is it?</a>&nbsp;|
+      <a href="#download" title="Download USBmount">Download</a>&nbsp;|
+      <a href="#history" title="History of USBmount">History</a>&nbsp;|
+      <a href="#bugs" title="Report Bugs">Bug Reporting</a>&nbsp;]
+    </p>
 
-    <div id="orphanwarning"><p><strong>Warning:</strong> The original author does not have enough time any more
-    to actively maintain the USBmount package. It is therefore currently unmaintained.</p></div>
-
     <h2><a name="what" class="invlink">What is it?</a></h2>
 
-    <p>The USBmount Debian package automatically mounts <acronym title="Universal Serial Bus">USB</acronym>
-    mass storage devices (typically <acronym title="Universal Serial Bus">USB</acronym> pens) when they are
-    plugged in, and unmounts them when they are removed. The mountpoints
-    (<span class="filename">/media/usb<span class="meta">[0-7]</span></span> by default), filesystem types to
-    consider, and mount options are configurable. When multiple devices are plugged in, the first available
-    mountpoint is automatically selected. If the device provides a model name, a symlink
-    <span class="filename">/var/run/usbmount/<span class="meta">MODELNAME</span></span> pointing to the mountpoint
-    is automatically created.</p>
+    <p>
+      The USBmount Debian package automatically
+      mounts <acronym title="Universal Serial Bus">USB</acronym> mass
+      storage devices (typically <acronym title="Universal Serial
+      Bus">USB</acronym> pens) when they are plugged in, and unmounts
+      them when they are removed. The mountpoints
+      (<span class="filename">/media/usb<span class="meta">[0-7]</span></span>
+      by default), filesystem types to consider, and mount options are
+      configurable. When multiple devices are plugged in, the first
+      available mountpoint is automatically selected. If the device
+      provides a model name, a symlink
+      <span class="filename">/var/run/usbmount/<span class="meta">MODELNAME</span></span>
+      pointing to the mountpoint is automatically created.
+    </p>
 
-    <p>The script that does the (un)mounting is called by the
-    <a href="http://packages.debian.org/udev" title="Description of the udev package.">udev</a> daemon.
-    Therefore, USBmount requires a 2.6 (or newer) kernel.</p>
+    <p>
+      The script that does the (un)mounting is called by the
+      <a href="http://packages.debian.org/udev" title="Description of
+      the udev package.">udev</a> daemon. Therefore, USBmount requires a
+      2.6 (or newer) kernel.
+    </p> 
 
-    <p>USBmount is intended as a lightweight solution which is independent of a desktop environment.
-    Users which would like an icon to appear when an <acronym title="Universal Serial Bus">USB</acronym> device
-    is plugged in should use the
-    <a href="http://packages.debian.org/pmount" title="Description of the pmount package.">pmount</a> and
-    <a href="http://packages.debian.org/hal" title="Description of the hal package.">hal</a> packages instead.</p>
+    <p>
+      USBmount is intended as a lightweight solution which is
+      independent of a desktop environment.  Users which would like an
+      icon to appear when an <acronym title="Universal Serial
+      Bus">USB</acronym> device is plugged in should use the
+      <a href="http://packages.debian.org/pmount" title="Description of
+      the pmount package.">pmount</a> and
+      <a href="http://packages.debian.org/hal" title="Description of the
+      hal package.">hal</a> packages instead.
+    </p>
 
-    <p>USBmount is licensed under an &lsquo;all-permissive license&rsquo; (i.e. everything is allowed, as long
-    as the copyright and license notices and the warranty disclaimer are preserved). See the
-    <span class="filename">debian/copyright</span> file in the package for details.</p>
+    <p>
+      USBmount is licensed under an &lsquo;all-permissive license&rsquo;
+      (i.e. everything is allowed, as long as the copyright and license
+      notices and the warranty disclaimer are preserved). See the
+      <span class="filename">debian/copyright</span> file in the package
+      for details.
+    </p>
 
-    <p>If you are interested in the development of USBmount, please refer to the
-    <a href="http://alioth.debian.org/projects/usbmount/" title="Alioth project page of USBmount">Alioth project page</a>
-    of USBmount.</p>
+    <p>
+      If you are interested in the development of USBmount, please refer
+      to the <a href="http://alioth.debian.org/projects/usbmount/"
+      title="Alioth project page of USBmount">Alioth project page</a> of
+      USBmount.
+    </p>
 
-    <p class="toplink">[&nbsp;<a href="#top" title="Return to the top of this page.">Top of Page</a>&nbsp;]</p>
+    <p class="toplink">
+      [&nbsp;<a href="#top" title="Return to the top of this page.">Top
+      of Page</a>&nbsp;]
+    </p>
 
     <h2><a name="download" class="invlink">Download</a></h2>
 
     <h3>Official Packages</h3>
 
-    <p>The <a href="http://packages.debian.org/usbmount" title="Package Overwiev for USBmount">USBmount package
-    overview page</a> shows which version is in Debian and provides a link to download the package directly.</p>
+    <p>
+      The <a href="http://packages.debian.org/usbmount" title="Package
+	     Overwiev for USBmount">USBmount package overview page</a>
+	     shows which version is in Debian and provides a link to
+	     download the package directly.
+    </p>
 
     <h3>Latest Package</h3>
 
-    <p>The <a title="USBmount Debian package directory" href="package/">latest Debian package of USBmount</a>
-    can be downloaded here:</p>
+    <p>
+      The <a title="USBmount Debian package directory"
+	     href="package/">latest Debian package of USBmount</a> can be
+      downloaded here:
+    </p>
     <ul>
       <li>Source:
-      <ul>
-	<li><a href="package/usbmount_0.0.14.1.dsc">usbmount_0.0.14.1.dsc</a></li>
-	<li><a href="package/usbmount_0.0.14.1.tar.gz">usbmount_0.0.14.1.tar.gz</a></li>
-      </ul></li>
+	<ul>
+	  <li><a href="package/usbmount_0.0.14.1.dsc">usbmount_0.0.14.1.dsc</a></li>
+	  <li><a href="package/usbmount_0.0.14.1.tar.gz">usbmount_0.0.14.1.tar.gz</a></li>
+	</ul>
+      </li>
 
       <li>Binary:
-      <ul>
-	<li><a href="package/usbmount_0.0.14.1_all.deb">usbmount_0.0.14.1_all.deb</a></li>
-      </ul></li>
+	<ul>
+	  <li><a href="package/usbmount_0.0.14.1_all.deb">usbmount_0.0.14.1_all.deb</a></li>
+	</ul>
+      </li>
 
       <li>Changes:
-      <ul>
-	<li><a href="package/usbmount_0.0.14.1_amd64.changes">usbmount_0.0.14.1_amd64.changes</a></li>
-      </ul></li>
+	<ul>
+	  <li>
+	    <a href="package/usbmount_0.0.14.1_amd64.changes">usbmount_0.0.14.1_amd64.changes</a></li>
+	</ul>
+      </li>
     </ul>
 
     <h3><a name="svn" class="invlink">Subversion Repository</a></h3>
 
-    <p>The USBmount project uses a Subversion repository for development. Type the command</p>
-    <p class="command">svn checkout svn://svn.debian.org/svn/usbmount/trunk/usbmount</p>
-    <p>to check out the latest snapshot. You can also browse the repository on the web at
-    <a href="http://svn.debian.org/wsvn/usbmount" title="USBmount Subversion repository">http://svn.debian.org/wsvn/usbmount</a>.</p>
+    <p>
+      The USBmount project uses a Subversion repository for development.
+      Type the command
+    </p>
 
-    <p class="toplink">[&nbsp;<a href="#top" title="Return to the top of this page.">Top of Page</a>&nbsp;]</p>
+    <p class="command">
+      svn checkout svn://svn.debian.org/svn/usbmount/trunk/usbmount
+    </p>
 
+    <p>
+      to check out the latest snapshot. You can also browse the repository on the web at
+      <a href="http://svn.debian.org/wsvn/usbmount" title="USBmount
+      Subversion repository">http://svn.debian.org/wsvn/usbmount</a>.
+    </p>
+
+    <p class="toplink">
+      [&nbsp;<a href="#top" title="Return to the top of this page.">Top
+      of Page</a>&nbsp;]
+    </p>
+
     <h2><a name="history" class="invlink">History</a></h2>
 
     <ul>
       <li>Version 0.0.14.1 (27-Jan-2007, latest release):
-      <ul>
-	<li>Orphan package.</li>
-      </ul></li>
+	<ul>
+	  <li>
+	    Orphan package.
+	  </li>
+	</ul>
+      </li>
 
       <li>Version 0.0.14 (10-Jul-2005):
-      <ul>
-	<li>Make sure that <span class="filename">/etc/dev.d/block/usbmount.dev</span>
-	is removed when the package is purged.</li>
-      </ul></li>
+	<ul>
+	  <li>
+	    Make sure
+	    that <span class="filename">/etc/dev.d/block/usbmount.dev</span>
+	    is removed when the package is purged.
+	  </li>
+	</ul>
+      </li>
 
       <li>Version 0.0.13 (08-Jul-2005):
-      <ul>
-	<li>Adapt to udev changes: <span class="command">udev_volume_id</span>
-	has been renamed to <span class="command">vol_id</span> and its output has changed.</li>
-	<li>New section about the vfat filesystem type added to the <span class="filename">README</span> file.</li>
-	<li><span class="filename">/etc/dev.d</span> is obsolete.
-	Remove <span class="filename">/etc/dev.d/block/usbmount.dev</span>;
-	the <span class="filename">usbmount</span> script is now called
-	by the new file <span class="filename">/etc/udev/usbmount.rules</span>.</li>
-      </ul></li>
+	<ul>
+	  <li>
+	    Adapt to udev changes: <span class="command">udev_volume_id</span>
+	    has been renamed to <span class="command">vol_id</span> and
+	    its output has changed.
+	  </li>
+	  <li>
+	    New section about the vfat filesystem type added to
+	    the <span class="filename">README</span> file.
+	  </li>
+	  <li>
+	    <span class="filename">/etc/dev.d</span> is obsolete.
+	    Remove <span class="filename">/etc/dev.d/block/usbmount.dev</span>;
+	    the <span class="filename">usbmount</span> script is now
+	    called by the new
+	    file <span class="filename">/etc/udev/usbmount.rules</span>.
+	  </li>
+	</ul>
+      </li>
 
       <li>Version 0.0.12 (01-Jul-2005):
-      <ul>
-	<li>The <span class="command">Standards-Version</span> field in
-	<span class="filename">debian/control</span> has been updated to
-	<span class="command">3.6.2</span>. No changes to the package were necessary.</li>
-	<li>Search additional files in the <span class="filename">/sys</span>
-	filesystem for vendor and model name.</li>
-      </ul></li>
+	<ul>
+	  <li>
+	    The <span class="command">Standards-Version</span> field in
+	    <span class="filename">debian/control</span> has been updated to
+	    <span class="command">3.6.2</span>. No changes to the
+	    package were necessary.
+	  </li>
+	  <li>
+	    Search additional files in
+	    the <span class="filename">/sys</span> filesystem for vendor
+	    and model name.
+	  </li>
+	</ul>
+      </li>
 
       <li>Version 0.0.11 (02-May-2005):
-      <ul>
-	<li>If a device is not readable, wait up to 20&nbsp;seconds for it to become so.
-	Some devices apparently need a few seconds initialization time before they can be
-	accessed. Thanks to Peter Stelmachovic for his help with debugging this issue.</li>
-      </ul></li>
+	<ul>
+	  <li>
+	    If a device is not readable, wait up to 20 seconds for it to
+	    become so.  Some devices apparently need a few seconds
+	    initialization time before they can be accessed. Thanks to
+	    Peter Stelmachovic for his help with debugging this issue.
+	  </li>
+	</ul>
+      </li>
 
       <li>Version 0.0.10 (12-Apr-2005):
-      <ul>
-	<li>When a partition (as opposed to a partition-less device) is mounted,
-	an underscore and the partition number are appended to the model name
-	symlink.</li>
-	<li>The model name symlink now includes the vendor if known.</li>
-	<li>Acquire lock before <span class="command">udev_volume_id</span> is called. This causes the
-	partitions (on a device with more than one partition) to be mounted in the right order.</li>
-	<li>Fixed typos in log messages.</li>
-	<li>Run hook scripts when a device or partition is mounted or unmounted. The
-	<span class="filename">README</span> file describes how to use this feature.</li>
-	<li>Moved <span class="filename">/etc/usbmount.conf</span> to
-	<span class="filename">/etc/usbmount/usbmount.conf</span>.</li>
-	<li>Moved deletion of mount points in <span class="filename">/media</span> from
-	<span class="filename">prerm</span> to <span class="filename">postrm</span>. Delete
-	them not only when the package is removed, but also when installing is aborted.</li>
-	<li>Moved creation and deletion of model name symlinks to hook scripts.</li>
-      </ul></li>
+	<ul>
+	  <li>
+	    When a partition (as opposed to a partition-less device) is
+	    mounted, an underscore and the partition number are appended
+	    to the model name symlink.
+	  </li>
+	  <li>
+	    The model name symlink now includes the vendor if known.
+	  </li>
+	  <li>
+	    Acquire lock
+	    before <span class="command">udev_volume_id</span> is
+	    called. This causes the partitions (on a device with more
+	    than one partition) to be mounted in the right order.
+	  </li>
+	  <li>
+	    Fixed typos in log messages.
+	  </li>
+	  <li>
+	    Run hook scripts when a device or partition is mounted or
+	    unmounted. The
+	    <span class="filename">README</span> file describes how to use
+	    this feature.
+	  </li>
+	  <li>
+	    Moved <span class="filename">/etc/usbmount.conf</span> to
+	    <span class="filename">/etc/usbmount/usbmount.conf</span>.
+	  </li>
+	  <li>
+	    Moved deletion of mount points
+	    in <span class="filename">/media</span> from
+	    <span class="filename">prerm</span>
+	    to <span class="filename">postrm</span>.  Delete them not
+	    only when the package is removed, but also when installing
+	    is aborted.
+	  </li>
+	  <li>
+	    Moved creation and deletion of model name symlinks to hook
+	    scripts.
+	  </li>
+	</ul>
+      </li>
 
       <li>Version 0.0.9 (06-Apr-2005):
-      <ul>
-	<li>When a device is removed, only the corresponding model symlink in
-	<span class="filename">/var/run/usbmount</span> is removed.</li>
-	<li>The directory <span class="filename">/var/run/usbmount</span> is no longer created by the
-	<span class="filename">postinst</span> script; it is now included in the package.</li>
-	<li>The creation of the mount points in <span class="filename">/media</span> has been moved
-	from <span class="command">postinst configure</span> to <span class="command">preinst install</span>.
-	This ensures that the mount points are created if the package is removed (but not purged) and then
-	reinstalled.</li>
-      </ul></li>
+	<ul>
+	  <li>
+	    When a device is removed, only the corresponding model
+	    symlink in <span class="filename">/var/run/usbmount</span>
+	    is removed.
+	  </li>
+	  <li>
+	    The
+	    directory <span class="filename">/var/run/usbmount</span> is
+	    no longer created by
+	    the <span class="filename">postinst</span> script; it is now
+	    included in the package.
+	  </li>
+	  <li>
+	    The creation of the mount points
+	    in <span class="filename">/media</span> has been moved
+	    from <span class="command">postinst configure</span>
+	    to <span class="command">preinst install</span>.  This
+	    ensures that the mount points are created if the package is
+	    removed (but not purged) and then reinstalled.
+	  </li>
+	</ul>
+      </li>
 
       <li>Version 0.0.8 (03-Apr-2005):
-      <ul>
-	<li>Filesystem type specific mount options can be specified.</li>
-	<li>Locking is used to serialize concurrent mount attempts. This ensures that different mount points
-	are chosen if a device contains more than one mountable partition.</li>
-	<li>Make sure that <span class="filename">/var/run/usbmount</span> is removed on package removal.</li>
-	<li>More detailed package description and <span class="filename">README</span> file.</li>
-      </ul></li>
-
+	<ul>
+	  <li>
+	    Filesystem type specific mount options can be specified.
+	  </li>
+	  <li>
+	    Locking is used to serialize concurrent mount attempts. This
+	    ensures that different mount points are chosen if a device
+	    contains more than one mountable partition.
+	  </li>
+	  <li>
+	    Make sure
+	    that <span class="filename">/var/run/usbmount</span> is
+	    removed on package removal.
+	  </li>
+	  <li>
+	    More detailed package description
+	    and <span class="filename">README</span> file.
+	  </li>
+	</ul>
+      </li>
+      
       <li>Version 0.0.7 (09-Mar-2005):
-      <ul>
-	<li>The default configuration does not mount vfat filesystems any more. The vfat filesystem type
-	does not fully support sync-mounting. The default configuration file warns about this.</li>
-	<li>The package description refers to this page instead of the old homepage.</li>
-      </ul></li>
-
+	<ul>
+	  <li>
+	    The default configuration does not mount vfat filesystems
+	    any more. The vfat filesystem type does not fully support
+	    sync-mounting. The default configuration file warns about
+	    this.
+	  </li>
+	  <li>
+	    The package description refers to this page instead of the
+	    old homepage.
+	  </li>
+	</ul>
+      </li>
+      
       <li>Version 0.0.6 (08-Mar-2005):
-      <ul>
-	<li>Model name symlinks are created in <span class="filename">/var/run/usbmount</span> instead of <span class="filename">/var/usbmount</span>.</li>
-	<li>Rafael Laboissiere will kindly sponsor the package, so that it can be uploaded to Debian.</li>
-      </ul></li>
-
+	<ul>
+	  <li>
+	    Model name symlinks are created
+	    in <span class="filename">/var/run/usbmount</span> instead
+	    of <span class="filename">/var/usbmount</span>.
+	  </li>
+	  <li>
+	    Rafael Laboissiere will kindly sponsor the package, so that
+	    it can be uploaded to Debian.
+	  </li>
+	</ul>
+      </li>
+      
       <li>Version 0.0.5 (23-Feb-2005):
-      <ul>
-	<li>Symlinks (model names) are created in <span class="filename">/var/usbmount</span>.</li>
-      </ul></li>
-
+	<ul>
+	  <li>
+	    Symlinks (model names) are created
+	    in <span class="filename">/var/usbmount</span>.
+	  </li>
+	</ul>
+      </li>
+      
       <li>Version 0.0.4 (21-Feb-2005):
-      <ul>
-	<li>Adapt to changes in <span class="filename">udev_volume_id</span>; depend on <span class="filename">udev</span> (&gt;= 0.053-1).</li>
-	<li>Redirect standard output and standard error to <span class="filename">/dev/null</span>; log via syslog.</li>
-	<li>More verbose logging can be turned on with a configuration variable.</li>
-      </ul></li>
-
+	<ul>
+	  <li>
+	    Adapt to changes
+	    in <span class="filename">udev_volume_id</span>; depend
+	    on <span class="filename">udev</span> (&gt;= 0.053-1).
+	  </li>
+	  <li>
+	    Redirect standard output and standard error
+	    to <span class="filename">/dev/null</span>; log via syslog.
+	  </li>
+	  <li>
+	    More verbose logging can be turned on with a configuration
+	    variable.
+	  </li>
+	</ul>
+      </li>
+      
       <li>Version 0.0.3 (08-Nov-2004):
-      <ul>
-	<li>Create <span class="filename">/media</span> if it doesn't already exist.</li>
-	<li>Include instructions for the reportbug program to send bug reports to
-	the maintainer instead of the Debian <acronym title="Bug Tracking System">BTS</acronym>.</li>
-	<li>Move mounting and unmounting script to <span class="filename">/usr/share/usbmount/usbmount</span>.</li>
-      </ul></li>
-
+	<ul>
+	  <li>
+	    Create <span class="filename">/media</span> if it doesn't
+	    already exist.
+	  </li>
+	  <li>
+	    Include instructions for the reportbug program to send bug
+	    reports to the maintainer instead of the
+	    Debian <acronym title="Bug Tracking System">BTS</acronym>.
+	  </li>
+	  <li>
+	    Move mounting and unmounting script
+	    to <span class="filename">/usr/share/usbmount/usbmount</span>.
+	  </li>
+	</ul>
+      </li>
+      
       <li>Version 0.0.2 (26-Oct-2004):
 	<ul>
-	<li>Don't kill processes before unmounting. Thanks to Martin F. Krafft for the suggestion.</li>
-      </ul></li>
-
+	  <li>
+	    Don't kill processes before unmounting. Thanks to Martin F.
+	    Krafft for the suggestion.
+	  </li>
+	</ul>
+      </li>
+      
       <li>Version 0.0.1 (26-Oct-2004):
 	<ul>
-	<li>Initial release.</li>
-      </ul></li>
+	  <li>
+	    Initial release.
+	  </li>
+	</ul>
+      </li>
     </ul>
+    
+    <p class="toplink">
+      [&nbsp;<a href="#top" title="Return to the top of this page.">Top
+      of Page</a>&nbsp;]
+    </p>
 
-    <p class="toplink">[&nbsp;<a href="#top" title="Return to the top of this page.">Top of Page</a>&nbsp;]</p>
-
     <h2><a name="bugs" class="invlink">Bug Reporting</a></h2>
 
-    <p>If you find a <a href="http://bugs.debian.org/src:usbmount" title="Bug reports for USBmount.">bug in USBmount</a>,
-    please <a href="http://www.debian.org/Bugs/Reporting" title="How to report a bug in Debian.">report it to the Debian <acronym title="Bug Tracking System">BTS</acronym></a>.</p>
+    <p>
+      If you find a
+      <a href="http://bugs.debian.org/src:usbmount" title="Bug reports for USBmount.">bug in
+	USBmount</a>, please
+      <a href="http://www.debian.org/Bugs/Reporting" title="How to
+		       report a bug in Debian.">report it to the
+		       Debian <acronym title="Bug Tracking
+		       System">BTS</acronym></a>.
+    </p>
 
-    <p class="toplink">[&nbsp;<a href="#top" title="Return to the top of this page.">Top of Page</a>&nbsp;]</p>
+    <p class="toplink">
+      [&nbsp;<a href="#top" title="Return to the top of this page.">Top
+      of Page</a>&nbsp;]
+    </p>
+
   </div>
 
   <div class="footer">
-    <p>Copyright &copy; 2004, 2005, 2007 <a href="http://www.zero-based.org/" title="Homepage of Martin Dickopp">Martin Dickopp</a>.<br />
-    The copyright holder gives unlimited permission to copy and/or distribute this file, with or without modifications, as long as this notice is preserved.<br />
-    Last modified @MODTIME at .</p>
+    <p>
+      Copyright &copy; 2004, 2005, 2007
+      <a href="http://www.zero-based.org/" title="Homepage of Martin
+      Dickopp">Martin Dickopp</a>.<br />
 
-    <p class="validator">[&nbsp;<a href="http://validator.w3.org/check?uri=http://usbmount.alioth.debian.org/" title="Validate this page.">Valid XHTML 1.0</a>&nbsp;|
-    <a href="http://jigsaw.w3.org/css-validator/validator?uri=http://usbmount.alioth.debian.org/style.css&amp;warning=2&amp;profile=css2" title="Validate the CSS used by this page.">Valid CSS</a>&nbsp;]</p>
+      The copyright holder gives unlimited permission to copy and/or
+      distribute this file, with or without modifications, as long as
+      this notice is preserved.<br />
+
+      Last modified @MODTIME at .
+    </p>
+
+    <p class="validator">
+      [&nbsp;<a href="http://validator.w3.org/check?uri=http://usbmount.alioth.debian.org/"
+		title="Validate this page.">Valid XHTML 1.0</a>&nbsp;|
+      <a href="http://jigsaw.w3.org/css-validator/validator?uri=http://usbmount.alioth.debian.org/style.css&amp;warning=2&amp;profile=css2"
+      title="Validate the CSS used by this page.">Valid CSS</a>&nbsp;]
+    </p>
   </div>
 </body>
 </html>




More information about the Usbmount-commit mailing list