manualpages: Complete the list of user manual pages

Message ID 20211204234620.286-1-hofmann@leo-andres.de
State Accepted
Commit fcc617c46692bac419743a08a24e2f45f0866542
Headers
Series manualpages: Complete the list of user manual pages |

Commit Message

Leo-Andres Hofmann Dec. 4, 2021, 11:46 p.m. UTC
  From: Jon Murphy <jcmurphy26@gmail.com>

Jon Murphy gathered all the links and made the updated file
available on the mailing list:
https://lists.ipfire.org/pipermail/development/2021-October/011383.html
https://lists.ipfire.org/pipermail/development/2021-December/011737.html

With kind permission from him, this patch contains the completed list.
The list was successfully checked with "./make.sh check-manualpages".

Signed-off-by: Leo-Andres Hofmann <hofmann@leo-andres.de>
Reported-by: Jon Murphy <jcmurphy26@gmail.com>
---
 config/cfgroot/manualpages | 81 ++++++++++++++++++++++++++++++++++++--
 1 file changed, 78 insertions(+), 3 deletions(-)
  

Comments

Peter Müller Dec. 5, 2021, 10:37 a.m. UTC | #1
Hi,

this looks good to me. I will apply it into the temporary branch for Core Update 163,
as C162 is already closed and in testing.

Reviewed-by: Peter Müller <peter.mueller@ipfire.org>

Thanks, and best regards,
Peter Müller


> From: Jon Murphy <jcmurphy26@gmail.com>
> 
> Jon Murphy gathered all the links and made the updated file
> available on the mailing list:
> https://lists.ipfire.org/pipermail/development/2021-October/011383.html
> https://lists.ipfire.org/pipermail/development/2021-December/011737.html
> 
> With kind permission from him, this patch contains the completed list.
> The list was successfully checked with "./make.sh check-manualpages".
> 
> Signed-off-by: Leo-Andres Hofmann <hofmann@leo-andres.de>
> Reported-by: Jon Murphy <jcmurphy26@gmail.com>
> ---
>  config/cfgroot/manualpages | 81 ++++++++++++++++++++++++++++++++++++--
>  1 file changed, 78 insertions(+), 3 deletions(-)
> 
> diff --git a/config/cfgroot/manualpages b/config/cfgroot/manualpages
> index e5ab1a13c..97246e6f0 100644
> --- a/config/cfgroot/manualpages
> +++ b/config/cfgroot/manualpages
> @@ -1,7 +1,82 @@
> -# User manual base URL (without trailing slash)
> +# Assign manual page URL path to CGI file ([cgi basename]=[path/to/page]) 
> +
> +# Base URL (without trailing slash)
>  BASE_URL=https://wiki.ipfire.org
> +index=configuration/system/startpage
>  
> -# Assign manual page URL path to CGI file ([cgi basename]=[path/to/page])
> +#	System menu
>  index=configuration/system/startpage
> -pppsetup=configuration/system/dial
> +mail=configuration/system/mail_service
> +remote=configuration/system/ssh
> +backup=configuration/system/backup
> +gui=configuration/system/userinterface
> +fireinfo=fireinfo
> +vulnerabilities=configuration/system/vulnerabilities
> +shutdown=configuration/system/shutdown
> +credits=configuration/system/credits
> +
> +#	Status menu
> +system=configuration/status/system
> +memory=configuration/status/memory
> +services=configuration/status/services
> +media=configuration/status/drives
> +netexternal=configuration/status/network_ext
> +netinternal=configuration/status/network_int
> +netother=configuration/status/network_int
> +netovpnrw=configuration/status/network_ovpnrw
> +#netovpnsrv=
> +hardwaregraphs=configuration/status/hardware_diagrams
> +entropy=configuration/status/entropy
> +connections=configuration/status/connections
> +traffic=configuration/status/nettraffic
> +#mdstat=
> +
> +#	Network menu
> +zoneconf=configuration/network/zoneconf
> +dns=dns
> +proxy=configuration/network/proxy
> +urlfilter=configuration/network/proxy/url-filter
> +#updatexlrator=configuration/network/proxy/update_accelerator
> +dhcp=configuration/network/dhcp
> +captive=configuration/network/captive
> +connscheduler=configuration/network/connectionscheduler
> +hosts=configuration/network/hosts
> +dnsforward=configuration/network/dnsforward
> +routing=configuration/network/static
> +mac=configuration/network/mac-address
> +wakeonlan=configuration/network/wake-on-lan
> +
> +#	Services menu
> +vpnmain=configuration/services/ipsec
> +ovpnmain=configuration/services/openvpn
> +ddns=configuration/services/dyndns
> +time=configuration/services/ntp
>  qos=configuration/services/qos
> +extrahd=configuration/services/extrahd
> +
> +#	Firewall menu
> +firewall=configuration/firewall
> +fwhosts=configuration/firewall/fwgroups
> +optionsfw=configuration/firewall/options
> +ids=configuration/firewall/ips
> +p2p-block=configuration/firewall/p2p-block
> +location-block=configuration/firewall/geoip-block
> +wireless=configuration/firewall/accesstoblue
> +iptables=configuration/firewall/iptables
> +
> +#	IPfire menu
> +pakfire=configuration/ipfire/pakfire
> +
> +#	Logs menu
> +summary=configuration/logs/summary
> +config=configuration/logs/logsettings
> +proxylog=configuration/logs/proxy
> +calamaris=configuration/logs/proxyreports
> +firewalllog=configuration/logs/firewall
> +firewalllogip=configuration/logs/firewall-ip
> +firewalllogport=configuration/logs/firewall-port
> +firewalllogcountry=configuration/logs/firewall-country
> +ids=configuration/logs/ips
> +#ovpnclients=
> +urlfilter=configuration/logs/url-filter
> +log=configuration/logs/system
>
  
Jon Murphy Dec. 5, 2021, 5:13 p.m. UTC | #2
Will this mean the code change is in Core 162 and the manualpages (text file) will be in Core 163 ?

