commit 72d094ffcad211ef7fbcd7f1910c1075d4dd6053 from: Omar Polo date: Fri Jul 02 17:37:41 2021 UTC small improvements for about:new * add the name of the search engine * add a link to about:about commit - 3cd700b6268a4fa500cccd97f26179a80413f82f commit + 72d094ffcad211ef7fbcd7f1910c1075d4dd6053 blob - c347da17e3d7a949f69c881e8d74494275f07394 blob + b81785ec09e1ae2655b79bba44c17318166ee031 --- pages.c +++ pages.c @@ -123,13 +123,14 @@ const char *about_new = "=> " CIRCUMLUNAR_SPACE "/docs Gemini documentation\n" "=> " CIRCUMLUNAR_SPACE "/software Gemini software\n" "\n" - "=> gemini://geminispace.info/ Gemini Search engine\n" + "=> gemini://geminispace.info/ Gemini Search Engine (geminispace.info)\n" "\n" "Version: " VERSION "\n" "Bug reports to: " PACKAGE_BUGREPORT "\n" "\n" "=> " PACKAGE_URL " Telescope project page\n" - "=> about:help Help\n" + "=> about:help Help\n" + "=> about:about Internal Pages\n" ; /* XXX: keep in sync with telescope.c:/^normalize_code/ */