index.community/gephi
Tao Bojlen 05afe964ab add gephi deps 2018-09-04 00:55:07 +02:00
..
gradle/wrapper add gephi deps 2018-09-04 00:55:07 +02:00
lib add gephi deps 2018-09-04 00:55:07 +02:00
src/main/java/space/fediverse/graph various UI improvements 2018-09-03 20:15:28 +02:00
.gitignore add gephi deps 2018-09-04 00:55:07 +02:00
README.md add graph (#1) 2018-09-01 15:32:04 +02:00
build.gradle add graph (#1) 2018-09-01 15:32:04 +02:00
gradlew add graph (#1) 2018-09-01 15:32:04 +02:00
gradlew.bat add graph (#1) 2018-09-01 15:32:04 +02:00
settings.gradle add graph (#1) 2018-09-01 15:32:04 +02:00

README.md

Gephi

This subproject uses Gephi to layout a graph that'll then be served to people on the front-end. Always make sure to run ./gradlew shadowJar to compile your changes.

Note that it won't compile with the given repos:

> Could not resolve all files for configuration ':compile'.
   > Could not find net.java.dev:stax-utils:snapshot-20100402.
     Searched in the following locations:
       - https://repo.maven.apache.org/maven2/net/java/dev/stax-utils/snapshot-20100402/stax-utils-snapshot-20100402.pom
       - https://repo.maven.apache.org/maven2/net/java/dev/stax-utils/snapshot-20100402/stax-utils-snapshot-20100402.jar
       - https://jcenter.bintray.com/net/java/dev/stax-utils/snapshot-20100402/stax-utils-snapshot-20100402.pom
       - https://jcenter.bintray.com/net/java/dev/stax-utils/snapshot-20100402/stax-utils-snapshot-20100402.jar
       - https://dl.google.com/dl/android/maven2/net/java/dev/stax-utils/snapshot-20100402/stax-utils-snapshot-20100402.pom
       - https://dl.google.com/dl/android/maven2/net/java/dev/stax-utils/snapshot-20100402/stax-utils-snapshot-20100402.jar
       - http://bits.netbeans.org/nexus/content/groups/netbeans/net/java/dev/stax-utils/snapshot-20100402/stax-utils-snapshot-20100402.pom
       - http://bits.netbeans.org/nexus/content/groups/netbeans/net/java/dev/stax-utils/snapshot-20100402/stax-utils-snapshot-20100402.jar
     Required by:
         project : > org.gephi:gephi-toolkit:0.9.2 > org.gephi:core-library-wrapper:0.9.2

I just downloaded version 0.9.2 from the gephi-toolkit GitHub and manually added it to fediverse.space/gephi/lib... ¯_(ツ)_/¯