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
(for creating the images)
git clone https://github.com/nbaztec/meme-rs
cd meme-rs
sudo make install
(for uploading uploading to the webserver)
brew install ncftp
./generate.sh
./upload.sh
This requires a file ~/bin/darmok.txt containing the FTP data in the following format:
host <hostname>
user <username>
pass <password>
Michael Steil, mist64@mac.com, pagetable.com
2-clause BSD
Contributions are highly appreciated:
- additional memes
- prettier website