I started the development of a plugin.
https://github.com/ramiroluz/daviz.vaporize
It will be based on the https://github.com/eea/eea.exhibit and https://github.com/collective/collective.vaporisation
I have some questions.
I adapted the setup.py, don't know if everything is ok, for example, https://github.com/ramiroluz/daviz.vaporize/blob/master/setup.py#L39
should I adapt it to something else, or it is ok to leave 'eea' for the namespace_packages?
I found two directories inside buildout, plone4 and zope2, the content of both is similar, even the content of the files, should i keep both also?
The install.sh script downloads a bootstrap.sh script from an eea repostory, it is safe to do the same?
Thank you.
Hi Ramiro,
On Thursday, November 10, 2016 at 8:25:06 PM UTC+2, Ramiro B. da Luz wrote:I started the development of a plugin.
https://github.com/ramiroluz/daviz.vaporize
It will be based on the https://github.com/eea/eea.exhibit and https://github.com/collective/collective.vaporisation
I have some questions.
I adapted the setup.py, don't know if everything is ok, for example, https://github.com/ramiroluz/daviz.vaporize/blob/master/setup.py#L39
should I adapt it to something else, or it is ok to leave 'eea' for the namespace_packages?I think it should be daviz and here you should have the folder stucture like:daviz.vaporize|--setup.py|--daviz  |-- __init__.py  |--vaporize   |-- __init__.py   |-- everything.elseYou should use mr.bob+bobtemplates.plone to generate the add-on's strucuture ;)
I found two directories inside buildout, plone4 and zope2, the content of both is similar, even the content of the files, should i keep both also?It's not mandatory.Â
The install.sh script downloads a bootstrap.sh script from an eea repostory, it is safe to do the same?Otherwise, you can put the boostrap.py inside your repo and modify install.sh to use it ;)Â
Thank you.Cheers,Alin Voinea