View Single Post
Posts: 87 | Thanked: 66 times | Joined on Jan 2010 @ Australia
#26
Originally Posted by pH5 View Post
Of course. Unfortunately right now, the HTML parser is still hardcoded in the item model classes. That is to say, I need to work on documentation and separation of functionality. Check the onReceived slots in the Forum/Thread/PostList classes to get an idea of the current status.
A good start might be to see if you can construct a CSS selector to select each tag containing a single element (forum/thread/post) of a page of the forum you want to support.

Meanwhile, released version 0.0.5-1; changelog:
  • Support for subscribing to and unsubscribing from threads
  • Remember which page was active when quitting and restart there
  • Various bug fixes
    - show forum a thread was posted to in MeeGo Forum
    - mark threads as read immediately
    - send messages as percent/HTML encoded ISO Latin 1
    - crash fix when replying
    - fix reloading in search results, multipage searches

Thanks

I did look at it and did some modifications as the form Im trying to support using "table, tr, td" instead of "div" which i dont know if these going to work!

one more thing, how can I chose the character coding "to read and write" as the forum uses non-Latin characters

thanks a lot, I believes changing the "coding type" will help me to make it work.