[Pcsclite-cvs-commit] r3347 - /website/supported.template

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Mon Mar 16 12:18:19 UTC 2009


Author: rousseau
Date: Mon Mar 16 12:18:19 2009
New Revision: 3347

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=3347
Log:
template

Added:
    website/supported.template

Added: website/supported.template
URL: http://svn.debian.org/wsvn/pcsclite/website/supported.template?rev=3347&op=file
==============================================================================
--- website/supported.template (added)
+++ website/supported.template Mon Mar 16 12:18:19 2009
@@ -1,0 +1,45 @@
+<?xml version="1.0" encoding="UTF-8"?>                                      
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
+
+<!--
+    Auteur           : Ludovic Rousseau <ludovic.rousseau at free.fr>
+    Date de création : 13 mar 2009
+-->
+
+<html>
+  <head>
+    <title>Supported CCID readers</title>
+    <meta name="author" lang="en" content="list of supported CCID readers" />
+    <link rel="stylesheet" type="text/css" href="default.css" />
+  </head>
+
+  <body>
+
+    <h1>Supported CCID/ICCD readers</h1>
+
+    <h2>If you are a reader manufacturer and your reader is not listed here</h2>
+
+    <p>then contact <a href="mailto:ludovic.rousseau at free.fr">me</a>.</p>
+
+    <h2>List in alphabetical order</h2>
+    {contents}
+
+    {manufacturer}
+    <h3>%manufacturer%</h3>
+    {/manufacturer}
+
+    {reader}
+    <ul>
+      <li><p><a href="%url%">%product%</a></p>
+      <p><img src="%image%" alt="%manufacturer% %product%"></p></li>
+    </ul>
+    {/reader}
+
+    {/contents}
+    <hr>
+    <p>Generated on %date%.</p>
+
+  </body>
+</html>
+
+




More information about the Pcsclite-cvs-commit mailing list