diff --git a/trunk/data/sessions/container_file/6/6b/6b6319534be44c654af01dfd8269df82.cache b/trunk/data/sessions/container_file/6/6b/6b6319534be44c654af01dfd8269df82.cache deleted file mode 100644 index 7d115ef..0000000 --- a/trunk/data/sessions/container_file/6/6b/6b6319534be44c654af01dfd8269df82.cache +++ /dev/null @@ -1,12 +0,0 @@ -(dp1 -S'_authentication_token' -p2 -S'141491361115205551276239095199970379580' -p3 -sS'_accessed_time' -p4 -F1217161386.3120041 -sS'_creation_time' -p5 -F1217161386.3120079 -s. \ No newline at end of file diff --git a/trunk/data/templates/index.mako.py b/trunk/data/templates/index.mako.py deleted file mode 100644 index 836a3d0..0000000 --- a/trunk/data/templates/index.mako.py +++ /dev/null @@ -1,40 +0,0 @@ -from mako import runtime, filters, cache -UNDEFINED = runtime.UNDEFINED -_magic_number = 2 -_modified_time = 1216907993.197489 -_template_filename='/home/nils/src/yolanda/trunk/yolanda/templates/index.mako' -_template_uri='/index.mako' -_template_cache=cache.Cache(__name__, _modified_time) -_source_encoding=None -_exports = [] - - -def render_body(context,**pageargs): - context.caller_stack.push_frame() - try: - __M_locals = dict(pageargs=pageargs) - h = context.get('h', UNDEFINED) - # SOURCE LINE 1 - context.write(u'
\n This is the front page.\n
\n\n\n upload video\n
\n\n\n\n') - # SOURCE LINE 15 - context.write(unicode( h.form( \ - h.url(action='/results'), \ - method='get', \ - enctype='application/x-www-form-urlencoded' \ -) )) - # SOURCE LINE 19 - context.write(u'\n\n') - # SOURCE LINE 21 - context.write(unicode( h.text_field('query') )) - context.write(u'\n') - # SOURCE LINE 22 - context.write(unicode( h.submit('find video') )) - context.write(u'\n\n') - # SOURCE LINE 24 - context.write(unicode( h.end_form() )) - context.write(u'\n\n
\n\n') - return '' - finally: - context.caller_stack.pop_frame() - - diff --git a/trunk/data/templates/index.mako.pyc b/trunk/data/templates/index.mako.pyc deleted file mode 100644 index 832dba2..0000000 Binary files a/trunk/data/templates/index.mako.pyc and /dev/null differ diff --git a/trunk/data/templates/index.myt.py b/trunk/data/templates/index.myt.py deleted file mode 100644 index 68592aa..0000000 --- a/trunk/data/templates/index.myt.py +++ /dev/null @@ -1,22 +0,0 @@ -from mako import runtime, filters, cache -UNDEFINED = runtime.UNDEFINED -_magic_number = 2 -_modified_time = 1216815389.6429961 -_template_filename='/home/nils/src/yolanda/trunk/yolanda/templates/index.myt' -_template_uri='/index.myt' -_template_cache=cache.Cache(__name__, _modified_time) -_source_encoding=None -_exports = [] - - -def render_body(context,**pageargs): - context.caller_stack.push_frame() - try: - __M_locals = dict(pageargs=pageargs) - # SOURCE LINE 1 - context.write(u'\n\n\n This is the front page.\n
\n\n\n upload video\n
\n\n\n
\n\n\n\n') - return '' - finally: - context.caller_stack.pop_frame() - - diff --git a/trunk/data/templates/index.myt.pyc b/trunk/data/templates/index.myt.pyc deleted file mode 100644 index 7e737a1..0000000 Binary files a/trunk/data/templates/index.myt.pyc and /dev/null differ diff --git a/trunk/data/templates/results.mako.py b/trunk/data/templates/results.mako.py deleted file mode 100644 index 4de22eb..0000000 --- a/trunk/data/templates/results.mako.py +++ /dev/null @@ -1,62 +0,0 @@ -from mako import runtime, filters, cache -UNDEFINED = runtime.UNDEFINED -_magic_number = 2 -_modified_time = 1216910187.0066929 -_template_filename='/home/nils/src/yolanda/trunk/yolanda/templates/results.mako' -_template_uri='/results.mako' -_template_cache=cache.Cache(__name__, _modified_time) -_source_encoding=None -_exports = ['result'] - - -def render_body(context,**pageargs): - context.caller_stack.push_frame() - try: - __M_locals = dict(pageargs=pageargs) - h = context.get('h', UNDEFINED) - c = context.get('c', UNDEFINED) - def result(x): - return render_result(context.locals_(__M_locals),x) - # SOURCE LINE 1 - context.write(u'\n\n\n\n\n') - # SOURCE LINE 6 - context.write(unicode( h.javascript_include_tag('/javascripts/effects.js', builtins=True) )) - context.write(u'\n\n\n\n\n\n\n') - # SOURCE LINE 18 - context.write(u'\n\n\n Here be results for ') - # SOURCE LINE 21 - context.write(unicode(c.query)) - context.write(u'.\n
\n\n') - # SOURCE LINE 24 - for x in range(1,10): - # SOURCE LINE 25 - context.write(u' ') - context.write(unicode(result(x))) - context.write(u'\n') - # SOURCE LINE 27 - context.write(u'\n\n\n\n\n') - return '' - finally: - context.caller_stack.pop_frame() - - -def render_result(context,x): - context.caller_stack.push_frame() - try: - h = context.get('h', UNDEFINED) - # SOURCE LINE 13 - context.write(u'\n\n This is the search page.\n
\n\n\n')
- # SOURCE LINE 10
- h.start_form(h.url_for(action='save', title=c.query), method="get")
-
- context.write(u'\n ')
- # SOURCE LINE 11
- h.text_area(name='content', rows=7, cols=40, content=c.content)
-
- context.write(u'
\n ')
- # SOURCE LINE 12
- h.submit(value="Save changes", name='commit')
-
- context.write(u'\n')
- # SOURCE LINE 13
- h.end_form()
-
- context.write(u'\n\n ')
- # SOURCE LINE 15
- c.query
-
- context.write(u'\n
\n This is the search page.\n
\n\n\n') - return '' - finally: - context.caller_stack.pop_frame() - - diff --git a/trunk/data/templates/search.myt.pyc b/trunk/data/templates/search.myt.pyc deleted file mode 100644 index f4930ea..0000000 Binary files a/trunk/data/templates/search.myt.pyc and /dev/null differ diff --git a/trunk/data/templates/xhtml/base.mako.py b/trunk/data/templates/xhtml/base.mako.py deleted file mode 100644 index d8ed765..0000000 --- a/trunk/data/templates/xhtml/base.mako.py +++ /dev/null @@ -1,122 +0,0 @@ -from mako import runtime, filters, cache -UNDEFINED = runtime.UNDEFINED -_magic_number = 2 -_modified_time = 1218555872.226696 -_template_filename=u'/home/nils/src/yolanda/trunk/yolanda/templates/xhtml/base.mako' -_template_uri=u'/xhtml/base.mako' -_template_cache=cache.Cache(__name__, _modified_time) -_source_encoding=None -_exports = ['search', 'tagcloud', 'login'] - - -def render_body(context,**pageargs): - context.caller_stack.push_frame() - try: - __M_locals = dict(pageargs=pageargs) - h = context.get('h', UNDEFINED) - self = context.get('self', UNDEFINED) - # SOURCE LINE 1 - context.write(u'\n\n\n') - # SOURCE LINE 38 - context.write(u'\n\n') - # SOURCE LINE 53 - context.write(u'\n\n') - # SOURCE LINE 87 - context.write(u'\n\n\n\n\n\n \n\n \n\n\nYolanda is a free software video platform and, as far as we (the developers) know, the only one that doesn\'t rely on proprietary browser extensions. Instead, we only use open standards, namely XHTML, CSS and JavaScript; Videos are served in Ogg Theora format. Since Yolanda is free software, you can download the source code to adapt, modify and extend it.\n
\n\n\nIf you use a recent GNU/Linux Desktop distribution such as Ubuntu, no additional software is required. Users of inferior operating systems and arcane desktop environments are advised to install the VLC media player web plugin (Links and Lynx users should use VLC\'s aalib or libcaca output). As soon as browsers support the XHTML 5 <video> element, we will use it, which means that no additional software will be required.\n
\n\n\nSed non ipsum. Maecenas justo. Etiam fermentum. Praesent scelerisque. Quisque malesuada nulla sed pede volutpat pulvinar. Curabitur tincidunt tellus nec purus. Praesent a lacus vitae turpis consequat semper. Aenean turpis ipsum, rhoncus vitae, posuere vitae, euismod sed, ligula. Praesent semper, neque vel condimentum hendrerit, lectus elit pretium ligula, nec consequat nisl velit at dui. Nam malesuada sapien eu nibh. \n
\n\n\nProbably because it is not free (as in freedom). If you are serious about your suggestion, please file a ticket in our bug tracker.\n
\n\n') - return '' - finally: - context.caller_stack.pop_frame() - - -def render_heading(context): - context.caller_stack.push_frame() - try: - # SOURCE LINE 7 - context.write(u'\n Welcome to Yolanda, a place for people who hate Adobe Flash.\n') - return '' - finally: - context.caller_stack.pop_frame() - - -def render_title(context): - context.caller_stack.push_frame() - try: - # SOURCE LINE 3 - context.write(u'\n front page\n') - return '' - finally: - context.caller_stack.pop_frame() - - diff --git a/trunk/data/templates/xhtml/index.mako.pyc b/trunk/data/templates/xhtml/index.mako.pyc deleted file mode 100644 index 6a0576d..0000000 Binary files a/trunk/data/templates/xhtml/index.mako.pyc and /dev/null differ diff --git a/trunk/data/templates/xhtml/results.mako.py b/trunk/data/templates/xhtml/results.mako.py deleted file mode 100644 index 7b35457..0000000 --- a/trunk/data/templates/xhtml/results.mako.py +++ /dev/null @@ -1,105 +0,0 @@ -from mako import runtime, filters, cache -UNDEFINED = runtime.UNDEFINED -_magic_number = 2 -_modified_time = 1218555558.912719 -_template_filename='/home/nils/src/yolanda/trunk/yolanda/templates/xhtml/results.mako' -_template_uri='/xhtml/results.mako' -_template_cache=cache.Cache(__name__, _modified_time) -_source_encoding=None -_exports = ['results_listing', 'heading', 'title'] - - -def _mako_get_namespace(context, name): - try: - return context.namespaces[(__name__, name)] - except KeyError: - _mako_generate_namespaces(context) - return context.namespaces[(__name__, name)] -def _mako_generate_namespaces(context): - pass -def _mako_inherit(template, context): - _mako_generate_namespaces(context) - return runtime._inherit_from(context, u'base.mako', _template_uri) -def render_body(context,**pageargs): - context.caller_stack.push_frame() - try: - __M_locals = dict(pageargs=pageargs) - def results_listing(results): - return render_results_listing(context.locals_(__M_locals),results) - c = context.get('c', UNDEFINED) - # SOURCE LINE 1 - context.write(u'\n\n') - # SOURCE LINE 5 - context.write(u'\n\n') - # SOURCE LINE 9 - context.write(u'\n\n') - # SOURCE LINE 25 - context.write(u'\n\n') - # SOURCE LINE 27 - context.write(unicode(results_listing(c.results))) - context.write(u'\n') - return '' - finally: - context.caller_stack.pop_frame() - - -def render_results_listing(context,results): - context.caller_stack.push_frame() - try: - h = context.get('h', UNDEFINED) - c = context.get('c', UNDEFINED) - # SOURCE LINE 11 - context.write(u'\n