# # ChangeLog for trunk/web/static in code # # Generated by Trac 1.6 # Jun 9, 2025, 1:10:24 AM Fri, 06 Oct 2023 14:33:57 GMT yakumo.izuru [48] * trunk/.gitignore (added) * trunk/Dockerfile (modified) * trunk/Makefile (added) * trunk/engines/engine.go (modified) * trunk/engines/go.mod (deleted) * trunk/engines/go.sum (deleted) * trunk/go.mod (added) * trunk/go.sum (added) * trunk/legal_notice.txt (modified) * trunk/static (added) * trunk/static/LICENSE (added) * trunk/static/favicon.ico (added) * trunk/static/favicon.svg (added) * trunk/static/favicon128x128.png (added) * trunk/static/script.js (added) * trunk/static/style.css (added) * trunk/views (added) * trunk/views/index.html (added) * trunk/web/go.mod (deleted) * trunk/web/go.sum (deleted) * trunk/web/main.go (deleted) * trunk/web/static/LICENSE (deleted) * trunk/web/static/favicon.ico (deleted) * trunk/web/static/favicon.svg (deleted) * trunk/web/static/favicon128x128.png (deleted) * trunk/web/static/script.js (deleted) * trunk/web/static/style.css (deleted) * trunk/web/views/index.html (deleted) Reorganized the codebase, add support for flag modus operandi ... Sat, 30 Sep 2023 21:12:57 GMT manerakai [47] * trunk/web/static/script.js (modified) Merge pull request 'Fix error: @license with no @license-end' (#7) ... Sat, 30 Sep 2023 18:51:30 GMT zaphircd [46] * trunk/web/static/script.js (modified) Move @license-end in the correct position Sat, 30 Sep 2023 16:55:44 GMT zaphircd [45] * trunk/web/static/script.js (modified) Add @license-end Wed, 20 Sep 2023 11:31:13 GMT manerakai [31] * trunk/web/static/favicon.svg (modified) * trunk/web/static/favicon128x128.png (modified) Tweaked icon Thu, 31 Aug 2023 12:23:39 GMT manerakai [21] * trunk/engines/engine.go (modified) * trunk/engines/google.go (modified) * trunk/web/static/LICENSE (modified) Implemented Definitions and Translations for google Thu, 31 Aug 2023 05:30:06 GMT manerakai [19] * trunk/web/main.go (modified) * trunk/web/static/style.css (modified) * trunk/web/views/index.html (modified) Added Engines select bar Thu, 31 Aug 2023 04:58:02 GMT manerakai [18] * trunk/web/main.go (modified) * trunk/web/static/style.css (modified) * trunk/web/views/index.html (modified) Implemented Cookies Wed, 30 Aug 2023 13:58:10 GMT manerakai [16] * trunk/web/go.mod (modified) * trunk/web/go.sum (modified) * trunk/web/main.go (modified) * trunk/web/static (added) * trunk/web/static/LICENSE (added) * trunk/web/static/favicon.ico (added) * trunk/web/static/favicon.svg (added) * trunk/web/static/favicon128x128.png (added) * trunk/web/static/script.js (added) * trunk/web/static/style.css (added) * trunk/web/views (added) * trunk/web/views/index.html (added) Added html template