On Tue, Apr 6, 2010 at 9:10 PM, verizon <vze35...@verizon.net> wrote:

> From advice I got previously here is how I can access a PDF that is in the
> repository with a relative link (works both locally and in a server)
>
> [http:doc/tip/Ethernet/DOCS/npincomplete.pdf | Code Description (pdf) ]
>

That won't work in this case because...

The document i need to serve is a demo PHP page, which must be served by the
underlying web server. It uses JavaScript which requires a web server to be
able to POST messages to (it's an RPC framework, so it's all about passing
messages to/from the web server).

i was hoping i could link non-fossil'd subdirs without using absolute URLs
(including domain), but i haven't found a way to do it. They would be useful
because my public website is mirrored on my system, so i could simplify
local testing before updating the public server. But no big deal, in any
case.

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
_______________________________________________
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