Skip to content

ckeen/pastiche

Repository files navigation

https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg

Pastiche – a pastebin service written for CHICKEN Scheme

This is a paste bin service similar to lisppaste. It supports IRC notification (for us that means the vandusen bot) and is backed by a simple SQL backend (sqlite).

Installation

Using a recent CHICKEN scheme version (>4.6.0), do

  1. git clone git://github.com/ckeen/pastiche.git
  2. cd pastiche
  3. chicken-install -s

This will fetch all dependencies and installs pastiche and awful. To run it load the example-app in awful:

$ awful –development-mode example-app

Easy development

It is also possible to run pastiche without having to install the module. This is useful if you are working on pastiche itself. To do so install all the required modules first:

$ chicken-install awful:0.39 awful-sql-de-lite:0.4 simple-sha1:0.1 colorize miscmacros utf8 $ awful –development-mode example-app.scm

Note: The versions required may have changed in the meantime, please have a look at the depends clause in the pastiche.meta file.

License

Copyright © 2011 Christian Kellermann

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
  3. Neither the name of Christian Kellermann nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR AND CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

About

An awful pasting application written in CHICKEN Scheme

Resources

Stars

Watchers

Forks

Packages

No packages published