User talk:Jestofdoom: Difference between revisions

From SGUTranscripts
Jump to navigation Jump to search
m (Welcome!)
 
(explanation of rollback)
 
(3 intermediate revisions by 2 users not shown)
Line 3: Line 3:
You will probably want to read the [[Help:Contents|help pages]].
You will probably want to read the [[Help:Contents|help pages]].
Again, welcome and have fun! [[User:Rwh86|Rwh86]] ([[User talk:Rwh86|talk]]) 21:56, 14 October 2012 (UTC)
Again, welcome and have fun! [[User:Rwh86|Rwh86]] ([[User talk: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?<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)
Hi there, and welcome to the team! Thanks for working on the code. I've rolled back [[Template:SGU episode list]] for now, as it's used for listing transcription pages (rather than episodes) and we'd rather keep it short for the main and [[SGU Episodes]] pages. But it's all saved in the [http://www.sgutranscripts.org/w/index.php?title=Template:SGU_episode_list&action=history revision history], so it can
be used at a later date.
<br>--[[User:Teleuteskitty|Teleuteskitty]] ([[User talk:Teleuteskitty|talk]]) 05:57, 18 October 2012 (UTC)

Latest revision as of 15:57, 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)

Hi there, and welcome to the team! Thanks for working on the code. I've rolled back Template:SGU episode list for now, as it's used for listing transcription pages (rather than episodes) and we'd rather keep it short for the main and SGU Episodes pages. But it's all saved in the revision history, so it can be used at a later date.
--Teleuteskitty (talk) 05:57, 18 October 2012 (UTC)