[Lisppaste-cvs] CVS update: lisppaste2/variable.lisp

Brian Mastenbrook bmastenbrook at common-lisp.net
Tue Jun 1 13:21:19 UTC 2004


Update of /project/lisppaste/cvsroot/lisppaste2
In directory nittin.net:/tmp/cvs-serv2923

Modified Files:
	variable.lisp 
Log Message:
Variables for pagination

Date: Tue Jun  1 06:21:19 2004
Author: bmastenbrook

Index: lisppaste2/variable.lisp
diff -u lisppaste2/variable.lisp:1.14 lisppaste2/variable.lisp:1.15
--- lisppaste2/variable.lisp:1.14	Fri May 21 12:30:45 2004
+++ lisppaste2/variable.lisp	Tue Jun  1 06:21:19 2004
@@ -1,4 +1,4 @@
-;;;; $Id: variable.lisp,v 1.14 2004/05/21 19:30:45 bmastenbrook Exp $
+;;;; $Id: variable.lisp,v 1.15 2004/06/01 13:21:19 bmastenbrook Exp $
 ;;;; $Source: /project/lisppaste/cvsroot/lisppaste2/variable.lisp,v $
 
 ;;;; See the LICENSE file for licensing information.
@@ -26,6 +26,10 @@
 		      :port *external-http-port*) "/paste/"))
 
 (defvar *meme-links* t) ; whether to link to meme IRC logs
+
+(defvar *paste-maximum-size* 51200)
+
+(defvar *pastes-per-page* 50)
 
 ;; You shouldn't need to edit below this line.
 ;; LINE





More information about the Lisppaste-cvs mailing list