diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 26 |
1 files changed, 20 insertions, 6 deletions
@@ -26,7 +26,8 @@ The Curses frontend is verified to work with [ncurses](https://www.gnu.org/softw [PDCurses/XCurses](https://github.com/wmcbrine/PDCurses), [PDCursesMod](https://github.com/Bill-Gray/PDCursesMod) and [EMCurses](https://github.com/rhaberkorn/emcurses). -Others might work as well. +All X/Open-compatible libraries should be supported. +SVr4 curses without enhanced definitions are **not** supported. Linux, FreeBSD, [Mac OS X](https://github.com/rhaberkorn/sciteco/wiki/Mac-OS-Support), Windows (MinGW 32/64) ~~and [Haiku](https://www.haiku-os.org/) (gcc4)~~ are tested and supported. @@ -100,8 +101,9 @@ Features across all supported platforms. Gtk+ builds allow further customization using CSS. The user interface is kept minimalistic and is consistent in spirit across the different platforms. -* Syntax highlighting, styles, line numbers, etc. thanks to Scintilla. +* Syntax highlighting, styles, line numbers, etc. thanks to Scintilla, Lexilla and Scintillua. Low-level Scintilla commands can also be accessed to extend SciTECO. + SciTECO even syntax highlights code, written in the SciTECO language itself. * A growing standard library of macros with frameworks for color schemes, syntax highlighting and buffer sessions. Optimized for hack-ability rather than completeness. @@ -113,14 +115,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) - @@ -133,6 +136,17 @@ we currently only provide *experimental* ncurses builds. If everything fails, you can try building from source. See [`INSTALL`](https://github.com/rhaberkorn/sciteco/blob/master/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. +* 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 ======================== |