Skip to content

Commit c2a6988

Browse files
committed
Update project page for 2015-01-01 release.
1 parent bd0b50a commit c2a6988

3 files changed

Lines changed: 47 additions & 30 deletions

File tree

TextAnalysisTool.NET.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -251,10 +251,9 @@ HKEY_CURRENT_USER\Software\DavidAns\TextAnalysisTool.NET
251251
-- Section: Bug Reports --
252252
--------------------------
253253

254-
Please send email to DavidAns@Microsoft.com (David Anson), with a detailed
255-
description of any problems you encounter. Whenever possible, please include a
256-
file demonstrating the problem.
254+
Please create an issue at https://github.com/TextAnalysisTool/Releases/issues
255+
with a detailed description of any problem you encounter. Whenever possible,
256+
please include a file demonstrating the problem.
257257

258258

259259
Thanks and enjoy!!!
260-

index.html

Lines changed: 32 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@
1010
<body>
1111
<div class="center">
1212
<h1>TextAnalysisTool.NET</h1>
13-
<p>by David Anson</p>
13+
<p>
14+
<a href="http://dlaa.me/">David Anson</a><br/>
15+
<a href="https://github.com/mike-mo">Mike Morante</a><br/>
16+
<a href="https://github.com/cohen-uriel">Uriel Cohen</a>
17+
</p>
1418
</div>
1519
<h2>Summary</h2>
1620
<p>
@@ -20,25 +24,32 @@ <h2>Summary</h2>
2024
<img src="TextAnalysisTool.NET.gif" alt="Animated GIF showing basic TextAnalysisTool.NET functionality" width="681" height="329" style="margin-top: 1em"/>
2125
<h2>Download</h2>
2226
<p>
23-
<a href="//github.com/TextAnalysisTool/Releases/raw/master/TextAnalysisTool.zip">TextAnalysisTool.NET.zip</a> - 90 KB ZIP includes version <code>2013-05-07</code> for .NET 2+ (32- and 64-bit) and version <code>2006-12-04</code> for .NET 1.1+ (32-bit only)
27+
<strong class="large"><a href="//github.com/TextAnalysisTool/Releases/raw/master/TextAnalysisTool.zip">TextAnalysisTool.NET.zip</a></strong>
2428
</p>
29+
<h3>
30+
Includes:
31+
</h3>
32+
<ul class="notes">
33+
<li>Version <code>2015-01-01</code> for .NET 4+ (32- and 64-bit)</li>
34+
<li>Version <code>2013-05-07</code> for .NET 2+ (32- and 64-bit)</li>
35+
<li>Version <code>2006-12-04</code> for .NET 1.1+ (32-bit only)</li>
36+
</ul>
2537
<h2>Overview</h2>
26-
<div class="clear">
27-
<pre><span class="label">The Problem</span>: For those times when you have to analyze a large amount of textual
38+
<p><span class="label">The Problem</span>: For those times when you have to analyze a large amount of textual
2839
data, picking out the relevant line(s) of interest can be quite difficult.
2940
Standard text editors usually provide a generic "find" function, but the
3041
limitations of that simple approach quickly become apparent (e.g., when it is
3142
necessary to compare two or more widely separated lines). Some more
3243
sophisticated editors do better by allowing you to "bookmark" lines of
33-
interest; this can be a big help, but is often not enough.
44+
interest; this can be a big help, but is often not enough.</p>
3445

35-
<span class="label">The Solution</span>: TextAnalysisTool.NET - a program designed from the start to excel
46+
<p><span class="label">The Solution</span>: TextAnalysisTool.NET - a program designed from the start to excel
3647
at viewing, searching, and navigating large files quickly and efficiently.
3748
TextAnalysisTool.NET provides a view of the file that you can easily manipulate
3849
(through the use of various filters) to display exactly the information you
39-
need - as you need it.
50+
need - as you need it.</p>
4051

