mockups/sitehome.html
author Sverre Rabbelier <sverre@rabbelier.nl>
Tue, 26 May 2009 20:04:59 +0200
branchgae-fetch-limitation-fix
changeset 2315 29fea493cd56
parent 58 cee78a1ae672
permissions -rw-r--r--
Use key_name instead of link_id Some entities do not have a link_id, but all entities are guaranteed to have a key_name (or an id).
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
58
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
     1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
     2
<html>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
     3
 <head>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
     4
  <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
     5
  <link rel="stylesheet" href="/svn/trunk/mockups/content/css/mockups.css" type="text/css"/>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
     6
  <title>Google Open Source Programs</title>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
     7
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
     8
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
     9
    <script type="text/javascript" src="http://www.google.com/jsapi"></script>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    10
    <script type="text/javascript" src="/svn/trunk/mockups/content/js/blog.js"></script>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    11
    <script type="text/javascript">
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    12
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    13
    google.load("feeds", "1");
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    14
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    15
    function initialize() {
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    16
      var blog = new BlogPreview(document.getElementById("blog"));
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    17
      blog.show("http://google-opensource.blogspot.com/feeds/posts/default");
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    18
    }
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    19
    google.setOnLoadCallback(initialize);
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    20
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    21
    </script>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    22
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    23
 </head>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    24
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    25
 <body>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    26
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    27
  <div id="login">
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    28
   <a href="http://code.google.com/p/soc/issues/list">Report bugs</a> | 
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    29
   <a href="/">Sign in</a>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    30
  </div>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    31
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    32
  <div id="header">
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    33
   <div id="logo">
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    34
<a href="/"><img src="/svn/trunk/mockups/content/images/logo-custom.gif" alt="Google Open Source Programs"/></a>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    35
   <span title=" TODO: logo updated in site sponsor interface " class="popup">
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    36
<small>*</small>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    37
   </span>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    38
   </div>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    39
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    40
   <div id="title">
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    41
Google Open Source Programs
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    42
   </div>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    43
  </div>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    44
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    45
  <div id="side" dir="ltr">
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    46
   <div id="menu">
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    47
    <ul>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    48
     <li>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    49
<a class="selected" href="/svn/trunk/mockups/sitehome.html">Google Open Source Programs</a>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    50
      <ul>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    51
       <li>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    52
<a href="/svn/trunk/mockups/user/profile/linkname/profile.html">User (Sign In)</a>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    53
   <span title=" No Profile or Roles sidebar menu items until user signs in " class="popup">
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    54
<small>*</small>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    55
   </span>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    56
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    57
       </li>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    58
      </ul>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    59
      <ul>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    60
       <li>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    61
<a href="/svn/trunk/mockups/program/home/gsoc2009/gsoc2009home.html">Google Summer of Code</a>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    62
        <ul>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    63
         <li>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    64
<a href="/svn/trunk/mockups/program/community/gsoc2009/gsoc2009comm.html">Community</a>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    65
         </li>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    66
         <li>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    67
<a href="/svn/trunk/mockups/program/docs/faqs/gsoc2009/gsoc2009faq.html">Program FAQs</a>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    68
         </li>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    69
         <li>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    70
<a href="/svn/trunk/mockups/program/docs/tos/gsoc2009/gsoc2009tos.html">Terms of Service</a>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    71
         </li>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    72
        </ul>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    73
       </li>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    74
       <li>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    75
<a href="/svn/trunk/mockups/program/home/ghop2008/ghop2008home.html">Google Highly Open Participation</a>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    76
        <ul>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    77
         <li>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    78
<a href="/svn/trunk/mockups/program/community/ghop2008/">Community</a>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    79
         </li>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    80
         <li>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    81
<a href="/svn/trunk/mockups/program/docs/faqs/ghop2008/">Program FAQs</a>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    82
         </li>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    83
         <li>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    84
<a href="/svn/trunk/mockups/program/docs/rules/ghop2008/ghop2008rules.html">Contest Rules</a>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    85
         </li>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    86
        </ul>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    87
       </li>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    88
      </ul>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    89
     </li>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    90
    </ul>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    91
   </div>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    92
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    93
   <div id="search">
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    94
    <form id="searchbox_015986126177484454297:pfmwlvdl42y" action="http://www.google.com/cse">
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    95
     <input type="hidden" name="cx" value="015986126177484454297:pfmwlvdl42y" />
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    96
     <input type="hidden" name="cof" value="FORID:0" />
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    97
     <div class="header">
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    98
Search Google Open Source:
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    99
     </div>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   100
     <input name="q" type="text" size="20" />
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   101
     <input type="submit" name="sa" value="Search" />
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   102
     <br/>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   103
    </form>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   104
    <script type="text/javascript" src="http://google.com/coop/cse/brand?form=searchbox_015986126177484454297:pfmwlvdl42y">
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   105
    </script></form>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   106
   </div>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   107
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   108
   <div id="badge">
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   109
<a href="http://code.google.com/p/soc/" target="_blank">Powered by Melange</a>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   110
   <span title=" TODO: need a Melange logo " class="popup">
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   111
<small>*</small>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   112
   </span>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   113
   </div>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   114
  </div>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   115
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   116
  <div id="body">
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   117
   <div style="line-height: 140%;">
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   118
<p class="todo">
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   119
This is generic HTML that can be configured via the site administration
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   120
interface.  It is unclear if the site admin can be trusted and allowed to enter
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   121
any arbitrary HTML (more flexible and powerful) or if only a whitelist of "safe"
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   122
HTML tags should be permitted (to prevent XSS, etc.).
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   123
(<a href="http://www.feedparser.org/"><code>feedparser</code></a> is useful for
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   124
this and is written in Python, should whitelisting be necessary.)
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   125
</p>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   126
<p>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   127
Welcome to Google Open Source Programs, the home of
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   128
<a href="/svn/trunk/mockups/program/home/gsoc2009/gsoc2009home.html">Google Summer of Code</a>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   129
and the
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   130
<a href="/svn/trunk/mockups/program/home/ghop2008/ghop2008home.html">Google Highly Open Participation</a> contest.
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   131
</p>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   132
<p class="todo">
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   133
The site administration interface will provide a mechanism to select a feed to
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   134
be displayed here.
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   135
</p>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   136
    <div id="blog"></div>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   137
   </div>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   138
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   139
   <div id="footer" dir="ltr">
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   140
    <div class="text">
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   141
&copy;2008 Google -
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   142
<a href="http://www.google.com/">Google Home</a> -
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   143
<a href="http://www.google.com/privacy.html">Privacy Policy</a>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   144
    </div>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   145
   </div>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   146
  </div>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   147
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   148
  <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   149
  </script>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   150
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   151
  <script type="text/javascript">
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   152
_uacct="UA-4291635-1"; // code.google.com site-wide tracking
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   153
_uanchor=1;
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   154
_uff=0;
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   155
urchinTracker();
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   156
  </script>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   157
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   158
 </body>
cee78a1ae672 Mockups for some of the Melange views, adapted from the existing GSoC web app
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
   159
</html>