Gossamer Forum
Home : Products : Gossamer Links : Version 1.x :

Re: General question but very important question

Quote Reply
Re: General question but very important question In reply to
Dan,

Both Links 2 and Links SQL operate in the same way when building pages. The web server creates an index.html in the main pages directory, and then a directory for each top level category and so on.

If you are able to build without changing permissions, one of a couple things could be going on:

1. Your web server is using CGIwrap or suEXEC to run as your own userid. This is nice in that your pages are created as your own user, and you don't need to worry about setting anything world writeable.

2. The files already exist and are world-writeable.

3. The home directory already exist and is world-writeable.

Other then that, I'm not sure what else it could be. The DirectoryIndex wouldn't interfere with your 404 cgi script.

As for the mods:

Rating with images - I think this can all be done in Templates, if not, it would be very simple to move over.

Add Confirmation - would need to be implemented, never seen this one before, so not sure how hard it is to do.

Priority links - similiar concept, but easier to do in Links SQL. 1. Add a new field called Priority from the web based admin, 2. Set the sort order in Links.pm to sort by priority first.

The include code - You can just use <%include filename.txt%> in your template to include it in.

Cheers,

Alex
Subject Author Views Date
Thread General question but very important question andyyoo 3389 Dec 24, 1999, 6:17 PM
Post Re: General question but very important question
pugdog 3279 Dec 25, 1999, 7:12 AM
Post Re: General question but very important question
Alex 3278 Dec 28, 1999, 8:37 AM
Post Re: General question but very important question
pugdog 3266 Dec 28, 1999, 10:15 AM
Post Re: General question but very important question
Dan Kaplan 3266 Dec 29, 1999, 12:28 PM
Post Re: General question but very important question
Alex 3269 Dec 29, 1999, 2:45 PM
Post Re: General question but very important question
Dan Kaplan 3278 Dec 29, 1999, 4:21 PM