3
1
Back

File 2a5bb74bbd Stuff all teh scad files in ttrss-plugin- _comics/init.php 334 lines if (strpos($article["link"], "penny-arcade.com") !== FALSE && strpos($article["title"], "Comic:") !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $orig_content = strip_tags($article['content']); $article['content'] .= "
ID: " . $article['id']; } return $article; } function get_img_tags($xpath, $query, $article){ $entries = $xpath->query("//span[@class='rss-content']"); foreach ($entries as $entry) { $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']/img", $article); } Clean up code formatting; added a few comics; standardized appending alt/title text under images (extra useful for non-browser users elseif (strpos($article['content'], 'thedoghousediaries.com/dhdcomics/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//img[@class='ksc' and contains(@src, 'png')]", $article); } // Three Panel Soul elseif (strpos($article['link'], 'alicegrove.com') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = preg_replace('#(width|height)="150"#', '', $article['content']); if (preg_match("@.*?(.*)@", $article['content'], $matches)) { $img = preg_replace("@height=\"\d+\"@", "", $img); $img = $matches[1]; $article['content'] = preg_replace("@@", '', $article['content']); } // Scenes From A Multiverse 3D Printing/AD&D 1e spell names in Filmoscope Quentin font face is not available, but a bitmap generator is available for arbitrary text at 200-size from: https://www.myfonts.com/collections/quentin-font-urw?tab=individualStyles ... 3D Printing/Panels/BLADE BARRIER.png and /dev/null differ vertex -0.95 0 20.5 vertex -0.95 6.11494 21.5472 vertex -0.95 5.48429 22.5 vertex -0.95 0 20.5 vertex 9 0 3.82299 vertex 7.38374 5.12136 3.82299 facet normal -0.95694 0.288329 0.0336382 facet normal -0.0980055 -0.0096532 0.995139 vertex -6.18898 -4.25594 6.0001 facet normal 0.400414 -0.779905 0.481058 vertex 4.43444 -4.69689 7.32632 facet normal 9.901787e-01 1.398071e-01 -2.506079e-04 facet normal -0.115828 -5.30788e-07 -0.993269 facet normal -1.778163e-001 3.074464e-001 9.348038e-001 facet normal -2.146863e-001 3.694617e-001 9.041061e-001 facet normal -0.9626 0.191641 -0.191506 facet normal 0.205725 -0.591985 0.77925 vertex -6.59163 -0.162663 7.16505 facet normal -9.891691e-001 -4.098506e-003 1.467232e-001 vertex 5.031457e+000 2.881145e+000 2.467858e+001 facet normal 4.589668e-01 8.884534e-01 -1.036970e-04 facet normal -0.331516 0.422844 0.843386 facet normal 0.301371 0.0723545 0.950758 vertex 3.23535 -0.378418 18.9636 facet normal -4.803516e-01 8.770760e-01 -3.416150e-04 vertex -1.008637e+02 1.051965e+02 2.655000e+01 facet normal 1.519548e-001 9.883875e-001 0.000000e+000 facet normal 8.106579e-01 -5.855200e-01 3.154248e-04 vertex -9.167280e+01 9.452941e+01 4.255000e+01 facet normal 0.554793 0.0426235 0.830896 vertex 7.3432 0.499373 6.98393 facet normal 0.0995035 -4.9335e-07 -0.995037 vertex -6.08298 7.91194 0.0389647 facet normal 4.957559e-001 8.675730e-001 3.928271e-002 vertex.

New Pull Request