/darmok

darmok.com: Memes in the Tamarian language

Primary LanguageShell

Darmok.com

This repository contains everything that is necessary to create darmok.com, a website that serves some common memes in the Tamarian language:

  • The original GIF/JPG files
  • The rules that map memes to the Tamarian language
  • The script to generate the website
  • A script to upload the data to the web server using FTP

Dependencies

meme-rs

(for creating the images)

git clone https://github.com/nbaztec/meme-rs
cd meme-rs
sudo make install

ncftp

(for uploading uploading to the webserver)

brew install ncftp

Create Website

./generate.sh

Upload Website

./upload.sh

This requires a file ~/bin/darmok.txt containing the FTP data in the following format:

host <hostname>
user <username>
pass <password>

Author

Michael Steil, mist64@mac.com, pagetable.com

License

2-clause BSD

Contributing

Contributions are highly appreciated:

  • additional memes
  • prettier website

References