The goal is to allow easy, instant video and audio chat to augment the existing community chat in the IRC chatroom. The experience should be organic, that is to say that the media chat feature should serve to enable spontaneous elevation of the existing conversation into an audiovisual layer of communication and back, seamlessly.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# POST-RECEIVE HOOK (copy to repo.git/hooks/post-receive) | |
# | |
# Deploy content of this repo to different working dirs | |
# based on the branch being pushed. Pushing to 'staging' | |
# checks out your contents to the path at $staging_path, | |
# and similar for the branch 'live' to $production_path. | |
# | |
# When copying this hook, modify the following variables |