rash

Presentation

Rash is a PHP/MySQL script for the management of quotes, similar to the script in use at http://www.bash.org -- but designed as an entirely seperate piece of code. It is highly customizable to any layout you want to throw at it. You can have a look at http://dedibash.org to see it (Hey! http://dedibash.org/?13 It's me!). The admin (Philou, #dedibox on irc.dedibox.fr) uses the rash_template.

l337 template

I also made a l337 template for rash. You can download it here : http://php.mouraf.org/rash/l337_template. Simply modify the config.php file (Second section - Customization).

Download

Rash was my first debian package. You can download it and look at the source here: http://php.mouraf.org/rash

http://sourceforge.net/projects/rqms/


changelog:
rash (1.2.2-1) unstable; urgency=low

  * Initial release.
  * Can be automatically installed for apache or apache2 (Debconf).
  * Rash uses dbconfig-common.
  * This is my first Debian package.

 -- Pierre-Alexandre Meyer <pam+deb@mouraf.org>  Mon, 21 Aug 2006 13:15:17 +0200

rash for Debian

----------------
originally written by Pierre-Alexandre Meyer <pam+deb@mouraf.org>
Saturday, Aug 26, 2006, 00:43:34 (UTC+0200)
----------------

################
# Installation #
################

  Note that rash uses automatic configuration via dbconfig-common.
  However, if you've chosen to go the manual route, please read
  following informations.

  Using the username and password you provided in debconf (and stored
  in the rash config file /etc/rash/debian.php), create a database.
  Assuming you chose a database and user both named 'rash':

  mysql -u root -p -e "create database rash"
  mysql -u root -p -e "grant all privileges on 
  rash.* to rash@localhost identified by 
  'yourpasswordhere'; flush privileges"

  Next follow the directions in the file
  /usr/share/rash/install/install.html.