> On Dec 5, 2021, at 4:37 AM, Peter Müller <peter.mueller@ipfire.org> wrote:
> 
> Hi,
> 
> this looks good to me. I will apply it into the temporary branch for Core Update 163,
> as C162 is already closed and in testing.
> 
> Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
> 
> Thanks, and best regards,
> Peter Müller
> 
> 
>> From: Jon Murphy <jcmurphy26@gmail.com>
>> 
>> Jon Murphy gathered all the links and made the updated file
>> available on the mailing list:
>> https://lists.ipfire.org/pipermail/development/2021-October/011383.html
>> https://lists.ipfire.org/pipermail/development/2021-December/011737.html
>> 
>> With kind permission from him, this patch contains the completed list.
>> The list was successfully checked with "./make.sh check-manualpages".
>> 
>> Signed-off-by: Leo-Andres Hofmann <hofmann@leo-andres.de>
>> Reported-by: Jon Murphy <jcmurphy26@gmail.com>
>> ---
>> config/cfgroot/manualpages | 81 ++++++++++++++++++++++++++++++++++++--
>> 1 file changed, 78 insertions(+), 3 deletions(-)
>> 
>> diff --git a/config/cfgroot/manualpages b/config/cfgroot/manualpages
>> index e5ab1a13c..97246e6f0 100644
>> --- a/config/cfgroot/manualpages
>> +++ b/config/cfgroot/manualpages
>> @@ -1,7 +1,82 @@
>> -# User manual base URL (without trailing slash)
>> +# Assign manual page URL path to CGI file ([cgi basename]=[path/to/page]) 
>> +
>> +# Base URL (without trailing slash)
>> BASE_URL=https://wiki.ipfire.org
>> +index=configuration/system/startpage
>> 
>> -# Assign manual page URL path to CGI file ([cgi basename]=[path/to/page])
>> +#	System menu
>> index=configuration/system/startpage
>> -pppsetup=configuration/system/dial
>> +mail=configuration/system/mail_service
>> +remote=configuration/system/ssh
>> +backup=configuration/system/backup
>> +gui=configuration/system/userinterface
>> +fireinfo=fireinfo
>> +vulnerabilities=configuration/system/vulnerabilities
>> +shutdown=configuration/system/shutdown
>> +credits=configuration/system/credits
>> +
>> +#	Status menu
>> +system=configuration/status/system
>> +memory=configuration/status/memory
>> +services=configuration/status/services
>> +media=configuration/status/drives
>> +netexternal=configuration/status/network_ext
>> +netinternal=configuration/status/network_int
>> +netother=configuration/status/network_int
>> +netovpnrw=configuration/status/network_ovpnrw
>> +#netovpnsrv=
>> +hardwaregraphs=configuration/status/hardware_diagrams
>> +entropy=configuration/status/entropy
>> +connections=configuration/status/connections
>> +traffic=configuration/status/nettraffic
>> +#mdstat=
>> +
>> +#	Network menu
>> +zoneconf=configuration/network/zoneconf
>> +dns=dns
>> +proxy=configuration/network/proxy
>> +urlfilter=configuration/network/proxy/url-filter
>> +#updatexlrator=configuration/network/proxy/update_accelerator
>> +dhcp=configuration/network/dhcp
>> +captive=configuration/network/captive
>> +connscheduler=configuration/network/connectionscheduler
>> +hosts=configuration/network/hosts
>> +dnsforward=configuration/network/dnsforward
>> +routing=configuration/network/static
>> +mac=configuration/network/mac-address
>> +wakeonlan=configuration/network/wake-on-lan
>> +
>> +#	Services menu
>> +vpnmain=configuration/services/ipsec
>> +ovpnmain=configuration/services/openvpn
>> +ddns=configuration/services/dyndns
>> +time=configuration/services/ntp
>> qos=configuration/services/qos
>> +extrahd=configuration/services/extrahd
>> +
>> +#	Firewall menu
>> +firewall=configuration/firewall
>> +fwhosts=configuration/firewall/fwgroups
>> +optionsfw=configuration/firewall/options
>> +ids=configuration/firewall/ips
>> +p2p-block=configuration/firewall/p2p-block
>> +location-block=configuration/firewall/geoip-block
>> +wireless=configuration/firewall/accesstoblue
>> +iptables=configuration/firewall/iptables
>> +
>> +#	IPfire menu
>> +pakfire=configuration/ipfire/pakfire
>> +
>> +#	Logs menu
>> +summary=configuration/logs/summary
>> +config=configuration/logs/logsettings
>> +proxylog=configuration/logs/proxy
>> +calamaris=configuration/logs/proxyreports
>> +firewalllog=configuration/logs/firewall
>> +firewalllogip=configuration/logs/firewall-ip
>> +firewalllogport=configuration/logs/firewall-port
>> +firewalllogcountry=configuration/logs/firewall-country
>> +ids=configuration/logs/ips
>> +#ovpnclients=
>> +urlfilter=configuration/logs/url-filter
>> +log=configuration/logs/system
>>
  
Michael Tremer Dec. 8, 2021, 10:35 a.m. UTC | #3
Hello,

I am quite confused, too.

I thought all of this was already in the update. We seem to at least be missing this patch which isn’t a problem.

Is there anything else that needs to go into 162 to make this fully work?

-Michael

> On 5 Dec 2021, at 17:13, Jon Murphy <jcmurphy26@gmail.com> wrote:
> 
> Will this mean the code change is in Core 162 and the manualpages (text file) will be in Core 163 ?
> 
>> On Dec 5, 2021, at 4:37 AM, Peter Müller <peter.mueller@ipfire.org> wrote:
>> 
>> Hi,
>> 
>> this looks good to me. I will apply it into the temporary branch for Core Update 163,
>> as C162 is already closed and in testing.
>> 
>> Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
>> 
>> Thanks, and best regards,
>> Peter Müller
>> 
>> 
>>> From: Jon Murphy <jcmurphy26@gmail.com>
>>> 
>>> Jon Murphy gathered all the links and made the updated file
>>> available on the mailing list:
>>> https://lists.ipfire.org/pipermail/development/2021-October/011383.html
>>> https://lists.ipfire.org/pipermail/development/2021-December/011737.html
>>> 
>>> With kind permission from him, this patch contains the completed list.
>>> The list was successfully checked with "./make.sh check-manualpages".
>>> 
>>> Signed-off-by: Leo-Andres Hofmann <hofmann@leo-andres.de>
>>> Reported-by: Jon Murphy <jcmurphy26@gmail.com>
>>> ---
>>> config/cfgroot/manualpages | 81 ++++++++++++++++++++++++++++++++++++--
>>> 1 file changed, 78 insertions(+), 3 deletions(-)
>>> 
>>> diff --git a/config/cfgroot/manualpages b/config/cfgroot/manualpages
>>> index e5ab1a13c..97246e6f0 100644
>>> --- a/config/cfgroot/manualpages
>>> +++ b/config/cfgroot/manualpages
>>> @@ -1,7 +1,82 @@
>>> -# User manual base URL (without trailing slash)
>>> +# Assign manual page URL path to CGI file ([cgi basename]=[path/to/page]) 
>>> +
>>> +# Base URL (without trailing slash)
>>> BASE_URL=https://wiki.ipfire.org
>>> +index=configuration/system/startpage
>>> 
>>> -# Assign manual page URL path to CGI file ([cgi basename]=[path/to/page])
>>> +#	System menu
>>> index=configuration/system/startpage
>>> -pppsetup=configuration/system/dial
>>> +mail=configuration/system/mail_service
>>> +remote=configuration/system/ssh
>>> +backup=configuration/system/backup
>>> +gui=configuration/system/userinterface
>>> +fireinfo=fireinfo
>>> +vulnerabilities=configuration/system/vulnerabilities
>>> +shutdown=configuration/system/shutdown
>>> +credits=configuration/system/credits
>>> +
>>> +#	Status menu
>>> +system=configuration/status/system
>>> +memory=configuration/status/memory
>>> +services=configuration/status/services
>>> +media=configuration/status/drives
>>> +netexternal=configuration/status/network_ext
>>> +netinternal=configuration/status/network_int
>>> +netother=configuration/status/network_int
>>> +netovpnrw=configuration/status/network_ovpnrw
>>> +#netovpnsrv=
>>> +hardwaregraphs=configuration/status/hardware_diagrams
>>> +entropy=configuration/status/entropy
>>> +connections=configuration/status/connections
>>> +traffic=configuration/status/nettraffic
>>> +#mdstat=
>>> +
>>> +#	Network menu
>>> +zoneconf=configuration/network/zoneconf
>>> +dns=dns
>>> +proxy=configuration/network/proxy
>>> +urlfilter=configuration/network/proxy/url-filter
>>> +#updatexlrator=configuration/network/proxy/update_accelerator
>>> +dhcp=configuration/network/dhcp
>>> +captive=configuration/network/captive
>>> +connscheduler=configuration/network/connectionscheduler
>>> +hosts=configuration/network/hosts
>>> +dnsforward=configuration/network/dnsforward
>>> +routing=configuration/network/static
>>> +mac=configuration/network/mac-address
>>> +wakeonlan=configuration/network/wake-on-lan
>>> +
>>> +#	Services menu
>>> +vpnmain=configuration/services/ipsec
>>> +ovpnmain=configuration/services/openvpn
>>> +ddns=configuration/services/dyndns
>>> +time=configuration/services/ntp
>>> qos=configuration/services/qos
>>> +extrahd=configuration/services/extrahd
>>> +
>>> +#	Firewall menu
>>> +firewall=configuration/firewall
>>> +fwhosts=configuration/firewall/fwgroups
>>> +optionsfw=configuration/firewall/options
>>> +ids=configuration/firewall/ips
>>> +p2p-block=configuration/firewall/p2p-block
>>> +location-block=configuration/firewall/geoip-block
>>> +wireless=configuration/firewall/accesstoblue
>>> +iptables=configuration/firewall/iptables
>>> +
>>> +#	IPfire menu
>>> +pakfire=configuration/ipfire/pakfire
>>> +
>>> +#	Logs menu
>>> +summary=configuration/logs/summary
>>> +config=configuration/logs/logsettings
>>> +proxylog=configuration/logs/proxy
>>> +calamaris=configuration/logs/proxyreports
>>> +firewalllog=configuration/logs/firewall
>>> +firewalllogip=configuration/logs/firewall-ip
>>> +firewalllogport=configuration/logs/firewall-port
>>> +firewalllogcountry=configuration/logs/firewall-country
>>> +ids=configuration/logs/ips
>>> +#ovpnclients=
>>> +urlfilter=configuration/logs/url-filter
>>> +log=configuration/logs/system
>>> 
>
  
