2010-04-04 12:27:56 -04:00
2010-04-04 11:41:57 -04:00
2010-04-04 10:25:04 -04:00
2010-04-04 11:31:10 -04:00
2010-02-17 13:12:39 -05:00
2010-02-17 13:12:39 -05:00
2010-04-04 12:27:56 -04:00
2010-04-04 09:09:54 -07:00

WordPress 2.9.3 Skeleton

3.0 Beta version available in 3.0 branch

Installation

cd httpdocs git clone git://github.com/kennethreitz/wordpress-skeleton.git .
git submodule init
git submodule update

Enhanced Configurations

  • WordPress installed in /blog/, but will serve site from /

  • Robust wp-config.php

    • Built to support dev+ops environments w/ debugging
    • Default FTP connection info for installing/updating/deleting components
  • Ready to go .htaccess

    • Enables mod_rewrite for pretty urls
    • Gzip compression for most requests
    • Adds reasonable upload file-sizes
  • Ready to go robots.txt

    • No robots on /archive/ pages
    • No robots on /category/ pages
    • No robots on /tag/ pages
  • Example /external.php for dipping into WordPress API from external PHP

Available Themes

Available Plugins

Enjoy :)

S
Description
No description provided
Readme 10 MiB
Languages
PHP 80.4%
JavaScript 12.7%
CSS 4%
HTML 2.9%