Sha256: 345f5c9bb230514f9e9f76810939822d16dd8e7f4ec59679413808cb55da1a75
Contents?: true
Size: 707 Bytes
Versions: 32
Compression:
Stored size: 707 Bytes
Contents
<html> <head> <title>Wiktacular</title> <link rel="stylesheet" type="text/css" media="screen" href="/screen.css" /> </head> <body> <div id="menu"> <a href="/main">Home</a> <a href="/new">New Entry</a> </div> <div id="navigation"> <div id="nodes"> #@nodes </div> </div> <div id="manipulate"> <a href="/edit/#@handle">Edit</a> <a href="/delete/#@handle">Delete</a> <a href="/revert/#@handle">Revert</a> <a href="/unrevert/#@handle">Unrevert</a> </div> <div id="content"> #@content </div> <div id="copyright">Wiktacular is powered by <a href="http://ramaze.rubyforge.org/">Ramaze</a></div> </body> </html>
Version data entries
32 entries across 32 versions & 5 rubygems