NuckChorris / oembed

The oEmbed Spec

Home Page:http://oembed.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

oEmbed Spec

Build Status

These files represent the current oEmbed spec as seen at http://oembed.com and any drafts.

Installation

cd /var/www/html
git clone git@github.com:iamcal/oembed.git oembed.com
ln -s /var/www/html/oembed.com/site.conf /etc/apache2/sites-available/oembed.com.conf
a2ensite oembed.com

apt-get install -y php-pear php5-dev libyaml-dev
pecl install yaml
echo "extension=yaml.so" >> /etc/php5/apache2/php.ini

service apache2 reload

Publishing to NPM

About

The oEmbed Spec

http://oembed.com

License:MIT License


Languages

Language:PHP 87.7%Language:HTML 12.3%