Update some URLs after website redesign

This commit is contained in:
Thomas Jensen 2021-05-29 20:56:55 +02:00
parent 273207893c
commit d6433d3d41
No known key found for this signature in database
GPG Key ID: A4ACEE270D0FB7DB
5 changed files with 11 additions and 11 deletions

View File

@ -68,7 +68,7 @@ win32.prereq:
infomsg: infomsg:
@echo "| For compilation info please refer to the boxes compilation FAQ" @echo "| For compilation info please refer to the boxes compilation FAQ"
@echo "| at https://boxes.thomasjensen.com/docs/faq.html#q5" @echo "| at https://boxes.thomasjensen.com/faq.html#q5"
$(OUT_DIR): $(OUT_DIR):
mkdir $(OUT_DIR) mkdir $(OUT_DIR)
@ -84,7 +84,7 @@ doc/boxes.1: doc/boxes.1.in Makefile
doc/boxes.1.html: doc/boxes.1 doc/boxes.1.html: doc/boxes.1
cat doc/boxes.1 | groff -mandoc -Thtml > doc/boxes.1.raw.html cat doc/boxes.1 | groff -mandoc -Thtml > doc/boxes.1.raw.html
sed -E -e 's/&lt;URL:([^&]+)&gt;/<a href=\1>\1<\/a>/g' < doc/boxes.1.raw.html > doc/boxes.1.html sed -E -e 's/&lt;URL:([^&]+)&gt;/<a href="\1">\1<\/a>/g' < doc/boxes.1.raw.html > doc/boxes.1.html
rm -f doc/boxes.1.raw.html rm -f doc/boxes.1.raw.html
@echo "Conversion complete. Excessive manual work remains." @echo "Conversion complete. Excessive manual work remains."

View File

@ -26,8 +26,8 @@ It should give you something like that:
/*******/ /*******/
Type `boxes -l` to get a long list of box designs to use. Detailed usage information is in the Type `boxes -l` to get a long list of box designs to use. Detailed usage information is in the
[manual page](https://boxes.thomasjensen.com/docs/boxes-man-1.html) and on the website. Consider [manual page](https://boxes.thomasjensen.com/boxes-man-1.html) and on the website. Consider
[tying *boxes* to your editor](https://boxes.thomasjensen.com/docs/install.html), [tying *boxes* to your editor](https://boxes.thomasjensen.com/editors.html),
so that it can be invoked by a simple keypress. so that it can be invoked by a simple keypress.
## Status ## Status
@ -50,12 +50,12 @@ have already been two new releases with significant new functionality.
The website has information on [building from source](https://boxes.thomasjensen.com/build.html), The website has information on [building from source](https://boxes.thomasjensen.com/build.html),
[testing](https://boxes.thomasjensen.com/testing.html), and [testing](https://boxes.thomasjensen.com/testing.html), and
[contributing](https://boxes.thomasjensen.com/contributing.html) to the source code.<br/> [contributing](https://boxes.thomasjensen.com/contributing.html) to the source code.<br/>
*Boxes* has received support from many [contributors](https://boxes.thomasjensen.com/contributing.html#contributors) *Boxes* has received support from many [contributors](https://boxes.thomasjensen.com/team.html#contributors)
over the years, and continues to benefit greatly from contributions. Many thanks for that! over the years, and continues to benefit greatly from contributions. Many thanks for that!
## Custom box designs ## Custom box designs
You can define [your own box designs](https://boxes.thomasjensen.com/docs/)! You can define [your own box designs](https://boxes.thomasjensen.com/config-general.html)!
We appreciate the creative new box designs that you craft for *boxes*. We appreciate the creative new box designs that you craft for *boxes*.
If you think that others should have your box designs, please feel free to submit them in the If you think that others should have your box designs, please feel free to submit them in the

View File

@ -17,7 +17,7 @@
# ____________________________________________________________________________ # ____________________________________________________________________________
# #
# Format: ASCII Text # Format: ASCII Text
# Syntax of this file: https://boxes.thomasjensen.com/docs/config-syntax.html # Syntax of this file: https://boxes.thomasjensen.com/config-syntax.html
#============================================================================= #=============================================================================

View File

@ -40,7 +40,7 @@ PKG_BUILD_DIR:=$(PKG_NAME)-$(PKG_VERSION).$(PKG_RELEASE)
PKG_SOURCE:=v2.1.0.tar.gz PKG_SOURCE:=v2.1.0.tar.gz
PKG_SOURCE_URL:=http://github.com/ascii-boxes/boxes/archive/ PKG_SOURCE_URL:=https://github.com/ascii-boxes/boxes/archive/refs/tags/
include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/package.mk
define Package/boxes define Package/boxes

View File

@ -26,7 +26,7 @@ supports filters. The
website has examples on how to configure editor integration for various website has examples on how to configure editor integration for various
text editors: text editors:
.br .br
<URL:https://boxes.thomasjensen.com/docs/install.html> <URL:https://boxes.thomasjensen.com/editors.html>
.\" ======================================================================= .\" =======================================================================
.SH OPTIONS .SH OPTIONS
Options offered by Options offered by
@ -417,7 +417,7 @@ other locations are fully supported, too.
The syntax of The syntax of
.I boxes .I boxes
config files is described on the website at config files is described on the website at
<URL:https://boxes.thomasjensen.com/docs/config-syntax.html>. <URL:https://boxes.thomasjensen.com/config-syntax.html>.
.\" ======================================================================= .\" =======================================================================
.SH EXAMPLES .SH EXAMPLES
Examples on how to invoke Examples on how to invoke
@ -448,7 +448,7 @@ lovingly maintained since 1999.
.br .br
For a full list of contributors, see For a full list of contributors, see
.br .br
<URL:https://boxes.thomasjensen.com/contributing.html#contributors> <URL:https://boxes.thomasjensen.com/team.html#contributors>
.br .br
and <URL:https://github.com/ascii-boxes/boxes/graphs/contributors>. and <URL:https://github.com/ascii-boxes/boxes/graphs/contributors>.
.br .br