PDA

View Full Version : blogging in php



sdmike
August 1st, 2007, 01:44 AM
Is there a package like phpbb where I can load the software onto my website so I can have my own blog in my site?

roncrump
August 1st, 2007, 01:49 AM
I think there are lots.

Personally I use wordpress (http://wordpress.org): under active development, lots of users, customisable, lots of plugins. Make sure you use take anti-spam measures (eg akismet plugin), but that would apply whatever blogging software you choose.

If you'd like to see where I use it, look at http://newenglandnomads.net.

Ron.

nitro_n2o
August 1st, 2007, 02:01 AM
you can also use drupal drupal.org

Modred
August 1st, 2007, 02:14 AM
http://www.opensourcecms.com/

They have a large number of PHP-based content systems, categorized by primary function. There are 15 blogging applications, plus many CMS frameworks, like Drupal, can also be used for blogs (on another note, many people use WordPress as a basic CMS and more than just a blog, so this trend goes both ways).

Each product on that site should have a live demo online that you can try, so play around with several of them and find the one that you like.

bbzbryce
August 1st, 2007, 08:23 AM
I second wordpress. Just make sure to get the wp_cache plugin otherwise your server will likely crash during a surge of traffic.

bobbocanfly
August 1st, 2007, 11:28 AM
<shamelessPlugging>
I am writing one at the moment. The only difference to every other package available is that poor people can use it as it uses XML files as the database instead of MySQL. Its called Blinkwalla (Bobbos Linkwalla, sad i know)(Based on Linkwalla for which there is a demo at http://www.benbrophy.com).
</shamelessPlugging>

smartbei
August 1st, 2007, 03:11 PM
Wordpress is by far the most used comprehensive blogging package for PHP. Others are also available (Drupal, Joomla, etc.) but these are meant to be online portals, with an optional blog component.

bobbocanfly's shamelessPluging (:)) sounds interesting, I would be interested in taking a look at it when it is done.

Note360
August 1st, 2007, 04:47 PM
that Blinkwalla or whatever it is looks really cool. Who develops it?

b20963a2
August 1st, 2007, 06:21 PM
Wordpress +1

bobbocanfly
August 2nd, 2007, 09:01 AM
that Blinkwalla or whatever it is looks really cool. Who develops it?

Wow! I thought i'd get flamed for plugging that. Ok, Blinkwalla is currently my ittle toy, based on a Blog engine called Linkwalla, which is unique as it uses Flat XML files to hold all the data in. Linkwalla isnt currently under any development so with the permission of the Linkwalla developer, decided to fork a new version Blinkwalla. Currently Blinkwalla is just Linkwalla with a pile of extra code on it and not very stable, but yesterday i began writing Version 0.2 totally from scratch which will hopefully add MySQL support to the engine. It is only developed by me at the moment but i am searching for people to help me out. The website is at http://www.sourceforge.net/projects/blinkwalla

</lifeStory>

Time for me to go and actually write some code :D

kknd
August 2nd, 2007, 02:33 PM
I use and like Wordpress for blogging =). For content management there are other alternatives, like pmwiki and so.