diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 31 |
1 files changed, 17 insertions, 14 deletions
@@ -1,6 +1,3 @@ -[](https://github.com/rhaberkorn/sciteco/actions/workflows/ci.yml) -[](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/). |