gecko-dev/webtools/addons
2005-07-30 19:29:14 +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 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
rss
sql
tpl 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
.htaccess .htaccess 2005-07-18 03:50:30 +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 added jump-to for single results in search.php. adjusted the length of displayed descriptions on thef ront page. added an @todo for search.php, also affected: addon.php -- some addons do not have proper application metadata... :\ 2005-07-26 03:27:21 +00:00
LICENSE
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 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
README installation instructions. 2005-07-21 02:00:57 +00:00
search.php added jump-to for single results in search.php. adjusted the length of displayed descriptions on thef ront page. added an @todo for search.php, also affected: addon.php -- some addons do not have proper application metadata... :\ 2005-07-26 03:27:21 +00:00

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