enmi12/glossaire/graph/README.md
changeset 0 d970ebf37754
equal deleted inserted replaced
-1:000000000000 0:d970ebf37754
       
     1 # JavaScript GEXF Viewer for Gephi #
       
     2 
       
     3 #### Released under MIT License ###
       
     4 
       
     5 ### Newest features ##
       
     6 
       
     7 URLs in attributes can now be replaced by hyperlinks using the replaceUrls option in config.js
       
     8 
       
     9 Edge weights are now listed. This can be disabled with the showEdgeWeight option in config.js
       
    10 
       
    11 Gexf-JS now speaks 7 languages: English, French, Italian, Spanish, Finnish, Turkish and Greek !
       
    12 
       
    13 ### Contributors ##
       
    14 
       
    15 #### Raphaël Velt (main developer, french and english versions)
       
    16 
       
    17 * http://raphaelve.lt/
       
    18 * Twitter: [@raphv](http://twitter.com/raphv)
       
    19 
       
    20 #### Vicenzo Cosenza (italian translation)
       
    21 
       
    22 * http://www.vincos.it/
       
    23 * Twitter: [@vincos](http://twitter.com/vincos)
       
    24 
       
    25 #### Eduardo Ramos Ibáñez (spanish translation)
       
    26 
       
    27 * https://github.com/eduramiba
       
    28 * Twitter: [@eduramiba](http://twitter.com/eduramiba)
       
    29 
       
    30 #### Jaakko Salonen (finnish translation and hyperlink replacement)
       
    31 
       
    32 * https://github.com/jsalonen
       
    33 * Twitter: [@jsalonen](http://twitter.com/jsalonen)
       
    34 
       
    35 #### Zeynep Akata (turkish translation)
       
    36 
       
    37 #### Σωτήρης Φραγκίσκος (greek translation)
       
    38 
       
    39 ### How to use ? ##
       
    40 
       
    41 1. Export your graph from Gephi as a GEXF file
       
    42 2. Put it in the gexf-js directory
       
    43 3. Modify config.js to point to your GEXF File and tune the interface.
       
    44 
       
    45 You can view more Gexf files by pointing your browser to index.html#Filename.gexf
       
    46 
       
    47 ### Compatibility ##
       
    48 
       
    49 Gexf-JS uses the canvas element, which might cause compatibility issues with older browsers.
       
    50 
       
    51 It has been tested with the latest Chrome, Firefox and Internet Explorer versions.
       
    52 
       
    53 It doesn't work with Internet Explorer 8 or older.
       
    54 
       
    55 ### Known Issues ##
       
    56 
       
    57 You may have trouble using the viewer if you launch it from a local drive, as some browsers consider loading files from disk via Ajax to be unsecure.
       
    58 It usually works with Firefox, but not with Chrome. In Internet Explorer you'll have a security pop-up asking you to "Allow blocked content".
       
    59 
       
    60 Another solution is uploading it to a server, where it should work correctly.
       
    61 
       
    62 ### Contribute as a translator ##
       
    63 
       
    64 Gexf JS Viewer is now available in English, French and Italian
       
    65 
       
    66 If you want to translate the interface in your language (and share this translation with the community), please translate the following sentences, send them to me and I'll upload them to github.
       
    67 
       
    68 Strings to translate :
       
    69 
       
    70 1. Search nodes
       
    71 2. Attributes
       
    72 3. Nodes
       
    73 4. Inbound Links from
       
    74 5. Outbound Links to
       
    75 6. Undirected links with
       
    76 7. Activate lens mode
       
    77 8. Deactivate lens mode
       
    78 9. Show edges
       
    79 1. Hide edges
       
    80 1. Zoom In
       
    81 1. Zoom Out
       
    82 1. Your browser cannot properly display this page. We recommend you use the latest Firefox or Chrome version