[Pcsclite-git-commit] [website] 01/03: Reader selection: add an examples page

Ludovic Rousseau rousseau at moszumanska.debian.org
Wed Oct 7 07:57:58 UTC 2015


This is an automated email from the git hooks/post-receive script.

rousseau pushed a commit to branch master
in repository website.

commit 7115fafd6375d3c61e218ff3a99b5ccfb4fc573e
Author: Ludovic Rousseau <ludovic.rousseau at free.fr>
Date:   Sun Oct 4 18:44:34 2015 +0200

    Reader selection: add an examples page
---
 select_readers/examples.html | 71 ++++++++++++++++++++++++++++++++++++++++++++
 select_readers/index.html    |  3 ++
 2 files changed, 74 insertions(+)

diff --git a/select_readers/examples.html b/select_readers/examples.html
new file mode 100644
index 0000000..2651917
--- /dev/null
+++ b/select_readers/examples.html
@@ -0,0 +1,71 @@
+<!DOCTYPE html>
+<html lang="en">
+    <head>
+        <meta charset="utf-8">
+        <meta http-equiv="X-UA-Compatible" content="IE=edge">
+        <meta name="viewport" content="width=device-width, initial-scale=1">
+        <title>Reader Selection</title>
+
+        <!-- Bootstrap -->
+        <link href="css/bootstrap.min.css" rel="stylesheet">
+
+        <!-- Custom styles for this template -->
+        <link href="css/jumbotron.css" rel="stylesheet">
+    </head>
+    <body>
+        <nav class="navbar navbar-inverse navbar-fixed-top">
+            <div class="container">
+                <div class="navbar-header">
+                    <a class="navbar-brand" href="../">MUSCLE project</a>
+                </div>
+                <div id="navbar" class="navbar-collapse collapse">
+                </div><!--/.navbar-collapse -->
+            </div>
+        </nav>
+
+        <div class="jumbotron">
+            <div class="container">
+                <h1>Reader selection</h1>
+                <p>Select the properties you want for your smart card reader and
+                    you will get the readers that match your selection.</p>
+            </div>
+        </div>
+
+        <div class="container">
+
+			<h1>Documentation</h1>
+
+			<p>I presented the service in <a href="http://ludovicrousseau.blogspot.fr/2015/09/reader-selection-find-smart-card-reader.html">"Reader Selection: find the
+			smart card reader you search"</a>.</p>
+
+			<h1>Examples</h1>
+
+			<ul>
+				<li><a href="index.html?features=contactless">Contactless readers</a></li>
+				<li><a href="index.html?features=PIN Verification">Pinpad readers</a></li>
+				<li><a href="index.html?bMaxSlotIndex≥1">readers with more that 1 slot</a></li>
+			</ul>
+
+			<hr>
+
+            <footer>
+                <p>© Ludovic Rousseau 2015, <a href="https://www.gnu.org/licenses/agpl-3.0.html">GNU Affero General Public License version 3</a></p>
+            </footer>
+        </div> <!-- /container -->
+
+        <script src="js/jquery-1.11.3.min.js"></script>
+        <script src="js/url.js"></script>
+        <script src="js/readers.js"></script>
+        <script src="js/bootstrap.min.js"></script>
+        <script src="js/main.js"></script>
+		<script>
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+  ga('create', 'UA-2404298-10', 'auto');
+  ga('send', 'pageview');
+		</script>
+    </body>
+</html>
diff --git a/select_readers/index.html b/select_readers/index.html
index 022c0cc..2d00635 100644
--- a/select_readers/index.html
+++ b/select_readers/index.html
@@ -33,6 +33,9 @@
 
         <div class="container">
 
+            <h1>Documentation</h1>
+			<p><a href="examples.html">Documentation et examples</a></p>
+
             <h1>Filters</h1>
             <form id="target">
                 <select id="selector">

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pcsclite/website.git



More information about the Pcsclite-cvs-commit mailing list