* menu IPFire > Help goes to help.cgi
@ 2022-08-26 20:13 Jon Murphy
2022-09-01 14:41 ` Michael Tremer
0 siblings, 1 reply; 2+ messages in thread
From: Jon Murphy @ 2022-08-26 20:13 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 590 bytes --]
All,
I noticed there is a `help.cgi` WebGUI referenced in the `60-ipfire.menu` file.
```
$subipfire->{'99.help'} = {'caption' => $Lang::tr{'help'},
'uri' => '/cgi-bin/help.cgi',
'title' => "$Lang::tr{'help'}",
'enabled' => 1,
};
```
Is this something we can (should?) populate?
We could add simple items like links to the Wiki, Blog, Community, Bugzilla, etc.
Or maybe add other items like Location, GitHub, People, Dev Archives, etc.
Or maybe something else?
I’m not sure what the original intent was many years ago....
Jon
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: menu IPFire > Help goes to help.cgi
2022-08-26 20:13 menu IPFire > Help goes to help.cgi Jon Murphy
@ 2022-09-01 14:41 ` Michael Tremer
0 siblings, 0 replies; 2+ messages in thread
From: Michael Tremer @ 2022-09-01 14:41 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1243 bytes --]
Hello Jon,
Very interesting find. There has never been a “help.cgi” file in the code base as far as I can see.
It looks like I added those lines there, but I do not know why and when and what the hell I was thinking.
So, please feel free to create something new.
I am not sure if you will be able to fill a whole page with all those links, but it might be a great place for users to start.
My only thought is that it is probably easier to link the wiki since we can update that a lot easier.
-Michael
> On 26 Aug 2022, at 21:13, Jon Murphy <jcmurphy26(a)gmail.com> wrote:
>
> All,
>
> I noticed there is a `help.cgi` WebGUI referenced in the `60-ipfire.menu` file.
>
> ```
> $subipfire->{'99.help'} = {'caption' => $Lang::tr{'help'},
> 'uri' => '/cgi-bin/help.cgi',
> 'title' => "$Lang::tr{'help'}",
> 'enabled' => 1,
> };
> ```
>
> Is this something we can (should?) populate?
>
> We could add simple items like links to the Wiki, Blog, Community, Bugzilla, etc.
>
> Or maybe add other items like Location, GitHub, People, Dev Archives, etc.
>
> Or maybe something else?
>
> I’m not sure what the original intent was many years ago....
>
>
> Jon
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-09-01 14:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-26 20:13 menu IPFire > Help goes to help.cgi Jon Murphy
2022-09-01 14:41 ` Michael Tremer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox