[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 583: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 639: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
Gephi forums •Export Plugin
Page 1 of 1

Export Plugin

Posted: 31 May 2016 14:10
by suryanash
Hi,

I am trying to export a custom layout plugin I made however I am having trouble doing so. I was trying to follow the instructions here: https://github.com/gephi/gephi/wiki/Plugin-Quick-Start but these seem quite out dated. Could someone help me export my plugin? I want to send the plugin to a few people so that they can use it with their versions of the gephi app, and I would like to use it in one of my programs that uses the gephi toolkit.

Thanks,

Surya

Re: Export Plugin

Posted: 01 Jun 2016 08:30
by eduramiba
Yes sorry, this page is outdated. Please check the readme at https://github.com/gephi/gephi-plugins

Re: Export Plugin

Posted: 02 Jun 2016 13:07
by suryanash
Thanks! Will clean up and comment my code and then submit my pull request. Is this the only way to get the plugin useable by other people and/or a gephi-toolkit app? It seems like people used to be able to download a plugin and install it into gephi so I was wondering if it was package-able to be distributed.

Re: Export Plugin

Posted: 02 Jun 2016 15:09
by eduramiba
Yes, when the pull request is merged your plugin will be automatically available from Gephi update center.

Check this already merged plugin pull request for example https://github.com/gephi/gephi-plugins/pull/92