diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-09-16 22:38:11 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-09-16 23:01:41 +0200 |
commit | c3e25ca55714d3a1338ccaceac9eaef04b804b1e (patch) | |
tree | 1ce6e7f8b729e73b8c9e5725dc150d0e91649191 /doc | |
parent | 8744502cbe42c98422a798c06f4c8ce033725412 (diff) | |
download | sciteco-c3e25ca55714d3a1338ccaceac9eaef04b804b1e.tar.gz |
updated lists of external links in sciteco(1) and sciteco(7)
* Unfortunately, the list in sciteco(7) does not format with FreeBSD's man or
within SciTECO.
* Removed references to the old sciteco.sf.net.
We don't have a proper "homepage" for the time being.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/sciteco.1.in | 13 | ||||
-rw-r--r-- | doc/sciteco.7.template | 14 |
2 files changed, 9 insertions, 18 deletions
diff --git a/doc/sciteco.1.in b/doc/sciteco.1.in index b03f62d..82c1a47 100644 --- a/doc/sciteco.1.in +++ b/doc/sciteco.1.in @@ -405,21 +405,14 @@ It may also be used as a template for Language reference: .BR sciteco (7) .TP -The \fBtroff\fP post-processor for \*(ST, including -information on how to write \(lqwomanpages\(rq: +The \fBtroff\fP post-processor for \*(ST, including information on how to write \(lqwomanpages\(rq: .BR grosciteco.tes (1) .TP -A \fBtroff\fP pre-processor commonly used to generate -man-pages: +A \fBtroff\fP pre-processor commonly used to generate man-pages: .BR tedoc.tes (1) .TP -Homepage: -.UR @PACKAGE_URL@ -\*(ST at Sourceforge -.UE -.TP Development home, bug tracker and wiki: -.UR @PACKAGE_URL_DEV@ +.UR @PACKAGE_URL@ \*(ST at Github .UE .TP diff --git a/doc/sciteco.7.template b/doc/sciteco.7.template index b5105ac..5bbd66a 100644 --- a/doc/sciteco.7.template +++ b/doc/sciteco.7.template @@ -2289,6 +2289,7 @@ This manual mentions differences on several occasions. . .SH SEE ALSO . +.\" FIXME: The URLs do not format in FreeBSD's man or in woman pages. .TP Program invocation and options: .BR sciteco (1) @@ -2298,22 +2299,19 @@ Scintilla messages and other documentation: Scintilla .UE .TP -Scinterm manual, documenting the mapping of -\(lqRGB\(rq values to terminal colors on curses user interfaces: +Scinterm manual, documenting the mapping of \(lqRGB\(rq values to terminal colors on curses user interfaces: .UR http://foicica.com/scinterm/manual.html Scinterm manual .UE .TP -Suitable terminal fonts for icon support in Curses (see -.BR ED command). +Suitable terminal fonts for icon support in Curses (see \fBED\fP flags): .UR https://www.nerdfonts.com/ Nerd Fonts .UE .TP -Gtk+ 3 documentation, containg details about -its CSS support and syntax: -.UR https://developer.gnome.org/gtk3/stable/GtkCssProvider.html -GtkCssProvider +Gtk+ 3 documentation, containg details about its CSS support and syntax: +.UR https://docs.gtk.org/gtk3/css-overview.html +Overview of CSS in GTK .UE . . |