[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Relative / absolute links to subpages
- To: hobbit (at) hswn.dk
- Subject: Relative / absolute links to subpages
- From: Frédéric Mangeant <frederic.mangeant (at) steria.com>
- Date: Tue, 09 Aug 2005 18:00:07 +0200
- Organization: Steria EDC
- User-agent: Mozilla Thunderbird 1.0.6 (Windows/20050716)
Hi again
back with bbgen 2.x / 3.x, I had to modify the do_page_subpages()
function in bbdisplay/pagegen.c to view the pages with our custom
portal, which access BB through a reverse proxy.
The mod was :
--- pagegen.c 2005-08-09 17:45:14.000000000 +0200
+++ pagegen.c.orig 2005-08-09 17:55:19.000000000 +0200
@@ -805,7 +805,7 @@
if (currentcolumn == 0) fprintf(output, "<TR>\n");
- sprintf(pagelink, "%s/%s%s", p->name, p->name,
htmlextension);
+ sprintf(pagelink, "%s/%s/%s/%s%s",
xgetenv("BBWEB"), pagepath, p->name, p->name, htmlextension);
linkurl = hostlink(p->name);
fprintf(output, "<TD><FONT %s>",
xgetenv("MKBBROWFONT"));
Do you think this could be available as an option (eg. "--absolute-urls"
and "--relative-urls"), or even as a default value ?
Thanks in advance.
--
Frédéric Mangeant
Steria EDC Sophia-Antipolis