:




---------------------------------------------------------------
 From: Max T (maximt@online.ru)
----------------------

  ebooks  Palm    iSilo
(http://www.isilo.com)     , 
  DOC,  ,    
   .

 ()    Win32, Mac OS, Linux Intel, Free
BSD Intel, Solaris Sparc (.  http://www.isilo.com/download.htm).

  Palm    :   ( 
)  ,   .    .

    plain-text  HTML .    
      :  
 (   )        HTML,
 URL     iSilo.  )  Palm' 
 ,  ,   )    
   **    .

    HTML      
  <P>   

<BR>     

        .

    iSilo   ,  
,   . . http://www.isilo.com/support/html.htm#bookmarks



 From: Mark Geyzer 
 Date: 13 Jun 2000

           Palm-     . 
 ,  Palm      ( ), 
 CyrHack   http://palm.tucows.com ,  'Hacks'.  
  HackMaster -  .
          Palm   MobiBook,    
 PC - MobiBook Publisher.     http://www.mobipocket.com
               web-  
.     Publisher  'One  step  conversion',    
Palm-.          -  -,      .
    Palm -    .

    . PDA - PocketPC

(, , - PocketWord (txt), Pocket Internet Explorer (html) MS Reader (lit)) : 1) MobiPocket (for PalmOS, for Windows CE) (free download at http://www.mobibook.com/download.htm) - , *.prc txt (, -, , Word - , txt) html ( IE , , "" , .. - , , - - lib.ru - , ). - . ( ), txt html , , html ( ). , , MS Reader, - :-) 2) Starbuck http://www.thumbsupsoft.com/maphtm/starbuck.html - . , txt html. - ( MobiPocket, , - ), , , 90 . html - , - :-(. - - , , 10 $ - OK ( iPaq - "" - ). , - . MobiPocket, MS Reader - lit ... 3) , MS Reader: -, Paragon FontFix ( ) - __ , -, lit ReaderWorks Standard ( txt html), Word MS ( ... , - lib.ru :-), - , , , , - lit...

From: "Oleg Orlov" To: Sent: Friday, August 30, 2002 3:45 PM > - lib.ru > . , > , . > : > libru.py http://www.lib.ru/DOWLATOW/chemodan.txt > , , > initproxy(). import sys, re, StringIO, gzip, zipfile, urllib2 def initproxy(): proxy_support = urllib2.ProxyHandler({"http" : "http://user:password@proxy.domain.ru:3128"}) opener = urllib2.build_opener(proxy_support,urllib2.HTTPHandler) urllib2.install_opener(opener) def doprepare(text): text = text.replace("\024", "").replace("\025",".\r\n").replace("\241","") text = re.sub(r"[ \t]+", " ", text) text = re.sub(r"[\f\v]+", "\r\n", text) text = re.sub(r"(?s)-{63,}.{1,500}-{63,}", "\r\n", text, 1) parags = [re.sub(r"\s+", " ", p) for p in re.split(r"(?m)^\s", text)] text = "\r\n ".join(parags) return text def download(url): data = urllib2.urlopen(url + ".gz").read() return data def handleurl(url): inname = url.split("/")[-1] text = gzip.GzipFile(fileobj = StringIO.StringIO(download(url))).read() zf = zipfile.ZipFile(inname.split('.')[0] + ".zip", "w") info = zipfile.ZipInfo(inname) info.compress_type = zipfile.ZIP_DEFLATED zf.writestr(info, doprepare(text)) if __name__ == '__main__': initproxy() handleurl(sys.argv[1])

Last-modified: Thu, 05 Sep 2002 14:32:13 GMT
: