diff --git a/data/gitea/templates/base/head_navbar.tmpl b/data/gitea/templates/base/head_navbar.tmpl index 5164fee..40dc618 100644 --- a/data/gitea/templates/base/head_navbar.tmpl +++ b/data/gitea/templates/base/head_navbar.tmpl @@ -54,9 +54,9 @@ {{ctx.Locale.Tr "explore"}} {{else}} - Source code respository / work + Projects - Examples / research / gists + Research Whoogle {{end}} {{ if .IsSigned }} diff --git a/data/gitea/templates/home.tmpl b/data/gitea/templates/home.tmpl index cffcbf5..9a8cf2d 100644 --- a/data/gitea/templates/home.tmpl +++ b/data/gitea/templates/home.tmpl @@ -124,40 +124,40 @@ setTimeout(matrix,100);
A foundational framework for applications, featuring a web server with an integrated database. The web server supports sessions, basic authentication, and database endpoints by default. Built on aiohttp
, it can also be utilized for non-HTTP applications.
Technologies: Python, aiohttp, SQL databases
An anti-spam bot designed for a developer community. This version serves as a proof of concept, demonstrating effectiveness despite the preliminary quality of the source code.
Technologies: Python, bot framework