| 22 | 22 | - The task is to build a proof-of-principle blogging tool which merges the best of Bittorrent with the web, called !BittBlogg. Key is that !BittBlogg uses a zero-server P2P architecture to download HTML and publish content. !BittBlogg can read both existing blogs on central web servers and Bittorrent-based blogs using simple [wiki:P2PWebhosting screen scraping techniques] and P2P downloads. !BittBlogg consists only of three screens, main keyword search page (like Google frontpage), search results, and actual blog posts. A first prototype would use the simple [http://www.ibm.com/developerworks/opensource/library/l-wxpython/ WxHTML] function to display the blog posts. A more advanced prototype would use the [http://wxwebkit.wxcommunity.com/ Webkit lib] to render HTML, load pictures, and execute !JavaScript. |