<?xml version="1.0"?>
<rss version="2.0">
	<channel>
		<title>online manual updated</title>
		<link>http://www.allegro.cc/forums/view/589891</link>
		<description>Allegro.cc Forum Thread</description>
		<webMaster>matthew@allegro.cc (Matthew Leverton)</webMaster>
		<lastBuildDate>Thu, 08 Feb 2007 00:02:31 +0000</lastBuildDate>
	</channel>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>The online manual has been updated to 4.2.1. The duplicate return values and missing cross reference bugs have been fixed. </p><p>Also, each page now contains a list of &quot;related&quot; forum discussions. The threads are currently just listed in descending order and are <u>not</u> updated real-time. If I ever feel like it, I&#39;ll implement a more relevant sorting method.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Matthew Leverton)</author>
		<pubDate>Sun, 04 Feb 2007 11:51:39 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Attaching forum threads to documenation is a really good idea. The only thing that comes close is the <a href="http://us2.php.net/manual/en/function.preg-replace.php">single threaded discussion on php.net</a>. But I like your idea better.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (kazzmir)</author>
		<pubDate>Sun, 04 Feb 2007 12:08:16 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>I think adding a thread like php.net is nice too. I find a lot of neat snippets and such in the php.net threads, and that could be really neat here on a.cc.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (BAF)</author>
		<pubDate>Sun, 04 Feb 2007 22:24:43 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>I tried a couple of pages and each one has a small issue generating a warning in Tidy (integrated in Firebugs):
</p><div class="source-code snippet"><div class="inner"><pre><span class="k3">&lt;</span><a href="http://www.delorie.com/djgpp/doc/libc/libc_134.html" target="_blank">div</a> id<span class="k3">=</span><span class="s">"header"</span><span class="k3">&gt;</span>
<span class="k3">&lt;</span>a href<span class="k3">=</span><span class="s">"/"</span><span class="k3">&gt;</span><span class="k3">&lt;</span>img src<span class="k3">=</span><span class="s">"/theme/default/image/logo.png"</span> alt<span class="k3">=</span><span class="s">"logo"</span> width<span class="k3">=</span><span class="s">"293"</span> height<span class="k3">=</span><span class="s">"56"</span> border<span class="k3">=</span><span class="s">"0"</span> width<span class="k3">=</span><span class="s">"293"</span> height<span class="k3">=</span><span class="s">"56"</span> border<span class="k3">=</span><span class="s">"0"</span> <span class="k3">/</span><span class="k3">&gt;</span><span class="k3">&lt;</span><span class="k3">/</span>a&gt;
<span class="k3">&lt;</span><span class="k3">/</span>div&gt;
</pre></div></div><p>
Line 19, the img attributes are repeated.</p><p>There&#39;s another one, in &quot;See also&quot; boxes, some links have a white space in them, rather than %20 <img src="http://www.allegro.cc/forums/smileys/smiley.gif" alt=":)" /></p><p>Anyway, I like the new idea <img src="http://www.allegro.cc/forums/smileys/smiley.gif" alt=":)" />
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Marco Radaelli)</author>
		<pubDate>Sun, 04 Feb 2007 23:06:06 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
I find a lot of neat snippets and such in the php.net threads, and that could be really neat here on a.cc.
</p></div></div><p>Which is why it links to related threads <img src="http://www.allegro.cc/forums/smileys/tongue.gif" alt=":P" />
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Thomas Fjellstrom)</author>
		<pubDate>Mon, 05 Feb 2007 21:51:51 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Yes, but a feature like the php.net threads would be better (a running list of relevant code snippets, instead of what seem to be vaguely relevant problems or questions).
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (BAF)</author>
		<pubDate>Tue, 06 Feb 2007 03:12:55 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Very cool. I like it a lot. Could you maybe give me the SQL dump of the documentation, so I can import it into my IRC bot?
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (CGamesPlay)</author>
		<pubDate>Tue, 06 Feb 2007 03:33:18 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Any chance you&#39;ll fix the bug with multiple functions with a single doc entry?
