[Pcsclite-cvs-commit] r3389 - in /website: matrix.py shouldwork.template unsupported.template

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Thu Mar 26 15:30:48 UTC 2009


Author: rousseau
Date: Thu Mar 26 15:30:47 2009
New Revision: 3389

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=3389
Log:
add shouldwork and unsupported web pages generation

Added:
    website/shouldwork.template
    website/unsupported.template
Modified:
    website/matrix.py

Modified: website/matrix.py
URL: http://svn.debian.org/wsvn/pcsclite/website/matrix.py?rev=3389&op=diff
==============================================================================
--- website/matrix.py (original)
+++ website/matrix.py Thu Mar 26 15:30:47 2009
@@ -155,3 +155,5 @@
     check_list(path, reader_list)
 
     generate_page("supported", supported_readers)
+    generate_page("shouldwork", shouldwork_readers)
+    generate_page("unsupported", unsupported_readers)

Added: website/shouldwork.template
URL: http://svn.debian.org/wsvn/pcsclite/website/shouldwork.template?rev=3389&op=file
==============================================================================
--- website/shouldwork.template (added)
+++ website/shouldwork.template Thu Mar 26 15:30:47 2009
@@ -1,0 +1,61 @@
+<?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>Should work but untested by me</title>
+    <meta name="author" lang="en" content="list of supported CCID readers" />
+    <link rel="stylesheet" type="text/css" href="default.css" />
+  </head>
+
+  <body>
+
+    <h1>Should work but untested by me</h1>
+
+    <p>The CCID readers and ICCD tokens listed bellow should work with
+        the driver but have not be validated by me.</p>
+
+    <h2>List in alphabetical order of manufacturer</h2>
+    {contents}
+
+    {manufacturer}
+    <h3>%manufacturer%</h3>
+    {/manufacturer}
+
+    {reader}
+    <ul>
+        <li>
+            <a name="%idVendor%%idProduct%"></a>
+            <p><a href="#%idVendor%%idProduct%">%product%</a></p>
+          <p><img src="%image%" alt="%manufacturer% %product%"></p>
+          %contents%
+      </li>
+    </ul>
+    {/reader}
+
+        {note}
+        <p><span class="note">%contents%</span></p>
+        {/note}
+
+        {url}
+        <p><span class="url">Manufacturer URL: <a
+                    href="%url%">%manufacturer% %product%</a></span></p>
+        {/url}
+
+        {features}
+        <p><span class="features">Features: %features%</span></p>
+        {/features}
+
+    {/contents}
+    <hr>
+    <p>Generated on %date%.</p>
+
+  </body>
+</html>
+
+

Added: website/unsupported.template
URL: http://svn.debian.org/wsvn/pcsclite/website/unsupported.template?rev=3389&op=file
==============================================================================
--- website/unsupported.template (added)
+++ website/unsupported.template Thu Mar 26 15:30:47 2009
@@ -1,0 +1,60 @@
+<?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>Unsupported or partly 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>Unsupported or partly supported CCID readers</h1>
+
+      <p>These readers have bugs or other problems.</p>
+
+    <h2>List in alphabetical order of manufacturer</h2>
+    {contents}
+
+    {manufacturer}
+    <h3>%manufacturer%</h3>
+    {/manufacturer}
+
+    {reader}
+    <ul>
+        <li>
+            <a name="%idVendor%%idProduct%"></a>
+            <p><a href="#%idVendor%%idProduct%">%product%</a></p>
+          <p><img src="%image%" alt="%manufacturer% %product%"></p>
+          %contents%
+      </li>
+    </ul>
+    {/reader}
+
+        {note}
+        <p><span class="note">%contents%</span></p>
+        {/note}
+
+        {url}
+        <p><span class="url">Manufacturer URL: <a
+                    href="%url%">%manufacturer% %product%</a></span></p>
+        {/url}
+
+        {features}
+        <p><span class="features">Features: %features%</span></p>
+        {/features}
+
+    {/contents}
+    <hr>
+    <p>Generated on %date%.</p>
+
+  </body>
+</html>
+
+




More information about the Pcsclite-cvs-commit mailing list