[Pcsclite-cvs-commit] r5167 - in /website: ccid.html index.html

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Sun Aug 22 11:09:09 UTC 2010


Author: rousseau
Date: Sun Aug 22 11:09:07 2010
New Revision: 5167

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=5167
Log:
Add flattr.com links

Modified:
    website/ccid.html
    website/index.html

Modified: website/ccid.html
URL: http://svn.debian.org/wsvn/pcsclite/website/ccid.html?rev=5167&op=diff
==============================================================================
--- website/ccid.html (original)
+++ website/ccid.html Sun Aug 22 11:09:07 2010
@@ -6,6 +6,19 @@
   <title>CCID free software driver</title>
   <meta name="description" content="CCID free software driver">
   <link rel="stylesheet" type="text/css" href="default.css">
+<script type="text/javascript">
+/* <![CDATA[ */
+    (function() {
+        var s = document.createElement('script'), t = document.getElementsByTagName('script')[0];
+
+        s.type = 'text/javascript';
+        s.async = true;
+        s.src = 'http://api.flattr.com/js/0.5.0/load.js?mode=auto';
+
+        t.parentNode.insertBefore(s, t);
+    })();
+/* ]]> */
+</script>
 </head>
 
 <body>
@@ -40,6 +53,9 @@
 	code.</li>
 
   </ul>
+
+<a class="FlattrButton" style="display:none;" rev="flattr;button:compact;"
+href="http://pcsclite.alioth.debian.org/ccid.html"></a>
 
   <h2>Licence</h2>
   <pre>
@@ -146,7 +162,7 @@
   <h3>Log</h3>
 
   <p>Then you shall generate a complete log.</p>
-  
+
   <ul>
 	  <li>Kill the <tt>pcscd</tt> process</li>
 
@@ -162,6 +178,9 @@
 	  send me the generated output</li>
 
   </ul>
+
+<a class="FlattrButton" style="display:none;" rev="flattr;button:compact;"
+href="http://pcsclite.alioth.debian.org/ccid.html"></a>
 
   <h2>Mailing list</h2>
 
@@ -204,6 +223,9 @@
 		available on the manufacturer web page described above.</li>
 	</ul>
 
+<a class="FlattrButton" style="display:none;" rev="flattr;button:compact;"
+href="http://pcsclite.alioth.debian.org/ccid.html"></a>
+
   <h2>CCID/ICCD readers</h2>
 
   <ul>
@@ -222,7 +244,7 @@
 
 	<h3><a name="MacOSX"></a>
 	<a href="#MacOSX">Mac OS X</a></h3>
-	
+
 	<h4>Leopard (10.5.6) and newer</h4>
 
 	<p>Apple now includes my CCID driver (version 1.3.8) since Leopard
@@ -292,7 +314,7 @@
 	<h3>Solaris</h3>
 
 	<p>The driver should work on Solaris.</p>
-	
+
 	<p>I can't test is myself so patches are welcome if needed.</p>
 
 	<p>You can find a <a
@@ -317,7 +339,7 @@
   src="http://www.debian.org/Pics/debian.png" alt="debian">
   </a> packages <a href=
   "http://packages.debian.org/libccid">libccid</a>
-  
+
   and <a href="http://fedoraproject.org/"><img
 	  src="https://fedoraproject.org/w/uploads/2/2d/Logo_fedoralogo.png"
 	  alt="logo fedora" width=200></a>
@@ -326,9 +348,9 @@
 	  href="http://download.fedora.redhat.com/pub/fedora/linux/development/">package.</a></p>
 
   <hr>
-  
+
   <pre> $Id$ </pre>
-	  
+
   <script type="text/javascript">
 var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
 document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));

Modified: website/index.html
URL: http://svn.debian.org/wsvn/pcsclite/website/index.html?rev=5167&op=diff
==============================================================================
--- website/index.html (original)
+++ website/index.html Sun Aug 22 11:09:07 2010
@@ -6,6 +6,19 @@
 	<meta name="description" content="pcsc lite">
 	<meta name="keywords" content="chipcard reader PCSC driver">
 	<link rel="stylesheet" type="text/css" href="default.css">
+<script type="text/javascript">
+/* <![CDATA[ */
+    (function() {
+        var s = document.createElement('script'), t = document.getElementsByTagName('script')[0];
+        
+        s.type = 'text/javascript';
+        s.async = true;
+        s.src = 'http://api.flattr.com/js/0.5.0/load.js?mode=auto';
+        
+        t.parentNode.insertBefore(s, t);
+    })();
+/* ]]> */
+</script>
 	</head>
 	<body>
 
@@ -35,6 +48,11 @@
 			</ul>
 
 			<li><a href="http://ludovicrousseau.blogspot.com/">Ludovic Rousseau blog</a> about PC/SC and smart cards</li>
+
+			<li><a class="FlattrButton" style="display:none;"
+				rev="flattr;button:compact;"
+				href="http://pcsclite.alioth.debian.org/"></a></li>
+
 		</ul>
 
 		<h3>Documentation</h3>
@@ -71,8 +89,13 @@
 			<li><tt>svn co
 				svn://svn.debian.org/pcsclite/trunk/Drivers/ccid</tt></li>
 			</ul>
+
+			<li><a class="FlattrButton" style="display:none;"
+				rev="flattr;button:compact;"
+				href="http://pcsclite.alioth.debian.org/"></a></li>
+
 		</ul>
-		
+
 		<h2>Related projects on Alioth</h2>
 
 		<ul>




More information about the Pcsclite-cvs-commit mailing list