


Application Concepts by kasra23 13 comments
[?php
$app = "kde";
$file = "http://freshmeat.net/projects/$app";
$link = fopen($file, "r");
if ($link) {
while (!feof($link)) {
$buffer = fgets($link);
$content .= $buffer;
}
fclose($link);
}
$about = explode("\n", $content);
$reading = 0;
foreach($about as $k=>$v){
if($reading == 1){
if(!eregi("\", $v)){
echo $v;
}else{
break;
}
}elseif(eregi("About:", $v)){
echo $v;
$reading = 1;
}
}
?] - Apr 09 2006

Application Concepts by kasra23 13 comments
b) nevermind the wikipedia thing. you can just use freshmeat.net:
http://freshmeat.net/projects/$project_name:
i.e. GIMP
http://freshmeat.net/projects/gimp
then run an eregi to extract something like this:
About:
GIMP is the GNU Image Manipulation Program. It is a freely distributed piece of software suitable for such tasks as photo retouching, image composition and image authoring. It can be used as a simple paint program, an expert quality photo retouching program, an online batch processing system, a mass production image renderer, a image format converter, etc.
- Apr 09 2006

Application Concepts by kasra23 13 comments

Application Concepts by kasra23 13 comments

Application Concepts by kasra23 13 comments

Application Concepts by kasra23 13 comments

KDE 3.x Splash Screens by kasra23 4 comments

KDE 3.x Splash Screens by kasra23 2 comments

Various KDE 1.-4. Improvements by kasra23 10 comments

Karamba & Superkaramba by phxguy 6 comments
I would really like to use this theme, but it says I have 35 new emails when my inbox is empty :(.
I am using Mandrake 10.2 and Superkaramba 0.35, if that is any help.
What is wrong? - Jun 15 2005

Wallpapers KDE Plasma by kasra23 3 comments

Wallpaper Other by kasra23 2 comments
I forgot to add the screen shot
But now I did
:) - Feb 27 2005