Re: [Kicad-developers] GITHUB_PLUGIN

2013-08-21 Thread Cirilo Bernardo
- Original Message - > From: László Monda > To: Miguel Angel Ajo Pelayo > Cc: KiCad Developers > Sent: Thursday, August 22, 2013 8:01 AM > Subject: Re: [Kicad-developers] GITHUB_PLUGIN > > I may be joining too late but having some ideas. > > First of all

Re: [Kicad-developers] GITHUB_PLUGIN

2013-08-21 Thread László Monda
To me it's really not a question of which VCS is the better (I know next to nothing about Bazaar and although git is more popular the two seem largely similar to me - one can read a ton about the issue at https://www.google.com/search?q=bazaar+vs+git ) What rather matters is the huge added value o

Re: [Kicad-developers] GITHUB_PLUGIN

2013-08-21 Thread Chris Morgan
> > On a somewhat related note I'm wondering why KiCad isn't hosted on > GitHub. Given the popularity of GitHub it could give the project > better visibility and let's not even speak about the ultimate joy of > how easy it is to merge pull requests. > I find the github site easier to use than the

Re: [Kicad-developers] GITHUB_PLUGIN

2013-08-21 Thread László Monda
I may be joining too late but having some ideas. First of all let me just say that I'm in love with this concept. I consider GitHub to be the most robust and fertile software ecosystem of our days. Leveraging it could be hugely productive as opposed to invent a whole new platform. (I have no pr

Re: [Kicad-developers] GITHUB_PLUGIN

2013-08-15 Thread Miguel Angel Ajo Pelayo
IMHO, RoR can be used to develop web apps faster (not faster web apps..), and has a wider community and library support, also has libraries to inteface ruby->python and make use of the kicad scripting wrappers. But that's just my opinion. Probably, if we get there at any time, it could make sense

Re: [Kicad-developers] GITHUB_PLUGIN

2013-08-15 Thread Dick Hollenbeck
On Aug 14, 2013 5:58 PM, "Chris Morgan" wrote: > > On Wed, Aug 14, 2013 at 6:29 AM, Miguel Angel Ajo Pelayo > wrote: > > > > 2013/8/14 Chris Morgan > >> > >> wrote: > >> > (please use nbee/nbeepass as credentials) > >> > > >> > http://kicadhub.com/pcbs/2 > >> > http://kicadhub.com/assembly_guid

Re: [Kicad-developers] GITHUB_PLUGIN

2013-08-14 Thread Chris Morgan
On Wed, Aug 14, 2013 at 6:29 AM, Miguel Angel Ajo Pelayo wrote: > > 2013/8/14 Chris Morgan >> >> wrote: >> > (please use nbee/nbeepass as credentials) >> > >> > http://kicadhub.com/pcbs/2 >> > http://kicadhub.com/assembly_guides/3 >> > http://kicadhub.com/components/107 >> > http://kicadhub.com/

Re: [Kicad-developers] GITHUB_PLUGIN

2013-08-14 Thread Miguel Angel Ajo Pelayo
2013/8/14 Chris Morgan > wrote: > > (please use nbee/nbeepass as credentials) > > > > http://kicadhub.com/pcbs/2 > > http://kicadhub.com/assembly_guides/3 > > http://kicadhub.com/components/107 > > http://kicadhub.com/kicadnetlists/2 > > > > But at this time I thought that my time was rather lim

Re: [Kicad-developers] GITHUB_PLUGIN

2013-08-14 Thread Chris Morgan
On Wed, Aug 14, 2013 at 3:34 AM, Miguel Angel Ajo Pelayo wrote: > I'm thinking too, I really *love* the idea, and I'm sure that building on > the simple idea -later, with time- we can do even more. > > But a simple github connector it's a great start. > > I have a piece of code that I put together

Re: [Kicad-developers] GITHUB_PLUGIN

2013-08-14 Thread Miguel Angel Ajo Pelayo
I'm thinking too, I really *love* the idea, and I'm sure that building on the simple idea -later, with time- we can do even more. But a simple github connector it's a great start. I have a piece of code that I put together some time ago (over a single weekend), to make a kicad-service website, th

