gecko-dev/webtools/addons
mike.morgan%oregonstate.edu b1b91e495a Bloated and greedy search, no pagination yet (other than the limit for # of records per page).
I have concerns about how much this hammers the database.  We may have to trim down the constructor for the AddOn class.
2005-07-25 20:12:22 +00:00
..
about
css updated some search items. 2005-07-24 02:05:49 +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 nightly checkin. adjustments in some naming conventions. 2005-07-25 07:35:01 +00:00
rss
sql
tpl Bloated and greedy search, no pagination yet (other than the limit for # of records per page). 2005-07-25 20:12: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 Messed with paths, search boxes, etc. Nothing here is permanent. 2005-07-21 01:58:50 +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 Started messing with the search template. Not even 5% done. Added some global CatName stuff to init.php. Will find a better home for that later. 2005-07-23 08:57:41 +00:00
history.php Search options are now populated. Next up is query forumlation and pagination along with displaying results. 2005-07-24 11:34:05 +00:00
index.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
policy.php Policy documents. 2005-07-25 07:36:05 +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 Messed with paths, search boxes, etc. Nothing here is permanent. 2005-07-21 01:58:50 +00:00
search.php Bloated and greedy search, no pagination yet (other than the limit for # of records per page). 2005-07-25 20:12: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