Going to try to get around to trying to write this weekend unless someone else wants to pop in and write a rss parser for svn logs.
<channel>
<title>KoLmafia svn changes</title>
<link>http://KoLmafia.us</link>
<description />
<copyright />
<ttl>5</ttl>
The forum looks... different. Are you going to restore the original skin, or shall I just have to get used to this one?
I'm reassured just hearing that you're on it.I'm still researching the file name issue. It shouldn't be happening.
One heck of a lot of Google searching turned up this. What version of vBulletin are we using? (I know 4, but can we be more specific?) It seems like the problem exists in 4.0.2 but is fixed in 4.0.3.
function ncrencode_filename($filename)
{
$extension = file_extension($filename);
$base = substr($filename, 0, strpos($filename, $extension));
$base = ncrencode($base);
return $base . '.' . $extension;
}
function ncrencode_filename($filename)
{
$extension = file_extension($filename);
$base = substr($filename, 0, (strpos($filename, $extension)-1));
$base = ncrencode($base, true);
return $base . '.' . $extension;
}
i'd give it a couple of days to make sure I havn't got it totally wrong but fingers crossed this should be a fully functional rss feed for the svn log.
http://msurl.net/kolmafia/rss.ashx
someone let me know what you want the channel to contain...
Code:<channel> <title>KoLmafia svn changes</title> <link>http://KoLmafia.us</link> <description /> <copyright /> <ttl>5</ttl>
I don't see any reason why people shouldn't put this into their favorite aggregators too,
its generated on the fly (from a database not from sourceforge) so i'll be adding some querystring parameters at somepoint if I can be bothered suchs as ?show=100 or ?showsincerevision=8023
anyway, hope this helps
Thank you. If the data is easy for you to collect, it would be interesting to revisit this in a month or so and see how many people are using something other than the default (and what they are using).Added some new colour schemes to the forums. You either change them in your UserCP at the bottom of the General Settings page or in the bottom left hand corner.
So far we have Gray Gremlin, Blue & Gold, Dark Rider and Emerald Sea. There are a few more I am going to add but this should give you all a nice set of choices to start with.
Not sure if the file name size limitation issue Bale mentioned was resolved or not. This thread may be helpful in solving that, but I'm not certain.