{% comment %} Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. {% endcomment %} {% block stylesheet %} {% endblock %} {% block page_title %}Google Open Source Programs{% endblock %} {% block scripts %}{% endblock %}
{% block login_links %} {% if id %} {{ id.email }} ({{ id.nickname }}) | {% endif %} {% if is_debug %} Admin | {% endif %} Report bugs | {% if id %} Sign out {% else %} Sign in {% endif %} {% endblock %}
{% block badge %} Powered by Melange * {% endblock %}
{% block body %}

This is generic HTML that can be configured via the site administration interface. It is unclear if the site admin can be trusted and allowed to enter any arbitrary HTML (more flexible and powerful) or if only a whitelist of "safe" HTML tags should be permitted (to prevent XSS, etc.). (feedparser is useful for this and is written in Python, should whitelisting be necessary.)

Welcome to Google Open Source Programs, the home of Google Summer of Code and the Google Highly Open Participation contest.

The site administration interface will provide a mechanism to select a feed to be displayed here.

{% endblock %}
{% block google_analytics %} {% endblock %}