changeset 10:63fc59f4bd33

We're now loading the latest issue dynamically using the Google Ajax feeds API.
author Atul Varma <varmaa@toolness.com>
date Sun, 01 Mar 2009 09:30:16 -0800
parents 061eee7cffe6
children d0f57c5ef95c
files about-mozilla.html about-mozilla.js issue-2009-02-24.html
diffstat 3 files changed, 30 insertions(+), 314 deletions(-) [+]
line wrap: on
line diff
--- a/about-mozilla.html	Sat Feb 28 15:33:24 2009 -0800
+++ b/about-mozilla.html	Sun Mar 01 09:30:16 2009 -0800
@@ -18,5 +18,6 @@
 </div>
 </body>
 <script src="jquery.js"></script>
+<script src="http://www.google.com/jsapi?key=ABQIAAAAzBIC_wxmje-aKLT3RzZx7BSMyDMkO9FJ67H-yweQ42J8NadmShSzBtxGrM35N4zI4l-rt1mDAF_fPg"></script>
 <script src="about-mozilla.js"></script>
 </html>
--- a/about-mozilla.js	Sat Feb 28 15:33:24 2009 -0800
+++ b/about-mozilla.js	Sun Mar 01 09:30:16 2009 -0800
@@ -1,5 +1,17 @@
-var ISSUE_URL = "issue-2009-02-24.html";
-var ISSUE_DATE = "February 24, 2009";
+var ATOM_URL = "https://developer.mozilla.org/devnews/index.php/feed/atom/";
+
+var MONTHS = ["January",
+              "February",
+              "March",
+              "April",
+              "May",
+              "June",
+              "July",
+              "August",
+              "September",
+              "October",
+              "November",
+              "December"];
 
 function onIssueLoaded() {
   $("#raw-issue a[name]").each(
@@ -18,7 +30,6 @@
     }
   );
 
-  $(".date").text(ISSUE_DATE);
   $("#issue").fadeIn();
 
   var tallestHeight = 0;
@@ -34,9 +45,20 @@
   $(document.body).width(entries.outerWidth() * entries.length);
 }
 
