correct, I do not want to checkin doxygen files however I also prefer to
have them close to my source code(in the same folder) and not in the web
server's root directory. I also try to avoid using "true" web server
(lack of SSL forces me to do that from time to time).
So ideas on how to achieve this
<a href="file://<$pathToProject>/doc/html/index.html">doxygen docs</a>
are highly appreciated.

Thank you,
ST


On Sat, 2012-03-24 at 16:48 -0400, Leo Razoumov wrote:
> On Sat, Mar 24, 2012 at 16:33, ST <smn...@gmail.com> wrote:
> > Thank you Bill,
> >
> > however I didn't understand what I need to do in order to be able to
> > create a link like this:
> > <a href="file://<$pathToProject>/doc/html/index.html">project</a>
> >
> > Do I have to reimplement something?
> >
> 
> I think there is a simple way to achieve what you want. If you run
> fossil as an CGI script under "true" web server (apache, nginx, etc)
> you can put your doxygen tree somewhere in the webserver html space
> and then in your fossil wiki page make a link
> 
> <a href="http://your-server/prj/doxygen/index.html";>my beautiful code</a>
> 
> All your doxygen pages are now served outside and independent of
> fossil. If I understand correctly you do not want to checkin doxygen
> generated files anyway.
> 
> --Leo--
> 
> 
> > ST
> >
> > On Thu, 2012-03-22 at 11:02 -0500, Bill Burdick wrote:
> >> OK, it looks like you're willing to use more than just HTML there.
> >>  Here's a way to get the prefix of the fossil URL.  Look at the
> >> assignment of url in the "markup" function,
> >> here: 
> >> https://chiselapp.com/user/zot/repository/fossil-pagedown/artifact/4bcb90437a6e33bbbcc7edf3b6a21de00889c05c
> >>
> >>
> >>
> >>
> >> Bill
> >>
> >>
> >> On Thu, Mar 22, 2012 at 10:30 AM, ST <smn...@gmail.com> wrote:
> >>         thank you for your reply. This would work only for index.html
> >>         but not
> >>         for the rest of the doxygen files which are linked to from
> >>         index.html
> >>         until I add them to checkin as well. But since all the doxygen
> >>         files are
> >>         autogenerated its not nice to put them into checkin.
> >>
> _______________________________________________
> fossil-users mailing list
> fossil-users@lists.fossil-scm.org
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


_______________________________________________
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