Sha256: aab177d4795aa94ae31920b386a54725cbe14f34c0fa56b365184dbf93f866c5
Contents?: true
Size: 617 Bytes
Versions: 16
Compression:
Stored size: 617 Bytes
Contents
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:py="http://genshi.edgewall.org/" xmlns:xi="http://www.w3.org/2001/XInclude"> <head> <title>Available Projects</title> </head> <body> <h1>Available Projects for Subtrac</h1> <ul> <py:for each="project in projects" py:choose=""> <li py:when="project.href"> <a href="$project.href" title="$project.description">$project.name</a> </li> </py:for> </ul> </body> </html>
Version data entries
16 entries across 16 versions & 2 rubygems