1# JavaScript GEXF Viewer for Gephi #
2
3#### Released under MIT License ###
4
5### Known Issues
6
7**The issue below is the source of 90% of support emails I receive, please read carefully**
8
9Gexf-JS won't work on chrome if launched from your local drive (with a file:/// URI scheme).
10This is a known security limitation, and there are 2 known workarounds:
11
121. Use Firefox.
132. Use a server (upload it or use a local server). If you have Python on your computer, the simplest is to launch a SimpleHTTPServer with the Command Line:
14
15    $ cd /path/to/gexf-js
16    $ python -m SimpleHTTPServer
17
18There used to a third workaround (The --allow-file-access-from-files flag), but it is no longer available on newest Chrome versions since 2014.
19
20### Newest features
21
22Hybrid directed/undirected graphs are now supported, and arrows can be shown.
23
24Gexf-JS now speaks 9 languages: Dutch, English, French, Finnish, German, Greek, Italian, Spanish, and Turkish!
25
26### Contributors
27
28#### Raphaël Velt (main developer, French and English versions)
29
30* http://raphaelve.lt/
31* Twitter: [@raphv](http://twitter.com/raphv)
32
33#### Vicenzo Cosenza (Italian translation)
34
35* http://www.vincos.it/
36* Twitter: [@vincos](http://twitter.com/vincos)
37
38#### Eduardo Ramos Ibáñez (Spanish translation)
39
40* https://github.com/eduramiba
41* Twitter: [@eduramiba](http://twitter.com/eduramiba)
42
43#### Jaakko Salonen (Finnish translation and hyperlink replacement)
44
45* https://github.com/jsalonen
46* Twitter: [@jsalonen](http://twitter.com/jsalonen)
47
48#### Zeynep Akata (Turkish translation)
49
50#### Σωτήρης Φραγκίσκος (Greek translation)
51
52#### Martin Eckert (German translation)
53
54#### Tobias Bora (Arrows and hybrid graphs)
55
56* https://github.com/tobiasBora
57
58#### Jan de Mooij (Dutch translation and touch-screen compatibility)
59
60* https://github.com/Ilsontfous
61
62#### Bruna Delzari (Portuguese translation)
63
64#### Adil Aliyev (Azerbaijani translation)
65* https://github.com/adilek
66* Twitter: [@adilaliyev](http://twitter.com/adilaliyev)
67
68### How to use ?
69
701. Export your graph from Gephi as a GEXF file
712. Put it in the gexf-js directory
723. Modify config.js to point to your GEXF File and tune the interface.
73
74You can view more Gexf files by pointing your browser to index.html#Filename.gexf
75
76### Compatibility
77
78Gexf-JS uses the canvas element, which might cause compatibility issues with older browsers.
79
80It has been tested with the latest Chrome, Firefox and Internet Explorer versions.
81
82It doesn't work with Internet Explorer 8 or older.
83
84### Contribute as a translator
85
86Gexf JS Viewer is now available in English, French and Italian
87
88If 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.
89
90Strings to translate:
91
921. Search nodes
932. Attributes
943. Nodes
954. Inbound Links from
965. Outbound Links to
976. Undirected links with
987. Activate lens mode
998. Deactivate lens mode
1009. Show edges
1011. Hide edges
1021. Zoom In
1031. Zoom Out
1041. Your browser cannot properly display this page. We recommend you use the latest Firefox or Chrome version
105