On 29/08/2014, at 8:23 AM, Ryan Gonzalez wrote:

> ...looks ugly. I'm talking about the home page. No offense, but it seems 
> overly 90's-ish.
> 
> I'd be happy to rewrite it for you. Really.

you mean 

        src/web/index.html

What would you propose? The page has to render in all size browsers
which means no fixed width layouts, no fixed size fonts, no fixed
size widgets, flowing text. The cat picture is fixed size, but it isn't
essential (and the page as it is does render well on a phone).
[A smaller pic could be used in a different way]

It has to be scalable and work on all size browser windows.

So I'm not sure what you can do. It's basic HTML deliberately
to meet these requirements.

I'm actually more concerned with fdoc layout, but that's a bit harder
to work with because the HTML is generated. The buttons use SVG 
so the whole thing is scalable. Code is of course going to
run off the right edge of small windows, this can't be helped.

The hierarchical document format is a bit lame. A better way
of providing a contents like a drop down widget or left
margin would be great. All that stuff is run by plugins

        src/lib/plugins/*

The system is designed to require the absolute minimum
of preprocessing: even the navigation links are generated
by the webserver. The contents pages are generated 
offline though (by a program called mktutindex in tools
directory)

--
john skaller
skal...@users.sourceforge.net
http://felix-lang.org




------------------------------------------------------------------------------
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
_______________________________________________
Felix-language mailing list
Felix-language@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/felix-language

Reply via email to