Gossamer Forum
Home : Products : Links 2.0 : Installation -- Unix :

Instructions not adequate

Quote Reply
Instructions not adequate
# The script can now break up category pages that have more then x
# number of links in it. It will also create next and previous links
# to help navigate. Set this to 1 if you want to break up pages or 0 if
# you want to have only one page per category.
# Setting this to one, will also break up the What's New pages into
# per day sections (not affected by number of links per page).
$build_span_pages = 1;

# Number of links per page.
$build_links_per_page = 10;

# Detailed View: The script can build a single html page per link. This is
# great if you have a review in your database. To enable, you must set
# the directory where all the pages will be stored, the url to that directory
# and set the enable option.
$build_detailed = 1;
$build_detail_path = "$build_root_path/Detailed";
$build_detail_url = "$build_root_url/Detailed";
# Use Templates: instead of editing site_html.pl, you can edit regular html pages
# encoded with special <%links_tags%>. It's not as flexible as site_html.pl, but it
# may be easier.
$build_use_templates = 1;

In these scripts, some options are set 1 and some to 0

I would like to know which is ON/YES in which case, and which is OFF/NO in each case.

This would help alot!!!

------------------
Website Solution
www.websitesolution.net

[This message has been edited by Website Solution (edited May 21, 1999).]
Quote Reply
Re: Instructions not adequate In reply to
The number one (1) means it is on. The number zero (0) means it is off.

I hope this helps.
Quote Reply
Re: Instructions not adequate In reply to
Thank you...



------------------
Website Solution
http://www.websitesolution.net