From 6afcf0ba2fb07abcc7f43a4f3a0bdbb5a8fee966 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Tue, 11 Dec 2007 15:48:18 -0500 Subject: [PATCH] Pastebin updates --- extra/webapps/pastebin/annotation.furnace | 6 +++--- extra/webapps/pastebin/paste-list.furnace | 16 +++++++++------- extra/webapps/pastebin/pastebin.factor | 2 +- 3 files changed, 13 insertions(+), 11 deletions(-) diff --git a/extra/webapps/pastebin/annotation.furnace b/extra/webapps/pastebin/annotation.furnace index 791905197e..e59db32484 100755 --- a/extra/webapps/pastebin/annotation.furnace +++ b/extra/webapps/pastebin/annotation.furnace @@ -3,9 +3,9 @@

Annotation: <% "summary" get write %>

- - - + + +
Annotation by:<% "author" get write %>
Channel:<% "channel" get write %>
Created:<% "date" get timestamp>string write %>
Annotation by:<% "author" get write %>
File type:<% "mode" get write %>
Created:<% "date" get timestamp>string write %>
<% "syntax" render-template %> diff --git a/extra/webapps/pastebin/paste-list.furnace b/extra/webapps/pastebin/paste-list.furnace index da2d1add9c..51813ecf97 100644 --- a/extra/webapps/pastebin/paste-list.furnace +++ b/extra/webapps/pastebin/paste-list.furnace @@ -17,13 +17,15 @@ <% "pastes" get [ "paste-summary" render-component ] each %> - -

This pastebin is written in Factor. It is inspired by lisppaste. -

-

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. -

-

- <% "webapps.pastebin" browse-webapp-source %>

+ +
+

This pastebin is written in Factor. It is inspired by lisppaste. +

+

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. +

+

+ <% "webapps.pastebin" browse-webapp-source %>

+
diff --git a/extra/webapps/pastebin/pastebin.factor b/extra/webapps/pastebin/pastebin.factor index 7ea98b8ba1..9aefe15bca 100755 --- a/extra/webapps/pastebin/pastebin.factor +++ b/extra/webapps/pastebin/pastebin.factor @@ -58,7 +58,7 @@ C: annotation paste-n number>string [ show-paste ] curry quot-link ; : paste-feed ( -- entries ) - get-pastebin pastebin-pastes [ + get-pastebin pastebin-pastes [ { paste-summary paste-link