From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer <michael.tremer@ipfire.org> To: development@lists.ipfire.org Subject: Re: menu IPFire > Help goes to help.cgi Date: Thu, 01 Sep 2022 15:41:10 +0100 Message-ID: <4276B3F0-844C-4A40-A36A-E05F7F36CC44@ipfire.org> In-Reply-To: <B5BF175D-8C4D-44CE-9CF7-29B92C66EB4D@gmail.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0094438328948643868==" List-Id: <development.lists.ipfire.org> --===============0094438328948643868== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hello Jon, Very interesting find. There has never been a =E2=80=9Chelp.cgi=E2=80=9D 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 w= hat 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 u= pdate that a lot easier. -Michael > On 26 Aug 2022, at 21:13, Jon Murphy <jcmurphy26(a)gmail.com> wrote: >=20 > All, >=20 > I noticed there is a `help.cgi` WebGUI referenced in the `60-ipfire.menu` f= ile. >=20 > ``` > $subipfire->{'99.help'} =3D {'caption' =3D> $Lang::tr{'help'}, > 'uri' =3D> '/cgi-bin/help.cgi', > 'title' =3D> "$Lang::tr{'help'}", > 'enabled' =3D> 1, > }; > ``` >=20 > Is this something we can (should?) populate? >=20 > We could add simple items like links to the Wiki, Blog, Community, Bugzilla= , etc. >=20 > Or maybe add other items like Location, GitHub, People, Dev Archives, etc. >=20 > Or maybe something else? >=20 > I=E2=80=99m not sure what the original intent was many years ago.... >=20 >=20 > Jon >=20 --===============0094438328948643868==--