LeoIannacone / goopg

GPG for Gmail in Chrome and Chromium
http://leoiannacone.github.io/goopg/
GNU General Public License v3.0
53 stars 5 forks source link

write the webkit2gtk extension #17

Open kapouer opened 9 years ago

kapouer commented 9 years ago

i've got some basic skills with webkit2gtk extensions, i could help a little.

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/18927569-write-the-webkit2gtk-extension?utm_campaign=plugin&utm_content=tracker%2F2238151&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F2238151&utm_medium=issues&utm_source=github).
LeoIannacone commented 9 years ago

Please, do!

I want to split project on "vendors", files should be organized in dirs that depend only on the specific browser.. the others (the common libraries) must be placed in a "common" dir..

Everything could be built via gulp then :) (I mean the extensions that cannon be shipped directly via Debian)

What are your thoughts ?

kapouer commented 9 years ago

You'd make me win a lot of time if you explained how this project is structured, and what the extension should do. Then i can code it.

LeoIannacone commented 9 years ago

Sure!

First of all, you can find all the info about this project in this file: https://github.com/LeoIannacone/goopg/blob/master/doc/project.md

In a nutshell: host/ -> the plugin which verifies, signs, gets, sends emails

kapouer commented 9 years ago

Ok, seems doable. Thanks for the details.