You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@steve.apache.org by pi...@apache.org on 2016/01/11 10:37:22 UTC

svn commit: r1723994 - in /steve/trunk/pysteve/www/htdocs: ./ admin/

Author: pierresmits
Date: Mon Jan 11 09:37:21 2016
New Revision: 1723994

URL: http://svn.apache.org/viewvc?rev=1723994&view=rev
Log:
[STeVe-28] Have STeVe work better with modern browse devices.
- adding meta tags for description, generator and viewport

Modified:
    steve/trunk/pysteve/www/htdocs/admin/add_issue.html
    steve/trunk/pysteve/www/htdocs/admin/close.html
    steve/trunk/pysteve/www/htdocs/admin/create_election.html
    steve/trunk/pysteve/www/htdocs/admin/edit_basedata.html
    steve/trunk/pysteve/www/htdocs/admin/edit_election.html
    steve/trunk/pysteve/www/htdocs/admin/edit_issue.html
    steve/trunk/pysteve/www/htdocs/admin/index.html
    steve/trunk/pysteve/www/htdocs/admin/invite.html
    steve/trunk/pysteve/www/htdocs/admin/reopen.html
    steve/trunk/pysteve/www/htdocs/admin/tally.html
    steve/trunk/pysteve/www/htdocs/ballot_ap.html
    steve/trunk/pysteve/www/htdocs/ballot_cop.html
    steve/trunk/pysteve/www/htdocs/ballot_dh.html
    steve/trunk/pysteve/www/htdocs/ballot_fic.html
    steve/trunk/pysteve/www/htdocs/ballot_fpp.html
    steve/trunk/pysteve/www/htdocs/ballot_mntv.html
    steve/trunk/pysteve/www/htdocs/ballot_stv.html
    steve/trunk/pysteve/www/htdocs/ballot_yna.html
    steve/trunk/pysteve/www/htdocs/bulk_yna.html
    steve/trunk/pysteve/www/htdocs/election.html
    steve/trunk/pysteve/www/htdocs/index.html
    steve/trunk/pysteve/www/htdocs/monitor.html
    steve/trunk/pysteve/www/htdocs/request_link.html

Modified: steve/trunk/pysteve/www/htdocs/admin/add_issue.html
URL: http://svn.apache.org/viewvc/steve/trunk/pysteve/www/htdocs/admin/add_issue.html?rev=1723994&r1=1723993&r2=1723994&view=diff
==============================================================================
--- steve/trunk/pysteve/www/htdocs/admin/add_issue.html (original)
+++ steve/trunk/pysteve/www/htdocs/admin/add_issue.html Mon Jan 11 09:37:21 2016
@@ -6,7 +6,10 @@
 <script src="/js/steve_rest.js" type="text/javascript"></script>
 <script src="/js/jquery.js" type="text/javascript"></script>
 <script src="/js/jquery-ui.js" type="text/javascript"></script>
-<title>Add issue</title>
+<title>Apache STeVe: Add issue</title>
+    <meta name="description" content="Apache STeve is a community voting solution, and in use by the ASF.">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <meta name="generator" content="Apache STeVe">
 </head>
 <body onload="
        document.getElementById('iid').value = parseInt(Math.random()*987654321).toString(16).toLowerCase();

Modified: steve/trunk/pysteve/www/htdocs/admin/close.html
URL: http://svn.apache.org/viewvc/steve/trunk/pysteve/www/htdocs/admin/close.html?rev=1723994&r1=1723993&r2=1723994&view=diff
==============================================================================
--- steve/trunk/pysteve/www/htdocs/admin/close.html (original)
+++ steve/trunk/pysteve/www/htdocs/admin/close.html Mon Jan 11 09:37:21 2016
@@ -6,7 +6,10 @@
 <script src="/js/steve_rest.js" type="text/javascript"></script>
 <script src="/js/jquery.js" type="text/javascript"></script>
 <script src="/js/jquery-ui.js" type="text/javascript"></script>
-<title>Close election</title>
+<title>Apache STeVe: Close election</title>
+    <meta name="description" content="Apache STeve is a community voting solution, and in use by the ASF.">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <meta name="generator" content="Apache STeVe">
 </head>
 <body>
     <div id="popups"></div>

