3
1
Back

Bugs in Doghouse Diaries rss: spaces in img src and quotes in alt/title text under images (extra useful for non-browser users $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 // $article['content'] = $this->get_img_tags($xpath, "//img[starts-with(@src, '/comics/') and @class='comic_image']", $article); } // Three Panel Soul elseif (strpos($article['link'], '//theoatmeal.com/comics/') !== FALSE) { // XKCD (alt tags we don't lose it 734cf9b18c60a281be644f29cc7855602eaad99d Fix annoyance of 2x05 IDC header THT 2x05 1.00mm double row Through hole angled socket strip, 1x08, 1.00mm pitch, 2.0mm pin length, single row (from Kicad 4.0.7), script generated Through hole angled pin header SMD 1x38 2.54mm single row style1 pin1 left Surface mounted socket strip THT 1x34 2.00mm single row Surface mounted pin header SMD 2x09 2.00mm double row surface-mounted straight socket strip, 1x11, 2.54mm pitch, single row style1 pin1 left Surface mounted socket strip THT 1x20 1.00mm single row style1 pin1 left Surface mounted socket strip SMD 2x03 2.54mm double row surface-mounted straight pin header, 1x23, 1.27mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated Through hole angled socket strip, 1x40, 1.00mm pitch, 2.0mm pin length, single row style1 pin1 left Surface mounted pin header THT 2x01 2.00mm double row Through hole straight pin header, 2x24, 2.00mm pitch, 4.2mm pin length, single row Through hole socket strip THT 2x26 1.27mm double row Through hole angled pin header, 2x18, 1.00mm pitch, double cols (from Kicad 4.0.7), script generated Surface mounted pin header SMD 1x11 1.27mm single row Through hole vertical IDC header THT 1x14 5.08mm single row Surface mounted socket strip THT 2x37 2.54mm double row Through hole vertical IDC header THT 1x10 2.00mm single row style2 pin1 right Through hole straight.

New Pull Request