Adolf Belka Dec. 8, 2021, 11:29 a.m. UTC | #4
Hi,

On 08/12/2021 11:35, Michael Tremer wrote:
> Hello,
>
> I am quite confused, too.
>
> I thought all of this was already in the update. We seem to at least be missing this patch which isn’t a problem.

My understanding is that the original patch provided the code to be able to show the help symbols if there was a link provided but the only link was for the main page. This additional patch now provides the list of links for each of the menu pages in the WUI that have a page in the wiki.

Regards,

Adolf.

> Is there anything else that needs to go into 162 to make this fully work?
>
> -Michael
>
>> On 5 Dec 2021, at 17:13, Jon Murphy <jcmurphy26@gmail.com> wrote:
>>
>> Will this mean the code change is in Core 162 and the manualpages (text file) will be in Core 163 ?
>>
>>> On Dec 5, 2021, at 4:37 AM, Peter Müller <peter.mueller@ipfire.org> wrote:
>>>
>>> Hi,
>>>
>>> this looks good to me. I will apply it into the temporary branch for Core Update 163,
>>> as C162 is already closed and in testing.
>>>
>>> Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
>>>
>>> Thanks, and best regards,
>>> Peter Müller
>>>
>>>
>>>> From: Jon Murphy <jcmurphy26@gmail.com>
>>>>
>>>> Jon Murphy gathered all the links and made the updated file
>>>> available on the mailing list:
>>>> https://lists.ipfire.org/pipermail/development/2021-October/011383.html
>>>> https://lists.ipfire.org/pipermail/development/2021-December/011737.html
>>>>
>>>> With kind permission from him, this patch contains the completed list.
>>>> The list was successfully checked with "./make.sh check-manualpages".
>>>>
>>>> Signed-off-by: Leo-Andres Hofmann <hofmann@leo-andres.de>
>>>> Reported-by: Jon Murphy <jcmurphy26@gmail.com>
>>>> ---
>>>> config/cfgroot/manualpages | 81 ++++++++++++++++++++++++++++++++++++--
>>>> 1 file changed, 78 insertions(+), 3 deletions(-)
>>>>
>>>> diff --git a/config/cfgroot/manualpages b/config/cfgroot/manualpages
>>>> index e5ab1a13c..97246e6f0 100644
>>>> --- a/config/cfgroot/manualpages
>>>> +++ b/config/cfgroot/manualpages
>>>> @@ -1,7 +1,82 @@
>>>> -# User manual base URL (without trailing slash)
>>>> +# Assign manual page URL path to CGI file ([cgi basename]=[path/to/page])
>>>> +
>>>> +# Base URL (without trailing slash)
>>>> BASE_URL=https://wiki.ipfire.org
>>>> +index=configuration/system/startpage
>>>>
>>>> -# Assign manual page URL path to CGI file ([cgi basename]=[path/to/page])
>>>> +#	System menu
>>>> index=configuration/system/startpage
>>>> -pppsetup=configuration/system/dial
>>>> +mail=configuration/system/mail_service
>>>> +remote=configuration/system/ssh
>>>> +backup=configuration/system/backup
>>>> +gui=configuration/system/userinterface
>>>> +fireinfo=fireinfo
>>>> +vulnerabilities=configuration/system/vulnerabilities
>>>> +shutdown=configuration/system/shutdown
>>>> +credits=configuration/system/credits
>>>> +
>>>> +#	Status menu
>>>> +system=configuration/status/system
>>>> +memory=configuration/status/memory
>>>> +services=configuration/status/services
>>>> +media=configuration/status/drives
>>>> +netexternal=configuration/status/network_ext
>>>> +netinternal=configuration/status/network_int
>>>> +netother=configuration/status/network_int
>>>> +netovpnrw=configuration/status/network_ovpnrw
>>>> +#netovpnsrv=
>>>> +hardwaregraphs=configuration/status/hardware_diagrams
>>>> +entropy=configuration/status/entropy
>>>> +connections=configuration/status/connections
>>>> +traffic=configuration/status/nettraffic
>>>> +#mdstat=
>>>> +
>>>> +#	Network menu
>>>> +zoneconf=configuration/network/zoneconf
>>>> +dns=dns
>>>> +proxy=configuration/network/proxy
>>>> +urlfilter=configuration/network/proxy/url-filter
>>>> +#updatexlrator=configuration/network/proxy/update_accelerator
>>>> +dhcp=configuration/network/dhcp
>>>> +captive=configuration/network/captive
>>>> +connscheduler=configuration/network/connectionscheduler
>>>> +hosts=configuration/network/hosts
>>>> +dnsforward=configuration/network/dnsforward
>>>> +routing=configuration/network/static
>>>> +mac=configuration/network/mac-address
>>>> +wakeonlan=configuration/network/wake-on-lan
>>>> +
>>>> +#	Services menu
>>>> +vpnmain=configuration/services/ipsec
>>>> +ovpnmain=configuration/services/openvpn
>>>> +ddns=configuration/services/dyndns
>>>> +time=configuration/services/ntp
>>>> qos=configuration/services/qos
>>>> +extrahd=configuration/services/extrahd
>>>> +
>>>> +#	Firewall menu
>>>> +firewall=configuration/firewall
>>>> +fwhosts=configuration/firewall/fwgroups
>>>> +optionsfw=configuration/firewall/options
>>>> +ids=configuration/firewall/ips
>>>> +p2p-block=configuration/firewall/p2p-block
>>>> +location-block=configuration/firewall/geoip-block
>>>> +wireless=configuration/firewall/accesstoblue
>>>> +iptables=configuration/firewall/iptables
>>>> +
>>>> +#	IPfire menu
>>>> +pakfire=configuration/ipfire/pakfire
>>>> +
>>>> +#	Logs menu
>>>> +summary=configuration/logs/summary
>>>> +config=configuration/logs/logsettings
>>>> +proxylog=configuration/logs/proxy
>>>> +calamaris=configuration/logs/proxyreports
>>>> +firewalllog=configuration/logs/firewall
>>>> +firewalllogip=configuration/logs/firewall-ip
>>>> +firewalllogport=configuration/logs/firewall-port
>>>> +firewalllogcountry=configuration/logs/firewall-country
>>>> +ids=configuration/logs/ips
>>>> +#ovpnclients=
>>>> +urlfilter=configuration/logs/url-filter
>>>> +log=configuration/logs/system
>>>>
  
