Merge in various HTML fixes from Martin Michlmayr <tbm@cyrius.com> on 2013-02-21.
This did not fast-forward merge because I'd made changes to those files since Martin submitted his merge request. This merge brings in the changes contributed in the following two commits from Martin: commit8b54927bb5Author: Martin Michlmayr <tbm@cyrius.com> Date: 2013-02-21 21:47:15 +0000 Remove stray character commit660c48a528Author: Martin Michlmayr <tbm@cyrius.com> Date: 2013-02-21 21:46:40 +0000 Fix various HTML syntax errors
This commit is contained in:
		
						commit
						f1575ece1a
					
				
					 6 changed files with 10 additions and 11 deletions
				
			
		|  | @ -18,6 +18,7 @@ If you don't hear from us within a week, please try again.</p> | ||||||
| <p>Software Freedom Conservancy, Inc.<br /> | <p>Software Freedom Conservancy, Inc.<br /> | ||||||
| 137 MONTAGUE ST  STE 380<br/> | 137 MONTAGUE ST  STE 380<br/> | ||||||
| Brooklyn, NY 11201-3548 | Brooklyn, NY 11201-3548 | ||||||
|  | </p> | ||||||
| 
 | 
 | ||||||
| <h2>Internet Relay Chat</h2> | <h2>Internet Relay Chat</h2> | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -10,7 +10,6 @@ as a non-profit in the State of New York, files an annual CHAR-500 with | ||||||
| New York State.  Below, Conservancy makes available these filings for | New York State.  Below, Conservancy makes available these filings for | ||||||
| public inspection, in reverse chronological order:</p> | public inspection, in reverse chronological order:</p> | ||||||
| 
 | 
 | ||||||
| <p> |  | ||||||
| <ul> | <ul> | ||||||
| <li>Fiscal Year 2012 (from 2012-03-01 through 2013-02-28) | <li>Fiscal Year 2012 (from 2012-03-01 through 2013-02-28) | ||||||
| <p>For FY 2012, Conservancy's due date for filing its Form 990, CHAR 500, and related paperwork is currently 2013-07-15.</p> | <p>For FY 2012, Conservancy's due date for filing its Form 990, CHAR 500, and related paperwork is currently 2013-07-15.</p> | ||||||
|  | @ -60,5 +59,5 @@ public inspection, in reverse chronological order:</p> | ||||||
|     incorporation documents, and as approved by New York on 7 April 2006.</a></li> |     incorporation documents, and as approved by New York on 7 April 2006.</a></li> | ||||||
| </ul> | </ul> | ||||||
| </li> | </li> | ||||||
| </ul></p> | </ul> | ||||||
| {% endblock %} | {% endblock %} | ||||||
|  |  | ||||||
|  | @ -23,11 +23,11 @@ culture.</p> | ||||||
| pertaining to free licenses (GNU/GPL, Creative Commons) as well at Wikimania | pertaining to free licenses (GNU/GPL, Creative Commons) as well at Wikimania | ||||||
| 2008, the annual international conference of the Wikimedia Foundation. Olivier | 2008, the annual international conference of the Wikimedia Foundation. Olivier | ||||||
| is also a masters instructor at the University of Paris I La Sorbonne and a | is also a masters instructor at the University of Paris I La Sorbonne and a | ||||||
| +member of the associations INTA and IAEL.</p> | member of the associations INTA and IAEL.</p> | ||||||
| 
 | 
 | ||||||
| <h2>Daniel B. Ravicher - Litigation Counsel</h2> | <h2>Daniel B. Ravicher - Litigation Counsel</h2> | ||||||
| 
 | 
 | ||||||
| Daniel B. Ravicher is a Lecturer in Law at Benjamin N. Cardozo School of | <p>Daniel B. Ravicher is a Lecturer in Law at Benjamin N. Cardozo School of | ||||||
| Law.  He has published numerous legal articles and given dozens of | Law.  He has published numerous legal articles and given dozens of | ||||||
| presentations regarding Free and Open Source Software legal issues and | presentations regarding Free and Open Source Software legal issues and | ||||||
| served as lead counsel for free and open source software developers in the | served as lead counsel for free and open source software developers in the | ||||||
|  | @ -60,7 +60,7 @@ of  <a href="http://pubpat.org">the Public Patent Foundation</a>. | ||||||
|   legal work with Conservancy, SFLC, and Question Copyright and serves |   legal work with Conservancy, SFLC, and Question Copyright and serves | ||||||
|   as <a href="/about/officers#karen">an officer of both the Conservancy</a> |   as <a href="/about/officers#karen">an officer of both the Conservancy</a> | ||||||
|   and SFLC.  Before joining SFLC, Karen worked as an associate in the |   and SFLC.  Before joining SFLC, Karen worked as an associate in the | ||||||
|   corporate departments of Gibson, Dunn & Crutcher LLP in New York and |   corporate departments of Gibson, Dunn & Crutcher LLP in New York and | ||||||
|   Clifford Chance in New York and London. Karen received her law degree |   Clifford Chance in New York and London. Karen received her law degree | ||||||
|   from Columbia Law School in 2000, where she was a James Kent Scholar and |   from Columbia Law School in 2000, where she was a James Kent Scholar and | ||||||
|   co-founder of the Columbia Science and Technology Law Review. Karen |   co-founder of the Columbia Science and Technology Law Review. Karen | ||||||
|  |  | ||||||
|  | @ -7,7 +7,7 @@ | ||||||
| <p class="date">{{ object.pub_date|date:"F j, Y" }} by {{ object.author.formal_name }}</p> | <p class="date">{{ object.pub_date|date:"F j, Y" }} by {{ object.author.formal_name }}</p> | ||||||
| <h2>{{ object.headline|safe }}</h2> | <h2>{{ object.headline|safe }}</h2> | ||||||
| {{ object.body|safe }} | {{ object.body|safe }} | ||||||
| <p><i>Posted by <strong>{{ object.author.formal_name }}</strong> on {{ object.pub_date|date:"F j, Y" }}.  Please email any comments on this entry to info@sfconservancy.org</a>.</i></p> | <p><i>Posted by <strong>{{ object.author.formal_name }}</strong> on {{ object.pub_date|date:"F j, Y" }}.  Please email any comments on this entry to <a href="mailto:info@sfconservancy.org">info@sfconservancy.org</a>.</i></p> | ||||||
| 
 | 
 | ||||||
