From 58f788ba04c0b61df66af5794198a455a278324d Mon Sep 17 00:00:00 2001 From: Mathieu Bastian Date: Wed, 28 Oct 2015 23:09:37 +0100 Subject: [PATCH] Update README --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index e7c1e1f735..ba262cd0e1 100644 --- a/README.md +++ b/README.md @@ -32,25 +32,25 @@ If you run into any trouble or have questions consult our [forum](http://forum.g Current version is 0.9-SNAPSHOT -- [gephi-0.9-SNAPSHOT.zip](http://nexus.gephi.org/nexus/service/local/artifact/maven/content?r=snapshots&g=org.gephi&a=gephi&v=0.9-SNAPSHOT&p=zip) (Windows & Linux) +- [gephi-0.9-SNAPSHOT-windows.exe](http://oss.sonatype.org/service/local/artifact/maven/content?r=snapshots&g=org.gephi&a=gephi&v=0.9-SNAPSHOT&c=windows&p=exe) (Windows) -- [gephi-0.9-SNAPSHOT.dmg](http://nexus.gephi.org/nexus/service/local/artifact/maven/content?r=snapshots&g=org.gephi&a=gephi&v=0.9-SNAPSHOT&p=dmg) (Mac OS X) +- [gephi-0.9-SNAPSHOT-macos.dmg](http://oss.sonatype.org/service/local/artifact/maven/content?r=snapshots&g=org.gephi&a=gephi&v=0.9-SNAPSHOT&c=macos&p=dmg) (Mac OS X) -- [gephi-0.9-SNAPSHOT-sources.tar.gz](http://nexus.gephi.org/nexus/service/local/artifact/maven/redirect?r=snapshots&g=org.gephi&a=gephi-parent&v=0.9-SNAPSHOT&c=sources&p=tar.gz) (Sources) +- [gephi-0.9-SNAPSHOT-linux.tar.gz](https://oss.sonatype.org/service/local/artifact/maven/content?r=snapshots&g=org.gephi&a=gephi&v=0.9-SNAPSHOT&c=linux&p=tar.gz) (Linux) -- [gephi-0.9-SNAPSHOT-javadoc.jar](http://nexus.gephi.org/nexus/service/local/artifact/maven/redirect?r=snapshots&g=org.gephi&a=gephi-parent&v=0.9-SNAPSHOT&c=javadoc&p=jar) (Javadoc) +- [gephi-0.9-SNAPSHOT-sources.tar.gz](https://oss.sonatype.org/service/local/artifact/maven/content?r=snapshots&g=org.gephi&a=gephi&v=0.9-SNAPSHOT&c=sources&p=tar.gz) (Sources) ## Developer Introduction -Gephi is developed in Java and uses OpenGL for its visualization engine. Built on the top of Netbeans Platform, it follows a loosely-coupled, modular architecture philosophy. That allows it to be used build large applications and to grow in a sustainable way. Gephi is split into modules, which depend on other modules through well-written APIs. Plugins can reuse existing APIs, create new services and even replace a default implementation with a new one. +Gephi is developed in Java and uses OpenGL for its visualization engine. Built on the top of Netbeans Platform, it follows a loosely-coupled, modular architecture philosophy. Gephi is split into modules, which depend on other modules through well-written APIs. Plugins can reuse existing APIs, create new services and even replace a default implementation with a new one. -Consult the [**Javadoc**](http://gephi.org/docs/api) for an overview of the APIs. +Consult the [**Javadoc**](http://gephi.github.io/gephi/0.9-SNAPSHOT/apidocs/index.html) for an overview of the APIs. ### Requirements -- Java JDK 6 or 7 with preferably [Oracle Java JDK](http://java.com/en/). +- Java JDK 6, 7 or 8 with preferably [Oracle Java JDK](http://java.com/en/). -- [Apache Maven](http://maven.apache.org/) version 3.0.4 or later +- [Apache Maven](http://maven.apache.org/) version 3.2.2 or later ### Checkout and Build the sources @@ -69,7 +69,7 @@ Consult the [**Javadoc**](http://gephi.org/docs/api) for an overview of the APIs ### Create Plug-ins -Gephi is extensible and lets users create plug-ins to add new features, or to modify existing features. For example, you can create a new layout algorithm, add a metric, create a filter or a tool, support a new file format or database, or modify the visualization. +Gephi is extensible and lets developers create plug-ins to add new features, or to modify existing features. For example, you can create a new layout algorithm, add a metric, create a filter or a tool, support a new file format or database, or modify the visualization. - [**Plugins Portal**](https://github.com/gephi/gephi/wiki/Plugins)