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