


Full Icon Themes by bavarese 30 comments
http://www.megaupload.com/?d=2CC970MC
-folder-flag-Cambodia
-folder-android - Jan 23 2011

Plasma Comic Sources by jcromero 3 comments
var infos = {
"accept": "text/html, image/jpeg, image/png, text/*, image/*, */*",
"referrer": "http://blogs.publico.es/manel/"
}
function init()
{
comic.comicAuthor = "Manel Fontdevila";
comic.firstIdentifier = "2009/01/02";
comic.websiteUrl = "http://blogs.publico.es/manel/date/" + comic.identifier.toString("yyyy/MM/dd/");
comic.requestPage( comic.websiteUrl, comic.Page, infos );
}
function pageRetrieved(id, data)
{
if ( id == comic.Page ) {
// getting the title
var re = new RegExp("<h3 class=\"storytitle\"><a href=\"[^\"]+\" rel=\"bookmark\">([^<]+)</a></h3>");
var match = re.exec( data );
if (match != null) {
comic.title = match[1];
}
// getting the image
re = new RegExp("<p><img src=\"(http://blogs.publico.es/manel/files/[^\"]+)\"");
match = re.exec( data );
if (match != null) {
var urlImg = match[1];
comic.requestPage( urlImg, comic.Image, infos );
} else {
re = new RegExp("<p><img class=\"[^\"]+\" src=\"(http://blogs.publico.es/manel/files/[^\"]+)\"");
match = re.exec( data );
if (match != null) {
var urlImg = match[1];
comic.requestPage( urlImg, comic.Image, infos );
} else {
comic.error();
}
}
}
}
- Aug 15 2010

Plasma Comic Sources by lordt 2 comments

Plasma Comic Sources by mfuchs 2 comments
http://www.kde-files.org/content/show.php?content=119393 - Jan 30 2010

Full Icon Themes by bavarese 30 comments

Utilities by gyunaev 103 comments
Do you plan to support the HLP format (WinHelp)? - Jun 13 2009

Plasma Comic Sources by 2cats 1 comment

System Software by artemisfowl2007 38 comments