(index ("pastiche" 0))
(def (sig (procedure "(pastiche base-path db-file #!key (vandusen-port 22722) (vandusen-host \"localhost\") (base-url \"http://paste.call-cc.org\") (use-captcha? #t) (audible-captcha? #t) (num-captchas 500) (browsing-steps 15) force-vandusen-notification? (awful-settings (lambda (_) (_))))" (id pastiche))) (p "Starts pastiche with " (tt "base-path") " as the root URL and the sqlite database file " (tt "db-file") ". If the database file does not exist, pastiche will create and initialize an empty database.") (p "It supports sending the paste event to the chicken IRC bot " (int-link "egg/vandusen" "vandusen") ". The message contains of the author, the title of the paste and the url to the paste on one line."))
