How can I modify the default 80legs links using my 80apps parseLinks()?
Our concept with the 80app when using parseLinks is that we want the app developer to decide how to parse the links if they want to. If they decide to use our default link parsing, that’s easy. If they have their own link parsing, it’s easy. If you just want to edit our link list, it’s still easy but a little more involved because we don’t want to burn the CPU time running our parseLinks() method if you aren’t going to use the results. So, the way to do it is to include our default link parsing code (the DefaultParseLinks class and dependecies from the Google repository: http://code.google.com/p/eightylegs/source/browse/#svn/trunk/80AppDefaultApp/src/com/eightylegs/customer/default80legs). Then your parseLinks() method can just call our DefaultParseLinks class and you can add or eliminate any urls.