3
1
Back

Ways of pulling comics, alt text and salient bits of blogs into Tiny Tiny RSS entries. Binary files /dev/null and b/Images/IMG_6777.JPG differ Binary files /dev/null and b/Panels/label_test.stl differ surface("FireballSpellVertSmaller.png", center=true, invert=false); // color([1,0,0] // surface("FIREBALL VCO.png", center=true, invert=false); module label(string, size=4, halign="center", height=thickness+1, font=default_label_font) { color([1,0,0]) linear_extrude(height) text(string, size, halign=halign, font=font); } From d8a7439c05979d3c73da6a91162e90a1a48a57e5 Mon Sep 17 00:00:00 2001 Subject: [PATCH 03/13] More assembly notes for v1 build Schematics/bad_trace_v1.jpeg Normal file Unescape "Name": "Top Solder Paste" "Name": "Top Solder Paste" "Name": "Bottom Silk Screen" "Name": "Top Silk Screen" "Name": "Top Solder Mask" "Name": "Bottom Silk Screen" "Name": "Top Silk Screen" Hardware/Panel/precadsr-panel/precadsr-panel-cache.lib Normal file Unescape Schematics/SynthMages.pretty/IDC-Header_2x05_P2.54mm_Vertical_Fixed_Ground_Fill.kicad_mod Normal file View File 3D Printing/Rails/36hp_outie.stl | Bin 0 -> 38764 bytes Panels/futura medium condensed bt.ttf and /dev/null differ 1aa48a179a Add splits and labels to get what game it's about $entries = $xpath->query("//span[@class='rss-content']"); foreach ($entries as $entry){ $article['content'] .= "ID: " . $img->getAttribute('title') . ""; } if(preg_match("@.*(get_xpath_dealie($article['link']); $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 $entries = $xpath->query("//div[@id='blarg']/div[last()]"); foreach ($entries as $entry) { $article['content'] .= "
Alt: " . $img->getAttribute('title') . ""; } } return.

New Pull Request