I’ve released Whisper version 0.5. Lots of good stuff since 0.3 (I didn’t announce 0.4 because it was a minor bugfix release):
- Nested comments are now properly supported.
- New <pre> and <poem> blocks added.
- A new
whisper-process-emailcommand for manually reprocessing email. You can also offload all email processing to this program instead of the main Whisper server, if you like. - New dependency for the 0.2 version of RiTeX, which has equation array support (see announcement for details).
- Better mbox-splitting code, now that I’ve figured out how to do this properly in Sup.
- RiTeX macros now properly persist throughout an entry.
- Many other minor bugfixes: attribution lines in emails, various incorrect bits of HTML output, escaping of Ritex error messages, etc.
Try it now!
sudo gem install whisper --source http://masanjin.net/whisper-init <blog directory>- Follow the instructions.
Hi! I have installed whisper-0.5 but I am running into the following trouble :
Done! Edit metadata (y/N)? N Publish (Y/n)? Y /usr/lib/ruby/1.8/fileutils.rb:505:in `rename’: No such file or directory - /home/pascale/whisper/monblog/drafts/rrr.textile or /home/pascale/whisper/monblog/posts/rrr.textile (Errno::ENOENT) from /usr/lib/ruby/1.8/fileutils.rb:505:in `mv’ from /usr/lib/ruby/1.8/fileutils.rb:1395:in `fu_each_src_dest’ from /usr/lib/ruby/1.8/fileutils.rb:1409:in `fu_each_src_dest0’ from /usr/lib/ruby/1.8/fileutils.rb:1393:in `fu_each_src_dest’ from /usr/lib/ruby/1.8/fileutils.rb:494:in `mv’ from whisper-post:83
I am pretty much a newbie. Hope to hear from you. Best to you, —Pascale
2010/2/22 William Morgan <comments@all-thing.net>
[Top-posting automatically elided. Bad commenter, no cookie! —ed.]
Hi Pascale,
/usr/lib/ruby/1.8/fileutils.rb:505:in `rename’: No such file or directory - /home/pascale/whisper/monblog/drafts/rrr.textile or /home/pascale/whisper/monblog/posts/rrr.textile (Errno::ENOENT) from /usr/lib/ruby/1.8/fileutils.rb:505:in `mv’ from /usr/lib/ruby/1.8/fileutils.rb:1395:in `fu_each_src_dest’ from /usr/lib/ruby/1.8/fileutils.rb:1409:in `fu_each_src_dest0’ from /usr/lib/ruby/1.8/fileutils.rb:1393:in `fu_each_src_dest’ from /usr/lib/ruby/1.8/fileutils.rb:494:in `mv’ from whisper-post:83
Sorry for the late reply. This is simply saying that the directory
/home/pascale/whisper/monblog/postsdoesn’t exist, which is where Whisper is trying to place published files. Whisper-init should have created that directory for you—-did you delete it?