Friday, July 7, 2006, 5:36:08 AM, Pete Wason wrote:
> Also, while editing the admin template (in space) I noticed that a
> lot of the lines ended with a \ (backslash) - are these just to
> circumvent html-format-breaks? (I've turned off html-format-breaks.)
yep, those backslashes are to prevent breaks being inserted in uncomfy
places :) (this is done in html-escape-newlines). you can safely
remove 'em if you have turned off html-format-breaks and did not
enable html-format-paragraphs.
> Is du-jour used by default instead of dj2? Do the dj2 dynas work in
> basically the same way as du-jour?
i think the old du-jour is still enabled per default in 0.6.2. dj2
works basically the same as du-jour, but now you are able to choose
between a day-based blog (as in the old du-jour) and an item-based
one, which allows multiple postings per day. templating has also
improved for dj2. on the downside, the calendar is gone and the
"today?" button is basically broken in item-based mode :)
--
earl