public
Description: Website of Stout Public House, running on Google App Engine
Homepage: http://stoutsd.com/
Clone URL: git://github.com/hober/stoutsd.git
Added copyright statements everywhere relevant.
hober (author)
Sun Jun 22 21:49:22 -0700 2008
commit  a8bf48a95aaecc618da5c94a15d921a414f16ec9
tree    3568f5a359889c8cfa3be80f181b7fe3b1e3d79a
parent  662e3009ca3d0a9baad3e10734687d297aee120c
...
 
1
2
3
...
1
2
3
4
0
@@ -1,3 +1,4 @@
0
+# Copyright (C) 2008 Stout Public House. All Rights Reserved
0
 application: stoutsd
0
 version: 1
0
 runtime: python
...
1
2
 
...
 
 
1
0
@@ -1,2 +1 @@
0
-body {
0
-}
0
+/* Copyright (C) 2008 Stout Public House. All Rights Reserved */
...
1
2
 
...
 
 
1
0
@@ -1,2 +1 @@
0
-body {
0
-}
0
+/* Copyright (C) 2008 Stout Public House. All Rights Reserved */
...
1
2
 
3
4
5
...
 
 
1
2
3
4
0
@@ -1,5 +1,4 @@
0
-body {
0
-}
0
+/* Copyright (C) 2008 Stout Public House. All Rights Reserved */
0
 
0
 #logout-tool p {
0
   background-color: #ffe;
...
1
2
 
...
 
 
1
0
@@ -1,2 +1 @@
0
-body {
0
-}
0
+/* Copyright (C) 2008 Stout Public House. All Rights Reserved */
...
1
2
 
