diff --git a/.gitmodules b/.gitmodules index 960a859..887a852 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "blog/wp-content/themes/theme-skeleton"] path = blog/wp-content/themes/theme-skeleton url = git://github.com/kennethreitz/wordpress-theme-skeleton.git +[submodule "blog/wp-content/plugins/wp-coreylib"] + path = blog/wp-content/plugins/wp-coreylib + url = git://github.com/kennethreitz/wp-coreylib.git diff --git a/Readme.mkd b/Readme.mkd index b250461..7b5e8a6 100644 --- a/Readme.mkd +++ b/Readme.mkd @@ -37,7 +37,7 @@ * [After the Deadline](http://www.afterthedeadline.com/) (Spelling and grammar checking) * [Akismet](http://akismet.com/) (Comment spam destroyer) * [Collabpress](http://wordpress.org/extend/plugins/collabpress/) (Project tracking + task management within backend) -* [CoreyLib](http://github.com/kennethreitz/coreylib) (Universal API parser + cache) +* [CoreyLib](http://github.com/kennethreitz/wp-coreylib) (Universal API parser + cache) * [Disable Updates](http://github.com/kennethreitz/wp-disable-updates) (I got sick of client sites breaking on updates) * [Disqus Commenting System](http://wordpress.org/extend/plugins/disqus-comment-system/) (Socialize your site) * [Front End Editor](http://scribu.net/wordpress/front-end-editor) (Beautiful plugin for editing a page/post's content on the spot) diff --git a/blog/wp-content/plugins/wp-coreylib b/blog/wp-content/plugins/wp-coreylib new file mode 160000 index 0000000..5901210 --- /dev/null +++ b/blog/wp-content/plugins/wp-coreylib @@ -0,0 +1 @@ +Subproject commit 59012103db6a96fc11b0c9a0e56e8e60d37ec49e