41-
<span class="label">Filters</span>: Before displaying the lines of a file, TextAnalysisTool.NET passes the
52+
<p><span class="label">Filters</span>: Before displaying the lines of a file, TextAnalysisTool.NET passes the
4253
lines of that file through a set of user-defined filters, dimming or hiding all
4354
lines that do not satisfy any of the filters. Filters can select only the
4455
lines that contain a sub-string, those that have been marked with a particular
@@ -49,34 +60,37 @@ <h2>Overview</h2>
4960
see, there are also "excluding" filters that can be used to suppress lines you
5061
do NOT want to see. Excluding filters are configured just like including
5162
filters but are processed afterward and remove all matching lines from the set.
52-
Excluding filters allow you to easily refine your search even further.
63+
Excluding filters allow you to easily refine your search even further.</p>
5364

54-
<span class="label">Markers</span>: Markers are another way that TextAnalysisTool.NET makes it easy to
65+
<p><span class="label">Markers</span>: Markers are another way that TextAnalysisTool.NET makes it easy to
5566
navigate a file; you can mark any line with one or more of eight different
5667
marker types. Once lines have been marked, you can quickly navigate between
57-
similarly marked lines - or add a "marked by" filter to view only those lines.
68+
similarly marked lines - or add a "marked by" filter to view only those lines.</p>
5869

59-
<span class="label">Find</span>: TextAnalysisTool.NET also provides a flexible "find" function that allows
70+
<p><span class="label">Find</span>: TextAnalysisTool.NET also provides a flexible "find" function that allows
6071
you to search for text anywhere within a file. This text can be a literal
6172
string or a regular expression, so it's easy to find a specific line. If you
6273
decide to turn a find string into a filter, the history feature of both dialogs
63-
makes it easy.
74+
makes it easy.</p>
6475

65-
<span class="label">Summary</span>: TextAnalysisTool.NET was written with speed and ease of use in mind
76+
<p><span class="label">Summary</span>: TextAnalysisTool.NET was written with speed and ease of use in mind
6677
throughout. It saves you time by allowing you to save and load filter sets; it
6778
lets you import text by opening a file, dragging-and-dropping a file or text
6879
from another application, or by pasting text from the clipboard; and it allows
6980
you to share the results of your filters by copying lines to the clipboard or
7081
by saving the current lines to a file. TextAnalysisTool.NET supports files
7182
encoded with ANSI, UTF-8, Unicode, and big-endian Unicode and is designed to
72-
handle large files efficiently.</pre>
73-
</div>
83+
handle large files efficiently.</p>
7484
<h2>Resources</h2>
7585
<ul>
7686
<li><a href="ReadMe.txt">ReadMe.txt</a></li>
77-
<li><a href="TextAnalysisTool.NET.txt">TextAnalysisTool.NET.txt</a></li>
87+
<li><a href="TextAnalysisTool.NET.txt">Documentation</a></li>
7888
<li><a href="//dlaa.me/blog/post/3450647">Introductory blog post</a></li>
79-
<li><a href="//dlaa.me/blog/tag/textanalysistool">Related content</a></li>
89+
<li><a href="//dlaa.me/blog/tag/textanalysistool">Related blog content</a></li>
90+
</ul>
91+
<h2>Feedback</h2>
92+
<ul>
93+
<li><a href="https://github.com/TextAnalysisTool/Releases/issues">Issue tracker</a></li>
8094
</ul>
8195
</body>
8296
</html>

tool.css

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
body {
2-
font-family: 'Segoe UI', Arial, sans-serif;
2+
font-family: "Segoe UI", GillSans, Helvetica, sans-serif;
33
font-size: 10pt;
44
}
55

@@ -14,20 +14,24 @@ h2 {
1414
margin-top: 2em;
1515
}
1616

17-
pre {
18-
background-color: rgba(0, 0, 0, 0.1);
19-
float: left;
17+
h3 {
18+
font-size: 100%;
19+
font-weight: normal;
2020
margin-bottom: 0;
2121
}
2222

2323
.center {
2424
text-align:center;
2525
}
2626

27-
.clear {
28-
overflow: hidden;
29-
}
30-
3127
.label {
3228
text-decoration: underline;
3329
}
30+
31+
.notes {
32+
margin-top: 0;
33+
}
34+
35+
.large {
36+
font-size: 120%;
37+
}

0 commit comments

Comments
 (0)