bunch of
This commit is contained in:
parent
9d7cdf2d0c
commit
8bf4872c5d
BIN
book/templates/template-DOVE-NBR-two column range left.indt
(Stored with Git LFS)
BIN
book/templates/template-DOVE-NBR-two column range left.indt
(Stored with Git LFS)
Binary file not shown.
File diff suppressed because one or more lines are too long
@ -411,43 +411,6 @@
|
||||
"desc": "...",
|
||||
"lists": []
|
||||
},
|
||||
"welcome": {
|
||||
"desc": "...",
|
||||
"lists": [
|
||||
{
|
||||
"list": "oldboys",
|
||||
"url": "https://nettime.org/Lists-Archives/oldboys-0103/msg00000.html"
|
||||
},
|
||||
{
|
||||
"list": "oldboys",
|
||||
"url": "https://nettime.org/Lists-Archives/oldboys-0103/msg00001.html"
|
||||
},
|
||||
{
|
||||
"list": "nettime_l",
|
||||
"url": "https://nettime.org/Lists-Archives/nettime-l-9704/msg00001.html"
|
||||
},
|
||||
{
|
||||
"list": "nettime_l",
|
||||
"url": "https://nettime.org/Lists-Archives/nettime-l-9810/msg00138.html"
|
||||
},
|
||||
{
|
||||
"list": "nettime_l",
|
||||
"url": "https://nettime.org/Lists-Archives/nettime-l-0011/msg00004.html"
|
||||
},
|
||||
{
|
||||
"list": "crumb",
|
||||
"url": "https://www.jiscmail.ac.uk/cgi-bin/webadmin?A2=ind01&L=new-media-curating&F=&S=&P=55"
|
||||
},
|
||||
{
|
||||
"list": "empyre",
|
||||
"url": "http://lists.artdesign.unsw.edu.au/pipermail/empyre/2002-January/msg00000.html"
|
||||
},
|
||||
{
|
||||
"list": "spectre",
|
||||
"url": "http://post.in-mind.de/pipermail/spectre/2001-November/000465.html"
|
||||
}
|
||||
]
|
||||
},
|
||||
"Luther Blissett": {
|
||||
"desc": "...",
|
||||
"lists": [
|
||||
@ -2157,10 +2120,6 @@
|
||||
"list": "nettime_l",
|
||||
"url": "https://nettime.org/Lists-Archives/nettime-l-9807/msg00055.html"
|
||||
},
|
||||
{
|
||||
"list": "nettime_l",
|
||||
"url": "https://nettime.org/Lists-Archives/nettime-l-1504/msg00043.html"
|
||||
},
|
||||
{
|
||||
"url": "https://nettime.org/Lists-Archives/nettime-l-9703/msg00006.html",
|
||||
"list": "nettime_l"
|
||||
@ -2168,6 +2127,47 @@
|
||||
{
|
||||
"list": "nettime_l",
|
||||
"url": "https://nettime.org/Lists-Archives/nettime-l-9602/msg00009.html"
|
||||
},
|
||||
{
|
||||
"list": "nettime_l",
|
||||
"url": "https://nettime.org/Lists-Archives/nettime-l-1504/msg00043.html"
|
||||
}
|
||||
]
|
||||
},
|
||||
"Welcome": {
|
||||
"desc": "...",
|
||||
"lists": [
|
||||
{
|
||||
"list": "oldboys",
|
||||
"url": "https://nettime.org/Lists-Archives/oldboys-0103/msg00000.html"
|
||||
},
|
||||
{
|
||||
"list": "oldboys",
|
||||
"url": "https://nettime.org/Lists-Archives/oldboys-0103/msg00001.html"
|
||||
},
|
||||
{
|
||||
"list": "nettime_l",
|
||||
"url": "https://nettime.org/Lists-Archives/nettime-l-9704/msg00001.html"
|
||||
},
|
||||
{
|
||||
"list": "nettime_l",
|
||||
"url": "https://nettime.org/Lists-Archives/nettime-l-9810/msg00138.html"
|
||||
},
|
||||
{
|
||||
"list": "nettime_l",
|
||||
"url": "https://nettime.org/Lists-Archives/nettime-l-0011/msg00004.html"
|
||||
},
|
||||
{
|
||||
"list": "crumb",
|
||||
"url": "https://www.jiscmail.ac.uk/cgi-bin/webadmin?A2=ind01&L=new-media-curating&F=&S=&P=55"
|
||||
},
|
||||
{
|
||||
"list": "empyre",
|
||||
"url": "http://lists.artdesign.unsw.edu.au/pipermail/empyre/2002-January/msg00000.html"
|
||||
},
|
||||
{
|
||||
"list": "spectre",
|
||||
"url": "http://post.in-mind.de/pipermail/spectre/2001-November/000465.html"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -112,6 +112,19 @@ def filter_results_selection(res):
|
||||
print(rrr['url'] + " in " + h[rrr['url']])
|
||||
rrr['sel'] = h[rrr['url']]
|
||||
|
||||
@app.route('/svg')
|
||||
def svg():
|
||||
|
||||
global lists_to_serve
|
||||
|
||||
if len(request.args) < 1:
|
||||
r = urllib.request.urlopen(config.listservs['url'] + '/lists')
|
||||
data = json.loads(r.read().decode('utf8'))
|
||||
lists_to_serve = data['lists']
|
||||
|
||||
return render_template("svg.html", archives=lists_to_serve, fields=['content', 'from'])
|
||||
|
||||
|
||||
@app.route('/search')
|
||||
def searh():
|
||||
|
||||
|
||||
@ -7,5 +7,6 @@
|
||||
<h2><a href="/search">SEARCH</a></h2>
|
||||
<h2><a href="/tags">TAGS</a></h2>
|
||||
<h2><a href="/tags_w_lists">TAGS_W_LISTS</a></h2>
|
||||
<h2><a href="/ex/all">EX_ALL</a></h2>
|
||||
</body>
|
||||
</html>
|
||||
@ -7,9 +7,7 @@
|
||||
<script type="text/javascript" src="{{ url_for('static',filename='tags.js') }}"></script>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Selection [tags]</h1>
|
||||
<h2><a href="/search" target="_blank">SEARCH</a></h2>
|
||||
<h2><a href="/tags_w_lists" target="_blank">TAGS_W_LISTS</a></h2>
|
||||
<h1>Selection [tags] - [<a href="/search" target="_blank">SEARCH</a>, <a href="/tags" target="_blank">TAGS</a>, <a href="/ex/all">EX_ALL</a>]</h1>
|
||||
<form class="tag_item">
|
||||
<button id="new">NEW</button>
|
||||
</form>
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
<script type="text/javascript" src="{{ url_for('static',filename='tags_w_lists.js') }}"></script>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Selection [tags w lists] - [<a href="/search" target="_blank">SEARCH</a>, <a href="/tags" target="_blank">TAGS</a>]</h1>
|
||||
<h1>Selection [tags w lists] - [<a href="/search" target="_blank">SEARCH</a>, <a href="/tags" target="_blank">TAGS</a>, <a href="/ex/all">EX_ALL</a>]</h1>
|
||||
<hr>
|
||||
<div id="status">Ok</div>
|
||||
<button id="export_all">export all</button>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user