suryakencana007 / comic-vine-scraper

Automatically exported from code.google.com/p/comic-vine-scraper
0 stars 0 forks source link

i'd like to contribute to this application #145

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This application could benefit greatly from shared collaboration or even making 
it open source. Please allow me to contribute to this project.

Original issue reported on code.google.com by derekhak...@gmail.com on 5 Oct 2010 at 10:48

GoogleCodeExporter commented 9 years ago
Sorry, but this project is my personal hobby, and I'm not really looking to 
share my development efforts with anyone else right now.

But if you want to contribute to the Comic Vine Scraper, you can continue to 
offer suggestions for improvements, or you can help test new releases and 
report bugs (new releases are announced on the comic rack forum, usually every 
month or two).    

Also, Comic Vine Scraper is an open source project (see 
http://www.apache.org/licenses/LICENSE-2.0) which means that you are free to 
copy the source code and start your own fork of the project if you wish.

Original comment by cban...@gmail.com on 5 Oct 2010 at 11:24

GoogleCodeExporter commented 9 years ago
Hi Cbanack,

Thank you for your quick response it is refreshing to hear from a developer who 
is dedicated to a great project such as yourself! Well, even if I can't develop 
right now, (I tried applying for an API key but their website is broken or 
something), I'll see if I can lobby for some API changes and do whatever I can 
to help!

Curious, what code platform/language are you using to develop it on?

Cheers,
D

Original comment by derekhak...@gmail.com on 6 Oct 2010 at 12:11

GoogleCodeExporter commented 9 years ago
Hey Derek,

ComicRack's plugin system requires that all plugins to be written in 
IronPython, which is basically python (2.7), but with full access to the .NET 
libraries.  That's why the windows/buttons/etc in the Scraper plugin all look 
like 'real' Windows components--they actually are.

I do all my development work using the Eclipse IDE with the PyDev plugin.  It 
works really well, actually, plus since I'm a Java developer by day, I'm 
already pretty familiar with Eclipse.

Cory

Original comment by cban...@gmail.com on 6 Oct 2010 at 3:52