olddoc.git  about / heads / tags
olddoc - old-fashioned RDoc generator(s)
blob 74d3bab379e228df8720bb71dcba3d9f138895c2 214 bytes (raw)
$ git show v1.5.1:lib/oldweb/_sidebar_installed.rhtml	# shows this blob on the CLI

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
 
<h3>Documentation</h3><ul><%
installed.each do |name, href, exists, type, _|
  next if type == :extra %><li><%
  if exists
  %><a
href="<%= href %>"><%= h name %></a><%
  else
  %><%= h name %><%
  end
end %></ul>

git clone https://80x24.org/olddoc.git