38 lines
		
	
	
	
		
			1.4 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			38 lines
		
	
	
	
		
			1.4 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!-- FIXME: SFLC SPECIFIC CONTENT!!! -->
 | |
| <!--  Copyright (C) 2008       Bradley M. Kuhn <bkuhn@ebb.org> -->
 | |
| <!-- Permission is granted to copy, modify, redistribute, propagate,  -->
 | |
| <!-- and/or convey this template in any form. -->
 | |
| 
 | |
| {% extends "base_standard.html" %}
 | |
| 
 | |
| {% load static %}
 | |
| 
 | |
| {% block head %}
 | |
| <meta name="description" content="Free as in Freedom is a bi-weekly oggcast about legal, policy and other issues in Free, Libre and Open Source Software" />
 | |
| <meta name="keywords" content="software, freedom, podjango, open source, gnu, GNU, Open Source, Free and Open Source, Free and Open Source Software, FLOSS, FOSS, protect, protection, help, policy, linux, non-profit, oggcast, podcast" />
 | |
| <style>
 | |
|  ul {
 | |
|    padding-left: 2rem;
 | |
|    margin-bottom: 1rem;
 | |
|  }
 | |
|  a.feedlink img { margin-left: 0.5rem }
 | |
| </style>
 | |
| <link rel="alternate" type="application/rss+xml" title="MP3 Audio Feed for Free as in Freedom" href="{% url 'podjango:feed-mp3' %}" />
 | |
| <link rel="alternate" type="application/rss+xml" title="Ogg/Vorbis Audio Feed for Free as in Freedom" href="{% url 'podjango:feed-ogg' %}" />
 | |
| {% endblock %}
 | |
| 
 | |
| {% comment %}
 | |
| {% block internal_navigate %}
 | |
| <h3>Tags</h3>
 | |
| <ul>
 | |
| {% for tag in all_tags %}
 | |
| <li><a href="{{ tag.get_absolute_url }}">{{ tag.label }}</a></li>
 | |
| {% endfor %}
 | |
| </ul>
 | |
| 
 | |
| <p><a href="{% url 'podjango:cast' %}">All oggcasts…</a></p>
 | |
| <!-- Query is not working right now! -->
 | |
| <!-- <p><a href="/podcast/query/">Query...</a></p> -->
 | |
| 
 | |
| {% endblock %}
 | |
| {% endcomment %}
 |