300ZXttZMAN wrote:Well hell how hard would it be for you to make it? In other words of I were to help raise the money for it could you do it with just a couple simple clicks now that you have already done it? Or would it basically be like starting over? Is the 100$ developer fee the only cost involved (and your time of course). About how much time did it take you to do that?
I have no clue about this kind of stuff, sorry for the questions.
Haha, no worries man, like I said, happy to help out, ask away! It wouldn't be too hard to write, this is a fairly simple application, fortunately. I'd have to start from scratch, but I don't mind that one bit at all. The biggest obstacle right now is that I won't have a Mac to program on for another couple of weeks or so, at least not until I get back home (Apple ALSO requires that you write stuff on one of their machines...major pain). As far as the developer fee thing goes, shoot, I'll leave that up to you guys, if you raise half of that, I'll match it and pay the rest myself, or, I can pay the whole thing, but I'll throw the app up for like $1-2 to cover the developer fee... I suppose that's essentially the same end result, heh.
Also,
search - some of you guys mentioned that you'd like to see that as a feature, and I totally agree, that would be super handy. However, the manual pages are GIF images, not really searchable. I'm looking into using Google/HP's Tesseract OCR (Optical Character Recognition) engine to turn all the pages into text for searching, so that's in the works, but it might take a little while as it's downloaded as source code. You have to write your own implementation of the whole thing, etc, compile it all, generate text, throw it all in a sqlite3 database on the phones, and then search that. What this translates into for you guys is that when you do a search, you'll see a listing of potentially matching pages, but when you open the page, the matched text probably won't be highlighted or anything, but you'll be on the right page. (I'd just display the text on the page instead of the original GIF, but then you'd lose all of your diagrams.)
** EDIT ** As of right now, I've got my laptop crunching away at turning the manual pages into searchable text, so expect working search in the next couple of days
