This is a simple webm index thingy.
- A sane web server (i.e. not Apache or IIS)
- Ruby 2.0+ (no external gems required)
- CoffeeScript
- cron (for rebuilding the index)
- Copy
config.yml.example
toconfig.yml
and modify it to your needs. - Copy the example
nginx.conf.example
to your web server. - Build the entire website with the
build.sh
build script. - Each time you place some new WebM files in your WebM directory, re-run
gen_website.rb
.
Ignore some WebMs by touch
ing the WebM file with .ignore
appended to the file name. For
example, if you want to ignore the WebM rms.webm
, you'd just run touch rms.webm.ignore
from the terminal.
Add some metadata by creating a webm_file.webm.desc
file. The description file is a YAML
file which looks like this:
---
title: My super awesome WebM
description: A longer description for the super awesome WebM.
song: Scooter - Hyper Hyper
Each tag is optional.