-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Trent Fisher
committed
Jan 3, 2015
1 parent
f874577
commit f0de6bc
Showing
3 changed files
with
23 additions
and
4 deletions.
There are no files selected for viewing
This file contains 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
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 |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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?" | ||
|
@@ -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> | ||
|
@@ -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 () { | ||
|