I really need to take a break from this...

I just released a third try on the line spacing. Hopefully it will be
the proverbial charm...

>From the changelog:

* Another patch to the vertical line spacing code. Hopefully will work
better this time...
* Several fixes to the divs/box/etc., markup which I messed up a
release or two back.
* Added a farm/pub folder and renamed farm/icon to farm/img.
* Now img:file.gif scans first local files directory, then farm/img folder.

Please rename farm/icon folder to farm/img before upgrading.  This had
one interesting complication: before icon:file.gif and img:file.gif
looked in different places for their image. Icon in farm/icon. img in
field/files.  By changing the name I was struck with what to do for
the former farm icons. Decide to make img.file look first in local
field, and then second in farm/img. Not sure if that's what we want,
but it is kind of cool.

Hans, can't we just put one .htaccess in the farm folder to allow
access, and then just override it in the plugins folder with deny?
Rather than separate .htacess in each farm sub folder?

Cheers,
Dan

P.S. Also, Hans, markup like this should generally not produce p tags:

test
test
test

Because paragraphs are marked off by \n\n. So at best the above might produce

<p> test<br /> test<br /> test<br /></p>, but only if the whole thing
is followed by \n\n.

Rather, try,

! test
test

! test

test

test

etc.

There were lot's of considerations, but if we can get the basics
functional, we can tweaks the details later.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"BoltWire" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/boltwire?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to