factor/extra/webapps/pastebin/paste-list.furnace

34 lines
1.2 KiB
Plaintext
Raw Normal View History

2007-11-07 15:01:42 -05:00
<% USING: namespaces furnace sequences ; %>
2007-12-06 01:02:58 -05:00
<%
"Pastebin" "title" set
"header" render-template
%>
2007-11-07 15:01:42 -05:00
2007-12-06 01:02:58 -05:00
<table width="100%" cellspacing="10">
<tr>
<td valign="top">
<table width="100%">
<tr align="left" class="pastebin-headings">
<th width="50%">Summary:</th>
<th width="100">Paste by:</th>
<th width="200">Date:</th>
</tr>
<% "pastes" get <reversed> [ "paste-summary" render-component ] each %>
</table>
</td>
2007-12-11 15:48:18 -05:00
<td valign="top" width="25%">
<div class="infobox">
<p>This pastebin is written in <a href="http://factorcode.org/">Factor</a>. It is inspired by <a href="http://paste.lisp.org">lisppaste</a>.
</p>
<p>It can be used for collaborative development over IRC. You can post code for review, and annotate other people's code. Syntax highlighting for over a hundred file types is supported.
</p>
<p>
<% "webapps.pastebin" browse-webapp-source %></p>
</div>
2007-12-06 01:02:58 -05:00
</td>
</tr>
</table>
2007-12-06 00:06:34 -05:00
2007-12-06 01:02:58 -05:00
<% "footer" render-template %>