We should probably work with the project more interested in making
the app pluggable/generic enough for our needs,
> On Jun 12, 6:05 am, "greg.newman" <gregoryjnew...@gmail.com> wrote:
>> I'm pulling down the source this morning to start using some of Pinax
>> on a project and need some blogging capabilities, specifically to give
>> each user the ability to blog within Pinax. I know it currently
>> aggregates from external blogs. Is there any current development
>> happening to add a blog reusable?
>>
>> If not, I'm going to go ahead and add it in my local branch. On that
>> note, I'm curious which blog is preferred by people.
--
Eduardo de Oliveira Padoan
http://www.advogato.org/person/eopadoan/
http://twitter.com/edcrypt
Bookmarks: http://del.icio.us/edcrypt
I believe the question here is what blogging features does the Pinax
team believe they need?
Some of the blogging apps discussed are a kitchen sink (or are working
towards it) while others are simple blogs (ex basic-blog).
Personally, I wouldn't want a "wordpress" blog engine within my larger
encapsulating app (or collection of apps). But that's just me.
So, I'd suggest basic-blog as the on to pull into Pinax.
Nathan Borror runs that project and seems to update his often enough,
and it runs on trunk. From what I remember Coltrane isn't updated that
often and isn't as documented as basic-apps is (plus basic-apps has a
google group if you want to ask questions, etc).
Also, you'd need to fork just about any of these though because the
one requirement I do believe is needed would be the "one blog per
user(creator) with one or more author(users)" requirement. And
although that sounds simple, there's a lot of plumbing you'd need to
do to enforce data integrity when retrieving posts by user, tags by
blog, comments, etc. Not overly difficult, but work for sure.
> I'm pulling down the source this morning to start using some of Pinax
> on a project and need some blogging capabilities, specifically to give
> each user the ability to blog within Pinax. I know it currently
> aggregates from external blogs. Is there any current development
> happening to add a blog reusable?
>
> If not, I'm going to go ahead and add it in my local branch. On that
> note, I'm curious which blog is preferred by people.
It doesn't even need support for comments, we can just plug discussion
topics in it.
It doesn't even need support for comments, we can just plug discussion
topics in it.
--
Eduardo de Oliveira Padoan
http://www.advogato.org/person/eopadoan/
http://twitter.com/edcrypt
Bookmarks: http://del.icio.us/edcrypt
Yes please!
If you do your own app, make it as generic as possible and try not to
duplicate anything already provided by other apps already in Pinax or
other apps that could be used elsewhere in Pinax. For example, don't
implement comments or tagging. Really focus just on blogging.
James