Fix various HTML syntax errors
This commit is contained in:
parent
a18e221dc6
commit
660c48a528
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 2011
|
<li>Fiscal Year 2011
|
||||||
<p>Conservancy's FY 2011 ended on 2012-02-29. Conservancy's current filing
|
<p>Conservancy's FY 2011 ended on 2012-02-29. Conservancy's current filing
|
||||||
|
@ -61,5 +60,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 %}
|
||||||
|
|
|
@ -27,7 +27,7 @@ is also a masters instructor at the University of Paris I La Sorbonne and a
|
||||||
|
|
||||||
<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
|
||||||
|
@ -89,7 +89,7 @@ for the GNU project.</p>
|
||||||
<p><em>Directors Emeritus of the Software Freedom Conservancy are former
|
<p><em>Directors Emeritus of the Software Freedom Conservancy are former
|
||||||
members of Conservancy's <a href="/about/board/">Board of
|
members of Conservancy's <a href="/about/board/">Board of
|
||||||
Directors</a> who continue to support Conservancy's mission and
|
Directors</a> who continue to support Conservancy's mission and
|
||||||
occasionally advise Conservancy.</em</p>
|
occasionally advise Conservancy.</em></p>
|
||||||
|
|
||||||
|
|
||||||
<h2>Ian Lance Taylor - Director Emeritus</h2>
|
<h2>Ian Lance Taylor - Director Emeritus</h2>
|
||||||
|
|
|
@ -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…
Reference in a new issue