From 7567e6e2f18334d3f0b5b3c6c9659a018be00e9e Mon Sep 17 00:00:00 2001
From: Kornelius Kalnbach
Date: Fri, 9 Sep 2011 02:05:44 +0200
Subject: remove obsolete big C example code, to make this a Ruby project on
GitHub
---
bench/example.xhtml | 376 ----------------------------------------------------
1 file changed, 376 deletions(-)
delete mode 100644 bench/example.xhtml
(limited to 'bench/example.xhtml')
diff --git a/bench/example.xhtml b/bench/example.xhtml
deleted file mode 100644
index a08cf75..0000000
--- a/bench/example.xhtml
+++ /dev/null
@@ -1,376 +0,0 @@
-
-
-
- Error
-
-
-
- Error
-
-
-
- Path: #{path}
- #{CGI.escapeHTML(error.to_s)}
-
-
-
- In file
'#{error.hot_file}' #{error.hot_file =~ /\.xhtml$/ ? '(line numbering is aproximate due to template transformation)' : nil}:
-
-
-
#{line}
-
-
#{line}
-
-
-
-
-
-
-
-
-
#{line}
-
-
#{line}
-
-
-
-
-
-
-
-
-
-
-
Parameters: #{request.params.reject{ |k,v| k == :__RELOADED__ }.inspect}
-
Cookies: #{request.cookies.inspect}
-
Headers:
#{request.headers.collect { |k, v| "#{k} => #{v}" }.join('
')}
-
-
-
-
-
Headers: #{request.response_headers.inspect}
-
Cookies: #{request.response_cookies.inspect}
-
-
-
-
-
Values: #{session.inspect}
-
-
-
- Powered by Nitro version #{Nitro::Version}
-
-
-
-
-
-
-
- Show editable
- #{form_for @obj, :action => "#{base}/save", :cancel => "#{base}/list", :all => true}
-
- Show all
- #{form_for @obj, :action => "#{base}/save", :cancel => "#{base}/list"}
-
-
-#{form_for(@%name%)}
-
-
- #{"%plural%".humanize}
-
-
-
-
-
-
- Home > System > #{"%plural%".humanize}
- New #{"%name%".humanize}
-
-
-
-
-
-
-
-
-
-
- Show editable
- #{form_for @obj, :action => "#{base}/save", :cancel => "#{base}/list", :all => true, :enctype => "multipart/form-data"}
-
- Show all
- #{form_for @obj, :action => "#{base}/save", :cancel => "#{base}/list", :enctype => "multipart/form-data"}
-
-
-
-
-
-
-
-
-
- Search method is not implemented for this object
-
-
-
-
-
-
-
- View %name%
-
-
- #{@obj.to_yaml}
-
-
-Access denied
-
-
- Home > System
-
- Og managed classes
-
-
-
- Class |
- Count |
- Cleanup |
- Properties |
-
-
-
- #{c.name} |
- #{c.count} |
- delete |
- destroy |
- #{c.properties.values.join(', ')} |
-
-
-
-
- System configuration
-
-
-
- Name |
- Value |
- Type |
- Description |
-
-
-
- #{s.owner}.#{s.name} |
- #{s.value.inspect} |
- #{s.type} |
- #{s.options[:doc]} |
-
-
-
-
-
-
-
-
- Test
-
-
-
-
-
-
-
-hello
-Hello #{username}
-
-how do you feel?
-
-Here is your Token: #{token}
-
-
-
-
Questions with Tags: #{@tags.join(" ")}
-
- 0 ?>
-
- Too many results for that Tag, please reduce the number by using one of the following Tags:
- #{cloud_of(@qtags)}
-
-
-
-
-
-
- #{excerpt}
-
-
#{q.answers.size.to_i} answers
-
-
-
-
-
-
-
- 0 ?>
-
Tips with Tags: #{@tags.join(" ")}
-
- Too many results for that Tag, please reduce the number by using one of the following Tags:
- #{cloud_of(@ttags)}
-
-
-
-
-
-
- #{excerpt}
-
-
-
-
-
-
- 0 ?>
-
Tutorials with Tags: #{@tags.join(" ")}
-
- Too many results for that Tag, please reduce the number by using one of the following Tags:
- #{cloud_of(@tuttags)}
-
-
-
-
-
-
- #{excerpt}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
--
cgit v1.2.1