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.exampletoconfig.ymland modify it to your needs. - Copy the example
nginx.conf.exampleto your web server. - Build the entire website with the
build.shbuild script. - Each time you place some new WebM files in your WebM directory, re-run
gen_website.rb.
Ignore some WebMs by touching 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 HyperEach tag is optional.