diff --git a/Changelog b/Changelog index 2615b88..a4e7af5 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,12 @@ +10-27-04 + * added configuration for site name. + * added functionality for random tag lines. + * made the search have a lot more options. + * change HTML for footer. + * added the Changelog to the footer. + * updated intro page. + * added installation instructions. + 10-26-04 * added "random" sorting method, and "Random 100" to tab bar. diff --git a/INSTALL b/INSTALL new file mode 100755 index 0000000..79aefdf --- /dev/null +++ b/INSTALL @@ -0,0 +1,74 @@ + -*- kwotes install instructions -*- + +Thanks for trying kwotes. Please forgive how slim this +INSTALL file is... at least there is one :) + +WHAT YOU NEED: +-------------------------------------------------------------------------------------- + CGI/Perl enabled web server + Mysql + DBI + DBD::Mysql + +INSTALLING DBI and DBD:Mysql: +-------------------------------------------------------------------------------------- + At a console: + + perl -MCPAN -eshell + + In the CPAN console: + + install Bundle::DBI + install DBD::mysql + + +EXTRACTING THE TARBALL: +-------------------------------------------------------------------------------------- + tar -zxvf kwotes.tar.gz + +SETTING UP THE DATABASE: +-------------------------------------------------------------------------------------- + Add the required kwotes tables to the database (in the directory where you + extracted kwotes): + + mysql -u database_user -D database_name -h database_host_name -p < kwotes.sql + +CONFIGURING KWOTES: +-------------------------------------------------------------------------------------- + Open kwotes.conf.pl in your favorite text editor and modify as needed. The + only values that you MUST change are in the database section. They are: + + $DB_TYPE - the database type (Must be mysql for now) + $DB_NAME - the name of the database on the database server + $DB_HOST - the hostname or ip address of the database server + $DB_USER - the username for connecting to the database + $DB_PASS - the password for connecting to the database + + Other options that are cool for tweaking the functionality of kwotes can be + found in the "GENERAL STUFF" section of the configuration file. + +SETTING PERMISSIONS: +-------------------------------------------------------------------------------------- + Setting everything to 755 (rwxr-xr-x) doesn't hurt: + + cd kwotes-directory; + chmod -R 755 * + + You can come up with something more restrictive if you like. + +CUSTOMIZING: +-------------------------------------------------------------------------------------- + Kwotes can be easily customized by editing the files in the "html" directory + directly beneeth the kwotes directory. You can change the "site name" and + tagline (text that apears at the top of every page) by editing kwotes.conf.pl + +FEEDBACK: +-------------------------------------------------------------------------------------- + "It's broken you mofos!": + sux0r, well... submit a bug report at: + http://sourceforge.net/tracker/?atid=690836&group_id=121598&func=browse + + "Hey, you should implement [insert your idea here]!" + sweet, submit a feature request here, and we'll see what we can do: + http://sourceforge.net/tracker/?group_id=121598&atid=690839 + diff --git a/html/content-default.html b/html/content-default.html index bcdd5b2..5b3550b 100644 --- a/html/content-default.html +++ b/html/content-default.html @@ -1,6 +1,8 @@ -

Welcome to Kwotes, a chat quote database system with a twist. +

+ Welcome to Kwotes, a chat quote database system with a twist. The quotes are publicly moderated, so it's up to YOU to maintain the quality. All quotes are accepted and if their ranking falls too low for too long, they are deleted. + To better your kwote browsing experience, visit the search page.

This system has advantages over existing systems. Here are a few: @@ -10,4 +12,4 @@
  • Users may only submit a limited number of quotes per hour.
  • A Simple, standards-compliant design that works in all modern browsers(sorry NS4/IE3 users!)
  • The system is open source. You can download the source code using the link at the bottom of the page.
  • - \ No newline at end of file + diff --git a/html/content-search.html b/html/content-search.html index d76a1cd..e5c203b 100644 --- a/html/content-search.html +++ b/html/content-search.html @@ -1,32 +1,87 @@
    -
    +
    - -
    - Search Text: - + +
    + All fields are optional. Choosing a random sort order disables paging. + Search keywords can be seperated using a coma.
    - - Sort by: - - +
    + Search text: + +
    - - Per page: - - +
    + Sort by: + + + +
    + +
    + Sort direction: + + + +
    + +
    + Per page: + + + +
    + +
    + Max results: + + + +
    + +
    + Minimum rating: + + + +
    + +
    + Maximum rating: + + + +
    + +
    + +
    +
    - \ No newline at end of file + diff --git a/html/footer.html b/html/footer.html index 1e4fc86..cb8b91d 100644 --- a/html/footer.html +++ b/html/footer.html @@ -1,15 +1,21 @@
    - \ No newline at end of file + diff --git a/html/header.html b/html/header.html index a8dcfa3..433cd11 100644 --- a/html/header.html +++ b/html/header.html @@ -50,7 +50,7 @@ Kwote # 
    - Kwotes - For happy goodness! + ${SITE_NAME} - ${TAG_LINE}