Modified: steve/trunk/pysteve/www/htdocs/admin/create_election.html
URL: http://svn.apache.org/viewvc/steve/trunk/pysteve/www/htdocs/admin/create_election.html?rev=1723994&r1=1723993&r2=1723994&view=diff
==============================================================================
--- steve/trunk/pysteve/www/htdocs/admin/create_election.html (original)
+++ steve/trunk/pysteve/www/htdocs/admin/create_election.html Mon Jan 11 09:37:21 2016
@@ -6,7 +6,10 @@
 <script src="/js/steve_rest.js" type="text/javascript"></script>
 <script src="/js/jquery.js" type="text/javascript"></script>
 <script src="/js/jquery-ui.js" type="text/javascript"></script>
-<title>Create a new election</title>
+<title>Apache STeVe: Create a new election</title>
+    <meta name="description" content="Apache STeve is a community voting solution, and in use by the ASF.">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <meta name="generator" content="Apache STeVe">
 </head>
 <body onload="document.getElementById('eid').value = parseInt(Math.random()*987654321).toString(16);">
     <div id="popups"></div>

Modified: steve/trunk/pysteve/www/htdocs/admin/edit_basedata.html
URL: http://svn.apache.org/viewvc/steve/trunk/pysteve/www/htdocs/admin/edit_basedata.html?rev=1723994&r1=1723993&r2=1723994&view=diff
==============================================================================
--- steve/trunk/pysteve/www/htdocs/admin/edit_basedata.html (original)
+++ steve/trunk/pysteve/www/htdocs/admin/edit_basedata.html Mon Jan 11 09:37:21 2016
@@ -6,7 +6,10 @@
 <script src="/js/steve_rest.js" type="text/javascript"></script>
 <script src="/js/jquery.js" type="text/javascript"></script>
 <script src="/js/jquery-ui.js" type="text/javascript"></script>
-<title>Edit election base data</title>
+<title>Apache STeVe: Edit election base data</title>
+    <meta name="description" content="Apache STeve is a community voting solution, and in use by the ASF.">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <meta name="generator" content="Apache STeVe">
 </head>
 <body onload="window.setTimeout(loadBasedataAdmin, 350);">
     <div id="popups"></div>

Modified: steve/trunk/pysteve/www/htdocs/admin/edit_election.html
URL: http://svn.apache.org/viewvc/steve/trunk/pysteve/www/htdocs/admin/edit_election.html?rev=1723994&r1=1723993&r2=1723994&view=diff
==============================================================================
--- steve/trunk/pysteve/www/htdocs/admin/edit_election.html (original)
+++ steve/trunk/pysteve/www/htdocs/admin/edit_election.html Mon Jan 11 09:37:21 2016
@@ -6,7 +6,10 @@
 <script src="/js/steve_rest.js" type="text/javascript"></script>
 <script src="/js/jquery.js" type="text/javascript"></script>
 <script src="/js/jquery-ui.js" type="text/javascript"></script>
-<title>Edit election</title>
+<title>Apache STeVe: Edit election</title>
+    <meta name="description" content="Apache STeve is a community voting solution, and in use by the ASF.">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <meta name="generator" content="Apache STeVe">
 </head>
 <body onload="window.setTimeout(loadAdminElectionData, 350);">
     <div id="popups"></div>

Modified: steve/trunk/pysteve/www/htdocs/admin/edit_issue.html
URL: http://svn.apache.org/viewvc/steve/trunk/pysteve/www/htdocs/admin/edit_issue.html?rev=1723994&r1=1723993&r2=1723994&view=diff
==============================================================================
--- steve/trunk/pysteve/www/htdocs/admin/edit_issue.html (original)
+++ steve/trunk/pysteve/www/htdocs/admin/edit_issue.html Mon Jan 11 09:37:21 2016
@@ -6,7 +6,10 @@
 <script src="/js/steve_rest.js" type="text/javascript"></script>
 <script src="/js/jquery.js" type="text/javascript"></script>
 <script src="/js/jquery-ui.js" type="text/javascript"></script>
