
Questionable Content [eng]
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
1.3 1 year ago
Use HTTPS
9 years ago
0.2: provide a link to the shop of Questionable Content
0.3: also show the news, thx zhick for the patch
1.0: news work better now
1.1: some older strips work now
1.2: gif comic strips work too
zhick
11 years ago
diff -crB 92107-questionable_content/contents/code/main.es qc_neu/contents/code/main.es
*** 92107-questionable_content/contents/code/main.es 2009-02-07 15:19:55.000000000 +0100
--- qc_neu/contents/code/main.es 2009-08-11 14:17:13.000000000 +0200
***************
*** 51,56 ****
--- 51,62 ----
return;
}
+ re = new RegExp("<div id=\"news\">[<br/>\\s]*(.+)</div>\\s<script type=\"text/javascript\">");
+ match = re.exec(data);
+ if (match != null) {
+ comic.additionalText = match[1];
+ }
+
re = new RegExp("href=\"([^\"]+)\">Merchandise</a>");
match = re.exec(data);
if (match != null) {
Report
mfuchs
11 years ago
[1] Is there a setting to get mails when someone writes a comment on one of your commits?
Report