</p><div class="source-code snippet"><div class="inner"><pre><a href="http://www.allegro.cc/manual/getr24" target="_blank"><span class="a">getr24</span></a>
<a href="http://www.allegro.cc/manual/getb32" target="_blank"><span class="a">getb32</span></a>
</pre></div></div><p>
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (ImLeftFooted)</author>
		<pubDate>Tue, 06 Feb 2007 04:51:50 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Unfortuneatly that has to do with the way the docs are layed out. I made my parser just duplicate the contents for functions that were declared with only one newline between them.</p><p><a href="http://www.allegro.cc/manual/api/truecolor-pixel-formats/geta">heres the actual docs</a> for all the get[rgba][8,15,16,24,32,] functions.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Thomas Fjellstrom)</author>
		<pubDate>Tue, 06 Feb 2007 04:58:29 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
I think adding a thread like php.net is nice too. I find a lot of neat snippets and such in the php.net threads, and that could be really neat here on a.cc.
</p></div></div><p>
The PHP manual is full of crap, ten year old comments that were bogus to begin with.</p><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
Any chance you&#39;ll fix the bug with multiple functions with a single doc entry?
</p></div></div><p>
No. First off, if someone cannot tell what getr24() does, he shouldn&#39;t even own a compiler. The Allegro documentation is written in a haphazard format. There&#39;s no way to tell, other than by (probably a safe) assumption, that 10 functions are grouped together. Even if I were to copy the description to each function, it&#39;d end up like:
</p><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
Given a color in the format being used by the specified color depth, these <i>functions</i> extract one of the red, green, blue, or alpha components (ranging 0-255).
</p></div></div><p>
and then the same people who are confused about getr24 would now be confused about why functions is plural and that it says it extracts one of those four things.</p><p>The real solution is to edit the allegro._tx and include an individual description for each function like:</p><p>getr - extracts the red component<br />getb - extracts the blue component</p><p>And that, anyone can do.</p><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
Could you maybe give me the SQL dump of the documentation, so I can import it into my IRC bot?
</p></div></div><p>
Most of it is just in flat html files. Attached is an XML conversion of the allegro._tx file. It should be a billion infinities easier to work with than the original mess.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Matthew Leverton)</author>
		<pubDate>Tue, 06 Feb 2007 05:08:49 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>My parser can output xml as well, with some bug fixes for things like this empty doc issue <img src="http://www.allegro.cc/forums/smileys/wink.gif" alt=";)" />
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Thomas Fjellstrom)</author>
		<pubDate>Tue, 06 Feb 2007 05:11:18 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>The &quot;Voice control&quot; link in the following page:<br /><a href="http://www.allegro.cc/manual/api/digital-sample-routines/voice-control/voice_set_frequency">http://www.allegro.cc/manual/api/digital-sample-routines/voice-control/voice_set_frequency</a><br />leads to a dead link:<br /><a href="http://www.allegro.cc/manual/Voice control">link</a><br />which gets redirected to the Manual home.<br />Space in URLs strikes again?
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Audric)</author>
		<pubDate>Wed, 07 Feb 2007 23:29:04 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>It&#39;s just that I don&#39;t store that deep of nested sections as a reference. You&#39;ll see the page here:</p><p><a href="http://www.allegro.cc/manual/api/digital-sample-routines/">http://www.allegro.cc/manual/api/digital-sample-routines/</a></p><p>I&#39;ve manually added that sub-section as a dummy section with a dead parent so that the link will work.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Matthew Leverton)</author>
		<pubDate>Wed, 07 Feb 2007 23:44:00 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>It works, thank you.<br />I posted here because the news mentioned &quot;missing cross reference bugs&quot;<br />Manual manual update = double chore <img src="http://www.allegro.cc/forums/smileys/sad.gif" alt=":(" />
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Audric)</author>
		<pubDate>Thu, 08 Feb 2007 00:02:31 +0000</pubDate>
	</item>
</rss>
