diff -r 206e6eeed6c4 -r 58001ec7720c app/soc/templates/soc/base.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/app/soc/templates/soc/base.html Tue Aug 19 17:57:58 2008 +0000 @@ -0,0 +1,176 @@ +{% 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 %} + Report bugs | + Sign in + {% 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 %} + +