[Pkg-privacy-commits] [xul-ext-monkeysphere] 209/296: update help.html and move common files out of locales

Ximin Luo infinity0 at moszumanska.debian.org
Mon Aug 24 07:39:41 UTC 2015


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

infinity0 pushed a commit to branch debian
in repository xul-ext-monkeysphere.

commit 8f6d5570b7c30b0a29c129276184ba3c0fa6a82d
Author: Jameson Rollins <jrollins at finestructure.net>
Date:   Sun Apr 25 17:25:06 2010 -0400

    update help.html and move common files out of locales
---
 chrome/{locale/en-US => content}/local.css  |  59 ++++-
 chrome/content/{logo.png => logo-small.png} | Bin
 chrome/content/logo.png                     | Bin 1631 -> 5536 bytes
 chrome/{locale/en-US => content}/title.png  | Bin
 chrome/locale/en-US/help.html               |  57 ++---
 chrome/locale/en-US/logo.png                | Bin 5536 -> 0 bytes
 chrome/locale/en-US/style.css               | 330 ----------------------------
 install.rdf                                 |   2 +-
 8 files changed, 72 insertions(+), 376 deletions(-)

diff --git a/chrome/locale/en-US/local.css b/chrome/content/local.css
similarity index 65%
rename from chrome/locale/en-US/local.css
rename to chrome/content/local.css
index b2d86c7..d96e89c 100644
--- a/chrome/locale/en-US/local.css
+++ b/chrome/content/local.css
@@ -1,11 +1,12 @@
 /* CSS for web.monkeysphere.info
 
-Copyright: 2008,2009
+Copyright: 2008,2009,2010
 
 Authors: 
-Dan Scott, 
+Dan Scott <danscott at riseup.net>,
+Micah Anderson <micah at riseup.net>,
 Daniel Kahn Gillmor <dkg at fifthhorseman.net>,
-Jameson Graef Rollins <jrollins at finestructure.net>,
+Jameson Rollins <jrollins at finestructure.net>,
 Jamie McClelland <jm at mayfirst.org>
 
 License: This stylesheet is licensed under the GNU GPL, version 3 or
@@ -19,22 +20,31 @@ The full text of the GPL can be found at:
 
 h1 {
   -moz-border-radius: 4px;
+  border: 2px solid #6F4B30;
   background-color: #B67B4E;
-  color: black;
+  color: #342316;
   display: block;
   font-weight: bold;
   padding: 0 0 0 10px;
-  font-size: 1.4em;
+  font-size: 1.7em;
 }
 
 h2 {
   -moz-border-radius: 4px;
+  border: 1px solid #6F4B30;
   background-color: #B67B4E;
-  color: black;
+  color: #342316;
   display: block;
+  font-size: 1.3em;
   font-weight: bold;
+  margin-top: 20px;
   padding: 0 0 0 10px;
-  font-size: 1.1em;
+}
+
+h3 {
+  padding: 0 0 0 10px;
+  color: #B07548;
+  font-size: 1em;
 }
 
 body {
@@ -78,7 +88,7 @@ pre {
 }
 
 table.sitenav {
-  border-bottom: 2px solid black;
+  border-bottom: 2px solid #6F4B30;
   padding: 0px;
   width: 100%;
   font-size: larger;
@@ -103,8 +113,11 @@ table.sitenav a {
 }
 
 table.sitenav span.selflink { 
+  -moz-border-radius: 2px;
+  border: 1px solid #6F4B30;
+  background-color: #B67B4E;
+  color: #342316;
   font-weight: bold;
-  text-decoration: underline;
   margin-right: 1em;
   font-variant: small-caps;
 }
@@ -127,8 +140,36 @@ div.actions {
   padding: 0;
 }
 
+# content {
+padding: 0 20px;
+}
+
 /* align main paragraphs to the right side of the monkey's finger */
 div#content > p { 
+  line-height: 22px;
   margin-left: 18px;
   margin-right: 5em;
 }