Leo-Andres Hofmann Dec. 8, 2021, 12:43 p.m. UTC | #5
Hi all,

Please excuse the confusion, I'll try to explain.

Most important first: This does not fail in Core 162!
The code is complete and does not generate errors or incorrect links.
(I just checked that again and I also always make sure my patches don't break stuff before submitting.)

When I presented the idea on the mailing list in September, I included three sample links in my patch and asked for help in collecting more.

https://patchwork.ipfire.org/project/ipfire/patch/20210919143444.1739-1-hofmann@leo-andres.de/
https://patchwork.ipfire.org/project/ipfire/patch/20210928110906.1089-1-hofmann@leo-andres.de/

The incomplete file had to be there for the code to work and anyone to add more links to it. But strictly speaking, the feature wasn't yet complete.

I should have made it clearer that the revised patchset did not come with a complete list either and still required more work.
This was obvious to me, but I did not communicate it well. I wasn't paying attention and I do apologize for that.

If we leave it as it is now, core 162 will enable only three links and core 163 will then bring the complete feature.
The links point to the correct wiki page and appear on the following pages: Index, PPP setup, QoS

Regards
Leo

Am 08.12.2021 um 12:29 schrieb Adolf Belka:
> Hi,
>
> On 08/12/2021 11:35, Michael Tremer wrote:
>> Hello,
>>
>> I am quite confused, too.
>>
>> I thought all of this was already in the update. We seem to at least be missing this patch which isn’t a problem.
>
> My understanding is that the original patch provided the code to be able to show the help symbols if there was a link provided but the only link was for the main page. This additional patch now provides the list of links for each of the menu pages in the WUI that have a page in the wiki.
>
> Regards,
>
> Adolf.
>
>> Is there anything else that needs to go into 162 to make this fully work?
>>
>> -Michael
>>
>>> On 5 Dec 2021, at 17:13, Jon Murphy <jcmurphy26@gmail.com> wrote:
>>>
>>> Will this mean the code change is in Core 162 and the manualpages (text file) will be in Core 163 ?
>>>
>>>> On Dec 5, 2021, at 4:37 AM, Peter Müller <peter.mueller@ipfire.org> wrote:
>>>>
>>>> Hi,
>>>>
>>>> this looks good to me. I will apply it into the temporary branch for Core Update 163,
>>>> as C162 is already closed and in testing.
>>>>
>>>> Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
>>>>
>>>> Thanks, and best regards,
>>>> Peter Müller
>>>>
>>>>
>>>>> From: Jon Murphy <jcmurphy26@gmail.com>
>>>>>
>>>>> Jon Murphy gathered all the links and made the updated file
>>>>> available on the mailing list:
>>>>> https://lists.ipfire.org/pipermail/development/2021-October/011383.html
>>>>> https://lists.ipfire.org/pipermail/development/2021-December/011737.html
>>>>>
>>>>> With kind permission from him, this patch contains the completed list.
>>>>> The list was successfully checked with "./make.sh check-manualpages".
>>>>>
>>>>> Signed-off-by: Leo-Andres Hofmann <hofmann@leo-andres.de>
>>>>> Reported-by: Jon Murphy <jcmurphy26@gmail.com>
>>>>> ---
>>>>> config/cfgroot/manualpages | 81 ++++++++++++++++++++++++++++++++++++--
>>>>> 1 file changed, 78 insertions(+), 3 deletions(-)
>>>>>
>>>>> diff --git a/config/cfgroot/manualpages b/config/cfgroot/manualpages
>>>>> index e5ab1a13c..97246e6f0 100644
>>>>> --- a/config/cfgroot/manualpages
>>>>> +++ b/config/cfgroot/manualpages
>>>>> @@ -1,7 +1,82 @@
>>>>> -# User manual base URL (without trailing slash)
>>>>> +# Assign manual page URL path to CGI file ([cgi basename]=[path/to/page])
>>>>> +
>>>>> +# Base URL (without trailing slash)
>>>>> BASE_URL=https://wiki.ipfire.org
>>>>> +index=configuration/system/startpage
>>>>>
>>>>> -# Assign manual page URL path to CGI file ([cgi basename]=[path/to/page])
>>>>> +#    System menu
>>>>> index=configuration/system/startpage
>>>>> -pppsetup=configuration/system/dial
>>>>> +mail=configuration/system/mail_service
>>>>> +remote=configuration/system/ssh
>>>>> +backup=configuration/system/backup
>>>>> +gui=configuration/system/userinterface
>>>>> +fireinfo=fireinfo
>>>>> +vulnerabilities=configuration/system/vulnerabilities
>>>>> +shutdown=configuration/system/shutdown
>>>>> +credits=configuration/system/credits
>>>>> +
>>>>> +#    Status menu
>>>>> +system=configuration/status/system
>>>>> +memory=configuration/status/memory
>>>>> +services=configuration/status/services
>>>>> +media=configuration/status/drives
>>>>> +netexternal=configuration/status/network_ext
>>>>> +netinternal=configuration/status/network_int
>>>>> +netother=configuration/status/network_int
>>>>> +netovpnrw=configuration/status/network_ovpnrw
>>>>> +#netovpnsrv=
>>>>> +hardwaregraphs=configuration/status/hardware_diagrams
>>>>> +entropy=configuration/status/entropy
>>>>> +connections=configuration/status/connections
>>>>> +traffic=configuration/status/nettraffic
>>>>> +#mdstat=
>>>>> +
>>>>> +#    Network menu
>>>>> +zoneconf=configuration/network/zoneconf
>>>>> +dns=dns
>>>>> +proxy=configuration/network/proxy
>>>>> +urlfilter=configuration/network/proxy/url-filter
>>>>> +#updatexlrator=configuration/network/proxy/update_accelerator
>>>>> +dhcp=configuration/network/dhcp
>>>>> +captive=configuration/network/captive
>>>>> +connscheduler=configuration/network/connectionscheduler
>>>>> +hosts=configuration/network/hosts
>>>>> +dnsforward=configuration/network/dnsforward
>>>>> +routing=configuration/network/static
>>>>> +mac=configuration/network/mac-address
>>>>> +wakeonlan=configuration/network/wake-on-lan
>>>>> +
>>>>> +#    Services menu
>>>>> +vpnmain=configuration/services/ipsec
>>>>> +ovpnmain=configuration/services/openvpn
>>>>> +ddns=configuration/services/dyndns
>>>>> +time=configuration/services/ntp
>>>>> qos=configuration/services/qos
>>>>> +extrahd=configuration/services/extrahd
>>>>> +
>>>>> +#    Firewall menu
>>>>> +firewall=configuration/firewall
>>>>> +fwhosts=configuration/firewall/fwgroups
>>>>> +optionsfw=configuration/firewall/options
>>>>> +ids=configuration/firewall/ips
>>>>> +p2p-block=configuration/firewall/p2p-block
>>>>> +location-block=configuration/firewall/geoip-block
>>>>> +wireless=configuration/firewall/accesstoblue
>>>>> +iptables=configuration/firewall/iptables
>>>>> +
>>>>> +#    IPfire menu
>>>>> +pakfire=configuration/ipfire/pakfire
>>>>> +
>>>>> +#    Logs menu
>>>>> +summary=configuration/logs/summary
>>>>> +config=configuration/logs/logsettings
>>>>> +proxylog=configuration/logs/proxy
>>>>> +calamaris=configuration/logs/proxyreports
>>>>> +firewalllog=configuration/logs/firewall
>>>>> +firewalllogip=configuration/logs/firewall-ip
>>>>> +firewalllogport=configuration/logs/firewall-port
>>>>> +firewalllogcountry=configuration/logs/firewall-country
>>>>> +ids=configuration/logs/ips
>>>>> +#ovpnclients=
>>>>> +urlfilter=configuration/logs/url-filter
>>>>> +log=configuration/logs/system
>>>>>
  
Jon Murphy Dec. 8, 2021, 5:35 p.m. UTC | #6
My apologies for causing all of the confusion and all of the mailing list noise.

Jon

> On Dec 8, 2021, at 6:43 AM, Leo Hofmann <hofmann@leo-andres.de> wrote:
> 
> Hi all,
> 
> Please excuse the confusion, I'll try to explain.
> 
> Most important first: This does not fail in Core 162!
> The code is complete and does not generate errors or incorrect links.
> (I just checked that again and I also always make sure my patches don't break stuff before submitting.)
> 
> When I presented the idea on the mailing list in September, I included three sample links in my patch and asked for help in collecting more.
> 
> https://patchwork.ipfire.org/project/ipfire/patch/20210919143444.1739-1-hofmann@leo-andres.de/
> https://patchwork.ipfire.org/project/ipfire/patch/20210928110906.1089-1-hofmann@leo-andres.de/
> 
> The incomplete file had to be there for the code to work and anyone to add more links to it. But strictly speaking, the feature wasn't yet complete.
> 
> I should have made it clearer that the revised patchset did not come with a complete list either and still required more work.
> This was obvious to me, but I did not communicate it well. I wasn't paying attention and I do apologize for that.
> 
> If we leave it as it is now, core 162 will enable only three links and core 163 will then bring the complete feature.
> The links point to the correct wiki page and appear on the following pages: Index, PPP setup, QoS
> 
> Regards
> Leo
> 
> Am 08.12.2021 um 12:29 schrieb Adolf Belka:
>> Hi,
>> 
>> On 08/12/2021 11:35, Michael Tremer wrote:
>>> Hello,
>>> 
>>> I am quite confused, too.
>>> 
>>> I thought all of this was already in the update. We seem to at least be missing this patch which isn’t a problem.
>> 
>> My understanding is that the original patch provided the code to be able to show the help symbols if there was a link provided but the only link was for the main page. This additional patch now provides the list of links for each of the menu pages in the WUI that have a page in the wiki.
>> 
>> Regards,
>> 
>> Adolf.
>> 
>>> Is there anything else that needs to go into 162 to make this fully work?
>>> 
>>> -Michael
>>> 
>>>> On 5 Dec 2021, at 17:13, Jon Murphy <jcmurphy26@gmail.com> wrote:
>>>> 
>>>> Will this mean the code change is in Core 162 and the manualpages (text file) will be in Core 163 ?
>>>> 
>>>>> On Dec 5, 2021, at 4:37 AM, Peter Müller <peter.mueller@ipfire.org> wrote:
>>>>> 
>>>>> Hi,
>>>>> 
>>>>> this looks good to me. I will apply it into the temporary branch for Core Update 163,
>>>>> as C162 is already closed and in testing.
>>>>> 
>>>>> Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
>>>>> 
>>>>> Thanks, and best regards,
>>>>> Peter Müller
>>>>> 
>>>>> 
>>>>>> From: Jon Murphy <jcmurphy26@gmail.com>
>>>>>> 
>>>>>> Jon Murphy gathered all the links and made the updated file
>>>>>> available on the mailing list:
>>>>>> https://lists.ipfire.org/pipermail/development/2021-October/011383.html
>>>>>> https://lists.ipfire.org/pipermail/development/2021-December/011737.html
>>>>>> 
>>>>>> With kind permission from him, this patch contains the completed list.
>>>>>> The list was successfully checked with "./make.sh check-manualpages".
>>>>>> 
>>>>>> Signed-off-by: Leo-Andres Hofmann <hofmann@leo-andres.de>
>>>>>> Reported-by: Jon Murphy <jcmurphy26@gmail.com>
>>>>>> ---
>>>>>> config/cfgroot/manualpages | 81 ++++++++++++++++++++++++++++++++++++--
>>>>>> 1 file changed, 78 insertions(+), 3 deletions(-)
>>>>>> 
>>>>>> diff --git a/config/cfgroot/manualpages b/config/cfgroot/manualpages
>>>>>> index e5ab1a13c..97246e6f0 100644
>>>>>> --- a/config/cfgroot/manualpages
>>>>>> +++ b/config/cfgroot/manualpages
>>>>>> @@ -1,7 +1,82 @@
>>>>>> -# User manual base URL (without trailing slash)
>>>>>> +# Assign manual page URL path to CGI file ([cgi basename]=[path/to/page])
>>>>>> +
>>>>>> +# Base URL (without trailing slash)
>>>>>> BASE_URL=https://wiki.ipfire.org
>>>>>> +index=configuration/system/startpage
>>>>>> 
>>>>>> -# Assign manual page URL path to CGI file ([cgi basename]=[path/to/page])
>>>>>> +#    System menu
>>>>>> index=configuration/system/startpage
>>>>>> -pppsetup=configuration/system/dial
>>>>>> +mail=configuration/system/mail_service
>>>>>> +remote=configuration/system/ssh
>>>>>> +backup=configuration/system/backup
>>>>>> +gui=configuration/system/userinterface
>>>>>> +fireinfo=fireinfo
>>>>>> +vulnerabilities=configuration/system/vulnerabilities
>>>>>> +shutdown=configuration/system/shutdown
>>>>>> +credits=configuration/system/credits
>>>>>> +
>>>>>> +#    Status menu
>>>>>> +system=configuration/status/system
>>>>>> +memory=configuration/status/memory
>>>>>> +services=configuration/status/services
>>>>>> +media=configuration/status/drives
>>>>>> +netexternal=configuration/status/network_ext
>>>>>> +netinternal=configuration/status/network_int
>>>>>> +netother=configuration/status/network_int
>>>>>> +netovpnrw=configuration/status/network_ovpnrw
>>>>>> +#netovpnsrv=
>>>>>> +hardwaregraphs=configuration/status/hardware_diagrams
>>>>>> +entropy=configuration/status/entropy
>>>>>> +connections=configuration/status/connections
>>>>>> +traffic=configuration/status/nettraffic
>>>>>> +#mdstat=
>>>>>> +
>>>>>> +#    Network menu
>>>>>> +zoneconf=configuration/network/zoneconf
>>>>>> +dns=dns
>>>>>> +proxy=configuration/network/proxy
>>>>>> +urlfilter=configuration/network/proxy/url-filter
>>>>>> +#updatexlrator=configuration/network/proxy/update_accelerator
>>>>>> +dhcp=configuration/network/dhcp
>>>>>> +captive=configuration/network/captive
>>>>>> +connscheduler=configuration/network/connectionscheduler
>>>>>> +hosts=configuration/network/hosts
>>>>>> +dnsforward=configuration/network/dnsforward
>>>>>> +routing=configuration/network/static
>>>>>> +mac=configuration/network/mac-address
>>>>>> +wakeonlan=configuration/network/wake-on-lan
>>>>>> +
>>>>>> +#    Services menu
>>>>>> +vpnmain=configuration/services/ipsec
>>>>>> +ovpnmain=configuration/services/openvpn
>>>>>> +ddns=configuration/services/dyndns
>>>>>> +time=configuration/services/ntp
>>>>>> qos=configuration/services/qos
>>>>>> +extrahd=configuration/services/extrahd
>>>>>> +
>>>>>> +#    Firewall menu
>>>>>> +firewall=configuration/firewall
>>>>>> +fwhosts=configuration/firewall/fwgroups
>>>>>> +optionsfw=configuration/firewall/options
>>>>>> +ids=configuration/firewall/ips
>>>>>> +p2p-block=configuration/firewall/p2p-block
>>>>>> +location-block=configuration/firewall/geoip-block
>>>>>> +wireless=configuration/firewall/accesstoblue
>>>>>> +iptables=configuration/firewall/iptables
>>>>>> +
>>>>>> +#    IPfire menu
>>>>>> +pakfire=configuration/ipfire/pakfire
>>>>>> +
>>>>>> +#    Logs menu
>>>>>> +summary=configuration/logs/summary
>>>>>> +config=configuration/logs/logsettings
>>>>>> +proxylog=configuration/logs/proxy
>>>>>> +calamaris=configuration/logs/proxyreports
>>>>>> +firewalllog=configuration/logs/firewall
>>>>>> +firewalllogip=configuration/logs/firewall-ip
>>>>>> +firewalllogport=configuration/logs/firewall-port
>>>>>> +firewalllogcountry=configuration/logs/firewall-country
>>>>>> +ids=configuration/logs/ips
>>>>>> +#ovpnclients=
>>>>>> +urlfilter=configuration/logs/url-filter
>>>>>> +log=configuration/logs/system
>>>>>>
  
Michael Tremer Dec. 10, 2021, 9:05 a.m. UTC | #7
Hello,

> On 8 Dec 2021, at 12:43, Leo Hofmann <hofmann@leo-andres.de> wrote:
> 
> Hi all,
> 
> Please excuse the confusion, I'll try to explain.
> 
> Most important first: This does not fail in Core 162!
> The code is complete and does not generate errors or incorrect links.
> (I just checked that again and I also always make sure my patches don't break stuff before submitting.)

That is a very good approach :)

> When I presented the idea on the mailing list in September, I included three sample links in my patch and asked for help in collecting more.
> 
> https://patchwork.ipfire.org/project/ipfire/patch/20210919143444.1739-1-hofmann@leo-andres.de/
> https://patchwork.ipfire.org/project/ipfire/patch/20210928110906.1089-1-hofmann@leo-andres.de/
> 
> The incomplete file had to be there for the code to work and anyone to add more links to it. But strictly speaking, the feature wasn't yet complete.

Oh, I didn’t realise this. I clicked on a link and it worked :)

> I should have made it clearer that the revised patchset did not come with a complete list either and still required more work.
> This was obvious to me, but I did not communicate it well. I wasn't paying attention and I do apologize for that.

No need to apologise.

> If we leave it as it is now, core 162 will enable only three links and core 163 will then bring the complete feature.
> The links point to the correct wiki page and appear on the following pages: Index, PPP setup, QoS

Adding the latest patch with the extra links is no trouble. We have to build the entire update again due to some breaks in suricata. I just wanted to make sure that we catch it all.

Best,
-Michael

> 
> Regards
> Leo
> 
> Am 08.12.2021 um 12:29 schrieb Adolf Belka:
>> Hi,
>> 
>> On 08/12/2021 11:35, Michael Tremer wrote:
>>> Hello,
>>> 
>>> I am quite confused, too.
>>> 
>>> I thought all of this was already in the update. We seem to at least be missing this patch which isn’t a problem.
>> 
>> My understanding is that the original patch provided the code to be able to show the help symbols if there was a link provided but the only link was for the main page. This additional patch now provides the list of links for each of the menu pages in the WUI that have a page in the wiki.
>> 
>> Regards,
>> 
>> Adolf.
>> 
>>> Is there anything else that needs to go into 162 to make this fully work?
>>> 
>>> -Michael
>>> 
>>>> On 5 Dec 2021, at 17:13, Jon Murphy <jcmurphy26@gmail.com> wrote:
>>>> 
>>>> Will this mean the code change is in Core 162 and the manualpages (text file) will be in Core 163 ?
>>>> 
>>>>> On Dec 5, 2021, at 4:37 AM, Peter Müller <peter.mueller@ipfire.org> wrote:
>>>>> 
>>>>> Hi,
>>>>> 
>>>>> this looks good to me. I will apply it into the temporary branch for Core Update 163,
>>>>> as C162 is already closed and in testing.
>>>>> 
>>>>> Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
>>>>> 
>>>>> Thanks, and best regards,
>>>>> Peter Müller
>>>>> 
>>>>> 
>>>>>> From: Jon Murphy <jcmurphy26@gmail.com>
>>>>>> 
>>>>>> Jon Murphy gathered all the links and made the updated file
>>>>>> available on the mailing list:
>>>>>> https://lists.ipfire.org/pipermail/development/2021-October/011383.html
>>>>>> https://lists.ipfire.org/pipermail/development/2021-December/011737.html
>>>>>> 
>>>>>> With kind permission from him, this patch contains the completed list.
>>>>>> The list was successfully checked with "./make.sh check-manualpages".
>>>>>> 
>>>>>> Signed-off-by: Leo-Andres Hofmann <hofmann@leo-andres.de>
>>>>>> Reported-by: Jon Murphy <jcmurphy26@gmail.com>
>>>>>> ---
>>>>>> config/cfgroot/manualpages | 81 ++++++++++++++++++++++++++++++++++++--
>>>>>> 1 file changed, 78 insertions(+), 3 deletions(-)
>>>>>> 
>>>>>> diff --git a/config/cfgroot/manualpages b/config/cfgroot/manualpages
>>>>>> index e5ab1a13c..97246e6f0 100644
>>>>>> --- a/config/cfgroot/manualpages
>>>>>> +++ b/config/cfgroot/manualpages
>>>>>> @@ -1,7 +1,82 @@
>>>>>> -# User manual base URL (without trailing slash)
>>>>>> +# Assign manual page URL path to CGI file ([cgi basename]=[path/to/page])
>>>>>> +
>>>>>> +# Base URL (without trailing slash)
>>>>>> BASE_URL=https://wiki.ipfire.org
>>>>>> +index=configuration/system/startpage
>>>>>> 
>>>>>> -# Assign manual page URL path to CGI file ([cgi basename]=[path/to/page])
>>>>>> +#    System menu
>>>>>> index=configuration/system/startpage
>>>>>> -pppsetup=configuration/system/dial
>>>>>> +mail=configuration/system/mail_service
>>>>>> +remote=configuration/system/ssh
>>>>>> +backup=configuration/system/backup
>>>>>> +gui=configuration/system/userinterface
>>>>>> +fireinfo=fireinfo
>>>>>> +vulnerabilities=configuration/system/vulnerabilities
>>>>>> +shutdown=configuration/system/shutdown
>>>>>> +credits=configuration/system/credits
>>>>>> +
>>>>>> +#    Status menu
>>>>>> +system=configuration/status/system
>>>>>> +memory=configuration/status/memory
>>>>>> +services=configuration/status/services
>>>>>> +media=configuration/status/drives
>>>>>> +netexternal=configuration/status/network_ext
>>>>>> +netinternal=configuration/status/network_int
>>>>>> +netother=configuration/status/network_int
>>>>>> +netovpnrw=configuration/status/network_ovpnrw
>>>>>> +#netovpnsrv=
>>>>>> +hardwaregraphs=configuration/status/hardware_diagrams
>>>>>> +entropy=configuration/status/entropy
>>>>>> +connections=configuration/status/connections
>>>>>> +traffic=configuration/status/nettraffic
>>>>>> +#mdstat=
>>>>>> +
>>>>>> +#    Network menu
>>>>>> +zoneconf=configuration/network/zoneconf
>>>>>> +dns=dns
>>>>>> +proxy=configuration/network/proxy
>>>>>> +urlfilter=configuration/network/proxy/url-filter
>>>>>> +#updatexlrator=configuration/network/proxy/update_accelerator
>>>>>> +dhcp=configuration/network/dhcp
>>>>>> +captive=configuration/network/captive
>>>>>> +connscheduler=configuration/network/connectionscheduler
>>>>>> +hosts=configuration/network/hosts
>>>>>> +dnsforward=configuration/network/dnsforward
>>>>>> +routing=configuration/network/static
>>>>>> +mac=configuration/network/mac-address
>>>>>> +wakeonlan=configuration/network/wake-on-lan
>>>>>> +
>>>>>> +#    Services menu
>>>>>> +vpnmain=configuration/services/ipsec
>>>>>> +ovpnmain=configuration/services/openvpn
>>>>>> +ddns=configuration/services/dyndns
>>>>>> +time=configuration/services/ntp
>>>>>> qos=configuration/services/qos
>>>>>> +extrahd=configuration/services/extrahd
>>>>>> +
>>>>>> +#    Firewall menu
>>>>>> +firewall=configuration/firewall
>>>>>> +fwhosts=configuration/firewall/fwgroups
>>>>>> +optionsfw=configuration/firewall/options
>>>>>> +ids=configuration/firewall/ips
>>>>>> +p2p-block=configuration/firewall/p2p-block
>>>>>> +location-block=configuration/firewall/geoip-block
>>>>>> +wireless=configuration/firewall/accesstoblue
>>>>>> +iptables=configuration/firewall/iptables
>>>>>> +
>>>>>> +#    IPfire menu
>>>>>> +pakfire=configuration/ipfire/pakfire
>>>>>> +
>>>>>> +#    Logs menu
>>>>>> +summary=configuration/logs/summary
>>>>>> +config=configuration/logs/logsettings
>>>>>> +proxylog=configuration/logs/proxy
>>>>>> +calamaris=configuration/logs/proxyreports
>>>>>> +firewalllog=configuration/logs/firewall
>>>>>> +firewalllogip=configuration/logs/firewall-ip
>>>>>> +firewalllogport=configuration/logs/firewall-port
>>>>>> +firewalllogcountry=configuration/logs/firewall-country
>>>>>> +ids=configuration/logs/ips
>>>>>> +#ovpnclients=
>>>>>> +urlfilter=configuration/logs/url-filter
>>>>>> +log=configuration/logs/system
>>>>>>
  
Michael Tremer Dec. 10, 2021, 9:05 a.m. UTC | #8
Hello,

No need to freak out. We caught this all in the testing phase and that is exactly what it is there for.

We just don’t want to break shit in production :)

