Some more love for Atom feeds
This commit is contained in:
parent
853a104505
commit
a6ebee7626
7 changed files with 11 additions and 9 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -87,6 +87,7 @@ pub/ncdu/man.html
|
||||||
pub/ncdu/scr.html
|
pub/ncdu/scr.html
|
||||||
pub/nginx-confgen.html
|
pub/nginx-confgen.html
|
||||||
pub/nginx-confgen/changes.html
|
pub/nginx-confgen/changes.html
|
||||||
|
pub/nginx-confgen/feed.atom
|
||||||
pub/nginx-confgen/man.html
|
pub/nginx-confgen/man.html
|
||||||
pub/tuwf.html
|
pub/tuwf.html
|
||||||
pub/tuwf/changes.html
|
pub/tuwf/changes.html
|
||||||
|
|
|
||||||
1
Makefile
1
Makefile
|
|
@ -76,6 +76,7 @@ FEEDS=\
|
||||||
pub/globster/feed.atom\
|
pub/globster/feed.atom\
|
||||||
pub/ncdc/feed.atom\
|
pub/ncdc/feed.atom\
|
||||||
pub/ncdu/feed.atom\
|
pub/ncdu/feed.atom\
|
||||||
|
pub/nginx-confgen/feed.atom\
|
||||||
pub/tuwf/feed.atom\
|
pub/tuwf/feed.atom\
|
||||||
pub/yxml/feed.atom
|
pub/yxml/feed.atom
|
||||||
|
|
||||||
|
|
|
||||||
10
dat/index.md
10
dat/index.md
|
|
@ -61,7 +61,7 @@ the incidental article on this site. Enjoy your stay!
|
||||||
branch: colors by default and natural sorting. [Ncdu homepage](/ncdu) -
|
branch: colors by default and natural sorting. [Ncdu homepage](/ncdu) -
|
||||||
[v1 changelog](/ncdu/changes) - [v2 changelog](/ncdu/changes2).
|
[v1 changelog](/ncdu/changes) - [v2 changelog](/ncdu/changes2).
|
||||||
|
|
||||||
`2022-04-27` - nginx-confgen 2.1 released <!-- link: /nginx-confgen -->
|
`2022-04-27` - nginx-confgen 2.1 released <!-- tags: nginx-confgen, link: /nginx-confgen -->
|
||||||
: Improved handling of map blocks and a few minor fixes.
|
: Improved handling of map blocks and a few minor fixes.
|
||||||
[Homepage](/nginx-confgen) - [Changelog](/nginx-confgen/changes).
|
[Homepage](/nginx-confgen) - [Changelog](/nginx-confgen/changes).
|
||||||
|
|
||||||
|
|
@ -96,7 +96,7 @@ the incidental article on this site. Enjoy your stay!
|
||||||
file mode flags and allows for a few future extensions to the JSON dump
|
file mode flags and allows for a few future extensions to the JSON dump
|
||||||
format. [Ncdu homepage](/ncdu) - [Changelog](/ncdu/changes).
|
format. [Ncdu homepage](/ncdu) - [Changelog](/ncdu/changes).
|
||||||
|
|
||||||
`2020-10-22` - nginx-confgen 2.0 released <!-- link: /nginx-confgen -->
|
`2020-10-22` - nginx-confgen 2.0 released <!-- tags: nginx-confgen, link: /nginx-confgen -->
|
||||||
: Completely rewritten in C for easier, more portable and more lightweight
|
: Completely rewritten in C for easier, more portable and more lightweight
|
||||||
builds. Variables are now globally scoped, `pre_if` supports braces,
|
builds. Variables are now globally scoped, `pre_if` supports braces,
|
||||||
improved error reporting and a whole bunch of other improvements.
|
improved error reporting and a whole bunch of other improvements.
|
||||||
|
|
@ -181,7 +181,7 @@ the incidental article on this site. Enjoy your stay!
|
||||||
fixes a few bugs you weren't likely to trigger anyway. [Ncdu
|
fixes a few bugs you weren't likely to trigger anyway. [Ncdu
|
||||||
homepage](/ncdu) - [Changelog](/ncdu/changes).
|
homepage](/ncdu) - [Changelog](/ncdu/changes).
|
||||||
|
|
||||||
`2018-02-23` - nginx-confgen 1.2 released <!-- link: /nginx-confgen -->
|
`2018-02-23` - nginx-confgen 1.2 released <!-- tags: nginx-confgen, link: /nginx-confgen -->
|
||||||
: This release significantly improves the parser to accept more syntax and
|
: This release significantly improves the parser to accept more syntax and
|
||||||
fixes string quoting, variable formatting and escape sequences.
|
fixes string quoting, variable formatting and escape sequences.
|
||||||
[Homepage](/nginx-confgen) - [Changelog](/nginx-confgen/changes).
|
[Homepage](/nginx-confgen) - [Changelog](/nginx-confgen/changes).
|
||||||
|
|
@ -197,8 +197,8 @@ the incidental article on this site. Enjoy your stay!
|
||||||
bugs. [Ncdu homepage](/ncdu) - [Changelog](/ncdu/changes).
|
bugs. [Ncdu homepage](/ncdu) - [Changelog](/ncdu/changes).
|
||||||
|
|
||||||
<!-- Old style non-descriptive announcements, included for historical .atom feed stuff.
|
<!-- Old style non-descriptive announcements, included for historical .atom feed stuff.
|
||||||
`2018-01-24` - nginx-confgen 1.1 released <!- link: /nginx-confgen ->
|
`2018-01-24` - nginx-confgen 1.1 released <!- tags: nginx-confgen, link: /nginx-confgen ->
|
||||||
`2018-01-19` - New project: nginx-confgen <!- link: /nginx-confgen ->
|
`2018-01-19` - New project: nginx-confgen <!- tags: nginx-confgen, link: /nginx-confgen ->
|
||||||
`2017-05-28` - New article: An Opinionated Survey of Functional Web Development <!- link: /doc/funcweb ->
|
`2017-05-28` - New article: An Opinionated Survey of Functional Web Development <!- link: /doc/funcweb ->
|
||||||
`2016-12-30` - ncdc 1.20 released <!- tags: ncdc, link: /ncdc ->
|
`2016-12-30` - ncdc 1.20 released <!- tags: ncdc, link: /ncdc ->
|
||||||
`2016-08-24` - ncdu 1.12 released <!- tags: ncdu, link: /ncdu ->
|
`2016-08-24` - ncdu 1.12 released <!- tags: ncdu, link: /ncdu ->
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
Ncdc is a lightweight direct connect client with a friendly ncurses interface.
|
Ncdc is a lightweight direct connect client with a friendly ncurses interface.
|
||||||
|
|
||||||
## Get ncdc!
|
## Get ncdc! <a href="/ncdc/feed.atom"><img src="/img/feed_icon.png" alt="Atom feed"></a>
|
||||||
|
|
||||||
Latest version
|
Latest version
|
||||||
: 1.23.1 ([ncdc-1.23.1.tar.gz](/download/ncdc-1.23.1.tar.gz)
|
: 1.23.1 ([ncdc-1.23.1.tar.gz](/download/ncdc-1.23.1.tar.gz)
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ available, but it is a useful tool even on regular desktop systems. Ncdu aims
|
||||||
to be fast, simple and easy to use, and should be able to run in any minimal
|
to be fast, simple and easy to use, and should be able to run in any minimal
|
||||||
POSIX-like environment with ncurses installed.
|
POSIX-like environment with ncurses installed.
|
||||||
|
|
||||||
## Download
|
## Download <a href="/ncdu/feed.atom"><img src="/img/feed_icon.png" alt="Atom feed"></a>
|
||||||
|
|
||||||
Static binaries
|
Static binaries
|
||||||
: Convenient static binaries for Linux. Download, extract and run; no
|
: Convenient static binaries for Linux. Download, extract and run; no
|
||||||
|
|
|
||||||
|
|
@ -40,7 +40,7 @@ See the [manual](/nginx-confgen/man) for more features.
|
||||||
|
|
||||||
## Download
|
## Download
|
||||||
|
|
||||||
Latest version
|
Latest version <a href="/nginx-confgen/feed.atom"><img src="/img/feed_icon.png" alt="Atom feed"></a>
|
||||||
: 2.1 ([nginx-confgen-2.1.tar.gz](/download/nginx-confgen-2.1.tar.gz) - [changes](/nginx-confgen/changes))
|
: 2.1 ([nginx-confgen-2.1.tar.gz](/download/nginx-confgen-2.1.tar.gz) - [changes](/nginx-confgen/changes))
|
||||||
|
|
||||||
Requirements
|
Requirements
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,7 @@ websites, it is also perfectly suited for small single-file websites.
|
||||||
Read the [description](/tuwf/man#description) in the documentation for more
|
Read the [description](/tuwf/man#description) in the documentation for more
|
||||||
information and details.
|
information and details.
|
||||||
|
|
||||||
## Download
|
## Download <a href="/tuwf/feed.atom"><img src="/img/feed_icon.png" alt="Atom feed"></a>
|
||||||
|
|
||||||
**Latest packaged version:** 1.5 ([TUWF-1.5.tar.gz](/download/TUWF-1.5.tar.gz)
|
**Latest packaged version:** 1.5 ([TUWF-1.5.tar.gz](/download/TUWF-1.5.tar.gz)
|
||||||
\- [CPAN mirror](https://metacpan.org/release/TUWF))
|
\- [CPAN mirror](https://metacpan.org/release/TUWF))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue