Add web page source files.

This commit is contained in:
Bastian Kleineidam 2013-03-29 11:01:04 +01:00
parent e09f1953eb
commit 82d6412736
3350 changed files with 139550 additions and 13 deletions

1
.gitattributes vendored
View file

@ -1,4 +1,5 @@
.gitattributes export-ignore
.gitignore export-ignore
/scripts/*.json export-ignore
/doc/web export-ignore
.travis.yml export-ignore

View file

@ -1,6 +1,6 @@
include MANIFEST.in
include COPYING Makefile requirements.txt
include doc/Makefile doc/*.txt doc/*.1 doc/*.html
include doc/Makefile doc/*.txt doc/*.1 doc/*.html doc/dosage-completion
include doc/css/*.css doc/js/*.js
include scripts/*.py scripts/*.sh scripts/*.bat scripts/*.iss
recursive-include tests *.py

View file

@ -9,8 +9,7 @@ ARCHIVE_SOURCE:=$(LAPPNAME)-$(VERSION).tar.gz
ARCHIVE_WIN32:=$(LAPPNAME)-$(VERSION).exe
GITUSER:=wummel
GITREPO:=$(LAPPNAME)
HOMEPAGE:=$(HOME)/public_html/$(LAPPNAME)-webpage
HOMEPAGE_META:=$(HOMEPAGE)/app.yaml
WEB_META:=doc/web/app.yaml
DEBUILDDIR:=$(HOME)/projects/debian/official
DEBORIGFILE:=$(DEBUILDDIR)/$(LAPPNAME)_$(VERSION).orig.tar.gz
DEBPACKAGEDIR:=$(DEBUILDDIR)/$(LAPPNAME)-$(VERSION)
@ -46,15 +45,14 @@ upload:
homepage:
# update metadata
@echo "version: \"$(VERSION)\"" > $(HOMEPAGE_META)
@echo "name: \"$(APPNAME)\"" >> $(HOMEPAGE_META)
@echo "lname: \"$(LAPPNAME)\"" >> $(HOMEPAGE_META)
@echo "maintainer: \"$(MAINTAINER)\"" >> $(HOMEPAGE_META)
@echo "author: \"$(AUTHOR)\"" >> $(HOMEPAGE_META)
# generate static files
@echo "version: \"$(VERSION)\"" > $(WEB_META)
@echo "name: \"$(APPNAME)\"" >> $(WEB_META)
@echo "lname: \"$(LAPPNAME)\"" >> $(WEB_META)
@echo "maintainer: \"$(MAINTAINER)\"" >> $(WEB_META)
@echo "author: \"$(AUTHOR)\"" >> $(WEB_META)
# update documentation and release website
$(MAKE) -C doc
cp doc/$(LAPPNAME).1.html $(HOMEPAGE).git
make -C $(HOMEPAGE) gen upload
$(MAKE) -C doc/web release
release: distclean releasecheck
$(MAKE) dist sign upload homepage tag register deb
@ -109,7 +107,7 @@ doccheck:
*.py
pyflakes:
pyflakes dosage dosagelib scripts tests
pyflakes dosage dosagelib scripts tests doc/web
count:
@sloccount dosage dosagelib/*.py
@ -158,4 +156,5 @@ changelog:
github-changelog $(DRYRUN) $(GITUSER) $(GITREPO) doc/changelog.txt
.PHONY: update-copyright deb test clean distclean count pyflakes changelog
.PHONY: doccheck check releasecheck release dist chmod localbuild sign register tag
.PHONY: doccheck check releasecheck release dist chmod localbuild sign
.PHONY: register tag homepage

25
doc/web/Makefile Normal file
View file

@ -0,0 +1,25 @@
HOMEPAGE:=$(HOME)/public_html/dosage-webpage.git
WOK:=$(HOME)/projects/wok.git/wok
all:
comics: ../../testresults.txt
# copy some static files
cp ../dosage.1.html ../icon/favicon.ico $(HOMEPAGE)
# regenerate comic pages
rm -f content/comics/*.md
env PYTHONPATH=../.. ./mkcomics.py $< content
gen:
$(WOK) -v
serve:
xdg-open http://localhost:8080
$(WOK) --server localhost:8080
upload:
cd $(HOMEPAGE) && git add . && git commit -m "Updated" && git push
release: comics gen upload
.PHONY: all comics gen serve upload release

5
doc/web/app.yaml Normal file
View file

@ -0,0 +1,5 @@
version: "1.14"
name: "Dosage"
lname: "dosage"
maintainer: "Bastian Kleineidam"
author: "Tristan Seligmann, Jonathan Jacobs, Bastian Kleineidam"

View file

@ -0,0 +1,10 @@
title: Dosage comic list
description: a list of comic strips supported by Dosage
type: comic
---
Dosage comic list
------------------
<div id="comics">
Loading comic list...
</div>

View file

@ -0,0 +1,37 @@
title: Dosage comic AGirlAndHerFed
url: "/comics/AGirlAndHerFed.html"
---
Dosage comic AGirlAndHerFed
-----------------------------------------
<table class="comicinfo">
<tr>
<th>Description</th><td></td>
</tr>
<tr>
<th>Website</th><td><a href="http://www.agirlandherfed.com/">http://www.agirlandherfed.com/</a></td>
</tr>
<tr>
<th>Genre</th><td>Other</td>
</tr>
<tr>
<th>Language</th><td>English</td>
</tr>
<tr>
<th>Adult content</th><td>no</td>
</tr>
<tr>
<th>Status</th><td>ok on 27.03.2013</td>
</tr>
<tr>
<th>Rating</th><td><div class="g-plusone" data-size="standard" data-annotation="bubble"
data-href="http://www.agirlandherfed.com/"></div></td>
</tr>
</table>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>

View file

@ -0,0 +1,37 @@
title: Dosage comic ALLCAPS
url: "/comics/ALLCAPS.html"
---
Dosage comic ALLCAPS
-----------------------------------------
<table class="comicinfo">
<tr>
<th>Description</th><td></td>
</tr>
<tr>
<th>Website</th><td><a href="http://www.allcapscomix.com/">http://www.allcapscomix.com/</a></td>
</tr>
<tr>
<th>Genre</th><td>Other</td>
</tr>
<tr>
<th>Language</th><td>English</td>
</tr>
<tr>
<th>Adult content</th><td>no</td>
</tr>
<tr>
<th>Status</th><td>ok on 27.03.2013</td>
</tr>
<tr>
<th>Rating</th><td><div class="g-plusone" data-size="standard" data-annotation="bubble"
data-href="http://www.allcapscomix.com/"></div></td>
</tr>
</table>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>

View file

@ -0,0 +1,37 @@
title: Dosage comic ALessonIsLearned
url: "/comics/ALessonIsLearned.html"
---
Dosage comic ALessonIsLearned
-----------------------------------------
<table class="comicinfo">
<tr>
<th>Description</th><td></td>
</tr>
<tr>
<th>Website</th><td><a href="http://www.alessonislearned.com/">http://www.alessonislearned.com/</a></td>
</tr>
<tr>
<th>Genre</th><td>Other</td>
</tr>
<tr>
<th>Language</th><td>English</td>
</tr>
<tr>
<th>Adult content</th><td>no</td>
</tr>
<tr>
<th>Status</th><td>ok on 27.03.2013</td>
</tr>
<tr>
<th>Rating</th><td><div class="g-plusone" data-size="standard" data-annotation="bubble"
data-href="http://www.alessonislearned.com/"></div></td>
</tr>
</table>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>

View file

@ -0,0 +1,37 @@
title: Dosage comic ASkeweredParadise
url: "/comics/ASkeweredParadise.html"
---
Dosage comic ASkeweredParadise
-----------------------------------------
<table class="comicinfo">
<tr>
<th>Description</th><td></td>
</tr>
<tr>
<th>Website</th><td><a href="http://aspcomics.net/">http://aspcomics.net/</a></td>
</tr>
<tr>
<th>Genre</th><td>Other</td>
</tr>
<tr>
<th>Language</th><td>English</td>
</tr>
<tr>
<th>Adult content</th><td>no</td>
</tr>
<tr>
<th>Status</th><td>ok on 27.03.2013</td>
</tr>
<tr>
<th>Rating</th><td><div class="g-plusone" data-size="standard" data-annotation="bubble"
data-href="http://aspcomics.net/"></div></td>
</tr>
</table>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>

View file

@ -0,0 +1,37 @@
title: Dosage comic ASofterWorld
url: "/comics/ASofterWorld.html"
---
Dosage comic ASofterWorld
-----------------------------------------
<table class="comicinfo">
<tr>
<th>Description</th><td></td>
</tr>
<tr>
<th>Website</th><td><a href="http://www.asofterworld.com/">http://www.asofterworld.com/</a></td>
</tr>
<tr>
<th>Genre</th><td>Other</td>
</tr>
<tr>
<th>Language</th><td>English</td>
</tr>
<tr>
<th>Adult content</th><td>no</td>
</tr>
<tr>
<th>Status</th><td>ok on 27.03.2013</td>
</tr>
<tr>
<th>Rating</th><td><div class="g-plusone" data-size="standard" data-annotation="bubble"
data-href="http://www.asofterworld.com/"></div></td>
</tr>
</table>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>

View file

@ -0,0 +1,37 @@
title: Dosage comic AbleAndBaker
url: "/comics/AbleAndBaker.html"
---
Dosage comic AbleAndBaker
-----------------------------------------
<table class="comicinfo">
<tr>
<th>Description</th><td></td>
</tr>
<tr>
<th>Website</th><td><a href="http://www.jimburgessdesign.com/comics/index.php">http://www.jimburgessdesign.com/comics/index.php</a></td>
</tr>
<tr>
<th>Genre</th><td>Other</td>
</tr>
<tr>
<th>Language</th><td>English</td>
</tr>
<tr>
<th>Adult content</th><td>no</td>
</tr>
<tr>
<th>Status</th><td>ok on 27.03.2013</td>
</tr>
<tr>
<th>Rating</th><td><div class="g-plusone" data-size="standard" data-annotation="bubble"
data-href="http://www.jimburgessdesign.com/comics/index.php"></div></td>
</tr>
</table>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>

View file

@ -0,0 +1,37 @@
title: Dosage comic AbstruseGoose
url: "/comics/AbstruseGoose.html"
---
Dosage comic AbstruseGoose
-----------------------------------------
<table class="comicinfo">
<tr>
<th>Description</th><td></td>
</tr>
<tr>
<th>Website</th><td><a href="http://abstrusegoose.com/">http://abstrusegoose.com/</a></td>
</tr>
<tr>
<th>Genre</th><td>Other</td>
</tr>
<tr>
<th>Language</th><td>English</td>
</tr>
<tr>
<th>Adult content</th><td>no</td>
</tr>
<tr>
<th>Status</th><td>ok on 27.03.2013</td>
</tr>
<tr>
<th>Rating</th><td><div class="g-plusone" data-size="standard" data-annotation="bubble"
data-href="http://abstrusegoose.com/"></div></td>
</tr>
</table>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>

View file

@ -0,0 +1,37 @@
title: Dosage comic AbsurdNotions
url: "/comics/AbsurdNotions.html"
---
Dosage comic AbsurdNotions
-----------------------------------------
<table class="comicinfo">
<tr>
<th>Description</th><td></td>
</tr>
<tr>
<th>Website</th><td><a href="http://www.absurdnotions.org/page129.html">http://www.absurdnotions.org/page129.html</a></td>
</tr>
<tr>
<th>Genre</th><td>Other</td>
</tr>
<tr>
<th>Language</th><td>English</td>
</tr>
<tr>
<th>Adult content</th><td>no</td>
</tr>
<tr>
<th>Status</th><td>ok on 27.03.2013</td>
</tr>
<tr>
<th>Rating</th><td><div class="g-plusone" data-size="standard" data-annotation="bubble"
data-href="http://www.absurdnotions.org/page129.html"></div></td>
</tr>
</table>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>

View file

@ -0,0 +1,37 @@
title: Dosage comic AcademyVale
url: "/comics/AcademyVale.html"
---
Dosage comic AcademyVale
-----------------------------------------
<table class="comicinfo">
<tr>
<th>Description</th><td></td>
</tr>
<tr>
<th>Website</th><td><a href="http://www.imagerie.com/vale/">http://www.imagerie.com/vale/</a></td>
</tr>
<tr>
<th>Genre</th><td>Other</td>
</tr>
<tr>
<th>Language</th><td>English</td>
</tr>
<tr>
<th>Adult content</th><td>no</td>
</tr>
<tr>
<th>Status</th><td>ok on 27.03.2013</td>
</tr>
<tr>
<th>Rating</th><td><div class="g-plusone" data-size="standard" data-annotation="bubble"
data-href="http://www.imagerie.com/vale/"></div></td>
</tr>
</table>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>

View file

@ -0,0 +1,37 @@
title: Dosage comic Achewood
url: "/comics/Achewood.html"
---
Dosage comic Achewood
-----------------------------------------
<table class="comicinfo">
<tr>
<th>Description</th><td></td>
</tr>
<tr>
<th>Website</th><td><a href="http://www.achewood.com/">http://www.achewood.com/</a></td>
</tr>
<tr>
<th>Genre</th><td>Other</td>
</tr>
<tr>
<th>Language</th><td>English</td>
</tr>
<tr>
<th>Adult content</th><td>no</td>
</tr>
<tr>
<th>Status</th><td>ok on 27.03.2013</td>
</tr>
<tr>
<th>Rating</th><td><div class="g-plusone" data-size="standard" data-annotation="bubble"
data-href="http://www.achewood.com/"></div></td>
</tr>
</table>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>

View file

@ -0,0 +1,37 @@
title: Dosage comic AetheriaEpics
url: "/comics/AetheriaEpics.html"
---
Dosage comic AetheriaEpics
-----------------------------------------
<table class="comicinfo">
<tr>
<th>Description</th><td></td>
</tr>
<tr>
<th>Website</th><td><a href="http://aetheria-epics.schala.net/">http://aetheria-epics.schala.net/</a></td>
</tr>
<tr>
<th>Genre</th><td>Other</td>
</tr>
<tr>
<th>Language</th><td>English</td>
</tr>
<tr>
<th>Adult content</th><td>no</td>
</tr>
<tr>
<th>Status</th><td>ok on 27.03.2013</td>
</tr>
<tr>
<th>Rating</th><td><div class="g-plusone" data-size="standard" data-annotation="bubble"
data-href="http://aetheria-epics.schala.net/"></div></td>
</tr>
</table>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>

View file

@ -0,0 +1,37 @@
title: Dosage comic AfterStrife
url: "/comics/AfterStrife.html"
---
Dosage comic AfterStrife
-----------------------------------------
<table class="comicinfo">
<tr>
<th>Description</th><td></td>
</tr>
<tr>
<th>Website</th><td><a href="http://afterstrife.com/?p=262">http://afterstrife.com/?p=262</a></td>
</tr>
<tr>
<th>Genre</th><td>Other</td>
</tr>
<tr>
<th>Language</th><td>English</td>
</tr>
<tr>
<th>Adult content</th><td>no</td>
</tr>
<tr>
<th>Status</th><td>ok on 27.03.2013</td>
</tr>
<tr>
<th>Rating</th><td><div class="g-plusone" data-size="standard" data-annotation="bubble"
data-href="http://afterstrife.com/?p=262"></div></td>
</tr>
</table>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>

View file

@ -0,0 +1,37 @@
title: Dosage comic AhoiPolloi
url: "/comics/AhoiPolloi.html"
---
Dosage comic AhoiPolloi
-----------------------------------------
<table class="comicinfo">
<tr>
<th>Description</th><td></td>
</tr>
<tr>
<th>Website</th><td><a href="http://ahoipolloi.blogger.de/">http://ahoipolloi.blogger.de/</a></td>
</tr>
<tr>
<th>Genre</th><td>Other</td>
</tr>
<tr>
<th>Language</th><td>German</td>
</tr>
<tr>
<th>Adult content</th><td>no</td>
</tr>
<tr>
<th>Status</th><td>ok on 27.03.2013</td>
</tr>
<tr>
<th>Rating</th><td><div class="g-plusone" data-size="standard" data-annotation="bubble"
data-href="http://ahoipolloi.blogger.de/"></div></td>
</tr>
</table>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>

View file

@ -0,0 +1,37 @@
title: Dosage comic AirForceBlues
url: "/comics/AirForceBlues.html"
---
Dosage comic AirForceBlues
-----------------------------------------
<table class="comicinfo">
<tr>
<th>Description</th><td></td>
</tr>
<tr>
<th>Website</th><td><a href="http://www.afblues.com/">http://www.afblues.com/</a></td>
</tr>
<tr>
<th>Genre</th><td>Other</td>
</tr>
<tr>
<th>Language</th><td>English</td>
</tr>
<tr>
<th>Adult content</th><td>no</td>
</tr>
<tr>
<th>Status</th><td>ok on 27.03.2013</td>
</tr>
<tr>
<th>Rating</th><td><div class="g-plusone" data-size="standard" data-annotation="bubble"
data-href="http://www.afblues.com/"></div></td>
</tr>
</table>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>

View file

@ -0,0 +1,37 @@
title: Dosage comic Alice
url: "/comics/Alice.html"
---
Dosage comic Alice
-----------------------------------------
<table class="comicinfo">
<tr>
<th>Description</th><td></td>
</tr>
<tr>
<th>Website</th><td><a href="http://alice.alicecomics.com/">http://alice.alicecomics.com/</a></td>
</tr>
<tr>
<th>Genre</th><td>Other</td>
</tr>
<tr>
<th>Language</th><td>English</td>
</tr>
<tr>
<th>Adult content</th><td>no</td>
</tr>
<tr>
<th>Status</th><td>ok on 27.03.2013</td>
</tr>
<tr>
<th>Rating</th><td><div class="g-plusone" data-size="standard" data-annotation="bubble"
data-href="http://alice.alicecomics.com/"></div></td>
</tr>
</table>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>

View file

@ -0,0 +1,37 @@
title: Dosage comic AlienLovesPredator
url: "/comics/AlienLovesPredator.html"
---
Dosage comic AlienLovesPredator
-----------------------------------------
<table class="comicinfo">
<tr>
<th>Description</th><td></td>
</tr>
<tr>
<th>Website</th><td><a href="http://alienlovespredator.com/">http://alienlovespredator.com/</a></td>
</tr>
<tr>
<th>Genre</th><td>Other</td>
</tr>
<tr>
<th>Language</th><td>English</td>
</tr>
<tr>
<th>Adult content</th><td>no</td>
</tr>
<tr>
<th>Status</th><td>ok on 27.03.2013</td>
</tr>
<tr>
<th>Rating</th><td><div class="g-plusone" data-size="standard" data-annotation="bubble"
data-href="http://alienlovespredator.com/"></div></td>
</tr>
</table>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>

View file

@ -0,0 +1,37 @@
title: Dosage comic AlienShores
url: "/comics/AlienShores.html"
---
Dosage comic AlienShores
-----------------------------------------
<table class="comicinfo">
<tr>
<th>Description</th><td></td>
</tr>
<tr>
<th>Website</th><td><a href="http://alienshores.com/alienshores_band/">http://alienshores.com/alienshores_band/</a></td>
</tr>
<tr>
<th>Genre</th><td>Other</td>
</tr>
<tr>
<th>Language</th><td>English</td>
</tr>
<tr>
<th>Adult content</th><td>no</td>
</tr>
<tr>
<th>Status</th><td>ok on 27.03.2013</td>
</tr>
<tr>
<th>Rating</th><td><div class="g-plusone" data-size="standard" data-annotation="bubble"
data-href="http://alienshores.com/alienshores_band/"></div></td>
</tr>
</table>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>

View file

@ -0,0 +1,37 @@
title: Dosage comic AllTheGrowingThings
url: "/comics/AllTheGrowingThings.html"
---
Dosage comic AllTheGrowingThings
-----------------------------------------
<table class="comicinfo">
<tr>
<th>Description</th><td></td>
</tr>
<tr>
<th>Website</th><td><a href="http://growingthings.typodmary.com/">http://growingthings.typodmary.com/</a></td>
</tr>
<tr>
<th>Genre</th><td>Other</td>
</tr>
<tr>
<th>Language</th><td>English</td>
</tr>
<tr>
<th>Adult content</th><td>no</td>
</tr>
<tr>
<th>Status</th><td>ok on 27.03.2013</td>
</tr>
<tr>
<th>Rating</th><td><div class="g-plusone" data-size="standard" data-annotation="bubble"
data-href="http://growingthings.typodmary.com/"></div></td>
</tr>
</table>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>

View file

@ -0,0 +1,37 @@
title: Dosage comic AlphaLuna
url: "/comics/AlphaLuna.html"
---
Dosage comic AlphaLuna
-----------------------------------------
<table class="comicinfo">
<tr>
<th>Description</th><td></td>
</tr>
<tr>
<th>Website</th><td><a href="http://www.alphaluna.net/">http://www.alphaluna.net/</a></td>
</tr>
<tr>
<th>Genre</th><td>Other</td>
</tr>
<tr>
<th>Language</th><td>English</td>
</tr>
<tr>
<th>Adult content</th><td>no</td>
</tr>
<tr>
<th>Status</th><td>ok on 27.03.2013</td>
</tr>
<tr>
<th>Rating</th><td><div class="g-plusone" data-size="standard" data-annotation="bubble"
data-href="http://www.alphaluna.net/"></div></td>
</tr>
</table>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>

View file

@ -0,0 +1,37 @@
title: Dosage comic AlphaLuna/Spanish
url: "/comics/AlphaLunaSpanish.html"
---
Dosage comic AlphaLuna/Spanish
-----------------------------------------
<table class="comicinfo">
<tr>
<th>Description</th><td></td>
</tr>
<tr>
<th>Website</th><td><a href="http://alphaluna.net/spanish/">http://alphaluna.net/spanish/</a></td>
</tr>
<tr>
<th>Genre</th><td>Other</td>
</tr>
<tr>
<th>Language</th><td>Spanish; Castilian</td>
</tr>
<tr>
<th>Adult content</th><td>no</td>
</tr>
<tr>
<th>Status</th><td>ok on 27.03.2013</td>
</tr>
<tr>
<th>Rating</th><td><div class="g-plusone" data-size="standard" data-annotation="bubble"
data-href="http://alphaluna.net/spanish/"></div></td>
</tr>
</table>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>

View file

@ -0,0 +1,37 @@
title: Dosage comic AlsoBagels
url: "/comics/AlsoBagels.html"
---
Dosage comic AlsoBagels
-----------------------------------------
<table class="comicinfo">
<tr>
<th>Description</th><td></td>
</tr>
<tr>
<th>Website</th><td><a href="http://alsobagels.com/">http://alsobagels.com/</a></td>
</tr>
<tr>
<th>Genre</th><td>Other</td>
</tr>
<tr>
<th>Language</th><td>English</td>
</tr>
<tr>
<th>Adult content</th><td>no</td>
</tr>
<tr>
<th>Status</th><td>ok on 27.03.2013</td>
</tr>
<tr>
<th>Rating</th><td><div class="g-plusone" data-size="standard" data-annotation="bubble"
data-href="http://alsobagels.com/"></div></td>
</tr>
</table>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>

View file

@ -0,0 +1,37 @@
title: Dosage comic Altermeta
url: "/comics/Altermeta.html"
---
Dosage comic Altermeta
-----------------------------------------
<table class="comicinfo">
<tr>
<th>Description</th><td></td>
</tr>
<tr>
<th>Website</th><td><a href="http://altermeta.net/">http://altermeta.net/</a></td>
</tr>
<tr>
<th>Genre</th><td>Other</td>
</tr>
<tr>
<th>Language</th><td>English</td>
</tr>
<tr>
<th>Adult content</th><td>no</td>
</tr>
<tr>
<th>Status</th><td>ok on 27.03.2013</td>
</tr>
<tr>
<th>Rating</th><td><div class="g-plusone" data-size="standard" data-annotation="bubble"
data-href="http://altermeta.net/"></div></td>
</tr>
</table>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>

View file

@ -0,0 +1,37 @@
title: Dosage comic AltermetaOld
url: "/comics/AltermetaOld.html"
---
Dosage comic AltermetaOld
-----------------------------------------
<table class="comicinfo">
<tr>
<th>Description</th><td></td>
</tr>
<tr>
<th>Website</th><td><a href="http://altermeta.net/oldarchive/index.php">http://altermeta.net/oldarchive/index.php</a></td>
</tr>
<tr>
<th>Genre</th><td>Other</td>
</tr>
<tr>
<th>Language</th><td>English</td>
</tr>
<tr>
<th>Adult content</th><td>no</td>
</tr>
<tr>
<th>Status</th><td>ok on 27.03.2013</td>
</tr>
<tr>
<th>Rating</th><td><div class="g-plusone" data-size="standard" data-annotation="bubble"
data-href="http://altermeta.net/oldarchive/index.php"></div></td>
</tr>
</table>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>

View file

@ -0,0 +1,37 @@
title: Dosage comic AmazingSuperPowers
url: "/comics/AmazingSuperPowers.html"
---
Dosage comic AmazingSuperPowers
-----------------------------------------
<table class="comicinfo">
<tr>
<th>Description</th><td></td>
</tr>
<tr>
<th>Website</th><td><a href="http://www.amazingsuperpowers.com/">http://www.amazingsuperpowers.com/</a></td>
</tr>
<tr>
<th>Genre</th><td>Other</td>
</tr>
<tr>
<th>Language</th><td>English</td>
</tr>
<tr>
<th>Adult content</th><td>no</td>
</tr>
<tr>
<th>Status</th><td>ok on 27.03.2013</td>
</tr>
<tr>
<th>Rating</th><td><div class="g-plusone" data-size="standard" data-annotation="bubble"
data-href="http://www.amazingsuperpowers.com/"></div></td>
</tr>
</table>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>

View file

@ -0,0 +1,37 @@
title: Dosage comic Amya
url: "/comics/Amya.html"
---
Dosage comic Amya
-----------------------------------------
<table class="comicinfo">
<tr>
<th>Description</th><td></td>
</tr>
<tr>
<th>Website</th><td><a href="http://www.amyachronicles.com/">http://www.amyachronicles.com/</a></td>
</tr>
<tr>
<th>Genre</th><td>Other</td>
</tr>
<tr>
<th>Language</th><td>English</td>
</tr>
<tr>
<th>Adult content</th><td>no</td>
</tr>
<tr>
<th>Status</th><td>ok on 27.03.2013</td>
</tr>
<tr>
<th>Rating</th><td><div class="g-plusone" data-size="standard" data-annotation="bubble"
data-href="http://www.amyachronicles.com/"></div></td>
</tr>
</table>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>

View file

@ -0,0 +1,37 @@
title: Dosage comic Angband
url: "/comics/Angband.html"
---
Dosage comic Angband
-----------------------------------------
<table class="comicinfo">
<tr>
<th>Description</th><td></td>
</tr>
<tr>
<th>Website</th><td><a href="http://angband.calamarain.net/">http://angband.calamarain.net/</a></td>
</tr>
<tr>
<th>Genre</th><td>Other</td>
</tr>
<tr>
<th>Language</th><td>English</td>
</tr>
<tr>
<th>Adult content</th><td>no</td>
</tr>
<tr>
<th>Status</th><td>ok on 27.03.2013</td>
</tr>
<tr>
<th>Rating</th><td><div class="g-plusone" data-size="standard" data-annotation="bubble"
data-href="http://angband.calamarain.net/"></div></td>
</tr>
</table>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>

View file

@ -0,0 +1,37 @@
title: Dosage comic Angels2200
url: "/comics/Angels2200.html"
---
Dosage comic Angels2200
-----------------------------------------
<table class="comicinfo">
<tr>
<th>Description</th><td></td>
</tr>
<tr>
<th>Website</th><td><a href="http://www.janahoffmann.com/angels/">http://www.janahoffmann.com/angels/</a></td>
</tr>
<tr>
<th>Genre</th><td>Other</td>
</tr>
<tr>
<th>Language</th><td>English</td>
</tr>
<tr>
<th>Adult content</th><td>no</td>
</tr>
<tr>
<th>Status</th><td>ok on 27.03.2013</td>
</tr>
<tr>
<th>Rating</th><td><div class="g-plusone" data-size="standard" data-annotation="bubble"
data-href="http://www.janahoffmann.com/angels/"></div></td>
</tr>
</table>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>

View file

@ -0,0 +1,37 @@
title: Dosage comic Annyseed
url: "/comics/Annyseed.html"
---
Dosage comic Annyseed
-----------------------------------------
<table class="comicinfo">
<tr>
<th>Description</th><td></td>
</tr>
<tr>
<th>Website</th><td><a href="http://www.colourofivy.com/annyseed_webcomic_latest.htm">http://www.colourofivy.com/annyseed_webcomic_latest.htm</a></td>
</tr>
<tr>
<th>Genre</th><td>Other</td>
</tr>
<tr>
<th>Language</th><td>English</td>
</tr>
<tr>
<th>Adult content</th><td>no</td>
</tr>
<tr>
<th>Status</th><td>ok on 27.03.2013</td>
</tr>
<tr>
<th>Rating</th><td><div class="g-plusone" data-size="standard" data-annotation="bubble"
data-href="http://www.colourofivy.com/annyseed_webcomic_latest.htm"></div></td>
</tr>
</table>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>

View file

@ -0,0 +1,37 @@
title: Dosage comic Antics
url: "/comics/Antics.html"
---
Dosage comic Antics
-----------------------------------------
<table class="comicinfo">
<tr>
<th>Description</th><td></td>
</tr>
<tr>
<th>Website</th><td><a href="http://www.anticscomic.com/">http://www.anticscomic.com/</a></td>
</tr>
<tr>
<th>Genre</th><td>Other</td>
</tr>
<tr>
<th>Language</th><td>English</td>
</tr>
<tr>
<th>Adult content</th><td>no</td>
</tr>
<tr>
<th>Status</th><td>ok on 27.03.2013</td>
</tr>
<tr>
<th>Rating</th><td><div class="g-plusone" data-size="standard" data-annotation="bubble"
data-href="http://www.anticscomic.com/"></div></td>
</tr>
</table>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>

View file

@ -0,0 +1,37 @@
title: Dosage comic AppleGeeks
url: "/comics/AppleGeeks.html"
---
Dosage comic AppleGeeks
-----------------------------------------
<table class="comicinfo">
<tr>
<th>Description</th><td></td>
</tr>
<tr>
<th>Website</th><td><a href="http://www.applegeeks.com/">http://www.applegeeks.com/</a></td>
</tr>
<tr>
<th>Genre</th><td>Other</td>
</tr>
<tr>
<th>Language</th><td>English</td>
</tr>
<tr>
<th>Adult content</th><td>no</td>
</tr>
<tr>
<th>Status</th><td>ok on 27.03.2013</td>
</tr>
<tr>
<th>Rating</th><td><div class="g-plusone" data-size="standard" data-annotation="bubble"
data-href="http://www.applegeeks.com/"></div></td>
</tr>
</table>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>

View file

@ -0,0 +1,37 @@
title: Dosage comic Arcamax/ArcticCircle
url: "/comics/Arcamax_ArcticCircle.html"
---
Dosage comic Arcamax/ArcticCircle
-----------------------------------------
<table class="comicinfo">
<tr>
<th>Description</th><td></td>
</tr>
<tr>
<th>Website</th><td><a href="http://www.arcamax.com/thefunnies/arcticcircle/">http://www.arcamax.com/thefunnies/arcticcircle/</a></td>
</tr>
<tr>
<th>Genre</th><td>Other</td>
</tr>
<tr>
<th>Language</th><td>English</td>
</tr>
<tr>
<th>Adult content</th><td>no</td>
</tr>
<tr>
<th>Status</th><td>ok on 27.03.2013</td>
</tr>
<tr>
<th>Rating</th><td><div class="g-plusone" data-size="standard" data-annotation="bubble"
data-href="http://www.arcamax.com/thefunnies/arcticcircle/"></div></td>
</tr>
</table>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>

View file

@ -0,0 +1,37 @@
title: Dosage comic Arcamax/BabyBlues
url: "/comics/Arcamax_BabyBlues.html"
---
Dosage comic Arcamax/BabyBlues
-----------------------------------------
<table class="comicinfo">
<tr>
<th>Description</th><td></td>
</tr>
<tr>
<th>Website</th><td><a href="http://www.arcamax.com/thefunnies/babyblues/">http://www.arcamax.com/thefunnies/babyblues/</a></td>
</tr>
<tr>
<th>Genre</th><td>Other</td>
</tr>
<tr>
<th>Language</th><td>English</td>
</tr>
<tr>
<th>Adult content</th><td>no</td>
</tr>
<tr>
<th>Status</th><td>ok on 27.03.2013</td>
</tr>
<tr>
<th>Rating</th><td><div class="g-plusone" data-size="standard" data-annotation="bubble"
data-href="http://www.arcamax.com/thefunnies/babyblues/"></div></td>
</tr>
</table>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>

View file

@ -0,0 +1,37 @@
title: Dosage comic Arcamax/BarneyGoogleAndSnuffySmith
url: "/comics/Arcamax_BarneyGoogleAndSnuffySmith.html"
---
Dosage comic Arcamax/BarneyGoogleAndSnuffySmith
-----------------------------------------
<table class="comicinfo">
<tr>
<th>Description</th><td></td>
</tr>
<tr>
<th>Website</th><td><a href="http://www.arcamax.com/thefunnies/barneygoogle/">http://www.arcamax.com/thefunnies/barneygoogle/</a></td>
</tr>
<tr>
<th>Genre</th><td>Other</td>
</tr>
<tr>
<th>Language</th><td>English</td>
</tr>
<tr>
<th>Adult content</th><td>no</td>
</tr>
<tr>
<th>Status</th><td>ok on 27.03.2013</td>
</tr>
<tr>
<th>Rating</th><td><div class="g-plusone" data-size="standard" data-annotation="bubble"
data-href="http://www.arcamax.com/thefunnies/barneygoogle/"></div></td>
</tr>
</table>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>

View file

@ -0,0 +1,37 @@
title: Dosage comic Arcamax/BeetleBailey
url: "/comics/Arcamax_BeetleBailey.html"
---
Dosage comic Arcamax/BeetleBailey
-----------------------------------------
<table class="comicinfo">
<tr>
<th>Description</th><td></td>
</tr>
<tr>
<th>Website</th><td><a href="http://www.arcamax.com/thefunnies/beetlebailey/">http://www.arcamax.com/thefunnies/beetlebailey/</a></td>
</tr>
<tr>
<th>Genre</th><td>Other</td>
</tr>
<tr>
<th>Language</th><td>English</td>
</tr>
<tr>
<th>Adult content</th><td>no</td>
</tr>
<tr>
<th>Status</th><td>ok on 27.03.2013</td>
</tr>
<tr>
<th>Rating</th><td><div class="g-plusone" data-size="standard" data-annotation="bubble"
data-href="http://www.arcamax.com/thefunnies/beetlebailey/"></div></td>
</tr>
</table>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>

View file

@ -0,0 +1,37 @@
title: Dosage comic Arcamax/Bizarro
url: "/comics/Arcamax_Bizarro.html"
---
Dosage comic Arcamax/Bizarro
-----------------------------------------
<table class="comicinfo">
<tr>
<th>Description</th><td></td>
</tr>
<tr>
<th>Website</th><td><a href="http://www.arcamax.com/thefunnies/bizarro/">http://www.arcamax.com/thefunnies/bizarro/</a></td>
</tr>
<tr>
<th>Genre</th><td>Other</td>
</tr>
<tr>
<th>Language</th><td>English</td>
</tr>
<tr>
<th>Adult content</th><td>no</td>
</tr>
<tr>
<th>Status</th><td>ok on 27.03.2013</td>
</tr>
<tr>
<th>Rating</th><td><div class="g-plusone" data-size="standard" data-annotation="bubble"
data-href="http://www.arcamax.com/thefunnies/bizarro/"></div></td>
</tr>
</table>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>

View file

@ -0,0 +1,37 @@
title: Dosage comic Arcamax/BleekerTheRechargeableDog
url: "/comics/Arcamax_BleekerTheRechargeableDog.html"
---
Dosage comic Arcamax/BleekerTheRechargeableDog
-----------------------------------------
<table class="comicinfo">
<tr>
<th>Description</th><td></td>
</tr>
<tr>
<th>Website</th><td><a href="http://www.arcamax.com/thefunnies/bleekertherechargeabledog/">http://www.arcamax.com/thefunnies/bleekertherechargeabledog/</a></td>
</tr>
<tr>
<th>Genre</th><td>Other</td>
</tr>
<tr>
<th>Language</th><td>English</td>
</tr>
<tr>
<th>Adult content</th><td>no</td>
</tr>
<tr>
<th>Status</th><td>ok on 27.03.2013</td>
</tr>
<tr>
<th>Rating</th><td><div class="g-plusone" data-size="standard" data-annotation="bubble"
data-href="http://www.arcamax.com/thefunnies/bleekertherechargeabledog/"></div></td>
</tr>
</table>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>

View file

@ -0,0 +1,37 @@
title: Dosage comic Arcamax/Blondie
url: "/comics/Arcamax_Blondie.html"
---
Dosage comic Arcamax/Blondie
-----------------------------------------
<table class="comicinfo">
<tr>
<th>Description</th><td></td>
</tr>
<tr>
<th>Website</th><td><a href="http://www.arcamax.com/thefunnies/blondie/">http://www.arcamax.com/thefunnies/blondie/</a></td>
</tr>
<tr>
<th>Genre</th><td>Other</td>
</tr>
<tr>
<th>Language</th><td>English</td>
</tr>
<tr>
<th>Adult content</th><td>no</td>
</tr>
<tr>
<th>Status</th><td>ok on 27.03.2013</td>
</tr>
<tr>
<th>Rating</th><td><div class="g-plusone" data-size="standard" data-annotation="bubble"
data-href="http://www.arcamax.com/thefunnies/blondie/"></div></td>
</tr>
</table>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>

View file

@ -0,0 +1,37 @@
title: Dosage comic Arcamax/Boondocks
url: "/comics/Arcamax_Boondocks.html"
---
Dosage comic Arcamax/Boondocks
-----------------------------------------
<table class="comicinfo">
<tr>
<th>Description</th><td></td>
</tr>
<tr>
<th>Website</th><td><a href="http://www.arcamax.com/thefunnies/boondocks/">http://www.arcamax.com/thefunnies/boondocks/</a></td>
</tr>
<tr>
<th>Genre</th><td>Other</td>
</tr>
<tr>
<th>Language</th><td>English</td>
</tr>
<tr>
<th>Adult content</th><td>no</td>
</tr>
<tr>
<th>Status</th><td>ok on 27.03.2013</td>
</tr>
<tr>
<th>Rating</th><td><div class="g-plusone" data-size="standard" data-annotation="bubble"
data-href="http://www.arcamax.com/thefunnies/boondocks/"></div></td>
</tr>
</table>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>

View file

@ -0,0 +1,37 @@
title: Dosage comic Arcamax/BrilliantMindofEdisonLee
url: "/comics/Arcamax_BrilliantMindofEdisonLee.html"
---
Dosage comic Arcamax/BrilliantMindofEdisonLee
-----------------------------------------
<table class="comicinfo">
<tr>
<th>Description</th><td></td>
</tr>
<tr>
<th>Website</th><td><a href="http://www.arcamax.com/thefunnies/brilliantmindofedisonlee/">http://www.arcamax.com/thefunnies/brilliantmindofedisonlee/</a></td>
</tr>
<tr>
<th>Genre</th><td>Other</td>
</tr>
<tr>
<th>Language</th><td>English</td>
</tr>
<tr>
<th>Adult content</th><td>no</td>
</tr>
<tr>
<th>Status</th><td>ok on 27.03.2013</td>
</tr>
<tr>
<th>Rating</th><td><div class="g-plusone" data-size="standard" data-annotation="bubble"
data-href="http://www.arcamax.com/thefunnies/brilliantmindofedisonlee/"></div></td>
</tr>
</table>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>

View file

@ -0,0 +1,37 @@
title: Dosage comic Arcamax/Crankshaft
url: "/comics/Arcamax_Crankshaft.html"
---
Dosage comic Arcamax/Crankshaft
-----------------------------------------
<table class="comicinfo">
<tr>
<th>Description</th><td></td>
</tr>
<tr>
<th>Website</th><td><a href="http://www.arcamax.com/thefunnies/crankshaft/">http://www.arcamax.com/thefunnies/crankshaft/</a></td>
</tr>
<tr>
<th>Genre</th><td>Other</td>
</tr>
<tr>
<th>Language</th><td>English</td>
</tr>
<tr>
<th>Adult content</th><td>no</td>
</tr>
<tr>
<th>Status</th><td>ok on 27.03.2013</td>
</tr>
<tr>
<th>Rating</th><td><div class="g-plusone" data-size="standard" data-annotation="bubble"
data-href="http://www.arcamax.com/thefunnies/crankshaft/"></div></td>
</tr>
</table>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>

View file

@ -0,0 +1,37 @@
title: Dosage comic Arcamax/Curtis
url: "/comics/Arcamax_Curtis.html"
---
Dosage comic Arcamax/Curtis
-----------------------------------------
<table class="comicinfo">
<tr>
<th>Description</th><td></td>
</tr>
<tr>
<th>Website</th><td><a href="http://www.arcamax.com/thefunnies/curtis/">http://www.arcamax.com/thefunnies/curtis/</a></td>
</tr>
<tr>
<th>Genre</th><td>Other</td>
</tr>
<tr>
<th>Language</th><td>English</td>
</tr>
<tr>
<th>Adult content</th><td>no</td>
</tr>
<tr>
<th>Status</th><td>ok on 27.03.2013</td>
</tr>
<tr>
<th>Rating</th><td><div class="g-plusone" data-size="standard" data-annotation="bubble"
data-href="http://www.arcamax.com/thefunnies/curtis/"></div></td>
</tr>
</table>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>

View file

@ -0,0 +1,37 @@
title: Dosage comic Arcamax/DeFlocked
url: "/comics/Arcamax_DeFlocked.html"
---
Dosage comic Arcamax/DeFlocked
-----------------------------------------
<table class="comicinfo">
<tr>
<th>Description</th><td></td>
</tr>
<tr>
<th>Website</th><td><a href="http://www.arcamax.com/thefunnies/deflocked/">http://www.arcamax.com/thefunnies/deflocked/</a></td>
</tr>
<tr>
<th>Genre</th><td>Other</td>
</tr>
<tr>
<th>Language</th><td>English</td>
</tr>
<tr>
<th>Adult content</th><td>no</td>
</tr>
<tr>
<th>Status</th><td>ok on 27.03.2013</td>
</tr>
<tr>
<th>Rating</th><td><div class="g-plusone" data-size="standard" data-annotation="bubble"
data-href="http://www.arcamax.com/thefunnies/deflocked/"></div></td>
</tr>
</table>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>

View file

@ -0,0 +1,37 @@
title: Dosage comic Arcamax/DennistheMenace
url: "/comics/Arcamax_DennistheMenace.html"
---
Dosage comic Arcamax/DennistheMenace
-----------------------------------------
<table class="comicinfo">
<tr>
<th>Description</th><td></td>
</tr>
<tr>
<th>Website</th><td><a href="http://www.arcamax.com/thefunnies/dennisthemenace/">http://www.arcamax.com/thefunnies/dennisthemenace/</a></td>
</tr>
<tr>
<th>Genre</th><td>Other</td>
</tr>
<tr>
<th>Language</th><td>English</td>
</tr>
<tr>
<th>Adult content</th><td>no</td>
</tr>
<tr>
<th>Status</th><td>ok on 27.03.2013</td>
</tr>
<tr>
<th>Rating</th><td><div class="g-plusone" data-size="standard" data-annotation="bubble"
data-href="http://www.arcamax.com/thefunnies/dennisthemenace/"></div></td>
</tr>
</table>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>

View file

@ -0,0 +1,37 @@
title: Dosage comic Arcamax/DinetteSet
url: "/comics/Arcamax_DinetteSet.html"
---
Dosage comic Arcamax/DinetteSet
-----------------------------------------
<table class="comicinfo">
<tr>
<th>Description</th><td></td>
</tr>
<tr>
<th>Website</th><td><a href="http://www.arcamax.com/thefunnies/thedinetteset/">http://www.arcamax.com/thefunnies/thedinetteset/</a></td>
</tr>
<tr>
<th>Genre</th><td>Other</td>
</tr>
<tr>
<th>Language</th><td>English</td>
</tr>
<tr>
<th>Adult content</th><td>no</td>
</tr>
<tr>
<th>Status</th><td>ok on 27.03.2013</td>
</tr>
<tr>
<th>Rating</th><td><div class="g-plusone" data-size="standard" data-annotation="bubble"
data-href="http://www.arcamax.com/thefunnies/thedinetteset/"></div></td>
</tr>
</table>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>

View file

@ -0,0 +1,37 @@
title: Dosage comic Arcamax/Dustin
url: "/comics/Arcamax_Dustin.html"
---
Dosage comic Arcamax/Dustin
-----------------------------------------
<table class="comicinfo">
<tr>
<th>Description</th><td></td>
</tr>
<tr>
<th>Website</th><td><a href="http://www.arcamax.com/thefunnies/dustin/">http://www.arcamax.com/thefunnies/dustin/</a></td>
</tr>
<tr>
<th>Genre</th><td>Other</td>
</tr>
<tr>
<th>Language</th><td>English</td>
</tr>
<tr>
<th>Adult content</th><td>no</td>
</tr>
<tr>
<th>Status</th><td>ok on 27.03.2013</td>
</tr>
<tr>
<th>Rating</th><td><div class="g-plusone" data-size="standard" data-annotation="bubble"
data-href="http://www.arcamax.com/thefunnies/dustin/"></div></td>
</tr>
</table>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>

View file

@ -0,0 +1,37 @@
title: Dosage comic Arcamax/FamilyCircus
url: "/comics/Arcamax_FamilyCircus.html"
---
Dosage comic Arcamax/FamilyCircus
-----------------------------------------
<table class="comicinfo">
<tr>
<th>Description</th><td></td>
</tr>
<tr>
<th>Website</th><td><a href="http://www.arcamax.com/thefunnies/familycircus/">http://www.arcamax.com/thefunnies/familycircus/</a></td>
</tr>
<tr>
<th>Genre</th><td>Other</td>
</tr>
<tr>
<th>Language</th><td>English</td>
</tr>
<tr>
<th>Adult content</th><td>no</td>
</tr>
<tr>
<th>Status</th><td>ok on 27.03.2013</td>
</tr>
<tr>
<th>Rating</th><td><div class="g-plusone" data-size="standard" data-annotation="bubble"
data-href="http://www.arcamax.com/thefunnies/familycircus/"></div></td>
</tr>
</table>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>

View file

@ -0,0 +1,37 @@
title: Dosage comic Arcamax/HiandLois
url: "/comics/Arcamax_HiandLois.html"
---
Dosage comic Arcamax/HiandLois
-----------------------------------------
<table class="comicinfo">
<tr>
<th>Description</th><td></td>
</tr>
<tr>
<th>Website</th><td><a href="http://www.arcamax.com/thefunnies/hiandlois/">http://www.arcamax.com/thefunnies/hiandlois/</a></td>
</tr>
<tr>
<th>Genre</th><td>Other</td>
</tr>
<tr>
<th>Language</th><td>English</td>
</tr>
<tr>
<th>Adult content</th><td>no</td>
</tr>
<tr>
<th>Status</th><td>ok on 27.03.2013</td>
</tr>
<tr>
<th>Rating</th><td><div class="g-plusone" data-size="standard" data-annotation="bubble"
data-href="http://www.arcamax.com/thefunnies/hiandlois/"></div></td>
</tr>
</table>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>

View file

@ -0,0 +1,37 @@
title: Dosage comic Arcamax/JerryKingCartoons
url: "/comics/Arcamax_JerryKingCartoons.html"
---
Dosage comic Arcamax/JerryKingCartoons
-----------------------------------------
<table class="comicinfo">
<tr>
<th>Description</th><td></td>
</tr>
<tr>
<th>Website</th><td><a href="http://www.arcamax.com/thefunnies/humorcartoon/">http://www.arcamax.com/thefunnies/humorcartoon/</a></td>
</tr>
<tr>
<th>Genre</th><td>Other</td>
</tr>
<tr>
<th>Language</th><td>English</td>
</tr>
<tr>
<th>Adult content</th><td>no</td>
</tr>
<tr>
<th>Status</th><td>ok on 27.03.2013</td>
</tr>
<tr>
<th>Rating</th><td><div class="g-plusone" data-size="standard" data-annotation="bubble"
data-href="http://www.arcamax.com/thefunnies/humorcartoon/"></div></td>
</tr>
</table>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>

View file

@ -0,0 +1,37 @@
title: Dosage comic Arcamax/MallardFillmore
url: "/comics/Arcamax_MallardFillmore.html"
---
Dosage comic Arcamax/MallardFillmore
-----------------------------------------
<table class="comicinfo">
<tr>
<th>Description</th><td></td>
</tr>
<tr>
<th>Website</th><td><a href="http://www.arcamax.com/thefunnies/mallardfillmore/">http://www.arcamax.com/thefunnies/mallardfillmore/</a></td>
</tr>
<tr>
<th>Genre</th><td>Other</td>
</tr>
<tr>
<th>Language</th><td>English</td>
</tr>
<tr>
<th>Adult content</th><td>no</td>
</tr>
<tr>
<th>Status</th><td>ok on 27.03.2013</td>
</tr>
<tr>
<th>Rating</th><td><div class="g-plusone" data-size="standard" data-annotation="bubble"
data-href="http://www.arcamax.com/thefunnies/mallardfillmore/"></div></td>
</tr>
</table>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>

View file

@ -0,0 +1,37 @@
title: Dosage comic Arcamax/Marvin
url: "/comics/Arcamax_Marvin.html"
---
Dosage comic Arcamax/Marvin
-----------------------------------------
<table class="comicinfo">
<tr>
<th>Description</th><td></td>
</tr>
<tr>
<th>Website</th><td><a href="http://www.arcamax.com/thefunnies/marvin/">http://www.arcamax.com/thefunnies/marvin/</a></td>
</tr>
<tr>
<th>Genre</th><td>Other</td>
</tr>
<tr>
<th>Language</th><td>English</td>
</tr>
<tr>
<th>Adult content</th><td>no</td>
</tr>
<tr>
<th>Status</th><td>ok on 27.03.2013</td>
</tr>
<tr>
<th>Rating</th><td><div class="g-plusone" data-size="standard" data-annotation="bubble"
data-href="http://www.arcamax.com/thefunnies/marvin/"></div></td>
</tr>
</table>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>

View file

@ -0,0 +1,37 @@
title: Dosage comic Arcamax/MeaningofLila
url: "/comics/Arcamax_MeaningofLila.html"
---
Dosage comic Arcamax/MeaningofLila
-----------------------------------------
<table class="comicinfo">
<tr>
<th>Description</th><td></td>
</tr>
<tr>
<th>Website</th><td><a href="http://www.arcamax.com/thefunnies/meaningoflila/">http://www.arcamax.com/thefunnies/meaningoflila/</a></td>
</tr>
<tr>
<th>Genre</th><td>Other</td>
</tr>
<tr>
<th>Language</th><td>English</td>
</tr>
<tr>
<th>Adult content</th><td>no</td>
</tr>
<tr>
<th>Status</th><td>ok on 27.03.2013</td>
</tr>
<tr>
<th>Rating</th><td><div class="g-plusone" data-size="standard" data-annotation="bubble"
data-href="http://www.arcamax.com/thefunnies/meaningoflila/"></div></td>
</tr>
</table>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>

View file

@ -0,0 +1,37 @@
title: Dosage comic Arcamax/MotherGooseAndGrimm
url: "/comics/Arcamax_MotherGooseAndGrimm.html"
---
Dosage comic Arcamax/MotherGooseAndGrimm
-----------------------------------------
<table class="comicinfo">
<tr>
<th>Description</th><td></td>
</tr>
<tr>
<th>Website</th><td><a href="http://www.arcamax.com/thefunnies/mothergooseandgrimm/">http://www.arcamax.com/thefunnies/mothergooseandgrimm/</a></td>
</tr>
<tr>
<th>Genre</th><td>Other</td>
</tr>
<tr>
<th>Language</th><td>English</td>
</tr>
<tr>
<th>Adult content</th><td>no</td>
</tr>
<tr>
<th>Status</th><td>ok on 27.03.2013</td>
</tr>
<tr>
<th>Rating</th><td><div class="g-plusone" data-size="standard" data-annotation="bubble"
data-href="http://www.arcamax.com/thefunnies/mothergooseandgrimm/"></div></td>
</tr>
</table>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>

View file

@ -0,0 +1,37 @@
title: Dosage comic Arcamax/Mutts
url: "/comics/Arcamax_Mutts.html"
---
Dosage comic Arcamax/Mutts
-----------------------------------------
<table class="comicinfo">
<tr>
<th>Description</th><td></td>
</tr>
<tr>
<th>Website</th><td><a href="http://www.arcamax.com/thefunnies/mutts/">http://www.arcamax.com/thefunnies/mutts/</a></td>
</tr>
<tr>
<th>Genre</th><td>Other</td>
</tr>
<tr>
<th>Language</th><td>English</td>
</tr>
<tr>
<th>Adult content</th><td>no</td>
</tr>
<tr>
<th>Status</th><td>ok on 27.03.2013</td>
</tr>
<tr>
<th>Rating</th><td><div class="g-plusone" data-size="standard" data-annotation="bubble"
data-href="http://www.arcamax.com/thefunnies/mutts/"></div></td>
</tr>
</table>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>

View file

@ -0,0 +1,37 @@
title: Dosage comic Arcamax/RhymeswithOrange
url: "/comics/Arcamax_RhymeswithOrange.html"
---
Dosage comic Arcamax/RhymeswithOrange
-----------------------------------------
<table class="comicinfo">
<tr>
<th>Description</th><td></td>
</tr>
<tr>
<th>Website</th><td><a href="http://www.arcamax.com/thefunnies/rhymeswithorange/">http://www.arcamax.com/thefunnies/rhymeswithorange/</a></td>
</tr>
<tr>
<th>Genre</th><td>Other</td>
</tr>
<tr>
<th>Language</th><td>English</td>
</tr>
<tr>
<th>Adult content</th><td>no</td>
</tr>
<tr>
<th>Status</th><td>ok on 27.03.2013</td>
</tr>
<tr>
<th>Rating</th><td><div class="g-plusone" data-size="standard" data-annotation="bubble"
data-href="http://www.arcamax.com/thefunnies/rhymeswithorange/"></div></td>
</tr>
</table>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>

View file

@ -0,0 +1,37 @@
title: Dosage comic Arcamax/TheLockhorns
url: "/comics/Arcamax_TheLockhorns.html"
---
Dosage comic Arcamax/TheLockhorns
-----------------------------------------
<table class="comicinfo">
<tr>
<th>Description</th><td></td>
</tr>
<tr>
<th>Website</th><td><a href="http://www.arcamax.com/thefunnies/thelockhorns/">http://www.arcamax.com/thefunnies/thelockhorns/</a></td>
</tr>
<tr>
<th>Genre</th><td>Other</td>
</tr>
<tr>
<th>Language</th><td>English</td>
</tr>
<tr>
<th>Adult content</th><td>no</td>
</tr>
<tr>
<th>Status</th><td>ok on 27.03.2013</td>
</tr>
<tr>
<th>Rating</th><td><div class="g-plusone" data-size="standard" data-annotation="bubble"
data-href="http://www.arcamax.com/thefunnies/thelockhorns/"></div></td>
</tr>
</table>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>

View file

@ -0,0 +1,37 @@
title: Dosage comic Arcamax/TinasGroove
url: "/comics/Arcamax_TinasGroove.html"
---
Dosage comic Arcamax/TinasGroove
-----------------------------------------
<table class="comicinfo">
<tr>
<th>Description</th><td></td>
</tr>
<tr>
<th>Website</th><td><a href="http://www.arcamax.com/thefunnies/tinasgroove/">http://www.arcamax.com/thefunnies/tinasgroove/</a></td>
</tr>
<tr>
<th>Genre</th><td>Other</td>
</tr>
<tr>
<th>Language</th><td>English</td>
</tr>
<tr>
<th>Adult content</th><td>no</td>
</tr>
<tr>
<th>Status</th><td>ok on 27.03.2013</td>
</tr>
<tr>
<th>Rating</th><td><div class="g-plusone" data-size="standard" data-annotation="bubble"
data-href="http://www.arcamax.com/thefunnies/tinasgroove/"></div></td>
</tr>
</table>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>

View file

@ -0,0 +1,37 @@
title: Dosage comic Arcamax/Zits
url: "/comics/Arcamax_Zits.html"
---
Dosage comic Arcamax/Zits
-----------------------------------------
<table class="comicinfo">
<tr>
<th>Description</th><td></td>
</tr>
<tr>
<th>Website</th><td><a href="http://www.arcamax.com/thefunnies/zits/">http://www.arcamax.com/thefunnies/zits/</a></td>
</tr>
<tr>
<th>Genre</th><td>Other</td>
</tr>
<tr>
<th>Language</th><td>English</td>
</tr>
<tr>
<th>Adult content</th><td>no</td>
</tr>
<tr>
<th>Status</th><td>ok on 27.03.2013</td>
</tr>
<tr>
<th>Rating</th><td><div class="g-plusone" data-size="standard" data-annotation="bubble"
data-href="http://www.arcamax.com/thefunnies/zits/"></div></td>
</tr>
</table>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>

View file

@ -0,0 +1,37 @@
title: Dosage comic AstronomyPOTD
url: "/comics/AstronomyPOTD.html"
---
Dosage comic AstronomyPOTD
-----------------------------------------
<table class="comicinfo">
<tr>
<th>Description</th><td></td>
</tr>
<tr>
<th>Website</th><td><a href="http://antwrp.gsfc.nasa.gov/apod/astropix.html">http://antwrp.gsfc.nasa.gov/apod/astropix.html</a></td>
</tr>
<tr>
<th>Genre</th><td>Other</td>
</tr>
<tr>
<th>Language</th><td>English</td>
</tr>
<tr>
<th>Adult content</th><td>no</td>
</tr>
<tr>
<th>Status</th><td>ok on 27.03.2013</td>
</tr>
<tr>
<th>Rating</th><td><div class="g-plusone" data-size="standard" data-annotation="bubble"
data-href="http://antwrp.gsfc.nasa.gov/apod/astropix.html"></div></td>
</tr>
</table>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>

View file

@ -0,0 +1,37 @@
title: Dosage comic AxeCop
url: "/comics/AxeCop.html"
---
Dosage comic AxeCop
-----------------------------------------
<table class="comicinfo">
<tr>
<th>Description</th><td></td>
</tr>
<tr>
<th>Website</th><td><a href="http://axecop.com/">http://axecop.com/</a></td>
</tr>
<tr>
<th>Genre</th><td>Other</td>
</tr>
<tr>
<th>Language</th><td>English</td>
</tr>
<tr>
<th>Adult content</th><td>no</td>
</tr>
<tr>
<th>Status</th><td>ok on 27.03.2013</td>
</tr>
<tr>
<th>Rating</th><td><div class="g-plusone" data-size="standard" data-annotation="bubble"
data-href="http://axecop.com/"></div></td>
</tr>
</table>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>

View file

@ -0,0 +1,37 @@
title: Dosage comic BMovieComic
url: "/comics/BMovieComic.html"
---
Dosage comic BMovieComic
-----------------------------------------
<table class="comicinfo">
<tr>
<th>Description</th><td></td>
</tr>
<tr>
<th>Website</th><td><a href="http://www.bmoviecomic.com/">http://www.bmoviecomic.com/</a></td>
</tr>
<tr>
<th>Genre</th><td>Other</td>
</tr>
<tr>
<th>Language</th><td>English</td>
</tr>
<tr>
<th>Adult content</th><td>no</td>
</tr>
<tr>
<th>Status</th><td>ok on 27.03.2013</td>
</tr>
<tr>
<th>Rating</th><td><div class="g-plusone" data-size="standard" data-annotation="bubble"
data-href="http://www.bmoviecomic.com/"></div></td>
</tr>
</table>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>

View file

@ -0,0 +1,37 @@
title: Dosage comic BackwaterPlanet
url: "/comics/BackwaterPlanet.html"
---
Dosage comic BackwaterPlanet
-----------------------------------------
<table class="comicinfo">
<tr>
<th>Description</th><td></td>
</tr>
<tr>
<th>Website</th><td><a href="http://www.backwaterplanet.com/current.htm">http://www.backwaterplanet.com/current.htm</a></td>
</tr>
<tr>
<th>Genre</th><td>Other</td>
</tr>
<tr>
<th>Language</th><td>English</td>
</tr>
<tr>
<th>Adult content</th><td>no</td>
</tr>
<tr>
<th>Status</th><td>ok on 27.03.2013</td>
</tr>
<tr>
<th>Rating</th><td><div class="g-plusone" data-size="standard" data-annotation="bubble"
data-href="http://www.backwaterplanet.com/current.htm"></div></td>
</tr>
</table>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>

View file

@ -0,0 +1,37 @@
title: Dosage comic BadMachinery
url: "/comics/BadMachinery.html"
---
Dosage comic BadMachinery
-----------------------------------------
<table class="comicinfo">
<tr>
<th>Description</th><td></td>
</tr>
<tr>
<th>Website</th><td><a href="http://scarygoround.com/">http://scarygoround.com/</a></td>
</tr>
<tr>
<th>Genre</th><td>Other</td>
</tr>
<tr>
<th>Language</th><td>English</td>
</tr>
<tr>
<th>Adult content</th><td>no</td>
</tr>
<tr>
<th>Status</th><td>ok on 27.03.2013</td>
</tr>
<tr>
<th>Rating</th><td><div class="g-plusone" data-size="standard" data-annotation="bubble"
data-href="http://scarygoround.com/"></div></td>
</tr>
</table>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>

View file

@ -0,0 +1,37 @@
title: Dosage comic BadassMuthas
url: "/comics/BadassMuthas.html"
---
Dosage comic BadassMuthas
-----------------------------------------
<table class="comicinfo">
<tr>
<th>Description</th><td></td>
</tr>
<tr>
<th>Website</th><td><a href="http://badassmuthas.com/pages/comic.php">http://badassmuthas.com/pages/comic.php</a></td>
</tr>
<tr>
<th>Genre</th><td>Other</td>
</tr>
<tr>
<th>Language</th><td>English</td>
</tr>
<tr>
<th>Adult content</th><td>no</td>
</tr>
<tr>
<th>Status</th><td>ok on 27.03.2013</td>
</tr>
<tr>
<th>Rating</th><td><div class="g-plusone" data-size="standard" data-annotation="bubble"
data-href="http://badassmuthas.com/pages/comic.php"></div></td>
</tr>
</table>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>

View file

@ -0,0 +1,37 @@
title: Dosage comic Bardsworth
url: "/comics/Bardsworth.html"
---
Dosage comic Bardsworth
-----------------------------------------
<table class="comicinfo">
<tr>
<th>Description</th><td></td>
</tr>
<tr>
<th>Website</th><td><a href="http://www.bardsworth.com/">http://www.bardsworth.com/</a></td>
</tr>
<tr>
<th>Genre</th><td>Other</td>
</tr>
<tr>
<th>Language</th><td>English</td>
</tr>
<tr>
<th>Adult content</th><td>no</td>
</tr>
<tr>
<th>Status</th><td>ok on 27.03.2013</td>
</tr>
<tr>
<th>Rating</th><td><div class="g-plusone" data-size="standard" data-annotation="bubble"
data-href="http://www.bardsworth.com/"></div></td>
</tr>
</table>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>

View file

@ -0,0 +1,37 @@
title: Dosage comic Baroquen
url: "/comics/Baroquen.html"
---
Dosage comic Baroquen
-----------------------------------------
<table class="comicinfo">
<tr>
<th>Description</th><td></td>
</tr>
<tr>
<th>Website</th><td><a href="http://www.baroquencomics.com/">http://www.baroquencomics.com/</a></td>
</tr>
<tr>
<th>Genre</th><td>Other</td>
</tr>
<tr>
<th>Language</th><td>English</td>
</tr>
<tr>
<th>Adult content</th><td>no</td>
</tr>
<tr>
<th>Status</th><td>ok on 27.03.2013</td>
</tr>
<tr>
<th>Rating</th><td><div class="g-plusone" data-size="standard" data-annotation="bubble"
data-href="http://www.baroquencomics.com/"></div></td>
</tr>
</table>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>

View file

@ -0,0 +1,37 @@
title: Dosage comic Bearmageddon
url: "/comics/Bearmageddon.html"
---
Dosage comic Bearmageddon
-----------------------------------------
<table class="comicinfo">
<tr>
<th>Description</th><td></td>
</tr>
<tr>
<th>Website</th><td><a href="http://bearmageddon.com/">http://bearmageddon.com/</a></td>
</tr>
<tr>
<th>Genre</th><td>Other</td>
</tr>
<tr>
<th>Language</th><td>English</td>
</tr>
<tr>
<th>Adult content</th><td>no</td>
</tr>
<tr>
<th>Status</th><td>ok on 27.03.2013</td>
</tr>
<tr>
<th>Rating</th><td><div class="g-plusone" data-size="standard" data-annotation="bubble"
data-href="http://bearmageddon.com/"></div></td>
</tr>
</table>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>

View file

@ -0,0 +1,37 @@
title: Dosage comic BetterDays
url: "/comics/BetterDays.html"
---
Dosage comic BetterDays
-----------------------------------------
<table class="comicinfo">
<tr>
<th>Description</th><td></td>
</tr>
<tr>
<th>Website</th><td><a href="http://jaynaylor.com/betterdays/">http://jaynaylor.com/betterdays/</a></td>
</tr>
<tr>
<th>Genre</th><td>Other</td>
</tr>
<tr>
<th>Language</th><td>English</td>
</tr>
<tr>
<th>Adult content</th><td>no</td>
</tr>
<tr>
<th>Status</th><td>ok on 27.03.2013</td>
</tr>
<tr>
<th>Rating</th><td><div class="g-plusone" data-size="standard" data-annotation="bubble"
data-href="http://jaynaylor.com/betterdays/"></div></td>
</tr>
</table>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>

View file

@ -0,0 +1,37 @@
title: Dosage comic BetweenFailures
url: "/comics/BetweenFailures.html"
---
Dosage comic BetweenFailures
-----------------------------------------
<table class="comicinfo">
<tr>
<th>Description</th><td></td>
</tr>
<tr>
<th>Website</th><td><a href="http://betweenfailures.com/">http://betweenfailures.com/</a></td>
</tr>
<tr>
<th>Genre</th><td>Other</td>
</tr>
<tr>
<th>Language</th><td>English</td>
</tr>
<tr>
<th>Adult content</th><td>no</td>
</tr>
<tr>
<th>Status</th><td>ok on 27.03.2013</td>
</tr>
<tr>
<th>Rating</th><td><div class="g-plusone" data-size="standard" data-annotation="bubble"
data-href="http://betweenfailures.com/"></div></td>
</tr>
</table>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>

View file

@ -0,0 +1,37 @@
title: Dosage comic BigFatWhale
url: "/comics/BigFatWhale.html"
---
Dosage comic BigFatWhale
-----------------------------------------
<table class="comicinfo">
<tr>
<th>Description</th><td></td>
</tr>
<tr>
<th>Website</th><td><a href="http://www.bigfatwhale.com/">http://www.bigfatwhale.com/</a></td>
</tr>
<tr>
<th>Genre</th><td>Other</td>
</tr>
<tr>
<th>Language</th><td>English</td>
</tr>
<tr>
<th>Adult content</th><td>no</td>
</tr>
<tr>
<th>Status</th><td>ok on 27.03.2013</td>
</tr>
<tr>
<th>Rating</th><td><div class="g-plusone" data-size="standard" data-annotation="bubble"
data-href="http://www.bigfatwhale.com/"></div></td>
</tr>
</table>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>

View file

@ -0,0 +1,37 @@
title: Dosage comic BiggerThanCheeses
url: "/comics/BiggerThanCheeses.html"
---
Dosage comic BiggerThanCheeses
-----------------------------------------
<table class="comicinfo">
<tr>
<th>Description</th><td></td>
</tr>
<tr>
<th>Website</th><td><a href="http://www.biggercheese.com/">http://www.biggercheese.com/</a></td>
</tr>
<tr>
<th>Genre</th><td>Other</td>
</tr>
<tr>
<th>Language</th><td>English</td>
</tr>
<tr>
<th>Adult content</th><td>no</td>
</tr>
<tr>
<th>Status</th><td>ok on 27.03.2013</td>
</tr>
<tr>
<th>Rating</th><td><div class="g-plusone" data-size="standard" data-annotation="bubble"
data-href="http://www.biggercheese.com/"></div></td>
</tr>
</table>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>

View file

@ -0,0 +1,37 @@
title: Dosage comic BillyTheDunce
url: "/comics/BillyTheDunce.html"
---
Dosage comic BillyTheDunce
-----------------------------------------
<table class="comicinfo">
<tr>
<th>Description</th><td></td>
</tr>
<tr>
<th>Website</th><td><a href="http://www.duncepress.com/">http://www.duncepress.com/</a></td>
</tr>
<tr>
<th>Genre</th><td>Other</td>
</tr>
<tr>
<th>Language</th><td>English</td>
</tr>
<tr>
<th>Adult content</th><td>no</td>
</tr>
<tr>
<th>Status</th><td>ok on 27.03.2013</td>
</tr>
<tr>
<th>Rating</th><td><div class="g-plusone" data-size="standard" data-annotation="bubble"
data-href="http://www.duncepress.com/"></div></td>
</tr>
</table>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>

View file

@ -0,0 +1,37 @@
title: Dosage comic BizarreUprising
url: "/comics/BizarreUprising.html"
---
Dosage comic BizarreUprising
-----------------------------------------
<table class="comicinfo">
<tr>
<th>Description</th><td></td>
</tr>
<tr>
<th>Website</th><td><a href="http://www.bizarreuprising.com/">http://www.bizarreuprising.com/</a></td>
</tr>
<tr>
<th>Genre</th><td>Other</td>
</tr>
<tr>
<th>Language</th><td>English</td>
</tr>
<tr>
<th>Adult content</th><td>no</td>
</tr>
<tr>
<th>Status</th><td>ok on 27.03.2013</td>
</tr>
<tr>
<th>Rating</th><td><div class="g-plusone" data-size="standard" data-annotation="bubble"
data-href="http://www.bizarreuprising.com/"></div></td>
</tr>
</table>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>

View file

@ -0,0 +1,37 @@
title: Dosage comic BlankIt
url: "/comics/BlankIt.html"
---
Dosage comic BlankIt
-----------------------------------------
<table class="comicinfo">
<tr>
<th>Description</th><td></td>
</tr>
<tr>
<th>Website</th><td><a href="http://blankitcomics.com/">http://blankitcomics.com/</a></td>
</tr>
<tr>
<th>Genre</th><td>Other</td>
</tr>
<tr>
<th>Language</th><td>English</td>
</tr>
<tr>
<th>Adult content</th><td>no</td>
</tr>
<tr>
<th>Status</th><td>ok on 27.03.2013</td>
</tr>
<tr>
<th>Rating</th><td><div class="g-plusone" data-size="standard" data-annotation="bubble"
data-href="http://blankitcomics.com/"></div></td>
</tr>
</table>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>

View file

@ -0,0 +1,37 @@
title: Dosage comic Blip
url: "/comics/Blip.html"
---
Dosage comic Blip
-----------------------------------------
<table class="comicinfo">
<tr>
<th>Description</th><td></td>
</tr>
<tr>
<th>Website</th><td><a href="http://blipcomic.com/">http://blipcomic.com/</a></td>
</tr>
<tr>
<th>Genre</th><td>Other</td>
</tr>
<tr>
<th>Language</th><td>English</td>
</tr>
<tr>
<th>Adult content</th><td>no</td>
</tr>
<tr>
<th>Status</th><td>ok on 27.03.2013</td>
</tr>
<tr>
<th>Rating</th><td><div class="g-plusone" data-size="standard" data-annotation="bubble"
data-href="http://blipcomic.com/"></div></td>
</tr>
</table>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>

View file

@ -0,0 +1,37 @@
title: Dosage comic BloodBound
url: "/comics/BloodBound.html"
---
Dosage comic BloodBound
-----------------------------------------
<table class="comicinfo">
<tr>
<th>Description</th><td></td>
</tr>
<tr>
<th>Website</th><td><a href="http://bloodboundcomic.com/">http://bloodboundcomic.com/</a></td>
</tr>
<tr>
<th>Genre</th><td>Other</td>
</tr>
<tr>
<th>Language</th><td>English</td>
</tr>
<tr>
<th>Adult content</th><td>no</td>
</tr>
<tr>
<th>Status</th><td>ok on 27.03.2013</td>
</tr>
<tr>
<th>Rating</th><td><div class="g-plusone" data-size="standard" data-annotation="bubble"
data-href="http://bloodboundcomic.com/"></div></td>
</tr>
</table>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>

View file

@ -0,0 +1,37 @@
title: Dosage comic BlueCrashKit
url: "/comics/BlueCrashKit.html"
---
Dosage comic BlueCrashKit
-----------------------------------------
<table class="comicinfo">
<tr>
<th>Description</th><td></td>
</tr>
<tr>
<th>Website</th><td><a href="http://robhamm.com/bluecrashkit/">http://robhamm.com/bluecrashkit/</a></td>
</tr>
<tr>
<th>Genre</th><td>Other</td>
</tr>
<tr>
<th>Language</th><td>English</td>
</tr>
<tr>
<th>Adult content</th><td>no</td>
</tr>
<tr>
<th>Status</th><td>ok on 27.03.2013</td>
</tr>
<tr>
<th>Rating</th><td><div class="g-plusone" data-size="standard" data-annotation="bubble"
data-href="http://robhamm.com/bluecrashkit/"></div></td>
</tr>
</table>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>

View file

@ -0,0 +1,37 @@
title: Dosage comic BobWhite
url: "/comics/BobWhite.html"
---
Dosage comic BobWhite
-----------------------------------------
<table class="comicinfo">
<tr>
<th>Description</th><td></td>
</tr>
<tr>
<th>Website</th><td><a href="http://www.bobwhitecomics.com/">http://www.bobwhitecomics.com/</a></td>
</tr>
<tr>
<th>Genre</th><td>Other</td>
</tr>
<tr>
<th>Language</th><td>English</td>
</tr>
<tr>
<th>Adult content</th><td>no</td>
</tr>
<tr>
<th>Status</th><td>ok on 27.03.2013</td>
</tr>
<tr>
<th>Rating</th><td><div class="g-plusone" data-size="standard" data-annotation="bubble"
data-href="http://www.bobwhitecomics.com/"></div></td>
</tr>
</table>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>

View file

@ -0,0 +1,37 @@
title: Dosage comic BookOfBiff
url: "/comics/BookOfBiff.html"
---
Dosage comic BookOfBiff
-----------------------------------------
<table class="comicinfo">
<tr>
<th>Description</th><td></td>
</tr>
<tr>
<th>Website</th><td><a href="http://www.thebookofbiff.com/">http://www.thebookofbiff.com/</a></td>
</tr>
<tr>
<th>Genre</th><td>Other</td>
</tr>
<tr>
<th>Language</th><td>English</td>
</tr>
<tr>
<th>Adult content</th><td>no</td>
</tr>
<tr>
<th>Status</th><td>ok on 27.03.2013</td>
</tr>
<tr>
<th>Rating</th><td><div class="g-plusone" data-size="standard" data-annotation="bubble"
data-href="http://www.thebookofbiff.com/"></div></td>
</tr>
</table>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>

View file

@ -0,0 +1,37 @@
title: Dosage comic BoredAndEvil
url: "/comics/BoredAndEvil.html"
---
Dosage comic BoredAndEvil
-----------------------------------------
<table class="comicinfo">
<tr>
<th>Description</th><td></td>
</tr>
<tr>
<th>Website</th><td><a href="http://www.boredandevil.com/">http://www.boredandevil.com/</a></td>
</tr>
<tr>
<th>Genre</th><td>Other</td>
</tr>
<tr>
<th>Language</th><td>English</td>
</tr>
<tr>
<th>Adult content</th><td>no</td>
</tr>
<tr>
<th>Status</th><td>ok on 27.03.2013</td>
</tr>
<tr>
<th>Rating</th><td><div class="g-plusone" data-size="standard" data-annotation="bubble"
data-href="http://www.boredandevil.com/"></div></td>
</tr>
</table>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>

View file

@ -0,0 +1,37 @@
title: Dosage comic BoxerHockey
url: "/comics/BoxerHockey.html"
---
Dosage comic BoxerHockey
-----------------------------------------
<table class="comicinfo">
<tr>
<th>Description</th><td></td>
</tr>
<tr>
<th>Website</th><td><a href="http://boxerhockey.fireball20xl.com/">http://boxerhockey.fireball20xl.com/</a></td>
</tr>
<tr>
<th>Genre</th><td>Other</td>
</tr>
<tr>
<th>Language</th><td>English</td>
</tr>
<tr>
<th>Adult content</th><td>no</td>
</tr>
<tr>
<th>Status</th><td>ok on 27.03.2013</td>
</tr>
<tr>
<th>Rating</th><td><div class="g-plusone" data-size="standard" data-annotation="bubble"
data-href="http://boxerhockey.fireball20xl.com/"></div></td>
</tr>
</table>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>

View file

@ -0,0 +1,37 @@
title: Dosage comic BoyOnAStickAndSlither
url: "/comics/BoyOnAStickAndSlither.html"
---
Dosage comic BoyOnAStickAndSlither
-----------------------------------------
<table class="comicinfo">
<tr>
<th>Description</th><td></td>
</tr>
<tr>
<th>Website</th><td><a href="http://www.boasas.com/">http://www.boasas.com/</a></td>
</tr>
<tr>
<th>Genre</th><td>Other</td>
</tr>
<tr>
<th>Language</th><td>English</td>
</tr>
<tr>
<th>Adult content</th><td>no</td>
</tr>
<tr>
<th>Status</th><td>ok on 27.03.2013</td>
</tr>
<tr>
<th>Rating</th><td><div class="g-plusone" data-size="standard" data-annotation="bubble"
data-href="http://www.boasas.com/"></div></td>
</tr>
</table>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>

View file

@ -0,0 +1,37 @@
title: Dosage comic BratHalla
url: "/comics/BratHalla.html"
---
Dosage comic BratHalla
-----------------------------------------
<table class="comicinfo">
<tr>
<th>Description</th><td></td>
</tr>
<tr>
<th>Website</th><td><a href="http://brat-halla.com/">http://brat-halla.com/</a></td>
</tr>
<tr>
<th>Genre</th><td>Other</td>
</tr>
<tr>
<th>Language</th><td>English</td>
</tr>
<tr>
<th>Adult content</th><td>no</td>
</tr>
<tr>
<th>Status</th><td>ok on 27.03.2013</td>
</tr>
<tr>
<th>Rating</th><td><div class="g-plusone" data-size="standard" data-annotation="bubble"
data-href="http://brat-halla.com/"></div></td>
</tr>
</table>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>

View file

@ -0,0 +1,37 @@
title: Dosage comic BrentalFloss
url: "/comics/BrentalFloss.html"
---
Dosage comic BrentalFloss
-----------------------------------------
<table class="comicinfo">
<tr>
<th>Description</th><td></td>
</tr>
<tr>
<th>Website</th><td><a href="http://brentalflossthecomic.com/">http://brentalflossthecomic.com/</a></td>
</tr>
<tr>
<th>Genre</th><td>Other</td>
</tr>
<tr>
<th>Language</th><td>English</td>
</tr>
<tr>
<th>Adult content</th><td>no</td>
</tr>
<tr>
<th>Status</th><td>ok on 27.03.2013</td>
</tr>
<tr>
<th>Rating</th><td><div class="g-plusone" data-size="standard" data-annotation="bubble"
data-href="http://brentalflossthecomic.com/"></div></td>
</tr>
</table>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>

View file

@ -0,0 +1,37 @@
title: Dosage comic BrentalFloss/FlossedInTime
url: "/comics/BrentalFlossFit.html"
---
Dosage comic BrentalFloss/FlossedInTime
-----------------------------------------
<table class="comicinfo">
<tr>
<th>Description</th><td></td>
</tr>
<tr>
<th>Website</th><td><a href="http://brentalflossthecomic.com/fit/">http://brentalflossthecomic.com/fit/</a></td>
</tr>
<tr>
<th>Genre</th><td>Other</td>
</tr>
<tr>
<th>Language</th><td>English</td>
</tr>
<tr>
<th>Adult content</th><td>no</td>
</tr>
<tr>
<th>Status</th><td>ok on 27.03.2013</td>
</tr>
<tr>
<th>Rating</th><td><div class="g-plusone" data-size="standard" data-annotation="bubble"
data-href="http://brentalflossthecomic.com/fit/"></div></td>
</tr>
</table>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>

View file

@ -0,0 +1,37 @@
title: Dosage comic BrentalFloss/GuestComics
url: "/comics/BrentalFlossGuest.html"
---
Dosage comic BrentalFloss/GuestComics
-----------------------------------------
<table class="comicinfo">
<tr>
<th>Description</th><td></td>
</tr>
<tr>
<th>Website</th><td><a href="http://brentalflossthecomic.com/guestcomics/">http://brentalflossthecomic.com/guestcomics/</a></td>
</tr>
<tr>
<th>Genre</th><td>Other</td>
</tr>
<tr>
<th>Language</th><td>English</td>
</tr>
<tr>
<th>Adult content</th><td>no</td>
</tr>
<tr>
<th>Status</th><td>ok on 27.03.2013</td>
</tr>
<tr>
<th>Rating</th><td><div class="g-plusone" data-size="standard" data-annotation="bubble"
data-href="http://brentalflossthecomic.com/guestcomics/"></div></td>
</tr>
</table>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>

View file

@ -0,0 +1,37 @@
title: Dosage comic BrightlyWound
url: "/comics/BrightlyWound.html"
---
Dosage comic BrightlyWound
-----------------------------------------
<table class="comicinfo">
<tr>
<th>Description</th><td></td>
</tr>
<tr>
<th>Website</th><td><a href="http://www.brightlywound.com/?comic=137">http://www.brightlywound.com/?comic=137</a></td>
</tr>
<tr>
<th>Genre</th><td>Other</td>
</tr>
<tr>
<th>Language</th><td>English</td>
</tr>
<tr>
<th>Adult content</th><td>no</td>
</tr>
<tr>
<th>Status</th><td>ok on 27.03.2013</td>
</tr>
<tr>
<th>Rating</th><td><div class="g-plusone" data-size="standard" data-annotation="bubble"
data-href="http://www.brightlywound.com/?comic=137"></div></td>
</tr>
</table>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>

View file

@ -0,0 +1,37 @@
title: Dosage comic Brink
url: "/comics/Brink.html"
---
Dosage comic Brink
-----------------------------------------
<table class="comicinfo">
<tr>
<th>Description</th><td></td>
</tr>
<tr>
<th>Website</th><td><a href="http://paperfangs.com/brink/">http://paperfangs.com/brink/</a></td>
</tr>
<tr>
<th>Genre</th><td>Other</td>
</tr>
<tr>
<th>Language</th><td>English</td>
</tr>
<tr>
<th>Adult content</th><td>no</td>
</tr>
<tr>
<th>Status</th><td>ok on 27.03.2013</td>
</tr>
<tr>
<th>Rating</th><td><div class="g-plusone" data-size="standard" data-annotation="bubble"
data-href="http://paperfangs.com/brink/"></div></td>
</tr>
</table>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>

View file

@ -0,0 +1,37 @@
title: Dosage comic BroodHollow
url: "/comics/BroodHollow.html"
---
Dosage comic BroodHollow
-----------------------------------------
<table class="comicinfo">
<tr>
<th>Description</th><td></td>
</tr>
<tr>
<th>Website</th><td><a href="http://broodhollow.chainsawsuit.com/">http://broodhollow.chainsawsuit.com/</a></td>
</tr>
<tr>
<th>Genre</th><td>Other</td>
</tr>
<tr>
<th>Language</th><td>English</td>
</tr>
<tr>
<th>Adult content</th><td>no</td>
</tr>
<tr>
<th>Status</th><td>ok on 27.03.2013</td>
</tr>
<tr>
<th>Rating</th><td><div class="g-plusone" data-size="standard" data-annotation="bubble"
data-href="http://broodhollow.chainsawsuit.com/"></div></td>
</tr>
</table>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>

View file

@ -0,0 +1,37 @@
title: Dosage comic ButterSafe
url: "/comics/ButterSafe.html"
---
Dosage comic ButterSafe
-----------------------------------------
<table class="comicinfo">
<tr>
<th>Description</th><td></td>
</tr>
<tr>
<th>Website</th><td><a href="http://buttersafe.com/">http://buttersafe.com/</a></td>
</tr>
<tr>
<th>Genre</th><td>Other</td>
</tr>
<tr>
<th>Language</th><td>English</td>
</tr>
<tr>
<th>Adult content</th><td>no</td>
</tr>
<tr>
<th>Status</th><td>ok on 27.03.2013</td>
</tr>
<tr>
<th>Rating</th><td><div class="g-plusone" data-size="standard" data-annotation="bubble"
data-href="http://buttersafe.com/"></div></td>
</tr>
</table>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>

View file

@ -0,0 +1,37 @@
title: Dosage comic ButternutSquash
url: "/comics/ButternutSquash.html"
---
Dosage comic ButternutSquash
-----------------------------------------
<table class="comicinfo">
<tr>
<th>Description</th><td></td>
</tr>
<tr>
<th>Website</th><td><a href="http://www.butternutsquash.net/">http://www.butternutsquash.net/</a></td>
</tr>
<tr>
<th>Genre</th><td>Other</td>
</tr>
<tr>
<th>Language</th><td>English</td>
</tr>
<tr>
<th>Adult content</th><td>no</td>
</tr>
<tr>
<th>Status</th><td>ok on 27.03.2013</td>
</tr>
<tr>
<th>Rating</th><td><div class="g-plusone" data-size="standard" data-annotation="bubble"
data-href="http://www.butternutsquash.net/"></div></td>
</tr>
</table>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>

View file

@ -0,0 +1,37 @@
title: Dosage comic Caggage
url: "/comics/Caggage.html"
---
Dosage comic Caggage
-----------------------------------------
<table class="comicinfo">
<tr>
<th>Description</th><td></td>
</tr>
<tr>
<th>Website</th><td><a href="http://caggagecomic.com/">http://caggagecomic.com/</a></td>
</tr>
<tr>
<th>Genre</th><td>Other</td>
</tr>
<tr>
<th>Language</th><td>English</td>
</tr>
<tr>
<th>Adult content</th><td>no</td>
</tr>
<tr>
<th>Status</th><td>ok on 27.03.2013</td>
</tr>
<tr>
<th>Rating</th><td><div class="g-plusone" data-size="standard" data-annotation="bubble"
data-href="http://caggagecomic.com/"></div></td>
</tr>
</table>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>

View file

@ -0,0 +1,37 @@
title: Dosage comic CaptainSNES
url: "/comics/CaptainSNES.html"
---
Dosage comic CaptainSNES
-----------------------------------------
<table class="comicinfo">
<tr>
<th>Description</th><td></td>
</tr>
<tr>
<th>Website</th><td><a href="http://www.captainsnes.com/">http://www.captainsnes.com/</a></td>
</tr>
<tr>
<th>Genre</th><td>Other</td>
</tr>
<tr>
<th>Language</th><td>English</td>
</tr>
<tr>
<th>Adult content</th><td>no</td>
</tr>
<tr>
<th>Status</th><td>ok on 27.03.2013</td>
</tr>
<tr>
<th>Rating</th><td><div class="g-plusone" data-size="standard" data-annotation="bubble"
data-href="http://www.captainsnes.com/"></div></td>
</tr>
</table>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>

View file

@ -0,0 +1,37 @@
title: Dosage comic CaribbeanBlue
url: "/comics/CaribbeanBlue.html"
---
Dosage comic CaribbeanBlue
-----------------------------------------
<table class="comicinfo">
<tr>
<th>Description</th><td></td>
</tr>
<tr>
<th>Website</th><td><a href="http://cblue.katbox.net/">http://cblue.katbox.net/</a></td>
</tr>
<tr>
<th>Genre</th><td>Other</td>
</tr>
<tr>
<th>Language</th><td>English</td>
</tr>
<tr>
<th>Adult content</th><td>no</td>
</tr>
<tr>
<th>Status</th><td>error on 27.03.2013</td>
</tr>
<tr>
<th>Rating</th><td><div class="g-plusone" data-size="standard" data-annotation="bubble"
data-href="http://cblue.katbox.net/"></div></td>
</tr>
</table>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>

View file

@ -0,0 +1,37 @@
title: Dosage comic CaseyAndAndy
url: "/comics/CaseyAndAndy.html"
---
Dosage comic CaseyAndAndy
-----------------------------------------
<table class="comicinfo">
<tr>
<th>Description</th><td></td>
</tr>
<tr>
<th>Website</th><td><a href="http://www.galactanet.com/comic/">http://www.galactanet.com/comic/</a></td>
</tr>
<tr>
<th>Genre</th><td>Other</td>
</tr>
<tr>
<th>Language</th><td>English</td>
</tr>
<tr>
<th>Adult content</th><td>no</td>
</tr>
<tr>
<th>Status</th><td>ok on 27.03.2013</td>
</tr>
<tr>
<th>Rating</th><td><div class="g-plusone" data-size="standard" data-annotation="bubble"
data-href="http://www.galactanet.com/comic/"></div></td>
</tr>
</table>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>

Some files were not shown because too many files have changed in this diff Show more