| {% if object.tags.all %}<p class="blog-tags">Tags: {% for tag in object.tags.all %}<a href="{{ tag.get_absolute_url }}">{{ tag.label }}</a>{% if not forloop.last %}, {% endif %}{% endfor %}</p>{% endif %} | {% if object.tags.all %}<p class="blog-tags">Tags: {% for tag in object.tags.all %}<a href="{{ tag.get_absolute_url }}">{{ tag.label }}</a>{% if not forloop.last %}, {% endif %}{% endfor %}</p>{% endif %} | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -25,8 +25,8 @@ | ||||||
| <div class="columns"> | <div class="columns"> | ||||||
| 
 | 
 | ||||||
| <div class="column column-small column-left"> | <div class="column column-small column-left"> | ||||||
| <p> |  | ||||||
| <h2>Learn More about Conservancy</h2> | <h2>Learn More about Conservancy</h2> | ||||||
|  | <p> | ||||||
| <span class="continued"><a href="/overview/">An Overview of Conservancy…</a></span> | <span class="continued"><a href="/overview/">An Overview of Conservancy…</a></span> | ||||||
| <span class="continued"><a href="/members/current/">Conservancy's current member projects…</a></span> | <span class="continued"><a href="/members/current/">Conservancy's current member projects…</a></span> | ||||||
| <span class="continued"><a href="/members/services/">Services that Conservancy provides to its member projects…</a></span> | <span class="continued"><a href="/members/services/">Services that Conservancy provides to its member projects…</a></span> | ||||||
|  | @ -85,8 +85,7 @@ | ||||||
| </div> | </div> | ||||||
| {% endif %} | {% endif %} | ||||||
| {% endif %} | {% endif %} | ||||||
| <p><span class="continued"><a href="/news/">Conservancy News | <p><span class="continued"><a href="/news/">Conservancy News Archive…</a></span></p> | ||||||
|       Archive…</a></p> |  | ||||||
| {% if blog.0.is_recent %} | {% if blog.0.is_recent %} | ||||||
| <h2><a href="/feeds/blog/" class="feedlink"><img src="/img/feed-icon-14x14.png" alt="[RSS]"/></a> <a href="/blog/">Conservancy Blog</a></h2> | <h2><a href="/feeds/blog/" class="feedlink"><img src="/img/feed-icon-14x14.png" alt="[RSS]"/></a> <a href="/blog/">Conservancy Blog</a></h2> | ||||||
| <div class="shaded"> | <div class="shaded"> | ||||||
|  | @ -107,7 +106,7 @@ | ||||||
| <p><a href="/blog/">Conservancy Blog Archive...</a></p> | <p><a href="/blog/">Conservancy Blog Archive...</a></p> | ||||||
| </div> | </div> | ||||||
| {% else %} | {% else %} | ||||||
| <p><span class="continued"><a href="/blog/">Conservancy Blog Archive…</a></p> | <p><span class="continued"><a href="/blog/">Conservancy Blog Archive…</a></span></p> | ||||||
| </div> | </div> | ||||||
| {% endif %} | {% endif %} | ||||||
| </div> | </div> | ||||||
|  |  | ||||||
|  | @ -4,7 +4,7 @@ | ||||||
| {% block outercontent %} | {% block outercontent %} | ||||||
|     <div id="container"> |     <div id="container"> | ||||||
|          <div id="sidebar" class="{% block submenuselection %}other{% endblock %}"> |          <div id="sidebar" class="{% block submenuselection %}other{% endblock %}"> | ||||||
|          <h2>News Index by Year</h3> |          <h2>News Index by Year</h2> | ||||||
|          <ul> |          <ul> | ||||||
|          {% for year in date_list reversed %}<li class="{{ year|date:"Y" }}"><a href="{{ year|date:"Y" }}/">{{ year|date:"Y" }}</a></li>{% endfor %} |          {% for year in date_list reversed %}<li class="{{ year|date:"Y" }}"><a href="{{ year|date:"Y" }}/">{{ year|date:"Y" }}</a></li>{% endfor %} | ||||||
|          </ul> |          </ul> | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Bradley M. Kuhn
						Bradley M. Kuhn