-<title>Edit an issue</title>
+<title>Apache STeVe: Edit an issue</title>
+    <meta name="description" content="Apache STeve is a community voting solution, and in use by the ASF.">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <meta name="generator" content="Apache STeVe">
 </head>
 <body onload="window.setTimeout(loadIssueAdmin, 350);">
     <div id="popups"></div>

Modified: steve/trunk/pysteve/www/htdocs/admin/index.html
URL: http://svn.apache.org/viewvc/steve/trunk/pysteve/www/htdocs/admin/index.html?rev=1723994&r1=1723993&r2=1723994&view=diff
==============================================================================
--- steve/trunk/pysteve/www/htdocs/admin/index.html (original)
+++ steve/trunk/pysteve/www/htdocs/admin/index.html Mon Jan 11 09:37:21 2016
@@ -6,8 +6,10 @@
 <script src="/js/steve_rest.js" type="text/javascript"></script>
 <script src="/js/jquery.js" type="text/javascript"></script>
 <script src="/js/jquery-ui.js" type="text/javascript"></script>
-
-<title>STeVe administration</title>
+<title>Apache STeVe:  Administration</title>
+    <meta name="description" content="Apache STeve is a community voting solution, and in use by the ASF.">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <meta name="generator" content="Apache STeVe">
 </head>
 <body onload="getJSON('/steve/admin/list', null, showElections);">
     <div id="popups"></div>

Modified: steve/trunk/pysteve/www/htdocs/admin/invite.html
URL: http://svn.apache.org/viewvc/steve/trunk/pysteve/www/htdocs/admin/invite.html?rev=1723994&r1=1723993&r2=1723994&view=diff
==============================================================================
--- steve/trunk/pysteve/www/htdocs/admin/invite.html (original)
+++ steve/trunk/pysteve/www/htdocs/admin/invite.html Mon Jan 11 09:37:21 2016
@@ -45,7 +45,10 @@
         }
     }
 </script>
-<title>Invite people</title>
+<title>Apache STeVe: Invite people</title>
+    <meta name="description" content="Apache STeve is a community voting solution, and in use by the ASF.">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <meta name="generator" content="Apache STeVe">
 </head>
 <body onload="seedInvite('closed');">
        <p style="text-align: center;">

Modified: steve/trunk/pysteve/www/htdocs/admin/reopen.html
URL: http://svn.apache.org/viewvc/steve/trunk/pysteve/www/htdocs/admin/reopen.html?rev=1723994&r1=1723993&r2=1723994&view=diff
==============================================================================
--- steve/trunk/pysteve/www/htdocs/admin/reopen.html (original)
+++ steve/trunk/pysteve/www/htdocs/admin/reopen.html Mon Jan 11 09:37:21 2016
@@ -6,7 +6,10 @@
 <script src="/js/steve_rest.js" type="text/javascript"></script>
 <script src="/js/jquery.js" type="text/javascript"></script>
 <script src="/js/jquery-ui.js" type="text/javascript"></script>
-<title>Reopen election</title>
+<title>Apache STeVe: Reopen election</title>
+    <meta name="description" content="Apache STeve is a community voting solution, and in use by the ASF.">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <meta name="generator" content="Apache STeVe">
 </head>
 <body>
     <div id="popups"></div>

Modified: steve/trunk/pysteve/www/htdocs/admin/tally.html
URL: http://svn.apache.org/viewvc/steve/trunk/pysteve/www/htdocs/admin/tally.html?rev=1723994&r1=1723993&r2=1723994&view=diff
==============================================================================
--- steve/trunk/pysteve/www/htdocs/admin/tally.html (original)
+++ steve/trunk/pysteve/www/htdocs/admin/tally.html Mon Jan 11 09:37:21 2016
@@ -6,7 +6,10 @@
 <script src="/js/steve_rest.js" type="text/javascript"></script>
 <script src="/js/jquery.js" type="text/javascript"></script>
 <script src="/js/jquery-ui.js" type="text/javascript"></script>
-<title>Tally votes</title>
+<title>Apache STeVe: Tally votes</title>
+    <meta name="description" content="Apache STeve is a community voting solution, and in use by the ASF.">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <meta name="generator" content="Apache STeVe">
 </head>
 <body onload="window.setTimeout(loadTally, 350);">
     <div id="popups"></div>