Re: [Kicad-developers] GITHUB_PLUGIN

2013-08-13 Thread Chris Morgan
On Tue, Aug 13, 2013 at 12:54 AM, Dick Hollenbeck wrote: > On 08/12/2013 01:11 PM, Chris Morgan wrote: >> On Mon, Aug 12, 2013 at 12:05 PM, Dick Hollenbeck wrote: >>> On 08/12/2013 10:22 AM, Chris Morgan wrote: On Mon, Aug 12, 2013 at 11:13 AM, Dick Hollenbeck wrote: > FYI, > >

Re: [Kicad-developers] GITHUB_PLUGIN

2013-08-12 Thread Dick Hollenbeck
On 08/12/2013 11:54 PM, Dick Hollenbeck wrote: > On 08/12/2013 01:11 PM, Chris Morgan wrote: >> On Mon, Aug 12, 2013 at 12:05 PM, Dick Hollenbeck wrote: >>> On 08/12/2013 10:22 AM, Chris Morgan wrote: On Mon, Aug 12, 2013 at 11:13 AM, Dick Hollenbeck wrote: > FYI, > > In looking

Re: [Kicad-developers] GITHUB_PLUGIN

2013-08-12 Thread Dick Hollenbeck
On 08/12/2013 01:11 PM, Chris Morgan wrote: > On Mon, Aug 12, 2013 at 12:05 PM, Dick Hollenbeck wrote: >> On 08/12/2013 10:22 AM, Chris Morgan wrote: >>> On Mon, Aug 12, 2013 at 11:13 AM, Dick Hollenbeck wrote: FYI, In looking at an http plugin for pcbnew, here are my findings so f

Re: [Kicad-developers] GITHUB_PLUGIN

2013-08-12 Thread Chris Morgan
On Mon, Aug 12, 2013 at 12:05 PM, Dick Hollenbeck wrote: > On 08/12/2013 10:22 AM, Chris Morgan wrote: >> On Mon, Aug 12, 2013 at 11:13 AM, Dick Hollenbeck wrote: >>> FYI, >>> >>> In looking at an http plugin for pcbnew, here are my findings so far: >>> >>> It occurred to me that only three class

Re: [Kicad-developers] GITHUB_PLUGIN

2013-08-12 Thread Chris Morgan
On Mon, Aug 12, 2013 at 1:18 PM, Andrew Seddon wrote: > I just did a quick proof of concept API on the CircuitHub side which gives > you an endpoint to hit and get the KiCad export of a footprint. > Unfortunately I wrote the exporter in the old format rather than > S-Expression but i'll rectify th

Re: [Kicad-developers] GITHUB_PLUGIN

2013-08-12 Thread Dick Hollenbeck
On 08/12/2013 10:22 AM, Chris Morgan wrote: > On Mon, Aug 12, 2013 at 11:13 AM, Dick Hollenbeck wrote: >> FYI, >> >> In looking at an http plugin for pcbnew, here are my findings so far: >> >> It occurred to me that only three class PLUGIN functions seem to be necessary >> >> *) IsWriteable() t

Re: [Kicad-developers] GITHUB_PLUGIN

2013-08-12 Thread Dick Hollenbeck
On 08/12/2013 10:13 AM, Dick Hollenbeck wrote: > FYI, > > In looking at an http plugin for pcbnew, here are my findings so far: > > It occurred to me that only three class PLUGIN functions seem to be necessary > > *) IsWriteable() this is one line, "return false". > *) FootprintEnumerate()

Re: [Kicad-developers] GITHUB_PLUGIN

2013-08-12 Thread Chris Morgan
On Mon, Aug 12, 2013 at 11:13 AM, Dick Hollenbeck wrote: > FYI, > > In looking at an http plugin for pcbnew, here are my findings so far: > > It occurred to me that only three class PLUGIN functions seem to be necessary > > *) IsWriteable() this is one line, "return false". > *) FootprintEnum