forked from HPR/hpr_generator
		
	Merge pull request 'i240_Rename-Today-with-a-Techie-folder' (#241) from i240_Rename-Today-with-a-Techie-folder into main
Reviewed-on: HPR/hpr_generator#241
This commit is contained in:
		
							
								
								
									
										3
									
								
								site.cfg
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								site.cfg
									
									
									
									
									
								
							| @@ -119,8 +119,7 @@ content: content-tags.tpl.html | ||||
| navigation: navigation-get-shows.tpl.html | ||||
| content: content-twat_episode.tpl.html | ||||
| multipage: true | ||||
| filename: eps/twat[id]/index.html | ||||
| media_baseurl: https://www.hackerpublicradio.org/eps/ | ||||
| filename: eps/twt[id]/index.html | ||||
|  | ||||
| [mumble-howto] | ||||
| navigation: navigation-about.tpl.html | ||||
|   | ||||
| @@ -13,7 +13,7 @@ | ||||
| 	<!--% show_summary(episodes) %--> | ||||
| 	<p class="listen-in"><!--% display_listen_in(episodes.id) %--></p> | ||||
| <!--% END %--> | ||||
| <h2 id="twat_episodes">Today With a Techie Archived Shows</h2> | ||||
| <h2 id="twt_episodes">Today With a Techie Archived Shows</h2> | ||||
| 	<p> | ||||
| 		<!-- Creative Commons License --> | ||||
| 		<a rel="license" href="https://creativecommons.org/licenses/by-nc-sa/2.5/"><img alt="Creative Commons License" border="0" src="https://creativecommons.org/images/public/somerights20.png" width="88" height="31" /></a><br>The following work is licensed under a <a rel="license" href="https://creativecommons.org/licenses/by-nc-sa/2.5/">Creative Commons Attribution-NonCommercial-ShareAlike 2.5 License</a>.</p> | ||||
|   | ||||
| @@ -40,7 +40,7 @@ | ||||
| 	<!--% days_till_next_episode = calc.Delta_Days(now.0,now.1,now.2,slot_date.0,slot_date.1,slot_date.2) %--> | ||||
|  | ||||
| 	<!--% delta = date.calc.N_Delta_YMD(2005,9,19, date.format(date.now, '%Y'),date.format(date.now, '%m'),date.format(date.now, '%d')) %--> | ||||
| 	<p>We started producing shows as <a href="<!--% absolute_path(baseurl) %-->eps/index.html#twat_episodes"><em>Today with a Techie</em></a> on 2005-09-19, <!--% delta.0 %--> years, <!--% delta.1 %--> months, <!--% delta.2 %--> days ago. Our shows are produced by <a href="<!--% absolute_path(baseurl) %-->correspondents/index.html">listeners</a> like you and can be on any <a href="<!--% absolute_path(baseurl) %-->eps/index.html">topics</a> that <strong>"are of interest to <a href="https://en.wikipedia.org/wiki/hacker_(hobbyist)">hackers</a>"</strong>. If you listen to HPR then please consider contributing one show a year. If you <a href="<!--% absolute_url(baseurl) %-->about.html#so_you_want_to_record_a_podcast">record</a> your show now it could be <a href="<!--% hub_baseurl %-->calendar.php">released</a> in <strong><!--% days_till_next_episode %--></strong> days.</p> | ||||
| 	<p>We started producing shows as <a href="<!--% absolute_path(baseurl) %-->eps/index.html#twt_episodes"><em>Today with a Techie</em></a> on 2005-09-19, <!--% delta.0 %--> years, <!--% delta.1 %--> months, <!--% delta.2 %--> days ago. Our shows are produced by <a href="<!--% absolute_path(baseurl) %-->correspondents/index.html">listeners</a> like you and can be on any <a href="<!--% absolute_path(baseurl) %-->eps/index.html">topics</a> that <strong>"are of interest to <a href="https://en.wikipedia.org/wiki/hacker_(hobbyist)">hackers</a>"</strong>. If you listen to HPR then please consider contributing one show a year. If you <a href="<!--% absolute_url(baseurl) %-->about.html#so_you_want_to_record_a_podcast">record</a> your show now it could be <a href="<!--% hub_baseurl %-->calendar.php">released</a> in <strong><!--% days_till_next_episode %--></strong> days.</p> | ||||
|   </article> | ||||
|   <!--% display_call_for_shows() %--> | ||||
|   <hr> | ||||
|   | ||||
| @@ -45,7 +45,7 @@ | ||||
| %--> | ||||
| <!--% episode_result = query_episodes.execute(id, id, id, id, id) %--> | ||||
| <!--% FOREACH episode IN episode_result %--> | ||||
| <!--% episode_navigation = step_navigation(baseurl,episode,"twat") %--> | ||||
| <!--% episode_navigation = step_navigation(baseurl,episode,"twt") %--> | ||||
| <article> | ||||
| 	<header> | ||||
| 		<h1><!--% episode.id %--> :: <!--% episode.title %--></h1> | ||||
|   | ||||
| @@ -57,7 +57,7 @@ or | ||||
|  | ||||
| <!--% MACRO twat_show_summary(show, hide_host) BLOCK %--> | ||||
|  | ||||
| 	<h3 class="title"><a href="<!--% absolute_path(baseurl) %-->eps/twat<!--% zero_pad_left(show.id) %-->/index.html">Today with a Techie Ep.<!--% show.id %--> :: <!--% show.title %--></a> <!--% IF hide_host == "" %-->  | ||||
| 	<h3 class="title"><a href="<!--% absolute_path(baseurl) %-->eps/twt<!--% zero_pad_left(show.id) %-->/index.html">Today with a Techie Ep.<!--% show.id %--> :: <!--% show.title %--></a> <!--% IF hide_host == "" %-->  | ||||
| 		hosted by <a href="<!--% absolute_path(baseurl) %-->correspondents/<!--% zero_pad_left(show.hostid) %-->.html"><!--% show.host %--></a> | ||||
| 	<!--% END %--> | ||||
| 	</h3> | ||||
|   | ||||
| @@ -94,6 +94,7 @@ | ||||
|  | ||||
| <!--% MACRO media_path(episode_id, episode_type, media_type, baseurl, media_baseurl) BLOCK %--> | ||||
|         <!--% IF episode_type == "twat" %--> | ||||
|                 <!--% episode_type = "twt" %--> | ||||
|                 <!--% padding = 3 %--> | ||||
|                 <!--% media_folder = "eps/"; padding = 3 %--> | ||||
|         <!--% ELSE %--> | ||||
| @@ -107,7 +108,7 @@ | ||||
|                         <!--% media_baseurl = "${media_baseurl}hpr\$eps_id/" %--> | ||||
|                 <!--% END %--> | ||||
|                 <!--% media_folder = "" %--> | ||||
|                 <!--% media_baseurl = media_baseurl.replace('\$eps_id', zero_pad_left(episode_id)) %--> | ||||
|                 <!--% media_baseurl = media_baseurl.replace('hpr\$eps_id', episode_type _ zero_pad_left(episode_id, padding)) %--> | ||||
|         <!--% END %--> | ||||
|         <!--% media_basepath(baseurl, media_baseurl) %--><!--% media_folder %--><!--% episode_type %--><!--% zero_pad_left(episode_id, padding) %-->.<!--% media_type %--> | ||||
| <!--% END %--> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user