enmi12/glossaire/graph/README.md
author ymh <ymh.work@gmail.com>
Mon, 08 Sep 2025 19:44:41 +0200
changeset 23 417f20492bf7
parent 0 d970ebf37754
permissions -rwxr-xr-x
Update Docker configuration and plugin versions - Upgrade MariaDB from 10.6 to 11 with auto-upgrade support - Add WordPress debug environment variable to FPM container - Update PHP-FPM Dockerfile base image - Update Include Mastodon Feed plugin with bug fixes and improvements - Update Portfolio plugin (v2.58) with latest translations and demo data enhancements - Remove old README.md from Mastodon Feed plugin 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
# JavaScript GEXF Viewer for Gephi #
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     2
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     3
#### Released under MIT License ###
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     4
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     5
### Newest features ##
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     6
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     7
URLs in attributes can now be replaced by hyperlinks using the replaceUrls option in config.js
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     8
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     9
Edge weights are now listed. This can be disabled with the showEdgeWeight option in config.js
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    10
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    11
Gexf-JS now speaks 7 languages: English, French, Italian, Spanish, Finnish, Turkish and Greek !
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    12
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    13
### Contributors ##
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    14
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    15
#### Raphaël Velt (main developer, french and english versions)
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    16
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    17
* http://raphaelve.lt/
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    18
* Twitter: [@raphv](http://twitter.com/raphv)
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    19
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    20
#### Vicenzo Cosenza (italian translation)
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    21
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    22
* http://www.vincos.it/
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    23
* Twitter: [@vincos](http://twitter.com/vincos)
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    24
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    25
#### Eduardo Ramos Ibáñez (spanish translation)
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    26
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    27
* https://github.com/eduramiba
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    28
* Twitter: [@eduramiba](http://twitter.com/eduramiba)
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    29
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    30
#### Jaakko Salonen (finnish translation and hyperlink replacement)
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    31
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    32
* https://github.com/jsalonen
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    33
* Twitter: [@jsalonen](http://twitter.com/jsalonen)
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    34
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    35
#### Zeynep Akata (turkish translation)
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    36
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    37
#### Σωτήρης Φραγκίσκος (greek translation)
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    38
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    39
### How to use ? ##
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    40
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    41
1. Export your graph from Gephi as a GEXF file
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    42
2. Put it in the gexf-js directory
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    43
3. Modify config.js to point to your GEXF File and tune the interface.
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    44
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    45
You can view more Gexf files by pointing your browser to index.html#Filename.gexf
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    46
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    47
### Compatibility ##
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    48
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    49
Gexf-JS uses the canvas element, which might cause compatibility issues with older browsers.
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    50
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    51
It has been tested with the latest Chrome, Firefox and Internet Explorer versions.
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    52
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    53
It doesn't work with Internet Explorer 8 or older.
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    54
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    55
### Known Issues ##
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    56
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    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.
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    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".
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    59
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    60
Another solution is uploading it to a server, where it should work correctly.
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    61
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    62
### Contribute as a translator ##
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    63
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    64
Gexf JS Viewer is now available in English, French and Italian
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    65
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    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.
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    67
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    68
Strings to translate :
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    69
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    70
1. Search nodes
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    71
2. Attributes
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    72
3. Nodes
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    73
4. Inbound Links from
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    74
5. Outbound Links to
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    75
6. Undirected links with
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    76
7. Activate lens mode
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    77
8. Deactivate lens mode
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    78
9. Show edges
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    79
1. Hide edges
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    80
1. Zoom In
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    81
1. Zoom Out
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    82
1. Your browser cannot properly display this page. We recommend you use the latest Firefox or Chrome version