| View previous topic :: View next topic |
| Author |
Message |
xI
Joined: 23 Feb 2006 Posts: 3
|
Posted: Thu Feb 23, 2006 10:30 am Post subject: Links on PSP? |
|
|
I've been looking for a browser for 1.5, but haven't found anything that I like. I thought about making one myself, but I doubt I'd be able to do it all. I gave up on that idea.
Then I thought about Firefox. And instantly knew that would be a failure; it would probably use too much memory.
But what about Links? Without looking at the source, I'd say it would be easier than Firefox or any other browser, because it's text-only...
Before I waste hours trying to port it unsucessfully, maybe someone who knows more about this (basically anyone) could tell me if it's even possible. |
|
| Back to top |
|
 |
DustinFraze
Joined: 06 Jan 2006 Posts: 13
|
Posted: Wed Mar 01, 2006 3:48 pm Post subject: |
|
|
Perhaps. A quick glance at links dependencies shows that it *can* be linked against SDL for *some* reason.
IF that reason (and logic would dictate that it could be) was for a presentation layer, and IF the necessary bits used by links were also included by the PSP SDL implementation, then I don't see why not.
Else, I don't know. I'll take a look at it in the next few days. I'm currently writing a simple game to get adjusted to the nuances of PSP dev. |
|
| Back to top |
|
 |
xI
Joined: 23 Feb 2006 Posts: 3
|
Posted: Thu Mar 02, 2006 9:20 am Post subject: |
|
|
I think for a basic (VERY basic) text-only browser, I'd just need to use html.c, html_r.c, and html_tbl.c. I might be able to get something to display a simple HTML page. I'm guessing that would be the hardest part...
I'm going to try this, and if it doesn't work, I could always try again... |
|
| Back to top |
|
 |
jtwald
Joined: 04 Jan 2006 Posts: 24
|
Posted: Thu Mar 02, 2006 12:50 pm Post subject: |
|
|
Don't you mean Lynx? Not Links?
And I'm pretty sure that's already been ported in some form or another, if my memory serves me correctly. _________________ http://www.omlette.net/uniterror/ |
|
| Back to top |
|
 |
DustinFraze
Joined: 06 Jan 2006 Posts: 13
|
Posted: Thu Mar 02, 2006 1:14 pm Post subject: |
|
|
| jtwald wrote: | | Don't you mean Lynx? Not Links? |
No.
Lynx is a browser that is version 2.x.y
Links is a browser that is version 0.9x.y
They are two (very?) different browsers. |
|
| Back to top |
|
 |
xI
Joined: 23 Feb 2006 Posts: 3
|
Posted: Fri Mar 03, 2006 2:41 am Post subject: |
|
|
There's an Atari Lynx emulator for PSP, but no Lynx browser that I know of.
Anyway, I've been messing with it, taking out any lines that have errors, just to try to get it to make. I don't care if it works yet. Make lists so many warnings and errors it fills Konsole so much I can't scroll back to the beginning... |
|
| Back to top |
|
 |
|