Flask Mailinglist

« back to archive

Who wants to maintain Flask-FlatPages?

Who wants to maintain Flask-FlatPages?

From:
Simon Sapin
Date:
2012-09-27 @ 17:50
Hi,

A while ago I made Flask-FlatPages:
http://packages.python.org/Flask-FlatPages/

It works well enough, but the level of abstraction is not great. I just 
changed my website not to use it anymore, as explained there:
http://exyr.org/2012/flask-flatpage-maintenance/

But apparently people still use it, and some even like it(!)

If anyone is interested to take over and maintain the project, please 
let me know and I will gladly give PyPI and Github access.

Regards,
--  
Simon Sapin 

Re: Who wants to maintain Flask-FlatPages?

From:
Simon Sapin
Date:
2012-09-27 @ 18:00
Le 27/09/2012 19:50, Simon Sapin a écrit :
> Hi, 
> 
> A while ago I made Flask-FlatPages: 
> http://packages.python.org/Flask-FlatPages/ 
> 
> It works well enough, but the level of abstraction is not great. I just 
> changed my website not to use it anymore, as explained there: 
> http://exyr.org/2012/flask-flatpage-maintenance/ 
> 
> But apparently people still use it, and some even like it(!) 
> 
> If anyone is interested to take over and maintain the project, please 
> let me know and I will gladly give PyPI and Github access. 

Discussion can go either on this list or on the tracker, as you like:
https://github.com/SimonSapin/Flask-FlatPages/issues/8

--  
Simon Sapin 

Re: Who wants to maintain Flask-FlatPages?

From:
Igor Davydenko
Date:
2012-09-27 @ 19:07
Hi,

I'm using FlatPages in 2 current projects and even like it :)

So, if no one of githubber's propsed by you will respond - count me as
possible maintainer.

My github: https://github.com/playpauseandstop
Example of FlatPages usage:
https://github.com/playpauseandstop/learnpython.in.ua

On 27 September 2012 21:00, Simon Sapin <simon.sapin@exyr.org> wrote:
> Le 27/09/2012 19:50, Simon Sapin a écrit : 
>> Hi, 
>> 
>> A while ago I made Flask-FlatPages: 
>> http://packages.python.org/Flask-FlatPages/ 
>> 
>> It works well enough, but the level of abstraction is not great. I just 
>> changed my website not to use it anymore, as explained there: 
>> http://exyr.org/2012/flask-flatpage-maintenance/ 
>> 
>> But apparently people still use it, and some even like it(!) 
>> 
>> If anyone is interested to take over and maintain the project, please 
>> let me know and I will gladly give PyPI and Github access. 
> 
> Discussion can go either on this list or on the tracker, as you like: 
> https://github.com/SimonSapin/Flask-FlatPages/issues/8 
> 
> -- 
> Simon Sapin 



--  
Sincerely, 
Igor Davydenko 

Re: Who wants to maintain Flask-FlatPages?

From:
Roberto Gea
Date:
2012-09-28 @ 14:30
El jueves, 27 de septiembre de 2012 02:07:11 p.m., Igor Davydenko 
escribió:
> Hi, 
> 
> I'm using FlatPages in 2 current projects and even like it :) 
> 
> So, if no one of githubber's propsed by you will respond - count me as 
> possible maintainer. 
> 
> My github: https://github.com/playpauseandstop 
> Example of FlatPages usage: 
> https://github.com/playpauseandstop/learnpython.in.ua 
> 
> On 27 September 2012 21:00, Simon Sapin <simon.sapin@exyr.org> wrote: 
>> Le 27/09/2012 19:50, Simon Sapin a écrit : 
>>> Hi, 
>>> 
>>> A while ago I made Flask-FlatPages: 
>>> http://packages.python.org/Flask-FlatPages/ 
>>> 
>>> It works well enough, but the level of abstraction is not great. I just 
>>> changed my website not to use it anymore, as explained there: 
>>> http://exyr.org/2012/flask-flatpage-maintenance/ 
>>> 
>>> But apparently people still use it, and some even like it(!) 
>>> 
>>> If anyone is interested to take over and maintain the project, please 
>>> let me know and I will gladly give PyPI and Github access. 
>> 
>> Discussion can go either on this list or on the tracker, as you like: 
>> https://github.com/SimonSapin/Flask-FlatPages/issues/8 
>> 
>> -- 
>> Simon Sapin 
> 
> 
> 

I use a modified flatpages in my project
(https://bitbucket.org/alquimista/skyfish/src/9e4d4352e7ae/skyfish/model.py)

But I not have the time and, the knowledge to maintain it.

--
*Calor y Control S.A de C.V.* / www.calorycontrol.com.mx
Obreros No. 5-A
Col. San Pablo C.P. 76130
*Telefono:* 01 (442) 217 88 40
*Fax:* 217 88 57

*Roberto Jesús Gea Altamirano*
*Skype:* robertogea
*Gtalk:* rogeaa.cyc@gmail.com

Re: Who wants to maintain Flask-FlatPages?

From:
Simon Sapin
Date:
2012-10-01 @ 10:23
Le 27/09/2012 21:07, Igor Davydenko a écrit :
> Hi, 
> 
> I'm using FlatPages in 2 current projects and even like it:) 
> 
> So, if no one of githubber's propsed by you will respond - count me as 
> possible maintainer. 

Hi Igor,

You should now have push access for Flask-FlatPages on Github and PyPI. 
Now you can do whatever you want with it :)

I made a few cleanups and wrote some How To:
https://github.com/SimonSapin/Flask-FlatPages/blob/master/HOWTO

Pretty standard stuff. Of course this is to be adapted to your sauce. I 
won’t work on this project much more, but I can help if you (or anyone) 
have questions or something.

Cheers,
--  
Simon Sapin