Macros
Somewhat complex macros defined for the textinsert plug-in. This facilitates the modification of this macros. Wrote them using the usual dokuwiki edition features, then select them, and use the HTML source code for the macro definition.
The _HTML
suffix is needed by the textinsert plug-in in order to handle correctly HTML.
To invoke a macro : #@MACRO_NAME@#
, with arguments : #@MACRO_NAME~arg1,arg2,arg2…~@#
acronyms[.local].conf
), you have to update the definition of the macros which use this acronym.
Global macros
OS_HTML(software)
Definition
%1 works with GNU/Linux (and probably other POSIX compliant operating systems), macOS and Windows, on IA-32, AMD64 and ARM (AArch32 and AArch64, like those on Raspberry Pi, Banana Pi, ODROID… devices) architectures.
Test
#@OS_HTML~software~@#
—
software works with GNU/Linux (and probably other POSIX compliant operating systems), macOS and Windows, on IA-32, AMD64 and ARM (AArch32 and AArch64, like those on Raspberry Pi, Banana Pi, ODROID… devices) architectures.
—
COMP_HTML
Purpose
Used in the Compilation section of a tool or application home page.
Definition
See also the compilation related page.
Test
CONF_HTML
Purpose
Used in the Configuration section of a tool or application home page.
Definition
See also the configuration related page.
Test
CI_T_HTML(name)
Purpose
The continuous integration table for tools.
Definition
Replace :
name
with%1
,wikilink2
withwikilink1
,/lib/exe/fetch.php?tok=<…>&media=https%3A%2F%2Ftravis-ci.org%2Fepeios-q37%2F%1-
withhttps://travis-ci.org/epeios-q37%1-
/lib/exe/fetch.php?tok=<…>&media=https%3A%2F%2Fci.appveyor.com%2Fapi%2Fprojects%2Fstatus%2Fgithub%2Fepeios-q37%2F%1-
withhttps://ci.appveyor.com/api/projects/status/github/epeios-q37/%1-
,%3F.png
with.png
.
Test
License related macros
H_LICENSE_HTML(software)
Definition
%1 is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
Other rights can be granted, but only by an explicitly written permission from the author of %1.
Test
#@H_LICENSE_HTML~software~@#
—
software is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
Other rights can be granted, but only by an explicitly written permission from the author of software.
—
M_LICENSE_HTML(software)
Definition
%1
is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
%1
is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with %1
. If not, see <http://www.gnu.org/licenses/>.
Other rights can be granted, but only by an explicitly written permission from the author of %1
.
Test
#@M_LICENSE_HTML~software~@#
—
software
is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
software
is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with software
. If not, see <http://www.gnu.org/licenses/>.
Other rights can be granted, but only by an explicitly written permission from the author of software
.
—
Author related macros
H_AUTHOR_HTML(software)
Definition
%1 is developed by Claude SIMON (http://q37.info/contact/).
Test
M_AUTHOR_HTML(software)
Definition
%1
is developed by Claude SIMON (http://q37.info/contact/).
Test
'Under construction' related macros
S_UC_HTML
Definition
(under construction)
Test
#@S_UC_HTML@#
—
(under construction)
—
P_UC_HTML
Definition
This page is currently under construction and may not be accurate !
Test
#@P_UC_HTML@#
—
This page is currently under construction and may not be accurate !
—