-$(window).ready(
+google.load("feeds", "1");
+google.setOnLoadCallback(
   function() {
-    $("#raw-issue").load(ISSUE_URL + " .entry",
-                         null,
-                         onIssueLoaded);
+    var feed = new google.feeds.Feed(ATOM_URL);
+    feed.load(
+      function(result) {
+        var entry = result.feed.entries[0];
+        $("#raw-issue").html(entry.content);
+        var pubDate = new Date(entry.publishedDate);
+        var dateStr = (MONTHS[pubDate.getMonth()] + " " +
+                       pubDate.getDate() + ", " +
+                       pubDate.getFullYear());
+        $(".date").text(dateStr);
+
+        onIssueLoaded();
+      });
   });
--- a/issue-2009-02-24.html	Sat Feb 28 15:33:24 2009 -0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,307 +0,0 @@
-<!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">
-	<head>
-		<title>Mozilla Developer News  &raquo; Blog Archive   &raquo; about:mozilla - Change the Web, Labs meetup, Marketing mailing list, Meeting notes, two awards, Camino, Education, and more&#8230;</title>
-        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-	<meta http-equiv="Content-Language" content="en"/>
-
-		<link rel="stylesheet" type="text/css" href="/css/base.css" media="all" />
-		<link rel="stylesheet" type="text/css" href="/css/blog.css" media="all" />
-
-		<link rel="stylesheet" type="text/css" href="/css/blogprint.css" media="print" />
-
-        <link rel="alternate" type="application/atom+xml" title="Atom" href="http://developer.mozilla.org/devnews/index.php/feed/atom/" />
-        <link rel="pingback" href="http://developer.mozilla.org/devnews/xmlrpc.php" />
-
-	<link rel='archives' title='February 2009' href='http://developer.mozilla.org/devnews/index.php/2009/02/' />
-	<link rel='archives' title='January 2009' href='http://developer.mozilla.org/devnews/index.php/2009/01/' />
-	<link rel='archives' title='December 2008' href='http://developer.mozilla.org/devnews/index.php/2008/12/' />
-	<link rel='archives' title='November 2008' href='http://developer.mozilla.org/devnews/index.php/2008/11/' />
-	<link rel='archives' title='October 2008' href='http://developer.mozilla.org/devnews/index.php/2008/10/' />
-
-	<link rel='archives' title='September 2008' href='http://developer.mozilla.org/devnews/index.php/2008/09/' />
-	<link rel='archives' title='August 2008' href='http://developer.mozilla.org/devnews/index.php/2008/08/' />
-	<link rel='archives' title='July 2008' href='http://developer.mozilla.org/devnews/index.php/2008/07/' />
-	<link rel='archives' title='June 2008' href='http://developer.mozilla.org/devnews/index.php/2008/06/' />
-	<link rel='archives' title='May 2008' href='http://developer.mozilla.org/devnews/index.php/2008/05/' />
-	<link rel='archives' title='April 2008' href='http://developer.mozilla.org/devnews/index.php/2008/04/' />
-	<link rel='archives' title='March 2008' href='http://developer.mozilla.org/devnews/index.php/2008/03/' />
-	<link rel='archives' title='February 2008' href='http://developer.mozilla.org/devnews/index.php/2008/02/' />
-	<link rel='archives' title='January 2008' href='http://developer.mozilla.org/devnews/index.php/2008/01/' />
-
-	<link rel='archives' title='December 2007' href='http://developer.mozilla.org/devnews/index.php/2007/12/' />
-	<link rel='archives' title='November 2007' href='http://developer.mozilla.org/devnews/index.php/2007/11/' />
-	<link rel='archives' title='October 2007' href='http://developer.mozilla.org/devnews/index.php/2007/10/' />
-	<link rel='archives' title='September 2007' href='http://developer.mozilla.org/devnews/index.php/2007/09/' />
-	<link rel='archives' title='August 2007' href='http://developer.mozilla.org/devnews/index.php/2007/08/' />
-	<link rel='archives' title='July 2007' href='http://developer.mozilla.org/devnews/index.php/2007/07/' />
-	<link rel='archives' title='June 2007' href='http://developer.mozilla.org/devnews/index.php/2007/06/' />
-	<link rel='archives' title='May 2007' href='http://developer.mozilla.org/devnews/index.php/2007/05/' />
-	<link rel='archives' title='April 2007' href='http://developer.mozilla.org/devnews/index.php/2007/04/' />
-
-	<link rel='archives' title='March 2007' href='http://developer.mozilla.org/devnews/index.php/2007/03/' />
-	<link rel='archives' title='February 2007' href='http://developer.mozilla.org/devnews/index.php/2007/02/' />
-	<link rel='archives' title='December 2006' href='http://developer.mozilla.org/devnews/index.php/2006/12/' />
-	<link rel='archives' title='November 2006' href='http://developer.mozilla.org/devnews/index.php/2006/11/' />
-	<link rel='archives' title='October 2006' href='http://developer.mozilla.org/devnews/index.php/2006/10/' />
-	<link rel='archives' title='September 2006' href='http://developer.mozilla.org/devnews/index.php/2006/09/' />
-	<link rel='archives' title='August 2006' href='http://developer.mozilla.org/devnews/index.php/2006/08/' />
-	<link rel='archives' title='July 2006' href='http://developer.mozilla.org/devnews/index.php/2006/07/' />
-	<link rel='archives' title='June 2006' href='http://developer.mozilla.org/devnews/index.php/2006/06/' />
-
-	<link rel='archives' title='May 2006' href='http://developer.mozilla.org/devnews/index.php/2006/05/' />
-	<link rel='archives' title='April 2006' href='http://developer.mozilla.org/devnews/index.php/2006/04/' />
-	<link rel='archives' title='March 2006' href='http://developer.mozilla.org/devnews/index.php/2006/03/' />
-	<link rel='archives' title='February 2006' href='http://developer.mozilla.org/devnews/index.php/2006/02/' />
-	<link rel='archives' title='January 2006' href='http://developer.mozilla.org/devnews/index.php/2006/01/' />
-	<link rel='archives' title='December 2005' href='http://developer.mozilla.org/devnews/index.php/2005/12/' />
-	<link rel='archives' title='November 2005' href='http://developer.mozilla.org/devnews/index.php/2005/11/' />
-	<link rel='archives' title='October 2005' href='http://developer.mozilla.org/devnews/index.php/2005/10/' />
-	<link rel='archives' title='September 2005' href='http://developer.mozilla.org/devnews/index.php/2005/09/' />
-
-	<link rel='archives' title='August 2005' href='http://developer.mozilla.org/devnews/index.php/2005/08/' />
-	<link rel='archives' title='July 2005' href='http://developer.mozilla.org/devnews/index.php/2005/07/' />
-	<link rel='archives' title='June 2005' href='http://developer.mozilla.org/devnews/index.php/2005/06/' />
-<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://developer.mozilla.org/devnews/xmlrpc.php?rsd" />
-<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://developer.mozilla.org/devnews/wp-includes/wlwmanifest.xml" /> 
-<meta name="generator" content="WordPress 2.7.1" />
-
-    </head>
-
-	<body id="developer-mozilla-org">
-		<div id="container">
-
-			<p class="skipLink"><a href="#content" accesskey="2">Skip to main content</a></p>
-
-			<div id="mozilla-org"><a href="http://www.mozilla.org/">Visit Mozilla.org</a></div>
-
-			<div id="header">
-				<h1><a href="/" title="Return to home page" accesskey="1">Mozilla Developer Network</a></h1>
-				
-								<form id="search" method="get" action="http://developer.mozilla.org/devnews" title="Search Mozilla Developer Network">
-					<label for="s" title="Search Mozilla Developer Network">search:</label>
-
-					<input type="text" id="s" name="s" accesskey="s" size="10" value="" />
-					<input type="submit" id="submit" value="Go" />
-				</form>
-			</div>
-			<div id="printheader">
-				<img src="/css/images/title.gif" alt="Mozilla Developer Center" /><br />
-				<div class="subtitle">developer.mozilla.org</div>
-			</div>
-
-			<div id="navigation">
-				<div id="bar">
-					<div>
-						<ul id="personal">
-        										        <li><a href="https://developer.mozilla.org/devnews/wp-login.php">Log in</a></li>
-						</ul>
-		
-						<ul id="contenttypes">
-							<li><a href="http://developer.mozilla.org/en/docs/">Documentation</a></li>
-
-							<li class="selected"><a href="http://developer.mozilla.org/devnews/">DevNews</a></li>
-							<li><a href="http://developer.mozilla.org/webwatch/">Webwatch</a></li>
-						</ul>
-					</div>
-				</div>
-			</div>
-
-
-            <div id="page">
-
-<div id="breadcrumbs">
-    <a href="http://developer.mozilla.org/devnews">News</a>
-    <span>about:mozilla - Change the Web, Labs meetup, Marketing mailing list, Meeting notes, two awards, Camino, Education, and more&#8230;</span>
-</div>
-
-			<div id="sidebar">
-				<div id="related">
-					<div>
-						<h3>Archives</h3>
-
-						<ul>
-								<li><a href='http://developer.mozilla.org/devnews/index.php/2009/02/' title='February 2009'>February 2009</a></li>
-	<li><a href='http://developer.mozilla.org/devnews/index.php/2009/01/' title='January 2009'>January 2009</a></li>
-	<li><a href='http://developer.mozilla.org/devnews/index.php/2008/12/' title='December 2008'>December 2008</a></li>
-	<li><a href='http://developer.mozilla.org/devnews/index.php/2008/11/' title='November 2008'>November 2008</a></li>
-	<li><a href='http://developer.mozilla.org/devnews/index.php/2008/10/' title='October 2008'>October 2008</a></li>
-
-	<li><a href='http://developer.mozilla.org/devnews/index.php/2008/09/' title='September 2008'>September 2008</a></li>
-	<li><a href='http://developer.mozilla.org/devnews/index.php/2008/08/' title='August 2008'>August 2008</a></li>
-	<li><a href='http://developer.mozilla.org/devnews/index.php/2008/07/' title='July 2008'>July 2008</a></li>
-	<li><a href='http://developer.mozilla.org/devnews/index.php/2008/06/' title='June 2008'>June 2008</a></li>
-	<li><a href='http://developer.mozilla.org/devnews/index.php/2008/05/' title='May 2008'>May 2008</a></li>
-	<li><a href='http://developer.mozilla.org/devnews/index.php/2008/04/' title='April 2008'>April 2008</a></li>
-
-	<li><a href='http://developer.mozilla.org/devnews/index.php/2008/03/' title='March 2008'>March 2008</a></li>
-	<li><a href='http://developer.mozilla.org/devnews/index.php/2008/02/' title='February 2008'>February 2008</a></li>
-	<li><a href='http://developer.mozilla.org/devnews/index.php/2008/01/' title='January 2008'>January 2008</a></li>
-	<li><a href='http://developer.mozilla.org/devnews/index.php/2007/12/' title='December 2007'>December 2007</a></li>
-	<li><a href='http://developer.mozilla.org/devnews/index.php/2007/11/' title='November 2007'>November 2007</a></li>
-	<li><a href='http://developer.mozilla.org/devnews/index.php/2007/10/' title='October 2007'>October 2007</a></li>
-
-	<li><a href='http://developer.mozilla.org/devnews/index.php/2007/09/' title='September 2007'>September 2007</a></li>
-	<li><a href='http://developer.mozilla.org/devnews/index.php/2007/08/' title='August 2007'>August 2007</a></li>
-	<li><a href='http://developer.mozilla.org/devnews/index.php/2007/07/' title='July 2007'>July 2007</a></li>
-	<li><a href='http://developer.mozilla.org/devnews/index.php/2007/06/' title='June 2007'>June 2007</a></li>
-	<li><a href='http://developer.mozilla.org/devnews/index.php/2007/05/' title='May 2007'>May 2007</a></li>
-	<li><a href='http://developer.mozilla.org/devnews/index.php/2007/04/' title='April 2007'>April 2007</a></li>
-
-	<li><a href='http://developer.mozilla.org/devnews/index.php/2007/03/' title='March 2007'>March 2007</a></li>
-	<li><a href='http://developer.mozilla.org/devnews/index.php/2007/02/' title='February 2007'>February 2007</a></li>
-	<li><a href='http://developer.mozilla.org/devnews/index.php/2006/12/' title='December 2006'>December 2006</a></li>
-	<li><a href='http://developer.mozilla.org/devnews/index.php/2006/11/' title='November 2006'>November 2006</a></li>
-	<li><a href='http://developer.mozilla.org/devnews/index.php/2006/10/' title='October 2006'>October 2006</a></li>
-	<li><a href='http://developer.mozilla.org/devnews/index.php/2006/09/' title='September 2006'>September 2006</a></li>
-
-	<li><a href='http://developer.mozilla.org/devnews/index.php/2006/08/' title='August 2006'>August 2006</a></li>
-	<li><a href='http://developer.mozilla.org/devnews/index.php/2006/07/' title='July 2006'>July 2006</a></li>
-	<li><a href='http://developer.mozilla.org/devnews/index.php/2006/06/' title='June 2006'>June 2006</a></li>
-	<li><a href='http://developer.mozilla.org/devnews/index.php/2006/05/' title='May 2006'>May 2006</a></li>
-	<li><a href='http://developer.mozilla.org/devnews/index.php/2006/04/' title='April 2006'>April 2006</a></li>
-	<li><a href='http://developer.mozilla.org/devnews/index.php/2006/03/' title='March 2006'>March 2006</a></li>
-
-	<li><a href='http://developer.mozilla.org/devnews/index.php/2006/02/' title='February 2006'>February 2006</a></li>
-	<li><a href='http://developer.mozilla.org/devnews/index.php/2006/01/' title='January 2006'>January 2006</a></li>
-	<li><a href='http://developer.mozilla.org/devnews/index.php/2005/12/' title='December 2005'>December 2005</a></li>
-	<li><a href='http://developer.mozilla.org/devnews/index.php/2005/11/' title='November 2005'>November 2005</a></li>
-	<li><a href='http://developer.mozilla.org/devnews/index.php/2005/10/' title='October 2005'>October 2005</a></li>
-	<li><a href='http://developer.mozilla.org/devnews/index.php/2005/09/' title='September 2005'>September 2005</a></li>
-
-	<li><a href='http://developer.mozilla.org/devnews/index.php/2005/08/' title='August 2005'>August 2005</a></li>
-	<li><a href='http://developer.mozilla.org/devnews/index.php/2005/07/' title='July 2005'>July 2005</a></li>
-	<li><a href='http://developer.mozilla.org/devnews/index.php/2005/06/' title='June 2005'>June 2005</a></li>
-						</ul>
-						<h3>Categories</h3>
-						<ul>
-								<li class="cat-item cat-item-13"><a href="http://developer.mozilla.org/devnews/index.php/categories/about-addons/" title="View all posts filed under about-addons">about-addons</a> (4)
-
-</li>
-	<li class="cat-item cat-item-14"><a href="http://developer.mozilla.org/devnews/index.php/categories/about-mobile/" title="View all posts filed under about-mobile">about-mobile</a> (4)
-</li>
-	<li class="cat-item cat-item-6"><a href="http://developer.mozilla.org/devnews/index.php/categories/about-mozilla/" title="View all posts filed under about-mozilla">about-mozilla</a> (61)
-</li>
-	<li class="cat-item cat-item-8"><a href="http://developer.mozilla.org/devnews/index.php/categories/add-ons/" title="View all posts filed under add-ons">add-ons</a> (2)
-</li>
-	<li class="cat-item cat-item-1"><a href="http://developer.mozilla.org/devnews/index.php/categories/1/" title="View all posts filed under General">General</a> (167)
-
-</li>
-	<li class="cat-item cat-item-2"><a href="http://developer.mozilla.org/devnews/index.php/categories/releases/" title="Posts describing new or changed release schedules for key Mozilla products and projects, including interim milestones such as &quot;code complete&quot;, &quot;branched&quot;, &quot;localization freeze&quot; and &quot;tree frozen&quot;.">Releases</a> (86)
-</li>
-	<li class="cat-item cat-item-3"><a href="http://developer.mozilla.org/devnews/index.php/categories/security/" title="Posts relevant to the security of Mozilla products and services, including vulnerability announcements and product updates.">Security</a> (26)
-</li>
-						</ul>
-						
-												
-						<!--
-			            			            -->
-					</div>
-
-				</div>
-
-									<div class="pagetools">
-						<div>
-							<h3>Tools</h3>
-							<p>						
-																															</p>
-						</div>
-					</div>
-
-					        </div>
-
-				
-	<div id="content">
-	    
-		<div class="post" id="post-519">
-			<h2><a href="http://developer.mozilla.org/devnews/index.php/2009/02/24/aboutmozilla-change-the-web-labs-meetup-marketing-mailing-list-meeting-notes-two-awards-camino-education-and-more/" rel="bookmark" title="Permanent Link: about:mozilla - Change the Web, Labs meetup, Marketing mailing list, Meeting notes, two awards, Camino, Education, and more&#8230;">about:mozilla - Change the Web, Labs meetup, Marketing mailing list, Meeting notes, two awards, Camino, Education, and more&#8230;</a></h2>
-	
-			<div class="entry">
-    		    <p><strong>In this issue&#8230;</strong></p>
-<ul>
-<li><a href="#harnessing">Harnessing Firefox Add-ons and Web apps to make change</a></li>
-
-<li><a href="#labs">Labs meetup, Mountain View + London</a></li>
-<li><a href="#marketing">Mozilla Marketing mailing list</a></li>
-<li><a href="#project">Mozilla Project status meeting notes</a></li>
-<li><a href="#frank">Frank Hecker: Catalyst for the Web</a></li>
-<li><a href="#anita">Anita Borg Institute’s 2009 Women of Vision Award</a></li>
-<li><a href="#students">Mozilla Labs, students and open innovation</a></li>
-<li><a href="#camino">Camino schedule update</a></li>
-<li><a href="#education">Mozilla Education update</a></li>
-<li><a href="#devcal">Developer calendar</a></li>
-
-<li><a href="#about">About about:mozilla</a></li>
-<li><a href="#subscribe">Subscribe to the email newsletter</a></li>
-</ul>
-<p><a name="harnessing"></a><strong>Harnessing Firefox Add-ons and Web apps to make change</strong></p>
-<p>The folks at <a href="http://www.socialactions.com/">Social Actions</a> have kicked off the unique <a href="http://www.socialactions.com/changetheweb">Change the Web Challenge</a>.  They&#8217;re calling for new Web apps that can help people make a difference while browsing the Web, allowing them to find and share actions on websites, blogs and social networks.  Submissions are due April 3, 2009 and winners will be announced at NTEN&#8217;s <a href="http://www.nten.org/ntc">Nonprofit Technology Conference</a> on April 28.  More details are available on the <a href="http://blog.mozilla.com/blog/2009/02/23/harnessing-firefox-add-ons-web-apps-to-make-change/">Mozilla Blog</a>.</p>
-
-<p><a name="labs"></a><strong>Labs Meetup, Mountain View + London</strong></p>
-<p>Join us on Thursday, February 26th for our Labs Meetup, a monthly event where we discuss Labs projects, your projects, and the Open Web.  This month there are going to be Labs meetups in both Mountain View and London!  Guest speaking in Mountain View will be Edwin Khodabakchian, developer of Feedly, a Firefox extension that weaves Twitter and Google Reader into a magazine-like experience.  The London meetup will kick off with updates on Labs, the Concept Series, the Design Challenge, and Open Innovation.  For more information see the posts about the <a href="http://labs.mozilla.com/2009/02/mozilla-labs-meetup-thursday-226/">Mountain View event</a> and the <a href="http://autological.wordpress.com/2009/02/23/mozilla-labs-meetup-london/">London event</a>.</p>
-<p><a name="marketing"></a><strong>Mozilla Marketing mailing list</strong></p>
-<p>Alix and Jay have dusted off the old Mozilla.org Marketing mailing list and are bringing it back to life as a central discussion forum for anyone with an interest in promoting the Mozilla mission, Thunderbird, Firefox, or SeaMonkey.  There are two ways you can sign up for and/or read the discussions, either by subscribing to the <a href="https://lists.mozilla.org/listinfo/marketing">mailing list</a>, or through <a href="http://groups.google.com/group/mozilla.marketing/topics">Google Groups</a>.  More information can be found in <a href="http://patrickfinch.net/2009/02/20/the-lazarus-of-mozilla-marketing/">Patrick&#8217;s weblog post</a>.</p>
-
-<p><a name="project"></a><strong>Mozilla Project status meetings and notes</strong></p>
-<p>Every Monday at 1:00pm Pacific time the Mozilla project holds a open meeting in which people from every part of the project provide a quick status update and highlight important events, news, and other goings-on.  You can participate in these meetings in real-time by telephone, or by watching the newly revamped <a href="http://air.mozilla.com/">Air Mozilla</a> (if you&#8217;re using Firefox 3.1 beta 2 or newer, at least).  The IRC backchannel for these meetings is #staffmeeting.</p>
-<p>More important, perhaps, is that the meeting notes are compiled in a wiki page every week, providing a thorough overview of what&#8217;s going on throughout the project including upcoming releases, planned infrastructure changes, release engineering, security, support, metrics, add-ons, web-dev, evanglism, marketing, and more.  These meeting notes are incredibly valuable and are a great way to get a quick overview of what&#8217;s going on across the breadth of the project.  These are archived on the <a href="https://wiki.mozilla.org/WeeklyUpdates">Mozilla Wiki</a>, and updated weekly.</p>
-<p><a name="frank"></a><strong>Frank Hecker: Catalyst for the Web</strong></p>
-<p>Mozilla&#8217;s Frank Hecker has been named the 2009 Catalyst Award winner.  The Trace Center will present the award to Frank at the opening session of the annual CSUN Conference on Technology and Persons with Disabilities conference in Los Angeles on March 17.  &#8220;Frank Hecker was chosen for this year&#8217;s award because of the pivotal role he has played in enabling people from across industry, academic, and the public sector to focus on open source accessibility.  He has brought people together and given young people support and opportunities to both learn and contribute to accessibility.  Frank has had industry-wide impact by funding and supporting open source projects to advance accessibility and drive down future costs to people with disabilities.  His efforts have both energized the field and grown the number of people with accessibility skills, from students to private corporate developers.&#8221;  Read more about Frank and this award at <a href="http://accessgarage.wordpress.com/2009/02/19/frank-hecker-catalyst-for-the-web/">Aaron&#8217;s weblog</a>, and at the <a href="http://trace.wisc.edu/news/archives/000256.php">Trace website</a>.</p>
-
-<p><a name="anita"></a><strong>Anita Borg Institute’s 2009 Women of Vision Award</strong></p>
-<p>Mitchell Baker has been announced as a winner of the Anita Borg Institute for Women and Technology Women of Vision Awards in the Leadership category.  Mitchell will be honored for her accomplishments and contributions as a women in technology at ABI&#8217;s fourth annual Women of Vision Awards Banquet.  See the <a href="http://blog.mozilla.com/news/2009/02/23/mitchell-baker-honored-as-the-winner-of-the-anita-borg-institutes-2009-women-of-vision-award/">Above the Fold</a> weblog for more information.</p>
-<p><a name="students"></a><strong>Mozilla Labs, students and open innovation</strong></p>
-<p>Mark Surman has interviewed <a href="http://www.finette.co.uk/blog/">Pascal Finette</a> as part of the nascent <a href="https://wiki.mozilla.org/Foundation:Planning:Education">Mozilla Education program</a>.  &#8220;In addition to working closely with colleges and universities, the current education pilot will also include a number of online courses offered directly by Mozilla.  Online courses give us a quick way to try out new ideas for learning content.  They also offer an opportunity to reach out to anyone anywhere who wants to learn alongside Mozilla, college student or not.  The first online &#8216;course&#8217; is the <a href="https://labs.mozilla.com/">Mozilla Labs</a> Concept Series Design Challenge.  It mixes up webinars by people from the Mozilla community with a future browser design contest.  It is targeted primarily at user interface design students, but others can participate as well.&#8221;  The interview runs about 13 minutes and you can find it and other information at <a href="http://commonspace.wordpress.com/2009/02/18/interview-pascal-finette-students-and-open-innovation/">Mark&#8217;s weblog</a>.</p>
-
-<p><a name="camino"></a><strong>Camino schedule update</strong></p>
-<p>Smokey Ardisson has posted about the revised Camino 2 schedule and plans.  &#8220;Right now we&#8217;re hard at work on the last two major features for Camino 2, one that&#8217;s under development and one that&#8217;s still being polished to the point where we&#8217;ll consider it shippable.  On the other hand, Camino 2.0 Beta 1 has been out for a while now, and we have a handful of significant Gecko fixes, new Growl support, and a handful of smaller improvements that have landed since then.  In light of those items, we decided to insert a new beta into the Camino 2 schedule.  The localization and feature freeze will still coincide with our final beta (now to be Beta 3), but in the next week or so we&#8217;ll release Camino 2 Beta 2.&#8221;  See the <a href="http://www.ardisson.org/afkar/2009/02/22/camino-schedule-update/">original blog post</a> for further details.</p>
-<p><a name="education"></a><strong>Mozilla Education update</strong></p>
-
-<p>David Humphrey has written up another post about the growing <a href="https://wiki.mozilla.org/Education/">Mozilla Education</a> effort.  &#8220;One of our first goals for Mozilla Education is to make it easier for students and educators to get connected to Mozilla project work, and for the Mozilla community to get project ideas into the hands of new contributors.  We want to be a conduit for communication between academics and the community.  I&#8217;ve been doing this for a number of years now, and we have some informal means for doing it.  However, we want to have this scale to a much larger group of students from many institutions.&#8221;  David has gathered ideas and feedback into a <a href="https://wiki.mozilla.org/Education/Projects">set of guidelines</a> for marking bugs as &#8220;good potential projects&#8221;, and has outlined a number of ways that more people can get involved in this effort.  See <a href="http://vocamus.net/dave/?p=395">his blog post</a> for more information and to take part in this discussion.  If you&#8217;re on IRC, you can also join #education to help with these efforts.</p>
-
-<p><a name="devcal"></a><strong>Developer calendar</strong></p>
-<p>For an up-to-date list of the coming week&#8217;s Mozilla project meetings and events, please see the <a href="http://wiki.mozilla.org/Community_Calendar">Mozilla Community Calendar</a> wiki page.</p>
-<p><a name="about"></a><strong>About about:mozilla</strong></p>
-<p>about:mozilla is by, for and about the Mozilla community, focusing on major news items related to all aspects of the Mozilla Project.  The newsletter is written by Deb Richardson and is published every Tuesday morning.  If you have any news or announcements you would like to have included in our next issue, please send them to: about-mozilla[at]mozilla.com.</p>
-<p><a name="subscribe"></a><strong>Subscribe to the email newsletter</strong></p>
-<p>If you would like to get this newsletter by email, just head on over to the <a href="http://list-manage.com/subscribe.phtml?id=3be22ac12d">about:mozilla newsletter subscription form</a>. Fresh news, every Tuesday, right to your inbox.</p>
-
-					
-				<p class="postmetadata">
-    			    This entry was posted by dria on Tuesday, February 24th, 2009 at 9:04 am					and is filed under <a href="http://developer.mozilla.org/devnews/index.php/categories/about-mozilla/" title="View all posts in about-mozilla" rel="category tag">about-mozilla</a>.
-				</p>
-			</div>
-		</div>
-
-				<table id="prevnextlinks">
-			<tr>
-				<td id="prev">&laquo; <a href="http://developer.mozilla.org/devnews/index.php/2009/02/17/aboutmozilla-mozilla-foundation-mozilla-the-ec-bespin-labs-education-air-mozilla-and-more/">about:mozilla - Mozilla Foundation, Mozilla + the EC, Bespin, Labs, Education, Air Mozilla, and more&#8230;</a></td>
-
-				<td id="next"></td>
-			</tr>
-		</table>
-		
-		
-<!-- You can start editing here. -->
-
-
-  		<!-- If comments are closed. -->
-		<p class="nocomments">Comments are closed.</p>
-		
-	
-
-	
-		
-	</div>
-
-            <div id="footer">
-				<a href="http://developer.mozilla.org">Mozilla Developer Center</a><br />
-				<a href="http://developer.mozilla.org/en/docs/Devmo:Contact_List">Contact</a> | <a href="http://www.mozilla.org">Mozilla.org</a>
-			</div>
-
-			</div>
-
-        </div>
-    </body>
-</html>