diff options
author | Wookey <wookey@wookware.org> | 2011-07-11 02:10:22 +0100 |
---|---|---|
committer | Wookey <wookey@wookware.org> | 2011-07-11 02:10:22 +0100 |
commit | dc1327674c2676db02ccf525725019cd9115b699 (patch) | |
tree | 8b3a151a8512576ccfb6bb6578fe124c033c46c0 /templates/todo.html | |
parent | c8ff8e3ef60c6eba0071e20664268c790c6a6aa6 (diff) | |
download | troggle-dc1327674c2676db02ccf525725019cd9115b699.tar.gz troggle-dc1327674c2676db02ccf525725019cd9115b699.tar.bz2 troggle-dc1327674c2676db02ccf525725019cd9115b699.zip |
remove all the DOS linefeeds
Diffstat (limited to 'templates/todo.html')
-rw-r--r-- | templates/todo.html | 122 |
1 files changed, 61 insertions, 61 deletions
diff --git a/templates/todo.html b/templates/todo.html index 0aafadb..a678f50 100644 --- a/templates/todo.html +++ b/templates/todo.html @@ -1,61 +1,61 @@ -{% extends "base.html" %}
-{% load wiki_markup %}
-
-{% block title %}Cambridge Expeditions to Austria{% endblock %}
-
-{% block content %}
-
-<h2>The unfinished front page</h2>
-<ul>
- <li><b>About {{totallogbookentries}} logbook entries have been loaded</b></li>
- <li><b><a href="{% url personindex %}">List of People</a></b></li>
- <li><b><a href="{% url caveindex %}">List of Caves</a></b></li>
- <li><a href="{% url jgtfile aaaa %}">JGT list of files</a> (temporary simple file list and tunnel use)</li>
- <li><a href="{% url survey %}">Survey files</a></li>
- <li><a href="{% url survexindex all %}">Survex directory</a></li>
- <li><a href="{% url expedition 2008 %}">Expedition 2008</a></li>
- <li><a href="{% url expedition 2007 %}">Expedition 2007</a></li>
- <li><a href="{% url expedition 1993 %}">Expedition 1993</a> (earliest parsed)</li>
-</ul>
-
-<h2>Further work</h2>
-
-<p>Please see the <a href="http://code.google.com/p/troggle/issues/list">issues</a> tracker on google code. You can contribute new feature requests and bug reports.</p>
-
-<p>Julian's work:
-<p>parse 1992-1976 logbooks; (esp top 161)</p>
-<p>detect T/U on log entries; </p>
-<p>name matching and spelling in survex files; </p>
-<p>Improve logbook wikihtml text</p>
-
-<p>Other work:</p>
-<p>surf through the tunnel sketches and images</p>
-<p>bugs with all.svx block (double dot)
-<p>render bitmap view of every survex block as a thumbnail</p>
-<p>upload tunnel images and tunnel sketches</p>
-<p>where are the subcaves; </p>
-<p>cave section entrance match for logbook entries</p>
-<p>simplify the survex parsing code (if necessary); </p>
-<p>wiki survex stop linegap between comment lins</p>
-<p>links between logbooks and survex blocks to cave things; </p>
-<p>mini-tree of survexblocks; </p>
-<p>connect sketches to caves to survey blocks and render thumbnailwise; </p>
-<p>all images to start appearing in pages; and so on</p>
-
-<h3>{{message}}</h3>
-
-<form action="" method="GET">
- <input type="submit" name="reloadexpos" value="Reload Expos">
- <input type="submit" name="reloadsurvex" value="Reload Survex">
-</form>
-
-<ul id="expeditionlist">
-{% for expedition in expeditions %}
-<li>
- <a href="{% url expedition expedition.year %}">{{expedition.name}}</a>
- - <b>{{expedition.logbookentry_set.count}}</b> logbook entries
-</li>
-{% endfor %}
-</ul>
-
-{% endblock %}
+{% extends "base.html" %} +{% load wiki_markup %} + +{% block title %}Cambridge Expeditions to Austria{% endblock %} + +{% block content %} + +<h2>The unfinished front page</h2> +<ul> + <li><b>About {{totallogbookentries}} logbook entries have been loaded</b></li> + <li><b><a href="{% url personindex %}">List of People</a></b></li> + <li><b><a href="{% url caveindex %}">List of Caves</a></b></li> + <li><a href="{% url jgtfile aaaa %}">JGT list of files</a> (temporary simple file list and tunnel use)</li> + <li><a href="{% url survey %}">Survey files</a></li> + <li><a href="{% url survexindex all %}">Survex directory</a></li> + <li><a href="{% url expedition 2008 %}">Expedition 2008</a></li> + <li><a href="{% url expedition 2007 %}">Expedition 2007</a></li> + <li><a href="{% url expedition 1993 %}">Expedition 1993</a> (earliest parsed)</li> +</ul> + +<h2>Further work</h2> + +<p>Please see the <a href="http://code.google.com/p/troggle/issues/list">issues</a> tracker on google code. You can contribute new feature requests and bug reports.</p> + +<p>Julian's work: +<p>parse 1992-1976 logbooks; (esp top 161)</p> +<p>detect T/U on log entries; </p> +<p>name matching and spelling in survex files; </p> +<p>Improve logbook wikihtml text</p> + +<p>Other work:</p> +<p>surf through the tunnel sketches and images</p> +<p>bugs with all.svx block (double dot) +<p>render bitmap view of every survex block as a thumbnail</p> +<p>upload tunnel images and tunnel sketches</p> +<p>where are the subcaves; </p> +<p>cave section entrance match for logbook entries</p> +<p>simplify the survex parsing code (if necessary); </p> +<p>wiki survex stop linegap between comment lins</p> +<p>links between logbooks and survex blocks to cave things; </p> +<p>mini-tree of survexblocks; </p> +<p>connect sketches to caves to survey blocks and render thumbnailwise; </p> +<p>all images to start appearing in pages; and so on</p> + +<h3>{{message}}</h3> + +<form action="" method="GET"> + <input type="submit" name="reloadexpos" value="Reload Expos"> + <input type="submit" name="reloadsurvex" value="Reload Survex"> +</form> + +<ul id="expeditionlist"> +{% for expedition in expeditions %} +<li> + <a href="{% url expedition expedition.year %}">{{expedition.name}}</a> + - <b>{{expedition.logbookentry_set.count}}</b> logbook entries +</li> +{% endfor %} +</ul> + +{% endblock %} |