This file is indexed.

/usr/share/doc/ruby-ramaze/examples/app/wiktacular/view/edit.xhtml is in ruby-ramaze 2012.12.08-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
<form method="POST" action="/save" id="edit_entry">
  <input type="text" name="handle" value="#{h @entry.name}" />
  <textarea name="text">#@text</textarea>
  <input type="submit" />
  or #{anchor('cancel', @entry.name)}
</form>