Skip to content

Commit

Permalink
updates for being on github
Browse files Browse the repository at this point in the history
  • Loading branch information
Trent Fisher committed Jan 3, 2015
1 parent f874577 commit f0de6bc
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 4 deletions.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# simple makefile to fetch the 3rd party dependencies
# and to upload to the web site

DIST=bubbletip jquery-1.4.4.min.js
bubbletip:
svn checkout http://bubbletip.googlecode.com/svn/trunk/BubbleTip bubbletip

jquery-1.4.4.min.js:
wget http://code.jquery.com/jquery-1.4.4.min.js

upload:
TBD
lftp -e 'mirror -x .git -x Makefile -X *~ --verbose=3 -c -R . www.veganmilitia.org/web/content/bingo' ftp.veganmilitia.org
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ This is a simplistic interactive version of the various
"Defensive Omnivore Bingo" images which were floating around the web.

I first wrote this many years ago, but I figured I'd put it out
here in case anybody else wanted to contribute changes.
here in case anybody else wanted to contribute changes.

You can see this, in all its glory, at http://veganmilitia.org/bingo/
19 changes: 17 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,15 @@
<tr><td></td><td></td><td></td><td></td><td></td></tr>
</table>
<div id="entries">
<div class="entry">
<div class="statement">
<!-- this is from Francis Somsel on facebook -->
Animals raised for food are given life, purpose, and meaning. It is a beautiful gift.
</div>
<div class="answer">
I'll bet it wouldn't be hard to find someone 200 years ago say "Africans raised for slavery are given life, purpose, and meaning. It is a beautiful gift."
</div>
</div>
<div class="entry">
<div class="statement">
"If God didn't want us to eat animals, then why did he make them out of meat?"
Expand Down Expand Up @@ -748,7 +757,9 @@
</div>
<div class="entry">
<div class="statement">
Send <a href="mailto:[email protected]">me</a> your suggestions!
Contribute <a href="https://github.com/trentfisher/veganbingo">here</a>
or
send <a href="mailto:[email protected]">me</a> your suggestions
</div>
<div class="answer">
</div>
Expand All @@ -760,7 +771,11 @@
further searching revealed it originated
<a href="http://www.postpunkkitchen.com/forum/viewtopic.php?pid=2053258#p2053087">here</a>. Someone did a <a href="http://www.easyvegan.info/2009/12/15/defensive-omnivore-bingo-2/">second version</a>.
I've added some new entries taken from various places around the, uh, internets and my own experience.
This board is only showing <span id="shownentries">?</span> out of <span id="totalentries">?</span> possible entries, refresh the page to see different ones (someday I mad add a refresh button).
The code for this page is now on GitHub at
<a href="https://github.com/trentfisher/veganbingo">veganbingo</a>,
contributions welcome!
</p><p>
This board is only showing <span id="shownentries">?</span> out of <span id="totalentries">?</span> possible entries, refresh the page to see different ones (someday I may add a refresh button).
</p>
<script type="text/javascript">
$(function () {
Expand Down

0 comments on commit f0de6bc

Please sign in to comment.