Librivox.org
January 6, 2006 - 2:19 pm EST
I recently found a great website called Librivox:”Librivox.org(A project to record public domain works to audio.)”:http://www.librivox.org. The purpose of Librivox is to get public domain works into audio recordings. It’s kind of like a Project Gutenberg:”Project Gutenberg(Free public domain texts.)”:http://www.gutenberg.org for audio books. The reason this site is so great is that the community surrounding creates the audio recordings. Anyone interested can participate in recording a book, or even a chapter in a book. All you need is a mic, a computer, and sound editing software.:”Volunteer for Librivox”:http://librivox.org/volunteer-for-librivox/
There **are** a few requirements that volunteers have to follow as far as recording. They want – of course – to maintain a level of quality and audibility. Also, all works that are recorded must be in the public domain, and the submitted recording must be released to the public domain.
Each completed book is podcast one by one, and the recordings that are submitted are kept in the Librivox catalog:”Librivox Catalog”:http://librivox.org/catalogue. The catalog has books, poems, even short stories. I’ve been listening to A Connecticut Yankee in King Arthur’s Court by Mark Twain.
I’ve become so interested in this site, that I decided to brave a try myself. There is a weekly poetry project that they do, where a poem in the public domain is submitted for anyone to read their interpretation. It’s interesting to listen to some of the different versions.:”http://www.greenkri.com/librivox(I’ve been putting my recordings here.)”:http://librivox.org/forum/viewtopic.php?t=597&postdays=0&postorder=asc&start=0
I think I’m temporarily obsessed with this idea, because I’ve quickly finished a chapter for the book Northanger Abbey by Jane Austen. I’ve never read it (aside from Chapter 15 of course), but perhaps when the recordings are finished I will listen to it. I think I did OK with my recording, and I’m finding it easier and easier to listen to my own voice
So I meant it when I said I was obsessed. I’ve also signed up to read the first three chapters of Machiavelli’s The Prince. THIS one I have read, and am looking forward to doing my chapters. Perhaps if I’m feeling ambitious I’ll sign up to do another section.
I’ve been helping out with invidual chapters and sections, because I don’t think that I would maintain the motivation to complete a whole book. Some books are done in collaboration with a coordinator to keep everything organized, and some books are done as solo projects for one person. It depends on who decides to do it first really.
[Edit: 5:08pm] Oh yeah, and the site uses WordPress, which makes it even cooler.


Nathan
January 6th, 2006 @ 4:12 pm ESTWow. Seriously impressive undertaking there.
Ever been to Litrix.com? Full public domain texts. Been going there since I was in high school. Great site.
Kri
January 6th, 2006 @ 4:30 pm ESTThat’s awesome, no I haven’t seen that site. Off to the bookmarks.
Beth
January 9th, 2006 @ 10:49 pm ESTYour rss feed is generating an error
Kri
January 9th, 2006 @ 11:22 pm ESTThanks, I realized that today. I have no clue why, but perhaps it is something I’ve put in a post. I’m going to have to look into it later.
Beth
January 11th, 2006 @ 2:49 pm ESTany luck?
Kri
January 11th, 2006 @ 2:51 pm ESTNo, I haven’t had time to look at it yet. Sorry. I have the day off tomorrow. Perhaps I can get it figured out then.
Kri
January 11th, 2006 @ 3:27 pm ESTUntil it’s fixed, you can use the RSS 1 feed for now. For some reason I got that one fixed, just not the RSS 2 feed.
http://www.greenkri.com/index.php?feed=rss
Kri
January 11th, 2006 @ 8:28 pm ESTSo now all of a sudden the comments RSS works, but not the regular RSS2. Bahhh.
Beth
January 12th, 2006 @ 12:09 pm ESTThe comment tag properly opened after the opening description tag in your XML.
<description><![CDATA[I recently
it should read:
<description><!- -//- -><![CDATA[//><!- -
and closed:
//- -><!]]></description>
I broke apart the dashes because even with the character entitity, you’re smartypants was still changing it to a single m-dash.
Kri
January 12th, 2006 @ 1:50 pm ESTBut that doesn’t help me, because the RSS is generated automatically. I needed to find where it was messing up. I read somewhere that some people were having problems with spaces at the end of plugin files messing up RSS (don’t ask how) so I went through and deleted all the spaces at the end of all the PHP files I could find. It didn’t work though, although now suddenly it works. Bahh I don’t know. I guess if it ain’t broke, don’t fix it.
So yeah, the RSS2 feed should be working now.
Beth
January 12th, 2006 @ 6:26 pm ESTOh, sorry, I don’t know anything about WordPress — my RSS has a template I can modify.
Anyway, it’s still broken (look at the view source of the RSS in firefox) but it’s good enough so that firefox and IE forgive it. And that’s all you need
Although, it def could be a space at the end of a plugin – servers choke on any Perl or PHP files with erroneous spaces…
..My guess still goes with the end of the comment. I think its because of your [...] If you look at the source, it fixes itself after it finds an entry that doesn’t end with that. In your comments RSS, you don’t have those comment tags so they wouldn’t catch. I tested it in my RSS: http://photos.astarwithin.com/index.xml and if you do a view source on it, you can see that it is not closing the comment tag. But how to fix it (if this ever happens again — which I think it will depending on the number of [...] you have on a page), you’d have to track down the template, it’s got to be somewhere.
haha, sorry for the long winded entry
Kri
January 12th, 2006 @ 10:49 pm ESTOh, I know the file where the RSS comes from. Or at least one of them. It’s not so simple as finding a template I don’t think. It’s all PHP and variables, and calling in other files. I’ll have to muck about in it some day, but as long as it’s good enough for Firefox and IE for now it’s OK.
Beth
January 13th, 2006 @ 4:25 pm ESTBroken again
Perhaps try using something other than [...] at the end of long entry blurbs for an easy fix.
Maybe (…)? I don’t know, but it’s worth a shot
Kri
January 13th, 2006 @ 5:05 pm ESTI don’t know that I can change the [...] in the RSS. I’ll try though…I CAN however change it so that the RSS feed shows the whole entry instead of an excerpt.