diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-12-14 13:21:05 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-12-16 18:03:12 +0300 |
commit | 9cd8d404d246774f53b6f5d318ccbd4bd82a922d (patch) | |
tree | d80050357b4c916b8e72734deb6315c9851d5c28 | |
parent | 098356943f7c3d0a419d7d2390b948d95f47e79c (diff) | |
download | sciteco-9cd8d404d246774f53b6f5d318ccbd4bd82a922d.tar.gz |
README: mention FreeBSD port and added link to the newsgrouper.org.uk web frontend to alt.lang.teco
* This appears to be the only remaining working web frontend to alt.lang.teco.
* There is https://www.usenetarchives.com/threads.php?id=alt.lang.teco
which has an archive of very old posts, which is cool, but they appear to have
stopped synchronizing somewhere around 2022.
* https://alt.lang.teco.narkive.com/ is broken and also not fully synchronized.
* Google Groups stopped working in February 2024.
* The FreeBSD port isn't yet in any quartely branch, so it's unlikely somebody can
just pkg install it (yet).
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | README | 11 |
2 files changed, 11 insertions, 5 deletions
@@ -2,4 +2,9 @@ News ==== <span class="nf nf-md-new_box"></span> +FreeBSD is the first operating system that adds an official [port/package for SciTECO](https://www.freshports.org/editors/sciteco/). +But you will probably have to wait a few months until you can just `pkg install sciteco-curses` +if you are following the quarterly branches. + +<span class="nf nf-md-new_box"></span> Join our new [IRC chatroom](https://web.libera.chat/#sciteco): #sciteco at irc.libera.chat @@ -114,14 +114,15 @@ There are prebuilt binary packages and source bundles for your convenience: * [Github Releases](https://github.com/rhaberkorn/sciteco/releases) * [Download Archive at Sourceforge](https://sourceforge.net/projects/sciteco/files/) +* [FreeBSD port](https://www.freshports.org/editors/sciteco/) * [Ubuntu PPA](https://launchpad.net/~robin-haberkorn/+archive/sciteco) * [Arch User Repository](https://aur.archlinux.org/packages/sciteco-git) -* Users of OpenWrt may try to install the - [`sciteco` package of this feed](https://github.com/rhaberkorn/nanonote-ports). -* Yocto/OpenEmbedded users should try the - [`sciteco` package from this layer](https://github.com/rhaberkorn/meta-rhaberkorn). * [Chocolatey package](https://community.chocolatey.org/packages/SciTECO) for Windows users. +* Yocto/OpenEmbedded users should try the + [`sciteco` package from this layer](https://github.com/rhaberkorn/meta-rhaberkorn). +* Users of OpenWrt may try to install the + [`sciteco` package of this feed](https://github.com/rhaberkorn/nanonote-ports). These releases may be quite outdated and not all of them are provided or tested by the author. So you may also try out the [nightly builds](https://github.com/rhaberkorn/sciteco/releases/tag/nightly) - @@ -142,7 +143,7 @@ Community if you can (or write an E-Mail to the author). * You can also use [Github Discussions](https://github.com/rhaberkorn/sciteco/discussions) for asking questions. -* We are also present in the [alt.lang.teco](news:alt.lang.teco) Usenet group, +* We are also present in the [alt.lang.teco](https://newsgrouper.org.uk/alt.lang.teco) Usenet group, but it is not restricted to SciTECO. Additional Documentation |