diff --git a/CHANGELOG b/CHANGELOG index 4542f27..8ae2c4d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,7 @@ -Major code refactoring, support for node and bower packages, enhanced ui +0.1.5 + date: 2016-06-22 + changes: + - Change license to Apache 2.0 to confirm with Google cors-upload-sample original source code 0.1.4 date: 2016-06-22 diff --git a/README.md b/README.md index 3800463..9620495 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,18 @@ ``` _ ___ | | / (_)___ ___ ___ ____ -| | / / / __ `__ \/ _ \/ __ \ ┌───────────────────────────────────────┐ -| |/ / / / / / / / __/ /_/ / | ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ %75 | -|___/_/_/ /_/ /_/\___/\____/ └───────────────────────────────────────┘ +| | / / / __ `__ \/ _ \/ __ \ ┌───────────────────────────┐ +| |/ / / / / / / / __/ /_/ / | ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ %75 | +|___/_/_/ /_/ /_/\___/\____/ └───────────────────────────┘ Upload ``` -[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/websemantics/vimeo-upload/master/LICENSE) [![GitHub forks](https://img.shields.io/github/forks/websemantics/vimeo-upload.svg)](https://github.com/websemantics/vimeo-upload/network) [![GitHub stars](https://img.shields.io/github/stars/websemantics/vimeo-upload.svg)](https://github.com/websemantics/vimeo-upload/stargazers) -[![Percentage of issues still open](http://isitmaintained.com/badge/open/websemantics/vimeo-upload.svg)](http://isitmaintained.com/project/websemantics/vimeo-upload "Percentage of issues still open") [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com/) - +[![Build Status](https://travis-ci.org/websemantics/vimeo-upload.svg?branch=master)](https://travis-ci.org/websemantics/vimeo-upload) +[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com/) +[![npm version](https://badge.fury.io/js/vimeo-upload.svg)](https://badge.fury.io/js/vimeo-upload) +[![Bower version](https://badge.fury.io/bo/vimeo-upload.svg)](https://badge.fury.io/bo/vimeo-upload) +[![GitHub forks](https://img.shields.io/github/forks/websemantics/vimeo-upload.svg)](https://github.com/websemantics/vimeo-upload/network) [![GitHub stars](https://img.shields.io/github/stars/websemantics/vimeo-upload.svg)](https://github.com/websemantics/vimeo-upload/stargazers) +[![Percentage of issues still open](http://isitmaintained.com/badge/open/websemantics/vimeo-upload.svg)](http://isitmaintained.com/project/websemantics/vimeo-upload "Percentage of issues still open") > Upload videos to your Vimeo account and update their metadata directly from a browser or a Node.js app. Try it [LIVE](http://websemantics.github.io/vimeo-upload/) diff --git a/bower.json b/bower.json index 0d59731..f04b7d4 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "vimeo-upload", "main": "vimeo-upload.js", - "version": "0.1.4", + "version": "0.1.5", "homepage": "https://github.com/websemantics/vimeo-upload", "authors": [ "Adnan Sh. Sagar, PhD. " @@ -14,7 +14,7 @@ "node", "browser" ], - "license": "MIT", + "license": "Apache 2.0", "ignore": [ "**/.*", "node_modules", diff --git a/deploy.sh b/deploy.sh deleted file mode 100644 index d6c26ac..0000000 --- a/deploy.sh +++ /dev/null @@ -1,31 +0,0 @@ -#!/usr/bin/env bash -# This bash file will deploy the build folder to the project gh-page -set -e - -# Base directory for this entire project -BASEDIR=$(cd $(dirname $0) && pwd) - -# Destination directory for built code -BUILDDIR="$BASEDIR/build" - -# make folder and copy files -mkdir "$BUILDDIR" - -cp "$BASEDIR/index.html" "$BUILDDIR" -cp "$BASEDIR/upload.js" "$BUILDDIR" -cp -R "$BASEDIR/img" "$BUILDDIR" - -# Create a new Git repo in build folder -cd "$BUILDDIR" -git init - -# Set user details -git config user.name "iAyeBot" -git config user.email "iayebot@websemantics.ca" - -# First commit, .. horray! -git add . -git commit -m "Deploy to gh-pages" - -# Force push ... -git push --force --quiet "https://${GH_TOKEN}@${GH_REF}" master:gh-pages > /dev/null 2>&1 diff --git a/index.html b/index.html index 476d28f..20b53dc 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ - Vimeo Upload + Vimeo Upload Demo