gecko-dev/webtools/addons
mike.morgan%oregonstate.edu 187b99b6bb PEAR libraries, installed locally because they do not exist in REHL stable repo 2005-08-08 16:34:09 +00:00
..
about
css Additional changes to search. No pagination, just prev|next. Works4me. 2005-07-26 00:27:55 +00:00
developers addon.php 2005-07-20 23:32:22 +00:00
img
inc Search options are now populated. Next up is query forumlation and pagination along with displaying results. 2005-07-24 11:34:05 +00:00
js install include. 2005-07-19 00:23:24 +00:00
lib PEAR libraries, installed locally because they do not exist in REHL stable repo 2005-08-08 16:34:09 +00:00
rss
sql
tpl added some TODOs 2005-08-08 16:20:22 +00:00
.htaccess .htaccess 2005-07-18 03:50:30 +00:00
LICENSE
README installation instructions. 2005-07-21 02:00:57 +00:00
addcomment.php added some TODOs 2005-08-08 16:20:22 +00:00
addon.php Template changes in order to eliminate need for overview.php. Main page is combined, top header is simplified, and navigation for addon view is greatly improved. 2005-07-21 23:21:27 +00:00
author.php Template changes in order to eliminate need for overview.php. Main page is combined, top header is simplified, and navigation for addon view is greatly improved. 2005-07-21 23:21:27 +00:00
comments.php Template changes in order to eliminate need for overview.php. Main page is combined, top header is simplified, and navigation for addon view is greatly improved. 2005-07-21 23:21:27 +00:00
faq.php added some TODOs 2005-08-08 16:20:22 +00:00
history.php added some TODOs 2005-08-08 16:20:22 +00:00
index.php added some TODOs 2005-08-08 16:20:22 +00:00
policy.php added some TODOs 2005-08-08 16:20:22 +00:00
previews.php Template changes in order to eliminate need for overview.php. Main page is combined, top header is simplified, and navigation for addon view is greatly improved. 2005-07-21 23:21:27 +00:00
ratecomment.php Ability to rate a comment. Currently, this uses GET requests - may be necessary to change it to a POST request to stop abuse of it at a later date 2005-07-30 19:29:14 +00:00
search.php added some TODOs 2005-08-08 16:20:22 +00:00

README

Installation
    Update .htaccess include_path value to point to [yourpath]/inc
    Copy inc/config-dist.php to inc/config.php
    Define required information in inc/config.php
    Set apache as owner, chmod 700.
    Set up your preview symlinik in order to use previews
        mkdir ./images
        cd images
        ln -s /data/previews previews