From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jon Murphy To: development@lists.ipfire.org Subject: menu IPFire > Help goes to help.cgi Date: Fri, 26 Aug 2022 15:13:42 -0500 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5104320944973936669==" List-Id: --===============5104320944973936669== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable All, I noticed there is a `help.cgi` WebGUI referenced in the `60-ipfire.menu` fil= e. ``` $subipfire->{'99.help'} =3D {'caption' =3D> $Lang::tr{'help'}, 'uri' =3D> '/cgi-bin/help.cgi', 'title' =3D> "$Lang::tr{'help'}", 'enabled' =3D> 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=E2=80=99m not sure what the original intent was many years ago.... Jon --===============5104320944973936669==--