linterna-magica-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linterna-magica-commit] [38] Add link to the microblog group at Identi.


From: Ivaylo Valkov
Subject: [linterna-magica-commit] [38] Add link to the microblog group at Identi.ca.
Date: Sat, 09 Apr 2011 10:07:57 +0000

Revision: 38
          
http://svn.sv.gnu.org/viewvc/?view=rev&root=linterna-magica&revision=38
Author:   valkov
Date:     2011-04-09 10:07:57 +0000 (Sat, 09 Apr 2011)
Log Message:
-----------
Add link to the microblog group at Identi.ca. Closes tasks #11059.

Ticket Links:
------------
    http://savannah.gnu.org/task/?11059

Modified Paths:
--------------
    trunk/src/lm_about.js
    trunk/src/lm_constructors.js

Modified: trunk/src/lm_about.js
===================================================================
--- trunk/src/lm_about.js       2011-04-08 13:20:04 UTC (rev 37)
+++ trunk/src/lm_about.js       2011-04-09 10:07:57 UTC (rev 38)
@@ -105,6 +105,14 @@
     p.appendChild(homepage);
     box.appendChild(p);
 
+    var microblog_link = this.pack_external_link(this.microblog_link,
+                                                this._("Linterna Mágica at 
Identi.ca"));
+
+    p = document.createElement("p");
+    p.appendChild(microblog_link);
+    box.appendChild(p);
+    
+
     // We want this for small objects. Scroll bars will be visible and
     // license and home page links accessible.
     if (!/youtube\.com/i.test(window.location.hostname))

Modified: trunk/src/lm_constructors.js
===================================================================
--- trunk/src/lm_constructors.js        2011-04-08 13:20:04 UTC (rev 37)
+++ trunk/src/lm_constructors.js        2011-04-09 10:07:57 UTC (rev 38)
@@ -240,6 +240,9 @@
     "http://e-valkov.org/linterna-magica";;
 // "http://localhost/lm";;
 
+LinternaMagica.prototype.microblog_link =
+    "https://identi.ca/group/linternamagica";;
+
 // This is filled during build from the Makefile
 LinternaMagica.prototype.copyrights = new Array();
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]