The new webserver is now deployed. There is also a distinct top level (port 80) 
server with
a new home page.

The new server allows you to fold/unfold headings in fdocs, and also fold the 
expect files,
by clicking on the +/- icons.

So check it out, try

http://felix-lang.org

to start, the go to the Felix Live link, thence Documentation, and finally 
Tutorial.fdoc.

File location is a bit of a mess. Normally a web site is self contained tree, 
but the Felix
site allows browsing the whole file system (needed to browse linked include 
files).
So some files are looked up in Paths, and others directly from the / root, and 
others
from the specified --root= the server is started with. Once you're in a page, 
links in
the page don't always do what you'd expect.. Firefox (or you other browser) 
modifies
the href to be relative to what *it* thinks is the URL of the current page, 
this can't
be avoided. I put a $ char in to try to subvert this behaviour, allowing the 
server
to serve links to absolute filenames, but this only works when the links are 
generated,
not when you put a <a href=..> style of link: then the browser takes the link 
and modifies
it relative to the current URL (if it is relative) or the webserver root if 
absolute
(i.e. it leaves it absolute) so you need to say href="$/...." i you want to be 
absolute
relative to the file system instead of the webserver root .. :)

--
john skaller
skal...@users.sourceforge.net





------------------------------------------------------------------------------
Oracle to DB2 Conversion Guide: Learn learn about native support for PL/SQL,
new data types, scalar functions, improved concurrency, built-in packages, 
OCI, SQL*Plus, data movement tools, best practices and more.
http://p.sf.net/sfu/oracle-sfdev2dev 
_______________________________________________
Felix-language mailing list
Felix-language@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/felix-language

Reply via email to