Author Topic: Oesf Forum Archive  (Read 40870 times)

jochen-02

  • Newbie
  • *
  • Posts: 35
    • View Profile
Oesf Forum Archive
« Reply #45 on: January 16, 2007, 02:04:25 pm »
Quote
EDIT: I just figured out how to "Force" Netfront to open the various threads/links.
It is a time consuming, roundabout method. :( :(
1. Click link, and error message dialog pops up.
2. copy/paste the entire error message into the URL bar in Netfront.
3. Delete all characters to the right of "/indexe965.html" (Starting with the question mark).
4. Now click the "goto" arrow and it will take you to the URL that was given in the error message.

I've had the same problem. It seems that the html files have all links embedded as "redirects", which at least the text mode browser "links" does not understand such links.

Your method was much too inconvenient for me. I converted the links in all about 21000 files by these few sed statements:

Code: [Select]
for i in *.html; do perl -pe 's/\?[0-z]{1,10}\.html//g' $i > oesf/data/$i; done
cd oesf/data
for i in *.html; do sed -e "s#\.\./\.\./\.\./external\.html?link=##g" $i > ../../oesf/data1/$i; done
cd ../../oesf/data1
for i in *.html; do sed -e "s#\.\./\.\./\.\./external\.gif?link=##g" $i > ../../oesf/data2/$i; done

Finally I made a cramfs image from oesf/data2 -- ready.

p.s.: Of course all this can be done in one single sed command:
Code: [Select]
for i in *.html; do sed -e 's#\?[0-z]{1,10}\.html##g' -e 's#\.\./\.\./\.\./external\.html?link=##g' -e 's#\.\./\.\./\.\./external\.gif?link=##g' $i > oesf/data/$i; done
« Last Edit: January 17, 2007, 01:46:18 pm by jochen-02 »
--
Jochen SL-C1000 (Sharp ROM)

speculatrix

  • Administrator
  • Hero Member
  • *****
  • Posts: 3708
    • View Profile
Oesf Forum Archive
« Reply #46 on: May 21, 2010, 08:07:42 am »
Give the unfortunate outage a little while back, I realised that it's been a long time since anyone snapshotted the entire forum, so I did it again and created a squashfs (r2.2 format for compatibility with cacko).

I created a namazu free-text DB with it so that you can search with it, along with my web-server-in-a-bash-script script for accessing it as previously described. However, I didn't include namazu and namazu.cgi binaries, I put links in to /usr/local/namazu/bin/ instead as that makes it more flexible.

It looks as if the latest squashfs doesn't have backwards compat with v2 as it used to, so if there's real interest I could upload a squashfs3 archive too.
Gemini 4G/Wi-Fi owner, formerly zaurus C3100 and 860 owner; also owner of an HTC Doubleshot, a Zaurus-like phone.

speculatrix

  • Administrator
  • Hero Member
  • *****
  • Posts: 3708
    • View Profile
Oesf Forum Archive
« Reply #47 on: May 24, 2010, 08:40:33 am »
Quote from: speculatrix
Give the unfortunate outage a little while back, I realised that it's been a long time since anyone snapshotted the entire forum, so I did it again and created a squashfs (r2.2 format for compatibility with cacko).

d'oh, would help if I'd posted a link, wouldn't it?!

http://www.zaurus.org.uk/download/oesf.squashfs2
Gemini 4G/Wi-Fi owner, formerly zaurus C3100 and 860 owner; also owner of an HTC Doubleshot, a Zaurus-like phone.

RX Shorty

  • Full Member
  • ***
  • Posts: 124
    • View Profile
    • http://www.lindoboom.nl
Oesf Forum Archive
« Reply #48 on: May 24, 2010, 11:32:41 am »
Quote from: speculatrix
Quote from: speculatrix
Give the unfortunate outage a little while back, I realised that it's been a long time since anyone snapshotted the entire forum, so I did it again and created a squashfs (r2.2 format for compatibility with cacko).

d'oh, would help if I'd posted a link, wouldn't it?!

http://www.zaurus.org.uk/download/oesf.squashfs2


Sure it would
Thanks
Owning a Zaurus SL-C860, SL-C3200, SL-6000, Netwalker
Got the GPD Win!