Modified: steve/trunk/pysteve/www/htdocs/ballot_ap.html
URL: http://svn.apache.org/viewvc/steve/trunk/pysteve/www/htdocs/ballot_ap.html?rev=1723994&r1=1723993&r2=1723994&view=diff
==============================================================================
--- steve/trunk/pysteve/www/htdocs/ballot_ap.html (original)
+++ steve/trunk/pysteve/www/htdocs/ballot_ap.html Mon Jan 11 09:37:21 2016
@@ -9,6 +9,9 @@
 <script src="js/jquery.js" type="text/javascript"></script>
 <script src="js/jquery-ui.js" type="text/javascript"></script>
 <title>Apache STeVe: ASF PMC style vote</title>
+    <meta name="description" content="Apache STeve is a community voting solution, and in use by the ASF.">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <meta name="generator" content="Apache STeVe">
 
 </head>
 <body onload="window.setTimeout(loadIssue, 350, null, null, null, displayIssueAP);">

Modified: steve/trunk/pysteve/www/htdocs/ballot_cop.html
URL: http://svn.apache.org/viewvc/steve/trunk/pysteve/www/htdocs/ballot_cop.html?rev=1723994&r1=1723993&r2=1723994&view=diff
==============================================================================
--- steve/trunk/pysteve/www/htdocs/ballot_cop.html (original)
+++ steve/trunk/pysteve/www/htdocs/ballot_cop.html Mon Jan 11 09:37:21 2016
@@ -9,6 +9,9 @@
 <script src="js/jquery.js" type="text/javascript"></script>
 <script src="js/jquery-ui.js" type="text/javascript"></script>
 <title>Apache STeVe: Candidate or Party vote</title>
+    <meta name="description" content="Apache STeve is a community voting solution, and in use by the ASF.">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <meta name="generator" content="Apache STeVe">
 
 </head>
 <body onload="window.setTimeout(loadIssue, 350, null, null, null, displayIssueCOP);">

Modified: steve/trunk/pysteve/www/htdocs/ballot_dh.html
URL: http://svn.apache.org/viewvc/steve/trunk/pysteve/www/htdocs/ballot_dh.html?rev=1723994&r1=1723993&r2=1723994&view=diff
==============================================================================
--- steve/trunk/pysteve/www/htdocs/ballot_dh.html (original)
+++ steve/trunk/pysteve/www/htdocs/ballot_dh.html Mon Jan 11 09:37:21 2016
@@ -9,6 +9,9 @@
 <script src="js/jquery.js" type="text/javascript"></script>
 <script src="js/jquery-ui.js" type="text/javascript"></script>
 <title>Apache STeVe: D'Hondt vote</title>
+    <meta name="description" content="Apache STeve is a community voting solution, and in use by the ASF.">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <meta name="generator" content="Apache STeVe">
 
 </head>
 <body onload="window.setTimeout(loadIssue, 350, null, null, null, displayIssueDH);">

Modified: steve/trunk/pysteve/www/htdocs/ballot_fic.html
URL: http://svn.apache.org/viewvc/steve/trunk/pysteve/www/htdocs/ballot_fic.html?rev=1723994&r1=1723993&r2=1723994&view=diff
==============================================================================
--- steve/trunk/pysteve/www/htdocs/ballot_fic.html (original)
+++ steve/trunk/pysteve/www/htdocs/ballot_fic.html Mon Jan 11 09:37:21 2016
@@ -7,6 +7,9 @@
 <script src="js/steve_rest.js" type="text/javascript"></script>
 <script src="js/steve_stv.js" type="text/javascript"></script>
 <title>Apache STeVe: FiC Voting</title>
+    <meta name="description" content="Apache STeve is a community voting solution, and in use by the ASF.">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <meta name="generator" content="Apache STeVe">
 
 </head>
 <body onload="window.setTimeout(loadIssue, 350, null, null, null, displayIssueSTV, 'mntv');">

