Skip to content

Commit

Permalink
enterprise 1.0 version with robust APIa
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Wilkinson committed May 13, 2009
1 parent f8df25f commit 77e82ba
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<IfModule mod_rewrite.c>
RewriteEngine On

# renamed to _api.php for compatibility with mod_speling
RewriteRule ^api\.?(.*)?$ _api.php?format=$1
</IfModule>
12 changes: 12 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
QUOTABLE KANYE
----
simple PHP scripts to dump hand-collected quotes from Kanye's Blog

"API" dumps it as raw text, XML, or JSON

by
Jamie Wilkinson <http://jamiedubs.com>
Ireneface <http://floraflora.tumblr.com>

A FAT Lab ``KANYE WEEK'' production
http://fffff.at

0 comments on commit 77e82ba

Please sign in to comment.