Merge branch 'master' of git://factorcode.org/git/factor
commit
0e7e16d928
|
@ -3,9 +3,9 @@
|
||||||
<h2>Annotation: <% "summary" get write %></h2>
|
<h2>Annotation: <% "summary" get write %></h2>
|
||||||
|
|
||||||
<table>
|
<table>
|
||||||
<tr><th>Annotation by:</th><td><% "author" get write %></td></tr>
|
<tr><th align="right">Annotation by:</th><td><% "author" get write %></td></tr>
|
||||||
<tr><th>Channel:</th><td><% "channel" get write %></td></tr>
|
<tr><th align="right">File type:</th><td><% "mode" get write %></td></tr>
|
||||||
<tr><th>Created:</th><td><% "date" get timestamp>string write %></td></tr>
|
<tr><th align="right">Created:</th><td><% "date" get timestamp>string write %></td></tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<% "syntax" render-template %>
|
<% "syntax" render-template %>
|
||||||
|
|
|
@ -17,13 +17,15 @@
|
||||||
<% "pastes" get <reversed> [ "paste-summary" render-component ] each %>
|
<% "pastes" get <reversed> [ "paste-summary" render-component ] each %>
|
||||||
</table>
|
</table>
|
||||||
</td>
|
</td>
|
||||||
<td valign="top" width="25%" class="infobox">
|
<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>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>
|
||||||
<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>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>
|
||||||
<p>
|
<p>
|
||||||
<% "webapps.pastebin" browse-webapp-source %></p>
|
<% "webapps.pastebin" browse-webapp-source %></p>
|
||||||
|
</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
|
@ -58,7 +58,7 @@ C: <annotation> annotation
|
||||||
paste-n number>string [ show-paste ] curry quot-link ;
|
paste-n number>string [ show-paste ] curry quot-link ;
|
||||||
|
|
||||||
: paste-feed ( -- entries )
|
: paste-feed ( -- entries )
|
||||||
get-pastebin pastebin-pastes [
|
get-pastebin pastebin-pastes <reversed> [
|
||||||
{
|
{
|
||||||
paste-summary
|
paste-summary
|
||||||
paste-link
|
paste-link
|
||||||
|
|
Loading…
Reference in New Issue