-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
92 lines (91 loc) · 3.31 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
---
layout: default
---
<div class="row">
<div class="col-md-8 jumbotron">
<img src="{{ "/images/logo.png" | relative_url }}"></img>
<p class="lead">
ThreadVis displays all messages in a conversation in a compact visual map, identifying the chronology of and contributors to a discussion and supporting navigating between messages in a thread.
</p>
</div>
<div class="col-md-4">
<div class="panel panel-primary">
<div class="panel-heading">
<h4>Current Version</h4>
</div>
<div class="panel-body">
<h4>3.6.1 | 31 Aug 2024</h4>
<ul class="list-unstyled">
<li>Preferences page for disabled accounts/folders was not correctly rendered.</li>
<li>Disabling of ThreadVis per folder was broken.</li>
</ul>
<p>
<a class="btn btn-lg btn-success" href="https://github.com/threadvis/ThreadVis/releases/download/3.6.1/ThreadVis-3.6.1.xpi"><span class="glyphicon glyphicon-cloud-download"></span> Download</a>
</p>
<p>
<a href="{{ "/downloads" | relative_url }}">Older Versions »</a>
</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-8">
<div class="row">
<div class="col-md-6">
<h3>Unobstrusive</h3>
<p>
Don't be distracted in your normal workflow.
ThreadVis does not change the default layout of Thunderbird,
it adds itself to unused space in the header bar.
</p>
</div>
<div class="col-md-6">
<h3>Easy Navigation</h3>
<p>
Jump back and forth between messages in a thread, regardless of folder location.
Don't be forced to keep all messages in a single folder to display the thread
hiearchy, sort messages any way you like and still make sense of the context
the mails were sent in.
</p>
</div>
</div>
<div class="row">
<div class="col-md-6">
<h3>Author Coloring</h3>
<p>
Immediately see the different authors in a thread.
</p>
</div>
<div class="col-md-6">
<h3>Time Scaling and Timeline</h3>
<p>
Make sense of longer conversations and see gaps in communication flow.
</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="panel panel-default">
<div class="panel-heading">
<h4>Donate</h4>
</div>
<div class="panel-body">
<p>
First things first: ThreadVis is free software. It's Open Source. As long as you comply with the <a href="https://raw.github.com/threadvis/ThreadVis/master/LICENSE.md">license</a>, you can do anything you want with it.
</p>
<p>
If you want to tell everyone how great ThreadVis is, rate the add-on at its <a href="https://addons.thunderbird.net/thunderbird/addon/threadvis/">addons.thunderbird.net</a> home.
</p>
<p>
If even that is not enough:
</p>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="YXC3CUYMR43NC">
<button type="submit" class="btn btn-primary">Donate through PayPal »</button>
</form>
</div>
</div>
</div>
</div>