[Checkins] SVN: grokproject/trunk/grokproject/template/src/+package+/ Added resources that were lost in the branch merge.

Jan-Jaap Driessen jdriessen at thehealthagency.com
Thu Jan 20 15:49:46 EST 2011


Log message for revision 119798:
  Added resources that were lost in the branch merge.

Changed:
  A   grokproject/trunk/grokproject/template/src/+package+/resource.py_tmpl
  A   grokproject/trunk/grokproject/template/src/+package+/static/evencaveman.jpg
  A   grokproject/trunk/grokproject/template/src/+package+/static/style.css

-=-
Added: grokproject/trunk/grokproject/template/src/+package+/resource.py_tmpl
===================================================================
--- grokproject/trunk/grokproject/template/src/+package+/resource.py_tmpl	                        (rev 0)
+++ grokproject/trunk/grokproject/template/src/+package+/resource.py_tmpl	2011-01-20 20:49:45 UTC (rev 119798)
@@ -0,0 +1,5 @@
+from fanstatic import Library, Resource
+
+library = Library('${project_lowercase}', 'static')
+
+style = Resource(library, 'style.css')

Added: grokproject/trunk/grokproject/template/src/+package+/static/evencaveman.jpg
===================================================================
(Binary files differ)


Property changes on: grokproject/trunk/grokproject/template/src/+package+/static/evencaveman.jpg
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: grokproject/trunk/grokproject/template/src/+package+/static/style.css
===================================================================
--- grokproject/trunk/grokproject/template/src/+package+/static/style.css	                        (rev 0)
+++ grokproject/trunk/grokproject/template/src/+package+/static/style.css	2011-01-20 20:49:45 UTC (rev 119798)
@@ -0,0 +1,4 @@
+/* This is a silly style sheet solely used for demonstrating fanstatic. */
+body {
+  background-color: #eee;
+}



More information about the checkins mailing list