WordPress - nejpoužívanější open source blog software
Mar 30, 2008 by Thursday Bram Blog Systems , Tips and Tricks
Wordpress blog software has its origin in Michel Valdrighi's b2 software. In 2003 b2 became the genesis of WordPress www.wordpress.org , a fork project using the b2 source code, which simply had fallen behind web standards and on which no further development was planned. Matt Mullenweg and Mike Little, two bloggers, began developing WordPress and were soon joined by Valdrighi. It took a year, but WordPress' versatility and open source nature, combined with a decision by the developers of Movable Type to radically raise prices for their software, led WordPress to be one of the frontrunners in blogging software.WordPress' value lies in its easy customization. It seems like there is a plugin for everything: Akismet ( akismet.com ) catches spam, podPress ( podpress.org ) turns a WordPress installation into a podcasting platform, etc. And it only takes a little knowledge of PHP to write your own plugin. WordPress is routinely used as a content management system for websites not meant to act as blogs – it can be used to create a directory just as easily as it can be used to post updates to a blog.
There are some video-tutorials for WordPress 2.3, 2.5, 2.6 and 2.7 at the end of the full article. Check them out!
Just What WordPress Needs
To run WordPress, all you need is a server that supports PHP and MySQL. While the WordPress developers recommend Apache or Litespeed web servers for users who plan to subject their WordPress installation to more than typical abuse, it's not necessary. If you're planning to install WordPress, you don't even need the most recent versions of either PHP or MySQL : PHP 4.2 or greater and MySQL 4.0 or greater will work just fine.
Getting WordPress Running
For those individuals without much technical savvy, WordPress can be an ideal CMS for a single simple reason: one-click install. Many web hosts have begun offering accounts with what is essentially an automatic installation process: users simply select WordPress as their CMS of choice and the host takes care of setting it up.
If you're interested in handling the installation procedure yourself, it's still not overly complicated – as long as you know a few basics about setting up a website: to start, download the installation package from WordPress ( wordpress.org/download/ ) and unzip it. From there, you'll need to create a database for WordPress on your web, along with a MySQL user with all privileges (for both accessing and modifying the database). Rename the file “wp-config-sample.php” to “wp-config.php” and open it in the text editor of your choice. Fill in your database details.
At this point, you'll need to decide if you'd rather have WordPress on the root of your domain or on a subdirectory. To integrate WordPress into the root, move all the files contained in your unzipped installation package (excluding the directory itself) into the root directory of your web server. If you'd rather have your WordPress installation on a subdirectory, move the entire directory into the root directory of your web server (including the directory itself). You can rename the directory if you wish.
Read the rest of this entry »
Sphere: Related ContentTags: blog , blog software , open-source , plugins , themes , wordpress



























