From 716e996c5b9a6d3277aca4bea97de4c5339d0aef Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Sun, 28 Sep 2025 22:10:32 +0200 Subject: updated all links to the new "Knowledge Base" and mention mailing lists * The Knowledge Base replaces the Github wiki. * The mailing lists replace the Github bug tracker, discussions and pull requests. --- NEWS | 4 ++-- README | 31 +++++++++++++++++-------------- TODO | 2 +- doc/cheat-sheet.mm | 2 +- doc/tutorial.ms.in | 7 +++---- www/build.tes | 2 +- 6 files changed, 25 insertions(+), 23 deletions(-) diff --git a/NEWS b/NEWS index 21b359d..64d11d5 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,7 @@ News The new official website is at [sciteco.fmsbw.de](https://sciteco.fmsbw.de/). +Bug reporting and discussions take place via [mailing lists](https://git.fmsbw.de/?p=about) now. Releases, nightly builds, both as repositories and binary downloads for RPM-based distributions @@ -16,5 +17,4 @@ Releases, nightly builds, both as repositories and binary downloads for RPM-base The different links are only relevant when downloading packages - there are only two different OBS repositories per distribution. This deprecates the [Ubuntu PPA repository](https://launchpad.net/~robin-haberkorn/+archive/sciteco). -FreeBSD, Windows and Mac OS binaries are still provided via [Github releases](https://github.com/rhaberkorn/sciteco/releases) -and [nightly builds](https://github.com/rhaberkorn/sciteco/releases/tag/nightly). +FreeBSD, Windows and Mac OS binaries are still provided in the [download archive](https://sciteco.fmsbw.de/downloads). diff --git a/README b/README index aa543be..e1cc5c4 100644 --- a/README +++ b/README @@ -1,6 +1,3 @@ -[![Continuous Integration](https://github.com/rhaberkorn/sciteco/actions/workflows/ci.yml/badge.svg)](https://github.com/rhaberkorn/sciteco/actions/workflows/ci.yml) -[![Nightly Builds](https://github.com/rhaberkorn/sciteco/actions/workflows/nightly.yml/badge.svg)](https://github.com/rhaberkorn/sciteco/releases/tag/nightly) - Overview ======== @@ -29,7 +26,7 @@ The Curses frontend is verified to work with [ncurses](https://www.gnu.org/softw All X/Open-compatible libraries should be supported. SVr4 curses without enhanced definitions is **not** supported. -Linux, FreeBSD, NetBSD, [Mac OS X](https://github.com/rhaberkorn/sciteco/wiki/Mac-OS-Support), +Linux, FreeBSD, NetBSD, [Mac OS X](https://sciteco.fmsbw.de/knowledge/Mac%20OS%20Support), Windows (MinGW 32/64) ~~and [Haiku](https://www.haiku-os.org/) (gcc4)~~ are tested and supported. SciTECO compiles with both GCC and Clang. SciTECO should compile just fine on other UNIX-compatible platforms. @@ -149,12 +146,12 @@ So you may also try out the following nightly builds: * [Common packages](https://software.opensuse.org/download.html?project=home:rhaberkorn:sciteco:UNSTABLE&package=sciteco-common) * [Gtk packages](https://software.opensuse.org/download.html?project=home:rhaberkorn:sciteco:UNSTABLE&package=sciteco-gtk) * [Curses packages](https://software.opensuse.org/download.html?project=home:rhaberkorn:sciteco:UNSTABLE&package=sciteco-curses) -* [Github CI builds](https://github.com/rhaberkorn/sciteco/releases/tag/nightly) - for Mac OS, Windows and Linux AppImages. +* [Nightly builds](https://sciteco.fmsbw.de/downloads/nightly) + ~~for Mac OS,~~ Windows and Linux AppImages. Nightly builds represent the repository's HEAD commit but may well be unstable. -For [Mac OS X](https://github.com/rhaberkorn/sciteco/wiki/Mac-OS-Support), -we currently only provide *experimental* ncurses builds. +~~For [Mac OS X](https://sciteco.fmsbw.de/knowledge/Mac%20OS%20Support/), +we currently only provide *experimental* ncurses builds.~~ If everything fails, you can try building from source. See [`INSTALL`](https://git.fmsbw.de/sciteco/tree/INSTALL) for more details. @@ -162,11 +159,15 @@ See [`INSTALL`](https://git.fmsbw.de/sciteco/tree/INSTALL) for more details. Community ========= -* Join our new [IRC chatroom](https://web.libera.chat/#sciteco): #sciteco at irc.libera.chat -* Report [bugs via Github](https://github.com/rhaberkorn/sciteco/issues) - 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. +* Report bugs or submit patches via the [hackers@fmsbw.de mailing list](https://git.fmsbw.de/?p=about). + You can also send an E-Mail to the author. + Bugs and planned features are managed in the [TODO](https://git.fmsbw.de/sciteco/tree/TODO) file, + so you might want to check it before sending your email. + Make sure to include `[sciteco]` in the mail subject. +* Use the [dings@fmsbw.de mailing list](https://git.fmsbw.de/?p=about) + for discussions and asking questions. + Make sure to include `[sciteco]` in the mail subject. +* Join our [IRC chatroom](https://web.libera.chat/#sciteco): #sciteco at irc.libera.chat * We are also present in the [alt.lang.teco](https://newsgrouper.org/alt.lang.teco) Usenet group, but it is not restricted to SciTECO. @@ -182,7 +183,9 @@ Additional Documentation This is what you see when you launch SciTECO for the first time. * [Cheat Sheet and Language Overview](https://sciteco.fmsbw.de/manuals/cheat-sheet.pdf). This can be printed on an A4 sheet of paper. -* [Wiki at Github](https://github.com/rhaberkorn/sciteco/wiki) +* [Knowledge Base](https://sciteco.fmsbw.de/knowledge/): + Contains [useful macros](https://sciteco.fmsbw.de/knowledge/Useful%20Macros), + the [FAQ](https://sciteco.fmsbw.de/knowledge/Frequently%20Asked%20Questions%20(FAQ)) etc. * A [short presentation](https://sciteco.fmsbw.de/manuals/presentation.pdf) (in German!) hold at [Netz39](https://www.netz39.de/). diff --git a/TODO b/TODO index d2a01b5..a0fe4f0 100644 --- a/TODO +++ b/TODO @@ -719,7 +719,7 @@ Features: i.e. typically shell-like languages with "$var" constructs. * Install autocompletion scripts. They will have to be preprocessed, though. See also - https://github.com/rhaberkorn/sciteco/wiki/Shell-auto-completions + https://sciteco.fmsbw.de/knowledge/Shell%20auto%20completions/ * There should perhaps we a --revision siteconfig option, to pass in a Git revision, that's printed by `sciteco --help`. But it would have to work with tarballs as well, so it has to be diff --git a/doc/cheat-sheet.mm b/doc/cheat-sheet.mm index 9526783..ba7247c 100644 --- a/doc/cheat-sheet.mm +++ b/doc/cheat-sheet.mm @@ -278,7 +278,7 @@ Insert \*$ (ASCII 27). . TD Insert \fItext\fP with leading tab/indentation. See also -.pdfhref W -D https://github.com/rhaberkorn/sciteco/wiki/Useful-Macros#indent-code-block -A . \fIn\^\fCM#it\fP +.pdfhref W -D https://sciteco.fmsbw.de/knowledge/Useful%20Macros/#indent-code-block -A . \fIn\^\fCM#it\fP .ETB . .TBLX "Text Deletion" width='30% 70%' diff --git a/doc/tutorial.ms.in b/doc/tutorial.ms.in index 1010e9c..92da0af 100644 --- a/doc/tutorial.ms.in +++ b/doc/tutorial.ms.in @@ -313,16 +313,15 @@ To open the language reference, type: .LP If you want to read the tutorial at any later time, just type \fB?\fPtutorial\*$. -You may also want to have a look at the Wiki and FAQ: +You may also want to have a look at the Knowledge Base and FAQ: . .ID 0 -https://github.com/rhaberkorn/sciteco/wiki +https://sciteco.fmsbw.de/knowledge/ .DE . .LP If you cannot find a solution to your problem, -you can of course open an Issue or Discussion on \*(ST's -Github page. +you can of course write to the dings@fmsbw.de mailing list. We are also happy to help out on the official IRC channel: Join #sciteco at irc.libera.chat. diff --git a/www/build.tes b/www/build.tes index 60baa96..4eea4f9 100755 --- a/www/build.tes +++ b/www/build.tes @@ -43,7 +43,7 @@ Downloads / sciteco(1) / sciteco(7) / - Wiki / + Knowledge Base / Git
-- cgit v1.2.3