Hi,
is there any photo gallery available for Pier? I mean a widget where I
could upload pictures and they are rendered in a nice way. I started
one 4 years ago but I abandoned it.
Bye
--
Damien Cassou
http://damiencassou.seasidehosting.st
Hi,
I would like to make Pier Book save everything to files (one per
chapter for example) so that I can use a DVCS to version control the
book and allow authors to write with their preferred text editors if
they want to.
What is already there? What needs to be done?
Thank you
--
Damien Cassou
http://damiencassou.seasidehosting.st
"Lambdas are relegated to relative obscurity until Java makes them
popular by not having them." James Iry
I've uploaded some modifications to Pier-Book-EPUB. Let me know if there
are any problems. Here's what's changed:
(1) stylesheets - any localStyleSheet that is defined in the chain from
book/part/chapter, are now included in the zip archive, and linked in
the corresponding chapter.html file. Your EPUB book formatting may
change, if a stylesheet gets included.
(2) The +value:book.contents+ now generates correct links.
(3) A major flaw was fixed - previously, extra section/subsection/etc.
files were being added to the zip archive. These should not have been
present, since the chapter file has all the content.
Many testcases are included. Hopefully these will prevent the
functionality from changing or regressing without warning.