changeset 32:aa3802c3fe2a

Added code illuminated docs.
author Atul Varma <varmaa@toolness.com>
date Tue, 03 Mar 2009 10:09:25 -0800
parents 66765faeeb86
children ea5794bfb0ac
files about-mozilla.js docs.html
diffstat 2 files changed, 41 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/about-mozilla.js	Tue Mar 03 07:17:33 2009 -0800
+++ b/about-mozilla.js	Tue Mar 03 10:09:25 2009 -0800
@@ -1,3 +1,7 @@
+// = Planet Ubiquity Code =
+//
+// This is the JavaScript source code for the Planet Ubiquity Redesign.
+
 var BUILDBOT_BASE = "http://ubiquity.mozilla.com/buildbot/";
 var HG_BASE = "https://ubiquity.mozilla.com/hg/ubiquity-firefox/";
 
@@ -100,7 +104,8 @@
    processFeed: processBlogFeed,
    entries: 10},
   {name: "Bugs",
-   url: "https://ubiquity.mozilla.com/trac/timeline?ticket=on&milestone=on&wiki=on&max=50&daysback=90&format=rss",
+   url: ("https://ubiquity.mozilla.com/trac/timeline?ticket=on" +
+         "&milestone=on&wiki=on&max=50&daysback=90&format=rss"),
    processFeed: processBlogFeed,
    entries: 10},
   {name: "Code",
@@ -108,11 +113,13 @@
    processFeed: processHgFeed,
    entries: 15},
   {name: "Discussions",
-   url: "http://groups.google.com/group/ubiquity-firefox/feed/rss_v2_0_msgs.xml",
+   url: ("http://groups.google.com/group/ubiquity-firefox/feed/" +
+         "rss_v2_0_msgs.xml"),
    processFeed: processBlogFeed,
    entries: 30},
   {name: "Support",
-   url: "http://getsatisfaction.com/mozilla/products/mozilla_ubiquity.rss?sort=recently_created",
+   url: ("http://getsatisfaction.com/mozilla/products/mozilla_ubiquity.rss?" +
+         "sort=recently_created"),
    processFeed: processBlogFeed,
    entries: 10}
 ];
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/docs.html	Tue Mar 03 10:09:25 2009 -0800
@@ -0,0 +1,31 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+          "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+  <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
+  <link rel="stylesheet" type="text/css" media="all"
+        href="http://code-illuminated.googlecode.com/svn-history/r22/trunk/docs/docs.css" />
+  <style type="text/css">
+    a { color: black; }
+  </style>
+  <title>Ubiquity Code Documentation</title>
+</head>
+<body>
+<div id="content">
+<div id="overview" class="documentation" style="display: none;">
+  <h1>Planet Ubiquity Redesign Documentation</h1>
+  <p>This is the documentation for an experimental redesign
+  of <a href="http://ubiquity.mozilla.com/planet/">Planet
+  Ubiquity</a>, but the underlying code can easily be modified to
+  serve as a dashboard for any kind of project.</p>
+  <p>You can view the redesign <a href="about-mozilla.html">here</a>.</p>
+  <ul>
+    <li><a href="#about-mozilla.js">JavaScript Documentation</a></li>
+  </ul>
+</div>
+</div>
+</body>
+<script src="jquery.js"></script>
+<script src="http://code-illuminated.googlecode.com/svn-history/r22/trunk/scripts/wikicreole.js"></script>
+<script src="http://code-illuminated.googlecode.com/svn-history/r22/trunk/docs/docs.js"></script>
+</html>