This repository was archived by the owner on Jun 29, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
39 lines (39 loc) · 2.83 KB
/
about.html
File metadata and controls
39 lines (39 loc) · 2.83 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="license" href="https://opensource.org/licenses/GPL-3.0">
<title>About TagViewer</title>
<style type="text/css">body { margin:25px; font-family:sans-serif; } blockquote { background:#f9f9f9; border-left:10px solid #ccc; margin:1.5rem 10px; padding:.5rem 10px; }</style>
</head>
<body>
<h1 id="tagviewer">TagViewer</h1>
<p>TagViewer is a simple program that allows viewing of media within a TagSpace, and rich filtering of that media with tags and properties that are stored by the program. You can also sort by values of properties or presence of tags, as well as show the media in a slideshow.</p>
<h4 id="youshouldusetagviewerif">You should use TagViewer if:</h4>
<ul>
<li>You have a large repository of media that can be categorized in multiple ways</li>
<li>You don't want to commit to one sorting hierarchy</li>
<li>You find yourself looking through multiple directories for media that are in the same logical category</li>
<li>You want to be able to store properties of the media</li>
</ul>
<h4 id="youshouldnotusetagviewerif">You should not use TagViewer if:</h4>
<ul>
<li>Your media has one fixed system of sorting that you are satisfied with</li>
<li>There is only one way to sort your media</li>
<li>The directory hierarchy you already have works well for you</li>
<li>Extra metadata isn't important or necessary for your use case</li>
<li>You don't like Node/Electron apps (which is a valid stance, but I'm a web developer by trade so the Web 3 are just what I'm familiar with)</li>
</ul>
<h2 id="license">License</h2>
<blockquote>
<p>TagViewer Copyright © 2020 Matt Fellenz</p>
<p>This program comes with ABSOLUTELY NO WARRANTY; read the license for more details. This is free software, and you are welcome to redistribute it under certain conditions, as outlined in the license.</p>
</blockquote>
<p>TagViewer is licensed under the GNU General Public License 3.0. For more information, view <a rel="noopener" target="_blank" href="https://www.gnu.org/licenses/gpl-3.0.en.html">the license</a> here.</p>
<h2 id="documentationuserguide">Documentation / User Guide</h2>
<p>TagViewer is designed to be intuitive by default but also allow meaningful configuration. Read the documentation <a rel="noopener" target="_blank" href="https://tagviewer.gitbook.io/tagviewer">here</a>, which includes a Beginner's Guide and Step-by-Step to get started, complete documentation of the functionality for more advanced users, and a configuration guide.</p>
<h2 id="credits">Credits</h2>
<p>We appreciate Google's Material Icons as they play a prominent role in the user interface.</p>
</body>
</html>