This tool offers a fast and easy way to get you & your website on the Indieweb, to use go to indiewebify.me.
To learn more about the IndieWeb go to indieweb.org.
Made by Brennan Novak, Barnaby Walters, and others at the 2013 IndieWebCamps in Reykjavik and Brighton.
Requirements:
How to run your own instance of indiewebify.me for development:
git clone https://github.com/indieweb/indiewebify-me.git && cd indiewebify-me
curl -s https://getcomposer.org/installer | php
./composer.phar install
indiewebify-me/web/
.
All of the interesting stuff is in /web/index.php
— or at least is until that gets too big and needs moving.