...
 
 
1
0
@@ -1,2 +1 @@
0
-body {
0
-}
0
+/* Copyright (C) 2008 Stout Public House. All Rights Reserved */
...
 
 
1
2
3
...
1
2
3
4
5
0
@@ -1,3 +1,5 @@
0
+/* Copyright (C) 2008 Stout Public House. All Rights Reserved */
0
+
0
 body {
0
   font-family: Times, "Times New Roman", serif;
0
   font-size: 14px;
...
 
 
1
2
3
...
1
2
3
4
5
0
@@ -1,3 +1,5 @@
0
+/* Copyright (C) 2008 Stout Public House. All Rights Reserved */
0
+
0
 var Stout = function () {
0
   var images = ["/images/stout-main.jpg", "/images/guinness-bw.jpg",
0
                 "/images/pub-open.jpg"];
...
 
 
1
2
3
...
1
2
3
4
5
0
@@ -1,3 +1,5 @@
0
+# Copyright (C) 2008 Stout Public House. All Rights Reserved
0
+
0
 import os
0
 import sys
0
 
...
 
...
1
0
@@ -0,0 +1 @@
0
+# Copyright (C) 2008 Stout Public House. All Rights Reserved
...
 
 
1
2
3
...
1
2
3
4
5
0
@@ -1,3 +1,5 @@
0
+# Copyright (C) 2008 Stout Public House. All Rights Reserved
0
+
0
 MenuCategory:
0
 - name: Starters
0
   key: starters
...
 
 
1
2
3
...
1
2
3
4
5
0
@@ -1,3 +1,5 @@
0
+# Copyright (C) 2008 Stout Public House. All Rights Reserved
0
+
0
 import os
0
 ROOT_URLCONF = 'stoutsd.urls'
0
 
...
 
...
1
0
@@ -0,0 +1 @@
0
+# Copyright (C) 2008 Stout Public House. All Rights Reserved
...
 
...
1
0
@@ -0,0 +1 @@
0
+# Copyright (C) 2008 Stout Public House. All Rights Reserved
...
 
 
1
2
3
...
1
2
3
4
5
0
@@ -1,3 +1,5 @@
0
+# Copyright (C) 2008 Stout Public House. All Rights Reserved
0
+
0
 from django import newforms as forms
0
 from google.appengine.ext import db
0
 from stoutsd.stout.models import MenuCategory, MenuItem
...
 
 
1
2
3
...
1
2
3
4
5
0
@@ -1,3 +1,5 @@
0
+# Copyright (C) 2008 Stout Public House. All Rights Reserved
0
+
0
 import calendar
0
 import os
0
 
...
 
 
1
2
3
...
1
2
3
4
5
0
@@ -1,3 +1,5 @@
0
+# Copyright (C) 2008 Stout Public House. All Rights Reserved
0
+
0
 import calendar, datetime
0
 
0
 from google.appengine.ext import db
...
 
 
1
2
3
...
1
2
3
4
5
0
@@ -1,3 +1,5 @@
0
+# Copyright (C) 2008 Stout Public House. All Rights Reserved
0
+
0
 from django.shortcuts import render_to_response
0
 from google.appengine.ext import db
0
 from stoutsd.stout.models import MenuCategory, SoupOfTheDay
...
 
1
2
3
...
1
2
3
4
0
@@ -1,3 +1,4 @@
0
+{# Copyright (C) 2008 Stout Public House. All Rights Reserved #}
0
 {% extends "base.html" %}
0
 {% block stylesheets %}
0
 <link rel="stylesheet" href="/css/admin/screen.css" type="text/css" media="screen, projection" />
...
 
1
2
3
...
1
2
3
4
0
@@ -1,3 +1,4 @@
0
+{# Copyright (C) 2008 Stout Public House. All Rights Reserved #}
0
 {% extends "admin/base.html" %}
0
 
0
 {% block title %}Stout Public House admin dashboard{% endblock %}
...
 
1
2
3
...
1
2
3
4
0
@@ -1,3 +1,4 @@
0
+{# Copyright (C) 2008 Stout Public House. All Rights Reserved #}
0
 {% extends "admin/base.html" %}
0
 
0
 {% block title %}Stout Public House &#8212; reloading fixtures{% endblock %}
...
 
1
2
3
...
1
2
3
4
0
@@ -1,3 +1,4 @@
0
+{# Copyright (C) 2008 Stout Public House. All Rights Reserved #}
0
 {% extends "admin/base.html" %}
0
 
0
 {% block title %}Stout Public House menu editor{% endblock %}
...
 
1
2
3
...
1
2
3
4
0
@@ -1,3 +1,4 @@
0
+{# Copyright (C) 2008 Stout Public House. All Rights Reserved #}
0
 {% extends "admin/base.html" %}
0
 
0
 {% block title %}Stout Public House menu editor{% endblock %}
...
 
1
2
3
...
1
2
3
4
0
@@ -1,3 +1,4 @@
0
+{# Copyright (C) 2008 Stout Public House. All Rights Reserved #}
0
 {% extends "admin/base.html" %}
0
 
0
 {% block title %}Stout Public House menu editor{% endblock %}
...
 
1
2
3
...
1
2
3
4
0
@@ -1,3 +1,4 @@
0
+{# Copyright (C) 2008 Stout Public House. All Rights Reserved #}
0
 {% extends "admin/base.html" %}
0
 
0
 {% block title %}Stout Public House menu editor{% endblock %}
...
1
 
2
3
4
...
1
2
3
4
5
0
@@ -1,4 +1,5 @@
0
 <!DOCTYPE html>
0
+{# Copyright (C) 2008 Stout Public House. All Rights Reserved #}
0
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
0
   <head>
0
     <title>{% block pagetitle %}Stout Public House, San Diego, CA{% endblock %}</title>
...
 
1
2
3
...
1
2
3
4
0
@@ -1,3 +1,4 @@
0
+{# Copyright (C) 2008 Stout Public House. All Rights Reserved #}
0
 {% extends "public.html" %}
0
 {% block pagetitle %}Stout Public House, San Diego, CA{% endblock %}
0
 {% block content %}
...
 
1
2
3
...
1
2
3
4
0
@@ -1,3 +1,4 @@
0
+{# Copyright (C) 2008 Stout Public House. All Rights Reserved #}
0
 {% extends "public.html" %}
0
 {% block pagetitle %}Menu &#8212; Stout Public House, San Diego, CA{% endblock %}
0
 {% block content %}
...
 
1
2
3
...
1
2
3
4
0
@@ -1,3 +1,4 @@
0
+{# Copyright (C) 2008 Stout Public House. All Rights Reserved #}
0
 {% extends "base.html" %}
0
 {% block stylesheets %}
0
     <link rel="stylesheet" href="/css/screen.css" type="text/css" media="screen, projection" />
...
 
 
1
2
3
...
1
2
3
4
5
0
@@ -1,3 +1,5 @@
0
+# Copyright (C) 2008 Stout Public House. All Rights Reserved
0
+
0
 from django.conf.urls.defaults import patterns
0
 
0
 # Administrative interface

Comments

    No one has commented yet.