Fichier chm

westly_forest -  
jisisv Messages postés 3678 Statut Modérateur -
bonjour à tous
bon, ces fichiers ne sont complatibles qu'avec une plateforme windows.
mais je voulais savoir s'il y a un moyen de modifier les fichiers chm pour les utiliser sous linux.
merci

3 réponses

  1. jisisv Messages postés 3678 Statut Modérateur 936
     
    Tu peux regarder ici:
    http://66.93.236.84/~jedwin/projects/chmlib/

    Sous Debian un
    apt-get install chmlib chmlib-bin
    suffit
    example
    [johand@horus]~/tmp/7zip $ls
    7-zip.chm
    [johand@horus]~/tmp/7zip $extract_chmLib 7-zip.chm html
    7-zip.chm:
    --> /#IDXHDR
    --> /#STRINGS
    --> /#SYSTEM
    --> /#TOPICS
    --> /#URLSTR
    --> /#URLTBL
    --> /$FIftiMain
    --> /$OBJINST
    --> /$WWAssociativeLinks/Property
    ....
    --> /cmdline/commands/extract_full.htm
    --> /cmdline/commands/index.htm
    .....
    

    (on extrait les fichiers dans un répertoire html

    Sinon chmlib-bin fournit également un serveur http :
    [johand@horus]~/tmp/7zip $chm_http --port=3843 7-zip.chm &
    [johand@horus]~/tmp/7zip $lynx http://localhost:3843
    
                                                                                          7-Zip Start Page
    
                                                    7-Zip
    
       Welcome to 7-Zip 4.31!
    
       7-Zip is a file archiver with high compression ratio.
    
        The documentation for 7-Zip includes:
    
         * General information about 7-Zip
         * User's Guide for 7-Zip File Manager
         * User's Guide for command line version
    
        See Also
    
         * How to register to 7-Zip
         ________________________________________________________________________________________
    
       Copyright (c) 1999-2005 Igor Pavlov
    
    


    Essaye de trouver un paquage binaire pour ta distribution, sinon .. tu prends les sources et tu installes.
    0
  2. westly_forest
     
    ca marche!!!
    merci amico
    thanks jisisv
    0
  3. Zempachi Messages postés 7572 Statut Contributeur 906
     
    Konqueror lit les *.chm aussi...
    0
    1. jisisv Messages postés 3678 Statut Modérateur 936
       
      Quelle version STP? Ce ne serait pas plutôt une application spécifique à KDE ?
      Comme j'utilise principalement Gnome, je ne connais pas bien les applications KDE. (j'ai un Konqueror 3.4.3 sous KDE 3.4.3)

      Johan
      0