User talk:Jestofdoom: Difference between revisions
Jump to navigation
Jump to search
(Leave a message) |
Jestofdoom (talk | contribs) No edit summary |
||
Line 14: | Line 14: | ||
| sed -e "s/The Skeptics Guide #\([0-9]*\) - \(.*\)/\* \[\[SGU Episode \1\]\], \2/" | | sed -e "s/The Skeptics Guide #\([0-9]*\) - \(.*\)/\* \[\[SGU Episode \1\]\], \2/" | ||
:Wow, that's... pretty thorough, I guess. I don't understand much of that, but thanks! Now that you've done all that work, would now be a good time to mention that I'm working on converting the page of SGU episodes from unordered lists to a group of sortable collapsible tables?<br/>-- [[User:Av8rmike|Av8rmike]] ([[User talk:Av8rmike|talk]]) 04:20, 18 October 2012 (UTC) | :Wow, that's... pretty thorough, I guess. I don't understand much of that, but thanks! Now that you've done all that work, would now be a good time to mention that I'm working on converting the page of SGU episodes from unordered lists to a group of sortable collapsible tables?<br/>-- [[User:Av8rmike|Av8rmike]] ([[User talk:Av8rmike|talk]]) 04:20, 18 October 2012 (UTC) | ||
::Heh heh. It wasn't hardly any work at all. I just copy pasted the output of the script in big swaths. If you have some of the formatting figured out, I can tweak that script to just output all the lines of wikified code for you if it saves you time. --[[User:Jestofdoom|Jestofdoom]] ([[User talk:Jestofdoom|talk]]) 04:59, 18 October 2012 (UTC) |
Revision as of 15:59, 18 October 2012
Welcome to SGUTranscripts! We hope you have fun. You will probably want to read the help pages. Again, welcome and have fun! Rwh86 (talk) 21:56, 14 October 2012 (UTC)
Shell scripts used to get show dates and episode numbers (messes up show 234):
(Yes, that's an inline newline...)
grep pid=[0-9]*\"\> ~/Downloads/rss.aspx.xhtml|sed -e 's/\(pid=[0-9]*\"\>\)/\ \1/g'|sed -e "s/.*pid=[0-9]*\"\>[^S]*\([^<]*\).*/The \1/"|grep Skeptics\ Guide|sed -e "s/\([0-9]\)th[ ,]*/\1 /;s/February/Feb/" | sed -e "s/The Skeptics Guide #\([0-9]*\) - \(.*\)/\* \[\[SGU Episode \1\]\], \2/"
- Wow, that's... pretty thorough, I guess. I don't understand much of that, but thanks! Now that you've done all that work, would now be a good time to mention that I'm working on converting the page of SGU episodes from unordered lists to a group of sortable collapsible tables?
-- Av8rmike (talk) 04:20, 18 October 2012 (UTC)- Heh heh. It wasn't hardly any work at all. I just copy pasted the output of the script in big swaths. If you have some of the formatting figured out, I can tweak that script to just output all the lines of wikified code for you if it saves you time. --Jestofdoom (talk) 04:59, 18 October 2012 (UTC)