<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Please Don&#8217;t Pay Me: Dispatches from a Digital Publishing House</title>
	<atom:link href="http://www.novelr.com/2009/12/02/please-dont-pay-me-dispatches-from-a-digital-publishing-house/feed" rel="self" type="application/rss+xml" />
	<link>http://www.novelr.com/2009/12/02/please-dont-pay-me-dispatches-from-a-digital-publishing-house</link>
	<description>Hacking Publishing</description>
	<lastBuildDate>Mon, 06 Feb 2012 12:58:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: JZ</title>
		<link>http://www.novelr.com/2009/12/02/please-dont-pay-me-dispatches-from-a-digital-publishing-house/comment-page-1#comment-4312</link>
		<dc:creator>JZ</dc:creator>
		<pubDate>Wed, 09 Dec 2009 14:23:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.novelr.com/?p=1478#comment-4312</guid>
		<description>Personally, I tend to see Digital novelists as being an awful lot like Keenspot (for web comics). Anyone can get an account, but you&#039;re primarily responsible for the success of your serial. On the bright side though, if you&#039;re a reader and you like one, you&#039;ve got obvious place to start looking for others.</description>
		<content:encoded><![CDATA[<p>Personally, I tend to see Digital novelists as being an awful lot like Keenspot (for web comics). Anyone can get an account, but you&#8217;re primarily responsible for the success of your serial. On the bright side though, if you&#8217;re a reader and you like one, you&#8217;ve got obvious place to start looking for others.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clare K. R. Miller</title>
		<link>http://www.novelr.com/2009/12/02/please-dont-pay-me-dispatches-from-a-digital-publishing-house/comment-page-1#comment-4310</link>
		<dc:creator>Clare K. R. Miller</dc:creator>
		<pubDate>Wed, 09 Dec 2009 00:14:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.novelr.com/?p=1478#comment-4310</guid>
		<description>@Isa: How interesting, I didn&#039;t know f-s was doing that! Yeah, I can definitely see your point--I just hope it&#039;s less work to do all the navigation stuff from that base than to do the community stuff from a more blog-like base. But you have made me want to check out f-s when it&#039;s more ready.</description>
		<content:encoded><![CDATA[<p>@Isa: How interesting, I didn&#8217;t know f-s was doing that! Yeah, I can definitely see your point&#8211;I just hope it&#8217;s less work to do all the navigation stuff from that base than to do the community stuff from a more blog-like base. But you have made me want to check out f-s when it&#8217;s more ready.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Isa</title>
		<link>http://www.novelr.com/2009/12/02/please-dont-pay-me-dispatches-from-a-digital-publishing-house/comment-page-1#comment-4308</link>
		<dc:creator>Isa</dc:creator>
		<pubDate>Tue, 08 Dec 2009 23:20:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.novelr.com/?p=1478#comment-4308</guid>
		<description>@Clare: Since you asked :) The entire premise of fluffy-seme is to build and grow creative communities where readers not only engage stories by reading them, but by discussing them, posting fanworks, roleplaying, etc, etc, etc.

In order to run a site like that you need it to behave like a social network, giving each reader their own &quot;space&quot; as it were and the ability to upload their own content. The script that runs the backend of fluffy-seme can do all that out of the box.

Joomla can do this only if you install Community Builder along side, a mod that-- though effective-- I&#039;ve found bulky and hard to customize with the occasional mega-security exploit that scares the crap out of me XD

Drupal probably has some kind of mod that will do this. I&#039;m less familiar with Drupal in general because when I tried it out I was not comfortable with either the look or feel of it.

WordPress is a wonderful script, and highly flexible ... but you&#039;d have to rewrite half the code to get it even close.

You also need the ability to run several serials at once, keep them nicely organized and separated so that readers can find them easily without having to sort through other serials they are not interested in and give each a private community area for discussion.

You can separate with Joomla and Drupal (with WordPress not so much) but I&#039;ve never seen anyone provide private community space using these scripts and it&#039;s harder to sort members by what content they are interested in. One of the advantages of the way fluffy-seme is set up is that we can send out update alerts to readers when their favorite serials have updated, but only the ones they want to read. I&#039;ve never tried this with Joomla or Drupal but I imagine it would involve managing multiple mailing lists of some kind? With fluffy-seme we do this all internally with a few clicks.

To run fluffy-seme on WordPress the way other serials are run we would need to run a separate installation for &lt;i&gt;each serial&lt;/i&gt; which is kind of .... umm ... not scalable if you plan on one day having twenty or so concurrent serial going. Plus, where&#039;s the common community space? How do members add their own content? Probably there&#039;s a computer whiz that could figure out a way to do this with heavy editing of the code of any of these scripts, but why bother when we found one that would do it all out of the box?</description>
		<content:encoded><![CDATA[<p>@Clare: Since you asked :) The entire premise of fluffy-seme is to build and grow creative communities where readers not only engage stories by reading them, but by discussing them, posting fanworks, roleplaying, etc, etc, etc.</p>
<p>In order to run a site like that you need it to behave like a social network, giving each reader their own &#8220;space&#8221; as it were and the ability to upload their own content. The script that runs the backend of fluffy-seme can do all that out of the box.</p>
<p>Joomla can do this only if you install Community Builder along side, a mod that&#8211; though effective&#8211; I&#8217;ve found bulky and hard to customize with the occasional mega-security exploit that scares the crap out of me XD</p>
<p>Drupal probably has some kind of mod that will do this. I&#8217;m less familiar with Drupal in general because when I tried it out I was not comfortable with either the look or feel of it.</p>
<p>WordPress is a wonderful script, and highly flexible &#8230; but you&#8217;d have to rewrite half the code to get it even close.</p>
<p>You also need the ability to run several serials at once, keep them nicely organized and separated so that readers can find them easily without having to sort through other serials they are not interested in and give each a private community area for discussion.</p>
<p>You can separate with Joomla and Drupal (with WordPress not so much) but I&#8217;ve never seen anyone provide private community space using these scripts and it&#8217;s harder to sort members by what content they are interested in. One of the advantages of the way fluffy-seme is set up is that we can send out update alerts to readers when their favorite serials have updated, but only the ones they want to read. I&#8217;ve never tried this with Joomla or Drupal but I imagine it would involve managing multiple mailing lists of some kind? With fluffy-seme we do this all internally with a few clicks.</p>
<p>To run fluffy-seme on WordPress the way other serials are run we would need to run a separate installation for <i>each serial</i> which is kind of &#8230;. umm &#8230; not scalable if you plan on one day having twenty or so concurrent serial going. Plus, where&#8217;s the common community space? How do members add their own content? Probably there&#8217;s a computer whiz that could figure out a way to do this with heavy editing of the code of any of these scripts, but why bother when we found one that would do it all out of the box?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clare K. R. Miller</title>
		<link>http://www.novelr.com/2009/12/02/please-dont-pay-me-dispatches-from-a-digital-publishing-house/comment-page-1#comment-4307</link>
		<dc:creator>Clare K. R. Miller</dc:creator>
		<pubDate>Tue, 08 Dec 2009 22:21:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.novelr.com/?p=1478#comment-4307</guid>
		<description>Isa: &quot;we wanted a site that did something very specific that we could not do with Wordpress, Drupal, Joomla, etc.&quot;

What is that? I&#039;m genuinely curious. It&#039;s hard for me to imagine a reason to use a system for webfiction that doesn&#039;t do something as basic as chapter navigation (at least, it&#039;s basic to me).

&quot;The only one I know of that has survived is MeiLin’s Digital Novelists … which as great as it is, technically it’s more a digital vanity press than a digital publishing company.&quot;

It&#039;s neither of those things. It&#039;s a host and a Drupal installation. I guess if by &quot;digital vanity press&quot; you mean &quot;a place for authors to self-publish their work online&quot; that makes some sense, but it&#039;s not a publishing house and was never intended to be.</description>
		<content:encoded><![CDATA[<p>Isa: &#8220;we wanted a site that did something very specific that we could not do with WordPress, Drupal, Joomla, etc.&#8221;</p>
<p>What is that? I&#8217;m genuinely curious. It&#8217;s hard for me to imagine a reason to use a system for webfiction that doesn&#8217;t do something as basic as chapter navigation (at least, it&#8217;s basic to me).</p>
<p>&#8220;The only one I know of that has survived is MeiLin’s Digital Novelists … which as great as it is, technically it’s more a digital vanity press than a digital publishing company.&#8221;</p>
<p>It&#8217;s neither of those things. It&#8217;s a host and a Drupal installation. I guess if by &#8220;digital vanity press&#8221; you mean &#8220;a place for authors to self-publish their work online&#8221; that makes some sense, but it&#8217;s not a publishing house and was never intended to be.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Isa</title>
		<link>http://www.novelr.com/2009/12/02/please-dont-pay-me-dispatches-from-a-digital-publishing-house/comment-page-1#comment-4299</link>
		<dc:creator>Isa</dc:creator>
		<pubDate>Sun, 06 Dec 2009 15:56:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.novelr.com/?p=1478#comment-4299</guid>
		<description>@Irk: First, thanks for the feedback XD In fairness, f-s is a project still in beta so there are a lot of bugs in it and a lot of things to be improved. I get that and I think you raise a lot of valid points here about the site&#039;s failings.

They are points that have been raised before and because of that I want to make sure everyone understands that &lt;i&gt;we&#039;re not ignoring you&lt;/i&gt; on the navigation thing. I think what people do not realize is that fluffy-seme is not a Wordpress blog, not a Drupal installation. It runs on a piece of software called Dolphin that is designed for dating sites like eHarmony: we stripped it down, completely repurposed it, and customized it to a level where it is now completely unrecognizable because we wanted a site that did something very specific that we could not do with Wordpress, Drupal, Joomla, etc.

The consequence of that is that sometimes what people identify as very &quot;simple&quot; modifications are not that at all. Before any such &quot;Previous Chapter - Next Chapter&quot; links can be added we needed to figure out a way to alter the way the system handles the chapter archives, we&#039;ve finally finished that and I&#039;ve put in an order with a programmer to write the script for such links.

(That&#039;s not especially relevant to what you&#039;re saying here ... but I wanted to make sure I explained it because this has been brought up before and I don&#039;t want people to think that I&#039;m stubbornly ignoring the feedback. These things take time and do not come free.)

Regardless of f-s current failings and shortcomings, the point of this essay was never to tell the webfiction industry &#039;you should publish on f-s!!&#039; but to tell the webfiction industry that &#039;you should support the publishing house model&#039; or at the very least some kind of group model because go it alone leaves everyone worse off. We&#039;re not the first ones to step into this market, there have been many publishing house style projects that have run into the same or similar problems that did not have the technical issues you describe above. The only one I know of that has survived is MeiLin&#039;s Digital Novelists ... which as great as it is, technically it&#039;s more a digital vanity press than a digital publishing company.

No I didn&#039;t write this essay to exalt the virtues of fluffy-seme (as you&#039;ve already noticed there are very few currently) but to point out that we&#039;ve had this conversation on this blog, on weblit.us and on webfiction guide many times now. Everyone agrees some kind of group effort is needed, yet everyone wants to be a free-rider on it, giving up nothing and reaping all the benefits. Everyone is taking a &quot;not in my backyard&#039; stance on this, looking for &lt;i&gt;others&lt;/i&gt; to work hard and make it a success &lt;i&gt;before&lt;/i&gt; they get involved. This attitude is neither fair nor particularly practical and will hold the webfiction community back for as long as it continues.</description>
		<content:encoded><![CDATA[<p>@Irk: First, thanks for the feedback XD In fairness, f-s is a project still in beta so there are a lot of bugs in it and a lot of things to be improved. I get that and I think you raise a lot of valid points here about the site&#8217;s failings.</p>
<p>They are points that have been raised before and because of that I want to make sure everyone understands that <i>we&#8217;re not ignoring you</i> on the navigation thing. I think what people do not realize is that fluffy-seme is not a WordPress blog, not a Drupal installation. It runs on a piece of software called Dolphin that is designed for dating sites like eHarmony: we stripped it down, completely repurposed it, and customized it to a level where it is now completely unrecognizable because we wanted a site that did something very specific that we could not do with WordPress, Drupal, Joomla, etc.</p>
<p>The consequence of that is that sometimes what people identify as very &#8220;simple&#8221; modifications are not that at all. Before any such &#8220;Previous Chapter &#8211; Next Chapter&#8221; links can be added we needed to figure out a way to alter the way the system handles the chapter archives, we&#8217;ve finally finished that and I&#8217;ve put in an order with a programmer to write the script for such links.</p>
<p>(That&#8217;s not especially relevant to what you&#8217;re saying here &#8230; but I wanted to make sure I explained it because this has been brought up before and I don&#8217;t want people to think that I&#8217;m stubbornly ignoring the feedback. These things take time and do not come free.)</p>
<p>Regardless of f-s current failings and shortcomings, the point of this essay was never to tell the webfiction industry &#8216;you should publish on f-s!!&#8217; but to tell the webfiction industry that &#8216;you should support the publishing house model&#8217; or at the very least some kind of group model because go it alone leaves everyone worse off. We&#8217;re not the first ones to step into this market, there have been many publishing house style projects that have run into the same or similar problems that did not have the technical issues you describe above. The only one I know of that has survived is MeiLin&#8217;s Digital Novelists &#8230; which as great as it is, technically it&#8217;s more a digital vanity press than a digital publishing company.</p>
<p>No I didn&#8217;t write this essay to exalt the virtues of fluffy-seme (as you&#8217;ve already noticed there are very few currently) but to point out that we&#8217;ve had this conversation on this blog, on weblit.us and on webfiction guide many times now. Everyone agrees some kind of group effort is needed, yet everyone wants to be a free-rider on it, giving up nothing and reaping all the benefits. Everyone is taking a &#8220;not in my backyard&#8217; stance on this, looking for <i>others</i> to work hard and make it a success <i>before</i> they get involved. This attitude is neither fair nor particularly practical and will hold the webfiction community back for as long as it continues.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Irk</title>
		<link>http://www.novelr.com/2009/12/02/please-dont-pay-me-dispatches-from-a-digital-publishing-house/comment-page-1#comment-4295</link>
		<dc:creator>Irk</dc:creator>
		<pubDate>Sat, 05 Dec 2009 20:01:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.novelr.com/?p=1478#comment-4295</guid>
		<description>@Jan Oda

No, we kept trying to explain that that wasn&#039;t what AntholoZine was for. It&#039;s a sampler zine that runs some excerpts of all different kinds of WebLit (from serials to essays to poetry) that would be given out free to expose people to more WebLit.  There were no plans to run sequential content or anything like that, and since it&#039;s quarterly that model really wouldn&#039;t work very well IMO.  If someone wants to do the web serial equivalent of Shounen Jump, then they need to. There is no current effort that I know of that directly parallels it.

@Isa
I definitely see the allure of a writer going to a digital publishing house instead of working with the headache of a CMS on their own, but what if the writer&#039;s site, which since they&#039;ve set up already they can easily replicate the effort again to do another series, already works exactly the way they want it for their fiction?  I&#039;ve scoped out f-s and I&#039;ve got to admit that I&#039;m going to have to wait on sending any submissions to it until the thing&#039;s fixed.  There&#039;s definite navigational issues that f-s has that PK&#039;s site doesn&#039;t. I also have complete control over PK&#039;s site and its promotional efforts and, well, everything about it.  What are you going to give me in exchange for that kind of control?  By running some of the numbers I&#039;ve seen re: f-s&#039;s readership, and comparing how PK&#039;s been doing with Char and I working on our own, I don&#039;t see an advantage you&#039;re presenting.

I know you&#039;re offering pay, but the $2 a month isn&#039;t an incentive for me compared to what I can get just running ads on PK.  PK doesn&#039;t even make a lot, and it doesn&#039;t get an exceptional amount of readers yet either.  It is obviously still growing.  But it&#039;s a representative sample of what Char and I can do if I, say, started writing another serial.

If you had subscriptions up and working then you&#039;d have a lot more incentive.  If navigational weirdness weren&#039;t present it&#039;d be a really good thing.  Like this recent chapter that was linked from Twitter:

http://www.fluffy-seme.net/articles/entry/Chapter-14-Pivovarsk-Dv-r-Ch-n-part-1-

There&#039;s no links to the table of contents from that page, info on the serial itself, links to previous chapters, or anything like that.  If I have a serial up on your site, then how do new readers start at the beginning of my work with ease?  It&#039;s the internet, it has to be designed to be simple for it to be accessible to a large amount of people.  Especially if you want that large amount of people to be constant readers.

I think that you have a good idea, and good business sense, but you need to build it before authors can put their faith in you.  By that I don&#039;t mean &quot;have 10,000 visitors&quot; but &quot;have a site that navigates as well as something I can get at DN.com&quot; (note: we designed/installed our own site, but a Drupal build is a Drupal build).

The cornerstone of the self-publishing movement, which WebLit seems to be a part of, or at least a cousin of, is control.  Authors taking control of their own work instead of publishers having control, and using that control to either fulfill their artistic vision or find success.  It&#039;s a part of the backlash that&#039;s built up against traditional publishers&#039; failures and problems.  It&#039;s a really, really big issue, and to ask a self-publishing author to give their control to you, you&#039;re going to have to offer a lot more in return than what&#039;s already present.  (Subscriptions working would really help.)  I think the model that you&#039;re looking for is possible, but right now your problem isn&#039;t a lack of authors taking a dive, it&#039;s that your system is still in beta, from an outside observer&#039;s perspective.  I&#039;ll use a beta tool for free, but I&#039;m not going to pay for it - and asking me to give up complete control of my work (even if you&#039;re only taking partial control) is asking me to pay for your service in some way.

I&#039;m hoping that f-s improves in the future, because if it becomes the kind of tool I think you can make it into, then I WILL be willing to subscribe to it with my efforts and work.  I have more serials than PK in me and I would love to be a part of something new, experimental, and adventurous.  But that boat has to have all the leaks fixed before I&#039;ll risk taking a trip on it.</description>
		<content:encoded><![CDATA[<p>@Jan Oda</p>
<p>No, we kept trying to explain that that wasn&#8217;t what AntholoZine was for. It&#8217;s a sampler zine that runs some excerpts of all different kinds of WebLit (from serials to essays to poetry) that would be given out free to expose people to more WebLit.  There were no plans to run sequential content or anything like that, and since it&#8217;s quarterly that model really wouldn&#8217;t work very well IMO.  If someone wants to do the web serial equivalent of Shounen Jump, then they need to. There is no current effort that I know of that directly parallels it.</p>
<p>@Isa<br />
I definitely see the allure of a writer going to a digital publishing house instead of working with the headache of a CMS on their own, but what if the writer&#8217;s site, which since they&#8217;ve set up already they can easily replicate the effort again to do another series, already works exactly the way they want it for their fiction?  I&#8217;ve scoped out f-s and I&#8217;ve got to admit that I&#8217;m going to have to wait on sending any submissions to it until the thing&#8217;s fixed.  There&#8217;s definite navigational issues that f-s has that PK&#8217;s site doesn&#8217;t. I also have complete control over PK&#8217;s site and its promotional efforts and, well, everything about it.  What are you going to give me in exchange for that kind of control?  By running some of the numbers I&#8217;ve seen re: f-s&#8217;s readership, and comparing how PK&#8217;s been doing with Char and I working on our own, I don&#8217;t see an advantage you&#8217;re presenting.</p>
<p>I know you&#8217;re offering pay, but the $2 a month isn&#8217;t an incentive for me compared to what I can get just running ads on PK.  PK doesn&#8217;t even make a lot, and it doesn&#8217;t get an exceptional amount of readers yet either.  It is obviously still growing.  But it&#8217;s a representative sample of what Char and I can do if I, say, started writing another serial.</p>
<p>If you had subscriptions up and working then you&#8217;d have a lot more incentive.  If navigational weirdness weren&#8217;t present it&#8217;d be a really good thing.  Like this recent chapter that was linked from Twitter:</p>
<p><a href="http://www.fluffy-seme.net/articles/entry/Chapter-14-Pivovarsk-Dv-r-Ch-n-part-1-" rel="nofollow">http://www.fluffy-seme.net/articles/entry/Chapter-14-Pivovarsk-Dv-r-Ch-n-part-1-</a></p>
<p>There&#8217;s no links to the table of contents from that page, info on the serial itself, links to previous chapters, or anything like that.  If I have a serial up on your site, then how do new readers start at the beginning of my work with ease?  It&#8217;s the internet, it has to be designed to be simple for it to be accessible to a large amount of people.  Especially if you want that large amount of people to be constant readers.</p>
<p>I think that you have a good idea, and good business sense, but you need to build it before authors can put their faith in you.  By that I don&#8217;t mean &#8220;have 10,000 visitors&#8221; but &#8220;have a site that navigates as well as something I can get at DN.com&#8221; (note: we designed/installed our own site, but a Drupal build is a Drupal build).</p>
<p>The cornerstone of the self-publishing movement, which WebLit seems to be a part of, or at least a cousin of, is control.  Authors taking control of their own work instead of publishers having control, and using that control to either fulfill their artistic vision or find success.  It&#8217;s a part of the backlash that&#8217;s built up against traditional publishers&#8217; failures and problems.  It&#8217;s a really, really big issue, and to ask a self-publishing author to give their control to you, you&#8217;re going to have to offer a lot more in return than what&#8217;s already present.  (Subscriptions working would really help.)  I think the model that you&#8217;re looking for is possible, but right now your problem isn&#8217;t a lack of authors taking a dive, it&#8217;s that your system is still in beta, from an outside observer&#8217;s perspective.  I&#8217;ll use a beta tool for free, but I&#8217;m not going to pay for it &#8211; and asking me to give up complete control of my work (even if you&#8217;re only taking partial control) is asking me to pay for your service in some way.</p>
<p>I&#8217;m hoping that f-s improves in the future, because if it becomes the kind of tool I think you can make it into, then I WILL be willing to subscribe to it with my efforts and work.  I have more serials than PK in me and I would love to be a part of something new, experimental, and adventurous.  But that boat has to have all the leaks fixed before I&#8217;ll risk taking a trip on it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeff watson &#187; Blog Archive &#187; Weekly Digest for December 4</title>
		<link>http://www.novelr.com/2009/12/02/please-dont-pay-me-dispatches-from-a-digital-publishing-house/comment-page-1#comment-4291</link>
		<dc:creator>jeff watson &#187; Blog Archive &#187; Weekly Digest for December 4</dc:creator>
		<pubDate>Sat, 05 Dec 2009 00:58:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.novelr.com/?p=1478#comment-4291</guid>
		<description>[...] Shared Please Don’t Pay Me: Dispatches from a Digital Publishing House. [...]</description>
		<content:encoded><![CDATA[<p>[...] Shared Please Don’t Pay Me: Dispatches from a Digital Publishing House. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan Oda</title>
		<link>http://www.novelr.com/2009/12/02/please-dont-pay-me-dispatches-from-a-digital-publishing-house/comment-page-1#comment-4287</link>
		<dc:creator>Jan Oda</dc:creator>
		<pubDate>Thu, 03 Dec 2009 16:45:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.novelr.com/?p=1478#comment-4287</guid>
		<description>That actually sounds a lot like how I first conceived of my magazine a long time ago, but then the weblit.us crowd arrived, and it looked like they were going for that angle, and I changed my views.
I&#039;m very happy to where my project is going (in my head that is :p), but I still think a magazine like you describe would be cool too.</description>
		<content:encoded><![CDATA[<p>That actually sounds a lot like how I first conceived of my magazine a long time ago, but then the weblit.us crowd arrived, and it looked like they were going for that angle, and I changed my views.<br />
I&#8217;m very happy to where my project is going (in my head that is :p), but I still think a magazine like you describe would be cool too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dary</title>
		<link>http://www.novelr.com/2009/12/02/please-dont-pay-me-dispatches-from-a-digital-publishing-house/comment-page-1#comment-4277</link>
		<dc:creator>Dary</dc:creator>
		<pubDate>Wed, 02 Dec 2009 18:47:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.novelr.com/?p=1478#comment-4277</guid>
		<description>For some reason &lt;a href=&quot;http://biz.fluffy-seme.net/?p=91&quot; rel=&quot;nofollow&quot;&gt;the link to Isa&#039;s post&lt;/a&gt; didn&#039;t come up. Well there is it. Over there. See?</description>
		<content:encoded><![CDATA[<p>For some reason <a href="http://biz.fluffy-seme.net/?p=91" rel="nofollow">the link to Isa&#8217;s post</a> didn&#8217;t come up. Well there is it. Over there. See?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dary</title>
		<link>http://www.novelr.com/2009/12/02/please-dont-pay-me-dispatches-from-a-digital-publishing-house/comment-page-1#comment-4276</link>
		<dc:creator>Dary</dc:creator>
		<pubDate>Wed, 02 Dec 2009 18:46:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.novelr.com/?p=1478#comment-4276</guid>
		<description>Basically: Shounen Jump is a weekly manga anthology that serialises the most popular comics in the country (those aimed at young boys, like Naruto, Dragonball and One Piece). Some of these have been running for over a decade (one has actually been running &lt;em&gt;since the Seventies&lt;/em&gt;!)

&lt;a href=&quot;http://en.wikipedia.org/wiki/Shounen_Jump&quot; rel=&quot;nofollow&quot;&gt;More on SJ at wikipedia&lt;/a&gt; and Isa&#039;s post that made me think of it&lt;/a&gt;

There are other equivalents: Young Magazine, despite its name, serialises comics aimed at men (this is where Akira was first serialised), while monthly anthology Nakayoshi deals with girls comics (like Sailor Moon).

Let&#039;s use this here dimension hopping remote control thing to visit ANOTHER WORLD *swirly effects*

Woah, here&#039;s this magazine called FICTION DASH. It&#039;s a bit like a modernised pop-culture evolution of those old pulp magazines from the early 20th century. There&#039;s twenty different serials running in it. Each one has an equal page share of the weekly magazine, so those with shorter chapters get 3-4 chapters each week, and the longer ones only 1 or 2. There&#039;s a &quot;story/character guide&quot; and &quot;previously on...&quot; segment before each story, so new readers can get straight in. Sometimes FD features stand-alone stories, or pilots for new series (every new series gets double the amount of pages on its first week so it gets quickly established). Oh, and each issue one of the regular series gets front cover &#039;featured&#039; status, which also means it gets more pages and some other bonus content. There&#039;s also reader competitions and contests, such as each series having an annual &quot;favourite character&quot; poll. There might be a few additional articles aimed at readers, maybe a letters page for their views, and some reviews of related products they might enjoy. All series have their collected chapters published in volumes, which are released at regular intervals with updated text and revisions.

*returns from alternative universe*

I know the weblit.us lot were talking about some kind of &#039;zine, but from what I gathered about it, it wasn&#039;t really anything like a regular thing that would serialise their stories away from their websites and in a way that could easily attract a lot of new readers.</description>
		<content:encoded><![CDATA[<p>Basically: Shounen Jump is a weekly manga anthology that serialises the most popular comics in the country (those aimed at young boys, like Naruto, Dragonball and One Piece). Some of these have been running for over a decade (one has actually been running <em>since the Seventies</em>!)</p>
<p><a href="http://en.wikipedia.org/wiki/Shounen_Jump" rel="nofollow">More on SJ at wikipedia</a> and Isa&#8217;s post that made me think of it</p>
<p>There are other equivalents: Young Magazine, despite its name, serialises comics aimed at men (this is where Akira was first serialised), while monthly anthology Nakayoshi deals with girls comics (like Sailor Moon).</p>
<p>Let&#8217;s use this here dimension hopping remote control thing to visit ANOTHER WORLD *swirly effects*</p>
<p>Woah, here&#8217;s this magazine called FICTION DASH. It&#8217;s a bit like a modernised pop-culture evolution of those old pulp magazines from the early 20th century. There&#8217;s twenty different serials running in it. Each one has an equal page share of the weekly magazine, so those with shorter chapters get 3-4 chapters each week, and the longer ones only 1 or 2. There&#8217;s a &#8220;story/character guide&#8221; and &#8220;previously on&#8230;&#8221; segment before each story, so new readers can get straight in. Sometimes FD features stand-alone stories, or pilots for new series (every new series gets double the amount of pages on its first week so it gets quickly established). Oh, and each issue one of the regular series gets front cover &#8216;featured&#8217; status, which also means it gets more pages and some other bonus content. There&#8217;s also reader competitions and contests, such as each series having an annual &#8220;favourite character&#8221; poll. There might be a few additional articles aimed at readers, maybe a letters page for their views, and some reviews of related products they might enjoy. All series have their collected chapters published in volumes, which are released at regular intervals with updated text and revisions.</p>
<p>*returns from alternative universe*</p>
<p>I know the weblit.us lot were talking about some kind of &#8216;zine, but from what I gathered about it, it wasn&#8217;t really anything like a regular thing that would serialise their stories away from their websites and in a way that could easily attract a lot of new readers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JanOda</title>
		<link>http://www.novelr.com/2009/12/02/please-dont-pay-me-dispatches-from-a-digital-publishing-house/comment-page-1#comment-4275</link>
		<dc:creator>JanOda</dc:creator>
		<pubDate>Wed, 02 Dec 2009 17:21:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.novelr.com/?p=1478#comment-4275</guid>
		<description>Dary or Isa, could you explain what Shounen Jump is exactly so the non anime people can understand that comment and learn from it?

As for MCM&#039;s point, I&#039;ll complete it by linking to his Publishing Blueprint. He probably altered his view on it slightly by now, but I think it fits the current discussion nicely.

http://1889.ca/2009/05/my-book-industry-blueprint-v02a1.html

Also, later, when I&#039;m big, I want to become a web-fiction agent and rule the world :)</description>
		<content:encoded><![CDATA[<p>Dary or Isa, could you explain what Shounen Jump is exactly so the non anime people can understand that comment and learn from it?</p>
<p>As for MCM&#8217;s point, I&#8217;ll complete it by linking to his Publishing Blueprint. He probably altered his view on it slightly by now, but I think it fits the current discussion nicely.</p>
<p><a href="http://1889.ca/2009/05/my-book-industry-blueprint-v02a1.html" rel="nofollow">http://1889.ca/2009/05/my-book-industry-blueprint-v02a1.html</a></p>
<p>Also, later, when I&#8217;m big, I want to become a web-fiction agent and rule the world :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dary</title>
		<link>http://www.novelr.com/2009/12/02/please-dont-pay-me-dispatches-from-a-digital-publishing-house/comment-page-1#comment-4274</link>
		<dc:creator>Dary</dc:creator>
		<pubDate>Wed, 02 Dec 2009 14:03:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.novelr.com/?p=1478#comment-4274</guid>
		<description>You know what we need? The fiction equivalent to Shounen Jump and its ilk. Isa should know what I mean, because I&#039;ve seen her talk about serials vs novels on f-s.

Because not everyone is writing a novel (or trilogy of novels, or whatever). A 500+ chapter serial is not going to get picked up by a publishing house, no matter how good it is XD</description>
		<content:encoded><![CDATA[<p>You know what we need? The fiction equivalent to Shounen Jump and its ilk. Isa should know what I mean, because I&#8217;ve seen her talk about serials vs novels on f-s.</p>
<p>Because not everyone is writing a novel (or trilogy of novels, or whatever). A 500+ chapter serial is not going to get picked up by a publishing house, no matter how good it is XD</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Isa</title>
		<link>http://www.novelr.com/2009/12/02/please-dont-pay-me-dispatches-from-a-digital-publishing-house/comment-page-1#comment-4273</link>
		<dc:creator>Isa</dc:creator>
		<pubDate>Wed, 02 Dec 2009 13:52:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.novelr.com/?p=1478#comment-4273</guid>
		<description>MCM: Ha! I was wondering when you would show up! .... Incidentally about the book cover example you&#039;ve cited: if the business truly had these services built-in (so that the designer was staff instead of freelance) than the money to pay the designer would be accounted for as an operating expense and spent whether or not the designer redesigned the cover of your particular book. I don&#039;t see how having an in-house designer leads to the publisher looking to do work that doesn&#039;t need to be done, the whole idea of staff is that you don&#039;t pay them per book. He gets his salary regardless of whether he makes you a new cover or not. Possibly, the publisher is trying to do a favor for the designer ... but any business person who keeps services on staff that the business doesn&#039;t actually need on staff is just a lousy business person :)</description>
		<content:encoded><![CDATA[<p>MCM: Ha! I was wondering when you would show up! &#8230;. Incidentally about the book cover example you&#8217;ve cited: if the business truly had these services built-in (so that the designer was staff instead of freelance) than the money to pay the designer would be accounted for as an operating expense and spent whether or not the designer redesigned the cover of your particular book. I don&#8217;t see how having an in-house designer leads to the publisher looking to do work that doesn&#8217;t need to be done, the whole idea of staff is that you don&#8217;t pay them per book. He gets his salary regardless of whether he makes you a new cover or not. Possibly, the publisher is trying to do a favor for the designer &#8230; but any business person who keeps services on staff that the business doesn&#8217;t actually need on staff is just a lousy business person :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: K. Godwin</title>
		<link>http://www.novelr.com/2009/12/02/please-dont-pay-me-dispatches-from-a-digital-publishing-house/comment-page-1#comment-4271</link>
		<dc:creator>K. Godwin</dc:creator>
		<pubDate>Wed, 02 Dec 2009 09:15:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.novelr.com/?p=1478#comment-4271</guid>
		<description>@MCM
I understood that part. Even if you change the actors from individuals to companies, the same inefficiencies remain. Inter-entity communication is fundamentally weaker than intra-entity communication.

I&#039;m not saying it can&#039;t work. I&#039;m just saying it is likely to be more expensive to the people involved than a &#039;traditional&#039; model.

@Isa
I think you misunderstood. A collective of writers can form a business by dolling out shares (thereby duplicating all the legal advantages, seeking venture capital as a group of &#039;founders&#039;, etc.).

Anyway, I&#039;m mainly opposing for the point of opposing at this point so I&#039;m going to stop. :)</description>
		<content:encoded><![CDATA[<p>@MCM<br />
I understood that part. Even if you change the actors from individuals to companies, the same inefficiencies remain. Inter-entity communication is fundamentally weaker than intra-entity communication.</p>
<p>I&#8217;m not saying it can&#8217;t work. I&#8217;m just saying it is likely to be more expensive to the people involved than a &#8216;traditional&#8217; model.</p>
<p>@Isa<br />
I think you misunderstood. A collective of writers can form a business by dolling out shares (thereby duplicating all the legal advantages, seeking venture capital as a group of &#8216;founders&#8217;, etc.).</p>
<p>Anyway, I&#8217;m mainly opposing for the point of opposing at this point so I&#8217;m going to stop. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MCM</title>
		<link>http://www.novelr.com/2009/12/02/please-dont-pay-me-dispatches-from-a-digital-publishing-house/comment-page-1#comment-4270</link>
		<dc:creator>MCM</dc:creator>
		<pubDate>Wed, 02 Dec 2009 08:03:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.novelr.com/?p=1478#comment-4270</guid>
		<description>@K. Godwin: True, but I&#039;m saying rather than bundling editors and marketers under one roof, the contract agents should become mini-monoliths of their own.  They can still be companies, but I don&#039;t see the value of trying to wedge the different elements together like that.  In film, you can have one company produce a movie, and another distribute, and another market, and they&#039;re quite often totally different entities.  It lets each segment stand on its own, rather than an &quot;all or nothing&quot; approach.

Real-world example: recently, a small press wanted to re-print one of my titles, but as part of the deal they wanted to redesign the cover, and count it as an expense against whatever royalties I might earn.  The more monolithic the structure becomes, the less they&#039;re willing to un-bundle these services (because they have staff to support), and the more individual titles suffer at the hands of employees who need to do their daily grind to get their paycheque, and don&#039;t necessarily like or understand the content they&#039;re touching.

Which is not to say this is an absolute truth, but it makes me worry about re-creating the architecture of Random House, especially if we can try something else.</description>
		<content:encoded><![CDATA[<p>@K. Godwin: True, but I&#8217;m saying rather than bundling editors and marketers under one roof, the contract agents should become mini-monoliths of their own.  They can still be companies, but I don&#8217;t see the value of trying to wedge the different elements together like that.  In film, you can have one company produce a movie, and another distribute, and another market, and they&#8217;re quite often totally different entities.  It lets each segment stand on its own, rather than an &#8220;all or nothing&#8221; approach.</p>
<p>Real-world example: recently, a small press wanted to re-print one of my titles, but as part of the deal they wanted to redesign the cover, and count it as an expense against whatever royalties I might earn.  The more monolithic the structure becomes, the less they&#8217;re willing to un-bundle these services (because they have staff to support), and the more individual titles suffer at the hands of employees who need to do their daily grind to get their paycheque, and don&#8217;t necessarily like or understand the content they&#8217;re touching.</p>
<p>Which is not to say this is an absolute truth, but it makes me worry about re-creating the architecture of Random House, especially if we can try something else.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: K. Godwin</title>
		<link>http://www.novelr.com/2009/12/02/please-dont-pay-me-dispatches-from-a-digital-publishing-house/comment-page-1#comment-4269</link>
		<dc:creator>K. Godwin</dc:creator>
		<pubDate>Wed, 02 Dec 2009 07:51:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.novelr.com/?p=1478#comment-4269</guid>
		<description>@MCM
I think the economies of scale argument will result some sort of monolithic organization. Contract work (which is essentially what you are suggesting) has too many built-in inefficiencies that increase the cost. (E.g. When hunting for work, they aren&#039;t getting paid.)

Or to be more precise, practically speaking, you need to be &lt;i&gt;exceptional&lt;/i&gt; to succeed with that model. Anyone who is average needs a more efficient system (rather than using the greater value of their superior ability to overcome the natural inefficiencies) to compete.</description>
		<content:encoded><![CDATA[<p>@MCM<br />
I think the economies of scale argument will result some sort of monolithic organization. Contract work (which is essentially what you are suggesting) has too many built-in inefficiencies that increase the cost. (E.g. When hunting for work, they aren&#8217;t getting paid.)</p>
<p>Or to be more precise, practically speaking, you need to be <i>exceptional</i> to succeed with that model. Anyone who is average needs a more efficient system (rather than using the greater value of their superior ability to overcome the natural inefficiencies) to compete.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MCM</title>
		<link>http://www.novelr.com/2009/12/02/please-dont-pay-me-dispatches-from-a-digital-publishing-house/comment-page-1#comment-4268</link>
		<dc:creator>MCM</dc:creator>
		<pubDate>Wed, 02 Dec 2009 07:18:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.novelr.com/?p=1478#comment-4268</guid>
		<description>Ha!  I enoyed this article, because it&#039;s making me think again. I haven&#039;t thought for a long time.  Thanks!

My theory on publishing is not quite the opposite of this, but definitely different.  My ideal is to fragment the functions of the publishing process, so that you have specialists in certain fields, all competing for the best writers out there.  I appreciate the economics of scale issue, but for me, it makes less sense to put all your resources under one roof, because it makes the marketplace sluggish.

I&#039;m just starting this experiment, so I can&#039;t say for sure how it&#039;ll work, but the idea is to work with an editor to bring the content up to snuff, and then a marketer to get the word out, and for the next title, maybe you swap around editors and marketers to see what works best.  I find the notion of &quot;all or nothing&quot; to be worrisome... if the editor at a publishing house is great but the marketers stink, what do you do?

I&#039;m holding out for professional publishing speclists, like a new breed of agents that hunt rather than being fed.  If they don&#039;t start existing soon, I&#039;ll just have to make them myself :)</description>
		<content:encoded><![CDATA[<p>Ha!  I enoyed this article, because it&#8217;s making me think again. I haven&#8217;t thought for a long time.  Thanks!</p>
<p>My theory on publishing is not quite the opposite of this, but definitely different.  My ideal is to fragment the functions of the publishing process, so that you have specialists in certain fields, all competing for the best writers out there.  I appreciate the economics of scale issue, but for me, it makes less sense to put all your resources under one roof, because it makes the marketplace sluggish.</p>
<p>I&#8217;m just starting this experiment, so I can&#8217;t say for sure how it&#8217;ll work, but the idea is to work with an editor to bring the content up to snuff, and then a marketer to get the word out, and for the next title, maybe you swap around editors and marketers to see what works best.  I find the notion of &#8220;all or nothing&#8221; to be worrisome&#8230; if the editor at a publishing house is great but the marketers stink, what do you do?</p>
<p>I&#8217;m holding out for professional publishing speclists, like a new breed of agents that hunt rather than being fed.  If they don&#8217;t start existing soon, I&#8217;ll just have to make them myself :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Isa</title>
		<link>http://www.novelr.com/2009/12/02/please-dont-pay-me-dispatches-from-a-digital-publishing-house/comment-page-1#comment-4267</link>
		<dc:creator>Isa</dc:creator>
		<pubDate>Wed, 02 Dec 2009 05:08:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.novelr.com/?p=1478#comment-4267</guid>
		<description>Sebatinsky: I &lt;3 this comment ... mainly because I think it&#039;s both right and wrong at the same time. I think webfiction will develop as you say ... but I also look at the creative work of people like MCM and how other webserialists have found success by encouraging interaction and think that the future of webfiction will ultimately steer people towards publishing stories that cannot be 100% reproduced in print form. 

K. Godwin: As soon as you put incorporation on the table you&#039;re talking about a few thousand dollars instead of a few hundred. There is a point where a publishing company can blow author collectives out of the water and it doesn&#039;t necessarily have anything to do with visitor traffic.

For example, f-s as a business can take on venture capital investment which generally STARTS at $100K of money for the business to spend (a realistic average for the first round of venture cap I would say is closer to $500K but with the right leaders and investors can easily break into the millions). A writer&#039;s collective would never be eligible, nor would a single very impressive writer working alone. So I see your point, the benefits of a publishing house could theoretically be reproduced without the publisher but in my opinion at a much greater cost, much less efficiently and with less future potential</description>
		<content:encoded><![CDATA[<p>Sebatinsky: I &lt;3 this comment &#8230; mainly because I think it&#039;s both right and wrong at the same time. I think webfiction will develop as you say &#8230; but I also look at the creative work of people like MCM and how other webserialists have found success by encouraging interaction and think that the future of webfiction will ultimately steer people towards publishing stories that cannot be 100% reproduced in print form. </p>
<p>K. Godwin: As soon as you put incorporation on the table you&#039;re talking about a few thousand dollars instead of a few hundred. There is a point where a publishing company can blow author collectives out of the water and it doesn&#039;t necessarily have anything to do with visitor traffic.</p>
<p>For example, f-s as a business can take on venture capital investment which generally STARTS at $100K of money for the business to spend (a realistic average for the first round of venture cap I would say is closer to $500K but with the right leaders and investors can easily break into the millions). A writer&#039;s collective would never be eligible, nor would a single very impressive writer working alone. So I see your point, the benefits of a publishing house could theoretically be reproduced without the publisher but in my opinion at a much greater cost, much less efficiently and with less future potential</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sebatinsky</title>
		<link>http://www.novelr.com/2009/12/02/please-dont-pay-me-dispatches-from-a-digital-publishing-house/comment-page-1#comment-4266</link>
		<dc:creator>Sebatinsky</dc:creator>
		<pubDate>Wed, 02 Dec 2009 04:37:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.novelr.com/?p=1478#comment-4266</guid>
		<description>Well, my opinion differs from everybody above.

@Isa - I think you&#039;re barking up the wrong tree entirely. I think that web fiction will eventually fall into something along the lines of the David Wellington model: prove to publishers that your writing has an audience by attracting one online.

That is, I see the web eventually becoming a &#039;go it alone&#039; platform for authors trying to prove themselves. Then publishers come along and pick up the ones who have shown that they can draw an audience. We are already seeing this model pick up some steam in comics, not to mention the successes of Doctorow and Wong (JDATE).

What I don&#039;t know is exactly what publishing houses will look like in the future. What portion of their publishing will be dead tree and what portion will be online? What form will non-physical books take?

I do know that eBooks won&#039;t really catch on the way they&#039;d like until draconian DRM is done away with.</description>
		<content:encoded><![CDATA[<p>Well, my opinion differs from everybody above.</p>
<p>@Isa &#8211; I think you&#8217;re barking up the wrong tree entirely. I think that web fiction will eventually fall into something along the lines of the David Wellington model: prove to publishers that your writing has an audience by attracting one online.</p>
<p>That is, I see the web eventually becoming a &#8216;go it alone&#8217; platform for authors trying to prove themselves. Then publishers come along and pick up the ones who have shown that they can draw an audience. We are already seeing this model pick up some steam in comics, not to mention the successes of Doctorow and Wong (JDATE).</p>
<p>What I don&#8217;t know is exactly what publishing houses will look like in the future. What portion of their publishing will be dead tree and what portion will be online? What form will non-physical books take?</p>
<p>I do know that eBooks won&#8217;t really catch on the way they&#8217;d like until draconian DRM is done away with.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: K. Godwin</title>
		<link>http://www.novelr.com/2009/12/02/please-dont-pay-me-dispatches-from-a-digital-publishing-house/comment-page-1#comment-4265</link>
		<dc:creator>K. Godwin</dc:creator>
		<pubDate>Wed, 02 Dec 2009 04:36:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.novelr.com/?p=1478#comment-4265</guid>
		<description>@Isa
My reasoning is imperfect from the standpoint it has never occured, yet. So it could be argued the reason it has not occured is the fact that it cannot occur.

Will they?

I think a few will. I probably won&#039;t be one of them from the standpoint I&#039;m a hobbyist in this. The quality of my writing isn&#039;t high enough I could reasonably expect to make a living off of and will probably remain that way for years. ;)

There are ways of setting up a separate legal entity (e.g. Corporation) that gives everyone an equal share in such a group.  Of course, if that happened it could equally be argued it is a democratically run publisher.</description>
		<content:encoded><![CDATA[<p>@Isa<br />
My reasoning is imperfect from the standpoint it has never occured, yet. So it could be argued the reason it has not occured is the fact that it cannot occur.</p>
<p>Will they?</p>
<p>I think a few will. I probably won&#8217;t be one of them from the standpoint I&#8217;m a hobbyist in this. The quality of my writing isn&#8217;t high enough I could reasonably expect to make a living off of and will probably remain that way for years. ;)</p>
<p>There are ways of setting up a separate legal entity (e.g. Corporation) that gives everyone an equal share in such a group.  Of course, if that happened it could equally be argued it is a democratically run publisher.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

