Skip to content

screen9/oembed

This branch is 2 commits ahead of, 588 commits behind iamcal/oembed:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0112720 · Mar 21, 2017
Feb 16, 2016
Mar 21, 2017
Feb 9, 2016
Feb 9, 2016
Dec 1, 2015
Feb 9, 2016
Feb 16, 2016
Oct 3, 2010
Oct 3, 2010
Dec 19, 2016
Apr 18, 2016
Feb 9, 2016
Dec 19, 2016
Nov 18, 2016
Feb 16, 2016

Repository files navigation

oEmbed Spec

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

Releases

No releases published

Packages

No packages published

Languages

  • PHP 87.6%
  • HTML 12.4%