Modified: steve/trunk/pysteve/www/htdocs/ballot_fpp.html
URL: http://svn.apache.org/viewvc/steve/trunk/pysteve/www/htdocs/ballot_fpp.html?rev=1723994&r1=1723993&r2=1723994&view=diff
==============================================================================
--- steve/trunk/pysteve/www/htdocs/ballot_fpp.html (original)
+++ steve/trunk/pysteve/www/htdocs/ballot_fpp.html Mon Jan 11 09:37:21 2016
@@ -9,6 +9,9 @@
 <script src="js/jquery.js" type="text/javascript"></script>
 <script src="js/jquery-ui.js" type="text/javascript"></script>
 <title>Apache STeVe: D'Hondt vote</title>
+    <meta name="description" content="Apache STeve is a community voting solution, and in use by the ASF.">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <meta name="generator" content="Apache STeVe">
 
 </head>
 <body onload="window.setTimeout(loadIssue, 350, null, null, null, displayIssueDH);">

Modified: steve/trunk/pysteve/www/htdocs/ballot_mntv.html
URL: http://svn.apache.org/viewvc/steve/trunk/pysteve/www/htdocs/ballot_mntv.html?rev=1723994&r1=1723993&r2=1723994&view=diff
==============================================================================
--- steve/trunk/pysteve/www/htdocs/ballot_mntv.html (original)
+++ steve/trunk/pysteve/www/htdocs/ballot_mntv.html Mon Jan 11 09:37:21 2016
@@ -7,6 +7,9 @@
 <script src="js/steve_rest.js" type="text/javascript"></script>
 <script src="js/steve_stv.js" type="text/javascript"></script>
 <title>Apache STeVe: MNTV Voting</title>
+    <meta name="description" content="Apache STeve is a community voting solution, and in use by the ASF.">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <meta name="generator" content="Apache STeVe">
 
 </head>
 <body onload="window.setTimeout(loadIssue, 350, null, null, null, displayIssueSTV, 'mntv');">

Modified: steve/trunk/pysteve/www/htdocs/ballot_stv.html
URL: http://svn.apache.org/viewvc/steve/trunk/pysteve/www/htdocs/ballot_stv.html?rev=1723994&r1=1723993&r2=1723994&view=diff
==============================================================================
--- steve/trunk/pysteve/www/htdocs/ballot_stv.html (original)
+++ steve/trunk/pysteve/www/htdocs/ballot_stv.html Mon Jan 11 09:37:21 2016
@@ -7,6 +7,9 @@
 <script src="js/steve_rest.js" type="text/javascript"></script>
 <script src="js/steve_stv.js" type="text/javascript"></script>
 <title>Apache STeVe: STV Voting</title>
+    <meta name="description" content="Apache STeve is a community voting solution, and in use by the ASF.">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <meta name="generator" content="Apache STeVe">
 
 </head>
 <body onload="window.setTimeout(loadIssue, 350, null, null, null, displayIssueSTV);">

Modified: steve/trunk/pysteve/www/htdocs/ballot_yna.html
URL: http://svn.apache.org/viewvc/steve/trunk/pysteve/www/htdocs/ballot_yna.html?rev=1723994&r1=1723993&r2=1723994&view=diff
==============================================================================
--- steve/trunk/pysteve/www/htdocs/ballot_yna.html (original)
+++ steve/trunk/pysteve/www/htdocs/ballot_yna.html Mon Jan 11 09:37:21 2016
@@ -9,6 +9,9 @@
 <script src="js/jquery.js" type="text/javascript"></script>
 <script src="js/jquery-ui.js" type="text/javascript"></script>
 <title>Apache STeVe: YNA vote</title>
+    <meta name="description" content="Apache STeve is a community voting solution, and in use by the ASF.">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <meta name="generator" content="Apache STeVe">
 
 </head>
 <body onload="window.setTimeout(loadIssue, 350, null, null, null, displayIssueYNA);">

Modified: steve/trunk/pysteve/www/htdocs/bulk_yna.html
URL: http://svn.apache.org/viewvc/steve/trunk/pysteve/www/htdocs/bulk_yna.html?rev=1723994&r1=1723993&r2=1723994&view=diff
==============================================================================
--- steve/trunk/pysteve/www/htdocs/bulk_yna.html (original)
+++ steve/trunk/pysteve/www/htdocs/bulk_yna.html Mon Jan 11 09:37:21 2016
@@ -8,6 +8,9 @@
 <script src="js/jquery.js" type="text/javascript"></script>
 <script src="js/jquery-ui.js" type="text/javascript"></script>
 <title>Apache STeVe: Bulk voting</title>
