-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
104 lines (104 loc) · 4.08 KB
/
Copy pathabout.html
File metadata and controls
104 lines (104 loc) · 4.08 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
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
93
94
95
96
97
98
99
100
101
102
103
104
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>harvey</title>
<link rel="stylesheet" href="css/site.css">
</head>
<body>
<a href="#main-content" class="visually-hidden">skip to main content</a>
<nav>
<ul>
<li><a href="/">Home</a></li>
<li><a href="index.html">Harvey</a></li>
<li><a href="LICENSE">LICENSE</a></li>
<li><a href="INSTALL.html">INSTALL</a></li>
<li><a href="user_manual.html">User Manual</a></li>
<li><a href="search.html">Search</a></li>
<li><a href="about.html">About</a></li>
<li><a href="https://github.com/rsdoiel/harvey">Code Repository</a></li>
</ul>
</nav>
<main id="main-content">
<h1 id="about-this-software">About this software</h1>
<h2 id="antennaapp-0.0.25">antennaApp 0.0.25</h2>
<ul>
<li>fixed RSS rendering for aggregated feeds</li>
<li>Improved metadata in head of HTML pages by incorporating the front
matter of the collections or blog posts</li>
<li>Improved HTML accessibility and ARIA support in generated pages</li>
<li>Improved listing of posts, items, themes and pages</li>
<li>Added a default theme structure</li>
<li>Improved metadata handling for pages, posts and feed items</li>
<li>Added configurable CSS support</li>
<li>Fixed missing categories column in RSS SQL queries causing scan
failures</li>
<li>RSS feeds now emit category elements from harvested feed data</li>
<li>Replaced string-interpolated SQL date-range queries with
parameterized queries</li>
<li>Replaced deprecated ioutil with os package for file I/O</li>
<li>Use constant-time comparison for password hash validation</li>
</ul>
<h2 id="authors">Authors</h2>
<ul>
<li><a href="https://orcid.org/0000-0003-0900-6903">R. S. Doiel
Doiel</a></li>
</ul>
<p><strong>antenna</strong> is a tool for building feed oriented
websites using Markdown. If you can edit a Markdown list of links you
can generate a static site RSS Reader with little effort beyond curating
your list of links. You can create simple websites make from the content
of Markdown pages. You can create blog by posting the Markdown documents
to a collection. The goal of <strong>antenna</strong> is to put you in
control of the web content you read or write through using Markdown.</p>
<p><strong>antenna</strong> automates must of the process of creating a
site using Markdown files. It handles the creation of HTML, RSS, OPML
and sitemap.xml for you. This let’s you focus on the content written in
Markdown.</p>
<p><strong>antenna</strong> supports a simple theme system defined
Markdown files used to describe page elements, a file to define page
metadata and CSS files to define the page’s layout and presentation.
Each collection defined for your site may have it’s own theme.</p>
<p>Features:</p>
<ul>
<li><p>Makes it easy to generate a website only using Markdown</p></li>
<li><p>Makes it trivial to generate a blog, link blog or feed reading
site using Markdown</p></li>
<li><p>supports as multiple feed collections per site</p></li>
<li><p>provides actions to automate most of your site curation leaving
you time to focus on Markdown content</p></li>
<li><p>HTML, RSS 2.0 XML, OPML and sitemap.xml are generated
automatically</p></li>
<li><p>A preview web server is provided so you can read the curated
content on your computer</p></li>
<li><p>pages nice with other static site tools like <a
href="https://pagefind.app"
title="A browser side search engine">PageFind</a> and <a
href="https://flatlake.app"
title="A static JSON API driven by front matter in Markdown documents">FlatLake</a></p></li>
<li><p><a
href="https://www.gnu.org/licenses/agpl-3.0.en.html">License</a></p></li>
<li><p><a href="https://github.com/rsdoiel/antennaApp">Code
Repository</a></p>
<ul>
<li><a href="https://github.com/rsdoiel/antennaApp/issues">Issue
Tracker</a></li>
</ul></li>
</ul>
<h2 id="programming-languages">Programming languages</h2>
<ul>
<li>Go</li>
</ul>
<h2 id="software-requirements">Software Requirements</h2>
<ul>
<li>Go >= 1.26.2</li>
<li>CMTools >= 0.0.45b</li>
</ul>
<h2 id="software-suggestions">Software Suggestions</h2>
<ul>
<li>GNU Make >= 3.4</li>
<li>Pandoc >= 3.9</li>
<li>Bash or PowerShell</li>
</ul>
</main>
</body>
</html>