+
+/* only needed if we're doing footnotes... */
+sup {
+  font-size: 0.65em;
+  font-weight: bold;
+  vertical-align: text-top;
+}
+
+.footnotes {
+  margin-left: 18px;
+  margin-right: 5em;
+}
+
+/* FIXME: module needs to autogen these and put them in-line */
+#footnote-0:target {
+  background: #F6CBCE;
+}
+
+/* FIXME: yeah, this should not have to be here, sorry --mjg */
+#footnote-1:target {
+  background: #F6CBCE;
+}
+
diff --git a/chrome/content/logo.png b/chrome/content/logo-small.png
similarity index 100%
copy from chrome/content/logo.png
copy to chrome/content/logo-small.png
diff --git a/chrome/content/logo.png b/chrome/content/logo.png
index 1a550f3..5cc69eb 100644
Binary files a/chrome/content/logo.png and b/chrome/content/logo.png differ
diff --git a/chrome/locale/en-US/title.png b/chrome/content/title.png
similarity index 100%
rename from chrome/locale/en-US/title.png
rename to chrome/content/title.png
diff --git a/chrome/locale/en-US/help.html b/chrome/locale/en-US/help.html
index 326c10e..51d2428 100644
--- a/chrome/locale/en-US/help.html
+++ b/chrome/locale/en-US/help.html
@@ -2,64 +2,49 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml"><head>
 
-
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-<title>The Monkeysphere Project</title>
+<title>The Monkeysphere Project - Mozilla/Firefox/Iceweasel XUL Extension</title>
 
-<link rel="stylesheet" href="style.css" type="text/css" />
-<link rel="stylesheet" href="local.css" type="text/css" />
+<link rel="stylesheet" href="chrome://monkeysphere/content/local.css" type="text/css" />
 </head><body>
 
-<div class="header">
-<span>
-
-The Monkeysphere Project
-</span>
-
-</div>
-
-
-<div class="actions">
-</div>
-
-
-
 <div id="sidebar">
 <table class="sitenav" cellpadding="0" cellspacing="0">
 <colgroup span="1" width="120">
 </colgroup><tbody><tr>
-<td rowspan="2"><a href="http://web.monkeysphere.info/"><img class="logo" src="logo.png" alt="monkeysphere" /></a></td>
-<td><a href="http://web.monkeysphere.info/"><img class="title" src="title.png" alt="monkeysphere" /></a></td>
+<td rowspan="2">
+  <a href="http://web.monkeysphere.info/">
+  <img class="logo" src="chrome://monkeysphere/content/logo.png" alt="monkeysphere" style="border: 0;"/></a>
+</td>
+<td>
+  <a href="http://web.monkeysphere.info/"><img class="title"
+  src="chrome://monkeysphere/content/title.png" alt="monkeysphere" style="border: 0;"/></a>
+</td>
 </tr><tr>
 <td>
  
 </td>
 </tr>
 </tbody></table>
-
 </div>
 
 <div id="content">
-<h1>The Monkeysphere Project</h1>
 
-<p>The Monkeysphere project's goal is to extend OpenPGP's web of trust to
-new areas of the Internet to help us securely identify each other
-while we work online.</p>
+  <h1>The Monkeysphere Project XUL Extension</h1>
 
-<p>Specifically, monkeysphere currently offers a framework to leverage
-the OpenPGP web of trust for OpenSSH authentication.</p>
+  <p>The Monkeysphere project's goal is to extend OpenPGP's web of
+  trust to new areas of the Internet to help us securely identify each
+  other while we work online.</p>
 
-<p>In other words, it allows you to use secure shell as you normally do,
-but to identify yourself and the servers you administer or connect to
-with your OpenPGP keys.  OpenPGP keys are tracked via GnuPG, and
-monkeysphere manages the <code>known_hosts</code> and <code>authorized_keys</code> files
-used by OpenSSH for authentication, checking them for cryptographic
-validity.</p>
+  <p>This Mozilla/Firefox/Iceweasel XUL extension, along with a
+  Monkeysphere validation agent, will allow you to validate https web
+  sites that have been put on the OpenPGP web of trust.</p>
 
-<h2>Further Information</h2>
+  <h2>Further Information</h2>
 
-For further information, see <a href="http://monkeysphere.info/">monkeysphere.info</a>.
+  For further information, see <a href="http://monkeysphere.info/">monkeysphere.info</a>.
 
 </div>
 