+    <meta name="description" content="Apache STeve is a community voting solution, and in use by the ASF.">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <meta name="generator" content="Apache STeVe">
 
 </head>
 <body onload="window.setTimeout(loadElection, 350, null, null, renderElectionBulk);">

Modified: steve/trunk/pysteve/www/htdocs/election.html
URL: http://svn.apache.org/viewvc/steve/trunk/pysteve/www/htdocs/election.html?rev=1723994&r1=1723993&r2=1723994&view=diff
==============================================================================
--- steve/trunk/pysteve/www/htdocs/election.html (original)
+++ steve/trunk/pysteve/www/htdocs/election.html Mon Jan 11 09:37:21 2016
@@ -8,6 +8,9 @@
 <script src="js/jquery.js" type="text/javascript"></script>
 <script src="js/jquery-ui.js" type="text/javascript"></script>
 <title>Apache STeVe: Election viewer</title>
+    <meta name="description" content="Apache STeve is a community voting solution, and in use by the ASF.">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <meta name="generator" content="Apache STeVe">
 
 </head>
 <body onload="window.setTimeout(loadElection, 350, null, null, renderElectionFrontpage);">

Modified: steve/trunk/pysteve/www/htdocs/index.html
URL: http://svn.apache.org/viewvc/steve/trunk/pysteve/www/htdocs/index.html?rev=1723994&r1=1723993&r2=1723994&view=diff
==============================================================================
--- steve/trunk/pysteve/www/htdocs/index.html (original)
+++ steve/trunk/pysteve/www/htdocs/index.html Mon Jan 11 09:37:21 2016
@@ -1,8 +1,12 @@
  <!DOCTYPE HTML>
 <html>
-<head>
-<link rel="stylesheet" href="/css/steve_interactive.css">
-<title>Apache STeVe</title>
+    <head>
+    <title>Apache STeVe</title>
+    <link rel="stylesheet" href="/css/steve_interactive.css">
+    
+    <meta name="description" content="Apache STeve is a community voting solution, and in use by the ASF.">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <meta name="generator" content="Apache STeVe">
 </head>
 <body>
     <p style="text-align: center;">

Modified: steve/trunk/pysteve/www/htdocs/monitor.html
URL: http://svn.apache.org/viewvc/steve/trunk/pysteve/www/htdocs/monitor.html?rev=1723994&r1=1723993&r2=1723994&view=diff
==============================================================================
--- steve/trunk/pysteve/www/htdocs/monitor.html (original)
+++ steve/trunk/pysteve/www/htdocs/monitor.html Mon Jan 11 09:37:21 2016
@@ -3,7 +3,10 @@
 <head>
 <link rel="stylesheet" href="/css/steve_interactive.css">
 <script src="/js/steve_monitor.js" type="text/javascript"></script>
-<title>Election monitor</title>
+<title>Apache STeVe: Election monitor</title>
+    <meta name="description" content="Apache STeve is a community voting solution, and in use by the ASF.">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <meta name="generator" content="Apache STeVe">
 </head>
 <body onload="window.setTimeout(getIssues, 350);">
     <div id="popups"></div>

Modified: steve/trunk/pysteve/www/htdocs/request_link.html
URL: http://svn.apache.org/viewvc/steve/trunk/pysteve/www/htdocs/request_link.html?rev=1723994&r1=1723993&r2=1723994&view=diff
==============================================================================
--- steve/trunk/pysteve/www/htdocs/request_link.html (original)
+++ steve/trunk/pysteve/www/htdocs/request_link.html Mon Jan 11 09:37:21 2016
@@ -22,7 +22,9 @@
     }
 </script>
 <title>Apache STeVe: Request link</title>
-
+    <meta name="description" content="Apache STeve is a community voting solution, and in use by the ASF.">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <meta name="generator" content="Apache STeVe">
 </head>
 <body onload="getJSON('/steve/voter/peek/' + document.location.search.substr(1), null, electionCallback)" > 
     <p style="text-align: center;">