So, you need to link to a PHP file which will be run by Apache under the 
same domain and port as your wiki pages, right? If that's correct, this 
shouldn't be too hard.

The first thing is to make sure you've got Apache configured to serve 
the PHP correctly. If <http://fossil.wanderinghorse.net/demo/demo.php> 
were the right path, and it were working, you'd just write your link 
like <a href="/demo/demo.php">My Demo</a>.

The link should then work anywhere that you have your Apache + fossil 
setup the same way as on fossil.wanderinghorse.net.

But I think you said you also want it to work via `fossil ui`. That's 
impossible in plain HTML. `fossil ui` will start and connect to a web 
server on a different port than your local dev web server. There's no 
way to write a link that specifies the port but does not specify a 
domain name.

If, however, you configure your local dev server to serve your local 
fossil repo via CGI on the same local domain as you're testing your work 
on, then a simple link like above should be fine.

-- 
Joshua Paine
LetterBlock LLC
http://letterblock.com/
Web applications built with joy.
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to