PDA

View Full Version : animesuki + WAP = completing the addiction cycle


Erekose
2003-12-24, 04:39
any one have any ideas on this? (or already done this)
how to get animesuki's site accessable in wap so i can see what torrents come out in the rare moments i am away from my computer?
any way to bootleg this using the rss
any assist would be great

holla back christina200119@yahoo.com

Lefteris_D
2003-12-24, 06:06
This can be done using XML. A php script generating wml files perhaps.

NightWish
2003-12-24, 06:28
Yeah, it would be possible to make wml files using php; assuming GHDpro has the time to do it. Alternatively, if you look up the wml standard you could write something (http://www.wirelessdevnet.com/channels/wap/training/wml.html) that mangles the RSS or XML feed into wml. I would use the XML myself as it is more customizable.

One question though; why bother? You can't download the anime on your mobile so is it any use checking it on the go? Now... getting an SMS when your favorite anime is released might be a different matter... but that introduces has a whole host of different problems.

Lefteris_D
2003-12-24, 06:36
WML ix XML. All GHDpro needs is to rewrite the XML script to make it wap compatible. Here is a small example.

<?xml version="1.0"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN"
"http://www.wapforum.org/DTD/wml_1.1.xml">

<wml>
<card title="Paragraphs">

<p>
This is a paragraph
</p>
<p>
This is another<br/>with a line break
</p>

</card>
</wml>