%PDF- <> %âãÏÓ endobj 2 0 obj <> endobj 3 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 28 0 R 29 0 R] /MediaBox[ 0 0 595.5 842.25] /Contents 4 0 R/Group<>/Tabs/S>> endobj ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<> endobj 2 0 obj<>endobj 2 0 obj<>es 3 0 R>> endobj 2 0 obj<> ox[ 0.000000 0.000000 609.600000 935.600000]/Fi endobj 3 0 obj<> endobj 7 1 obj<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI]>>/Subtype/Form>> stream
#!@AWK@ -f # # This converts w3m bookmarks.html to ELinks bookmarks.lst used by the Lua # based bookmarks handling (NOT the internal one!). # # Feed it by w3m bookmarks.html on stdin. # # Done by Stephane Chazelas <stephane.chazelas@free.fr> # BEGIN { FS="[<>\"]" c="return {" } $2 == "h2" { print c "\n {\n category = \""$3"\";" c=" }," } $2 == "li" { print " { name = \""$7"\", url = \""$5 "\" }," } END { print " },\n}" }