]> gitweb.factorcode.org Git - factor.git/commitdiff
Tweak webapps
authorSlava Pestov <slava@factorcode.org>
Thu, 6 Dec 2007 06:20:26 +0000 (01:20 -0500)
committerSlava Pestov <slava@factorcode.org>
Thu, 6 Dec 2007 06:20:26 +0000 (01:20 -0500)
extra/webapps/help/help.factor
extra/webapps/pastebin/paste-list.furnace

index 8456e499f1aa9a7ddd731baf65b45de8ffd05c3a..145df4119a131329dd69b05d6a5ab87499618acb 100644 (file)
@@ -82,4 +82,4 @@ PREDICATE: pathname resource-pathname
 M: resource-pathname browser-link-href
     pathname-string
     "resource:" ?head drop
-    "/responder/resources/" swap append ;
+    "/responder/source/" swap append ;
index 75f05c67e9d5251a1adff60de9c6d5aaa39db4d4..da2d1add9ccbc510e29120ca5e59dbbd0cc3af0a 100644 (file)
@@ -18,7 +18,9 @@
             </table>
         </td>
         <td valign="top" width="25%" class="infobox">
-            <p>This pastebin is written in <a href="http://factorcode.org/">Factor</a>. 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>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>