Re: Plugin technology

2009-05-23 Thread Jani Tiainen
George Song kirjoitti: > On 5/23/2009 8:53 AM, Jani Tiainen wrote: >> Kai Diefenbach kirjoitti: >>> Hi Jani, >>> >>> On 23 Mai, 14:13, Jani Tiainen wrote: I'm designing application (site) that is supposed to rely heavily on pluings. i didn't found much of references how I can

Re: Plugin technology

2009-05-23 Thread George Song
On 5/23/2009 8:53 AM, Jani Tiainen wrote: > Kai Diefenbach kirjoitti: >> Hi Jani, >> >> On 23 Mai, 14:13, Jani Tiainen wrote: >>> I'm designing application (site) that is supposed to rely heavily on >>> pluings. >>> >>> i didn't found much of references how I can create plugin ... >> You may look

Re: Plugin technology

2009-05-23 Thread Alex Gaynor
On Sat, May 23, 2009 at 10:50 AM, Jani Tiainen wrote: > > George Song kirjoitti: > > On 5/23/2009 5:13 AM, Jani Tiainen wrote: > >> I'm designing application (site) that is supposed to rely heavily on > >> pluings. > >> > >> i didn't found much of references how I can create plugin that can > >>

Re: Plugin technology

2009-05-23 Thread Jani Tiainen
Kai Diefenbach kirjoitti: > Hi Jani, > > On 23 Mai, 14:13, Jani Tiainen wrote: >> I'm designing application (site) that is supposed to rely heavily on >> pluings. >> >> i didn't found much of references how I can create plugin ... > > You may look into this article: > http://martyalchin.com/20

Re: Plugin technology

2009-05-23 Thread Jani Tiainen
George Song kirjoitti: > On 5/23/2009 5:13 AM, Jani Tiainen wrote: >> I'm designing application (site) that is supposed to rely heavily on >> pluings. >> >> i didn't found much of references how I can create plugin that can >> provide something useful for my main template. something like: >> >>

Re: Plugin technology

2009-05-23 Thread Kai Diefenbach
Hi Jani, On 23 Mai, 14:13, Jani Tiainen wrote: > I'm designing application (site) that is supposed to rely heavily on > pluings. > > i didn't found much of references how I can create plugin ... You may look into this article: http://martyalchin.com/2008/jan/10/simple-plugin-framework/ Kai --

Re: Plugin technology

2009-05-23 Thread George Song
On 5/23/2009 5:13 AM, Jani Tiainen wrote: > I'm designing application (site) that is supposed to rely heavily on > pluings. > > i didn't found much of references how I can create plugin that can > provide something useful for my main template. something like: > > myplugin.py: > > provide_link

Plugin technology

2009-05-23 Thread Jani Tiainen
I'm designing application (site) that is supposed to rely heavily on pluings. i didn't found much of references how I can create plugin that can provide something useful for my main template. something like: myplugin.py: provide_link = "MyPlugin" And then in my "core" application template: t