-Michael

> On 8 Dec 2021, at 17:35, Jon Murphy <jcmurphy26@gmail.com> wrote:
> 
> My apologies for causing all of the confusion and all of the mailing list noise.
> 
> Jon
> 
>> On Dec 8, 2021, at 6:43 AM, Leo Hofmann <hofmann@leo-andres.de> wrote:
>> 
>> Hi all,
>> 
>> Please excuse the confusion, I'll try to explain.
>> 
>> Most important first: This does not fail in Core 162!
>> The code is complete and does not generate errors or incorrect links.
>> (I just checked that again and I also always make sure my patches don't break stuff before submitting.)
>> 
>> When I presented the idea on the mailing list in September, I included three sample links in my patch and asked for help in collecting more.
>> 
>> https://patchwork.ipfire.org/project/ipfire/patch/20210919143444.1739-1-hofmann@leo-andres.de/
>> https://patchwork.ipfire.org/project/ipfire/patch/20210928110906.1089-1-hofmann@leo-andres.de/
>> 
>> The incomplete file had to be there for the code to work and anyone to add more links to it. But strictly speaking, the feature wasn't yet complete.
>> 
>> I should have made it clearer that the revised patchset did not come with a complete list either and still required more work.
>> This was obvious to me, but I did not communicate it well. I wasn't paying attention and I do apologize for that.
>> 
>> If we leave it as it is now, core 162 will enable only three links and core 163 will then bring the complete feature.
>> The links point to the correct wiki page and appear on the following pages: Index, PPP setup, QoS
>> 
>> Regards
>> Leo
>> 
>> Am 08.12.2021 um 12:29 schrieb Adolf Belka:
>>> Hi,
>>> 
>>> On 08/12/2021 11:35, Michael Tremer wrote:
>>>> Hello,
>>>> 
>>>> I am quite confused, too.
>>>> 
>>>> I thought all of this was already in the update. We seem to at least be missing this patch which isn’t a problem.
>>> 
>>> My understanding is that the original patch provided the code to be able to show the help symbols if there was a link provided but the only link was for the main page. This additional patch now provides the list of links for each of the menu pages in the WUI that have a page in the wiki.
>>> 
>>> Regards,
>>> 
>>> Adolf.
>>> 
>>>> Is there anything else that needs to go into 162 to make this fully work?
>>>> 
>>>> -Michael
>>>> 
>>>>> On 5 Dec 2021, at 17:13, Jon Murphy <jcmurphy26@gmail.com> wrote:
>>>>> 
>>>>> Will this mean the code change is in Core 162 and the manualpages (text file) will be in Core 163 ?
>>>>> 
>>>>>> On Dec 5, 2021, at 4:37 AM, Peter Müller <peter.mueller@ipfire.org> wrote:
>>>>>> 
>>>>>> Hi,
>>>>>> 
>>>>>> this looks good to me. I will apply it into the temporary branch for Core Update 163,
>>>>>> as C162 is already closed and in testing.
>>>>>> 
>>>>>> Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
>>>>>> 
>>>>>> Thanks, and best regards,
>>>>>> Peter Müller
>>>>>> 
>>>>>> 
>>>>>>> From: Jon Murphy <jcmurphy26@gmail.com>
>>>>>>> 
>>>>>>> Jon Murphy gathered all the links and made the updated file
>>>>>>> available on the mailing list:
>>>>>>> https://lists.ipfire.org/pipermail/development/2021-October/011383.html
>>>>>>> https://lists.ipfire.org/pipermail/development/2021-December/011737.html
>>>>>>> 
>>>>>>> With kind permission from him, this patch contains the completed list.
>>>>>>> The list was successfully checked with "./make.sh check-manualpages".
>>>>>>> 
>>>>>>> Signed-off-by: Leo-Andres Hofmann <hofmann@leo-andres.de>
>>>>>>> Reported-by: Jon Murphy <jcmurphy26@gmail.com>
>>>>>>> ---
>>>>>>> config/cfgroot/manualpages | 81 ++++++++++++++++++++++++++++++++++++--
>>>>>>> 1 file changed, 78 insertions(+), 3 deletions(-)
>>>>>>> 
>>>>>>> diff --git a/config/cfgroot/manualpages b/config/cfgroot/manualpages
>>>>>>> index e5ab1a13c..97246e6f0 100644
>>>>>>> --- a/config/cfgroot/manualpages
>>>>>>> +++ b/config/cfgroot/manualpages
>>>>>>> @@ -1,7 +1,82 @@
>>>>>>> -# User manual base URL (without trailing slash)
>>>>>>> +# Assign manual page URL path to CGI file ([cgi basename]=[path/to/page])
>>>>>>> +
>>>>>>> +# Base URL (without trailing slash)
>>>>>>> BASE_URL=https://wiki.ipfire.org
>>>>>>> +index=configuration/system/startpage
>>>>>>> 
>>>>>>> -# Assign manual page URL path to CGI file ([cgi basename]=[path/to/page])
>>>>>>> +#    System menu
>>>>>>> index=configuration/system/startpage
>>>>>>> -pppsetup=configuration/system/dial
>>>>>>> +mail=configuration/system/mail_service
>>>>>>> +remote=configuration/system/ssh
>>>>>>> +backup=configuration/system/backup
>>>>>>> +gui=configuration/system/userinterface
>>>>>>> +fireinfo=fireinfo
>>>>>>> +vulnerabilities=configuration/system/vulnerabilities
>>>>>>> +shutdown=configuration/system/shutdown
>>>>>>> +credits=configuration/system/credits
>>>>>>> +
>>>>>>> +#    Status menu
>>>>>>> +system=configuration/status/system
>>>>>>> +memory=configuration/status/memory
>>>>>>> +services=configuration/status/services
>>>>>>> +media=configuration/status/drives
>>>>>>> +netexternal=configuration/status/network_ext
>>>>>>> +netinternal=configuration/status/network_int
>>>>>>> +netother=configuration/status/network_int
>>>>>>> +netovpnrw=configuration/status/network_ovpnrw
>>>>>>> +#netovpnsrv=
>>>>>>> +hardwaregraphs=configuration/status/hardware_diagrams
>>>>>>> +entropy=configuration/status/entropy
>>>>>>> +connections=configuration/status/connections
>>>>>>> +traffic=configuration/status/nettraffic
>>>>>>> +#mdstat=
>>>>>>> +
>>>>>>> +#    Network menu
>>>>>>> +zoneconf=configuration/network/zoneconf
>>>>>>> +dns=dns
>>>>>>> +proxy=configuration/network/proxy
>>>>>>> +urlfilter=configuration/network/proxy/url-filter
>>>>>>> +#updatexlrator=configuration/network/proxy/update_accelerator
>>>>>>> +dhcp=configuration/network/dhcp
>>>>>>> +captive=configuration/network/captive
>>>>>>> +connscheduler=configuration/network/connectionscheduler
>>>>>>> +hosts=configuration/network/hosts
>>>>>>> +dnsforward=configuration/network/dnsforward
>>>>>>> +routing=configuration/network/static
>>>>>>> +mac=configuration/network/mac-address
>>>>>>> +wakeonlan=configuration/network/wake-on-lan
>>>>>>> +
>>>>>>> +#    Services menu
>>>>>>> +vpnmain=configuration/services/ipsec
>>>>>>> +ovpnmain=configuration/services/openvpn
>>>>>>> +ddns=configuration/services/dyndns
>>>>>>> +time=configuration/services/ntp
>>>>>>> qos=configuration/services/qos
>>>>>>> +extrahd=configuration/services/extrahd
>>>>>>> +
>>>>>>> +#    Firewall menu
>>>>>>> +firewall=configuration/firewall
>>>>>>> +fwhosts=configuration/firewall/fwgroups
>>>>>>> +optionsfw=configuration/firewall/options
>>>>>>> +ids=configuration/firewall/ips
>>>>>>> +p2p-block=configuration/firewall/p2p-block
>>>>>>> +location-block=configuration/firewall/geoip-block
>>>>>>> +wireless=configuration/firewall/accesstoblue
>>>>>>> +iptables=configuration/firewall/iptables
>>>>>>> +
>>>>>>> +#    IPfire menu
>>>>>>> +pakfire=configuration/ipfire/pakfire
>>>>>>> +
>>>>>>> +#    Logs menu
>>>>>>> +summary=configuration/logs/summary
>>>>>>> +config=configuration/logs/logsettings
>>>>>>> +proxylog=configuration/logs/proxy
>>>>>>> +calamaris=configuration/logs/proxyreports
>>>>>>> +firewalllog=configuration/logs/firewall
>>>>>>> +firewalllogip=configuration/logs/firewall-ip
>>>>>>> +firewalllogport=configuration/logs/firewall-port
>>>>>>> +firewalllogcountry=configuration/logs/firewall-country
>>>>>>> +ids=configuration/logs/ips
>>>>>>> +#ovpnclients=
>>>>>>> +urlfilter=configuration/logs/url-filter
>>>>>>> +log=configuration/logs/system
>>>>>>> 
>
  

Patch

diff --git a/config/cfgroot/manualpages b/config/cfgroot/manualpages
index e5ab1a13c..97246e6f0 100644
--- a/config/cfgroot/manualpages
+++ b/config/cfgroot/manualpages
@@ -1,7 +1,82 @@ 
-# User manual base URL (without trailing slash)
+# Assign manual page URL path to CGI file ([cgi basename]=[path/to/page]) 
+
+# Base URL (without trailing slash)
 BASE_URL=https://wiki.ipfire.org
+index=configuration/system/startpage
 
-# Assign manual page URL path to CGI file ([cgi basename]=[path/to/page])
+#	System menu
 index=configuration/system/startpage
-pppsetup=configuration/system/dial
+mail=configuration/system/mail_service
+remote=configuration/system/ssh
+backup=configuration/system/backup
+gui=configuration/system/userinterface
+fireinfo=fireinfo
+vulnerabilities=configuration/system/vulnerabilities
+shutdown=configuration/system/shutdown
+credits=configuration/system/credits
+
+#	Status menu
+system=configuration/status/system
+memory=configuration/status/memory
+services=configuration/status/services
+media=configuration/status/drives
+netexternal=configuration/status/network_ext
+netinternal=configuration/status/network_int
+netother=configuration/status/network_int
+netovpnrw=configuration/status/network_ovpnrw
+#netovpnsrv=
+hardwaregraphs=configuration/status/hardware_diagrams
+entropy=configuration/status/entropy
+connections=configuration/status/connections
+traffic=configuration/status/nettraffic
+#mdstat=
+
+#	Network menu
+zoneconf=configuration/network/zoneconf
+dns=dns
+proxy=configuration/network/proxy
+urlfilter=configuration/network/proxy/url-filter
+#updatexlrator=configuration/network/proxy/update_accelerator
+dhcp=configuration/network/dhcp
+captive=configuration/network/captive
+connscheduler=configuration/network/connectionscheduler
+hosts=configuration/network/hosts
+dnsforward=configuration/network/dnsforward
+routing=configuration/network/static
+mac=configuration/network/mac-address
+wakeonlan=configuration/network/wake-on-lan
+
+#	Services menu
+vpnmain=configuration/services/ipsec
+ovpnmain=configuration/services/openvpn
+ddns=configuration/services/dyndns
+time=configuration/services/ntp
 qos=configuration/services/qos
+extrahd=configuration/services/extrahd
+
+#	Firewall menu
+firewall=configuration/firewall
+fwhosts=configuration/firewall/fwgroups
+optionsfw=configuration/firewall/options
+ids=configuration/firewall/ips
+p2p-block=configuration/firewall/p2p-block
+location-block=configuration/firewall/geoip-block
+wireless=configuration/firewall/accesstoblue
+iptables=configuration/firewall/iptables
+
+#	IPfire menu
+pakfire=configuration/ipfire/pakfire
+
+#	Logs menu
+summary=configuration/logs/summary
+config=configuration/logs/logsettings
+proxylog=configuration/logs/proxy
+calamaris=configuration/logs/proxyreports
+firewalllog=configuration/logs/firewall
+firewalllogip=configuration/logs/firewall-ip
+firewalllogport=configuration/logs/firewall-port
+firewalllogcountry=configuration/logs/firewall-country
+ids=configuration/logs/ips
+#ovpnclients=
+urlfilter=configuration/logs/url-filter
+log=configuration/logs/system