2010-05-05 02:04:16 -04:00
2010-05-05 02:04:16 -04:00
2010-04-07 02:11:05 -04:00
2010-05-05 02:04:16 -04:00
2010-05-05 02:00:41 -04:00
2010-02-17 13:12:39 -05:00
2010-02-17 13:12:39 -05:00
2010-04-06 12:32:56 -04:00
2010-04-04 09:09:54 -07:00

WordPress 2.9.2 Skeleton

I don't like repeating myself.

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

In the Works

  • Salsa: Facebook and Twitter updates for WordPress

Enjoy :)

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