Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-09-21 | moved most resources to fmsbw.de | Robin Haberkorn | 1 | -1/+1 | |
* The new official homepage is https://sciteco.fmsbw.de/ * My new contact address is rhaberkorn AT fmsbw.de. * The scintilla-mirror is now also on https://git.fmsbw.de/scintilla-mirror/ * Added CI script for my server on fmsbw.de that builds the website. It's run in a FreeBSD container, but does not currently distribute FreeBSD binaries. | |||||
2024-11-18 | fixed some common typos: "ie." and "eg.", "ocur" instead of "occur" | Robin Haberkorn | 1 | -1/+1 | |
2016-11-18 | the manual generator (generator-docs.tes) has been cleaned up and is now ↵ | Robin Haberkorn | 1 | -0/+130 | |
called tedoc.tes * some code simplifications * it now supports command line arguments via getopt.tes. * the -C flag enabled C/C++ mode. By default tedoc parses SciTECO code which means it can be used to document macro packages as well. * Therefore it is installed as a separate tool now. It may be used as a Groff preprocessor for third-party macro authors to generate (wo)man pages. * there's a man page tedoc.tes(1) * The troff placeholder macro is now called ".TEDOC". * Help topics can now be specified after the starting comment /*$ or !*$. Topics have been defined for all built-in commands. |