-</body></html>
+</body>
+</html>
diff --git a/chrome/locale/en-US/logo.png b/chrome/locale/en-US/logo.png
deleted file mode 100644
index 5cc69eb..0000000
Binary files a/chrome/locale/en-US/logo.png and /dev/null differ
diff --git a/chrome/locale/en-US/style.css b/chrome/locale/en-US/style.css
deleted file mode 100644
index b985079..0000000
--- a/chrome/locale/en-US/style.css
+++ /dev/null
@@ -1,330 +0,0 @@
-/* ikiwiki style sheet */
-
-/* Note that instead of modifying this style sheet, you can instead edit
- * local.css and use it to override or change settings in this one.
- */
-
-.header {
-	margin: 0;
-	font-size: 22px;
-	font-weight: bold;
-	line-height: 1em;
-	display: block;
-}
-
-.author {
-	margin: 0;
-	font-size: 18px;
-	font-weight: bold;
-	display: block;
-}
-
-.actions ul {
-	margin: 0;
-	padding: 6px;
-	list-style-type: none;
-	border-bottom: 1px solid #000;
-}
-
-.inlinepage .actions ul {
-	border-bottom: 0;
-}
-
-.actions li {
-	display: inline;
-	padding: .2em .4em;
-}
-
-.tags {
-	clear: both;
-}
-
-#pageinfo {
-	clear: both;
-	margin: 1em 0;
-	border-top: 1px solid #000;
-}
-
-div.tags {
-	margin-top: 1em;
-}
-
-.mapparent {
-	text-decoration: none;
-}
-
-.img caption {
-	font-size: 80%;
-	caption-side: bottom;
-	text-align: center;
-}
-
-#backlinks {
-	margin-top: 1em;
-}
-
-#searchform {
-	display: inline;
-	float: right;
-}
-
-#editcontent {
-	width: 100%;
-}
-
-img {
-	border-style: none;
-}
-
-div.recentchanges {
-	border-style: solid;
-	border-width: 1px;
-	overflow: auto;
-	width: 100%;
-	background: #eee;
-	color: black !important;
-}
-.recentchanges .metadata {
-	padding: 0px 0.5em;
-}
-.recentchanges .changelog {
-	font-style: italic;
-	clear: both;
-	display: block;
-	padding: 1px 2px;
-	background: white !important;
-	color: black !important;
-}
-.recentchanges .desc {
-	display: none;
-}
-.recentchanges .diff {
-	display: none;
-}
-.recentchanges .committer {
-	float: left;
-	margin: 0;
-	width: 40%;
-}
-.recentchanges .committype {
-	float: left;
-	margin: 0;
-	width: 5%;
-	font-size: small;
-}
-.recentchanges .changedate {
-	float: left;
-	margin: 0;
-	width: 35%;
-	font-size: small;
-}
-.recentchanges .pagelinks {
-	float: right;
-	margin: 0;
-	width: 60%;
-}
-
-/* Used for adding a blog page. */
-#blogform {
-	padding: 10px 10px;
-	border: 1px solid #aaa;
-	background: #eee;
-	color: black !important;
-}
-
-.inlinepage {
-	padding: 10px 10px;
-	border: 1px solid #aaa;
-}
-
-.pagedate,
-.pagelicense,
-.pagecopyright {
-	clear: both;
-	font-style: italic;
-	display: block;
-	margin-top: 1em;
-}
-
-/* Used for invalid form fields. */
-.fb_invalid {
-	color: red;
-	background: white !important;
-}
-
-/* Used for required form fields. */
-.fb_required {
-	font-weight: bold;
-}
-
-/* Orange feed button. */
-.feedbutton {
-	background: #ff6600;
-	color: white !important;
-	border-left: 1px solid #cc9966;
-	border-top: 1px solid #ccaa99;
-	border-right: 1px solid #993300;
-	border-bottom: 1px solid #331100;
-	padding: 0px 0.5em 0px 0.5em;
-	font-family: sans-serif;
-	font-weight: bold;
-	font-size: small;
-	text-decoration: none;
-	margin-top: 1em;
-}
-.feedbutton:hover {
-	color: white !important;
-	background: #ff9900;
-}
-
-/* Tag cloud. */
-.pagecloud {
-	float: right;
-	width: 30%;
-	text-align: center;
-	padding: 10px 10px;
-	border: 1px solid #aaa;
-	background: #eee;
-	color: black !important;
-}
-.smallestPC { font-size: 70%; }
-.smallPC { font-size: 85%; }
-.normalPC { font-size: 100%; }
-.bigPC { font-size: 115%; }
-.biggestPC { font-size: 130%; }
-
-#sidebar {
-	line-height: 3ex;
-	width: 20ex;
-	float: right;
-	margin-left: 40px;
-	margin-bottom: 40px;
-	padding: 2ex 2ex;
-}
-
-/* outlines */
-li.L1 {
-	list-style: upper-roman;
-}
-li.L2 {
-	list-style: decimal;
-}
-li.L3 {
-	list-style: lower-alpha;
-}
-li.L4 {
-	list-style: disc;
-}
-li.L5 {
-	list-style: square;
-}
-li.L6 {
-	list-style: circle;
-}
-li.L7 {
-	list-style: lower-roman;
-}
-li.L8 {
-	list-style: upper-alpha;
-}
-
-hr.poll {
-	height: 10pt;
-	color: white !important;
-	background: #eee;
-	border: 2px solid black;
-}
-div.poll {
-	margin-top: 1ex;
-	margin-bottom: 1ex;
-	padding: 1ex 1ex;
-	border: 1px solid #aaa;
-}
-
-input#openid_url {
-	background: url(wikiicons/openidlogin-bg.gif) no-repeat;
-	background-color: #fff;
-	background-position: 0 50%;
-	color: #000;
-	padding-left: 18px;
-}
-
-/* Things to hide in printouts. */
- at media print {
-	.actions { display: none; }
-	.tags { display: none; }
-	.feedbutton { display: none; }
-	#searchform { display: none; }
-	#blogform { display: none; }
-	#backlinks { display: none; }
-}
-
-/* Provided for use by template plugin for floating info boxes. */
-.infobox {
-	float: right;
-	margin-left: 2ex;
-	margin-top: 1ex;
-	margin-bottom: 1ex;
-	padding: 1ex 1ex;
-	border: 1px solid #aaa;
-}
-
-/* Provided for use by template plugin for floating note boxes. */
-.notebox {
-	float: right;
-	margin-left: 2ex;
-	margin-top: 1ex;
-	margin-bottom: 1ex;
-	padding: 1ex 1ex;
-	border: 1px solid #aaa;
-	width: 25%
-}
-
-/* Used by the popup template and for backlinks hiding. */
-.popup {
-	border-bottom: 1px dotted #366;
-	color: #366;
-}
-.popup .balloon,
-.popup .paren,
-.popup .expand {
-	display: none;
-}
-.popup:hover .balloon,
-.popup:focus .balloon {
-	position: absolute;
-	display: inline;
-	margin: 1em 0 0 -2em;
-	padding: 0.625em;
-	border: 2px solid;
-	background-color: #dee;
-	color: black;
-	
-	/* Nonstandard, but very nice. */
-	opacity: 0.95;
-	-moz-opacity: 0.95;
-	filter: alpha(opacity=95);
-}
-
-/* Formbuilder styling */
-fieldset {
-	margin: 1ex 0;
-	border: 1px solid black;
-}
-legend {
-	padding: 0 1ex;
-}
-.fb_submit {
-	float: left;
-	margin: 2px 0;
-}
-#signin_openid_url_label {
-	float: left;
-	margin-right: 1ex;
-}
-#signin_openid {
-	padding: 10px 10px;
-	border: 1px solid #aaa;
-	background: #eee; 
-	color: black !important;
-}
diff --git a/install.rdf b/install.rdf
index 5bfbcc2..1518f98 100644
--- a/install.rdf
+++ b/install.rdf
@@ -32,7 +32,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
     <em:contributor>Jameson Graef Rollins</em:contributor>
     <em:contributor>Daniel Kahn Gillmor</em:contributor>
     <em:homepageURL>http://web.monkeysphere.info/validation-agent/</em:homepageURL>
-    <em:iconURL>chrome://monkeysphere/content/logo.png</em:iconURL>
+    <em:iconURL>chrome://monkeysphere/content/logo-small.png</em:iconURL>
  
     <!-- Firefox -->
     <em:targetApplication>   

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/xul-ext-monkeysphere.git



More information about the Pkg-privacy-commits mailing list