File: footer.rhtml

package info (click to toggle)
tdiary 5.0.11-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,852 kB
  • sloc: ruby: 22,925; xml: 325; makefile: 16; sh: 10
file content (8 lines) | stat: -rw-r--r-- 552 bytes parent folder | download
1
2
3
4
5
6
7
8
<%%=footer_proc%>
<div class="footer">
Generated by <a href="http://www.tdiary.org/">tDiary</a> version <%=h TDIARY_VERSION %><br>
Powered by <a href="http://www.ruby-lang.org/">Ruby</a> version <%=h RUBY_VERSION %><%=h( RUBY_PATCHLEVEL >= 0 ? "-p#{RUBY_PATCHLEVEL}" : "dev-#{RUBY_RELEASE_DATE}" ) rescue ''%><% if /ruby/i =~ @cgi.gateway_interface %> with <a href="https://github.com/shugo/mod_ruby">mod_ruby</a><% elsif defined?(FCGI) %> with <a href="https://github.com/alphallc/ruby-fcgi-ng">ruby-fcgi-ng</a><% end %>
</div>
</div>
</body>
</html>