This file is indexed.

/usr/share/doc/ruby-ramaze/examples/app/wiktacular/view/new.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="new_entry">
  <input type="text" name="handle" />
  <textarea name="text"></textarea>
  <input type="submit" />
  or #{anchor('cancel','/')}
</form>