]> git.ipfire.org Git - thirdparty/cups.git/commit
Make home page another CGI - we'll need it for OAuth login/logout and
authorMichael R Sweet <msweet@msweet.org>
Wed, 30 Apr 2025 19:25:01 +0000 (15:25 -0400)
committerMichael R Sweet <msweet@msweet.org>
Wed, 30 Apr 2025 19:25:01 +0000 (15:25 -0400)
commitf3a83c709da57f58f4a69853d3ce0910ae417a28
tree0c95c39ecc2f7ef14121d90ce82a69a89073c4bd
parentfcf6fdead73ecd1f915a524de9d974746424a157
Make home page another CGI - we'll need it for OAuth login/logout and
that will allow us to provide whole-server search and simple dashboard
alert functionality..
22 files changed:
cgi-bin/Dependencies
cgi-bin/Makefile
cgi-bin/home.c [new file with mode: 0644]
cgi-bin/template.c
cgi-bin/var.c
configure
configure.ac
doc/cups.css
scheduler/client.c
templates/Makefile
templates/da/home.tmpl [moved from doc/da/index.html.in with 64% similarity]
templates/de/home.tmpl [moved from doc/de/index.html.in with 63% similarity]
templates/es/home.tmpl [moved from doc/es/index.html.in with 65% similarity]
templates/fr/home.tmpl [moved from doc/fr/index.html.in with 64% similarity]
templates/header.tmpl.in
templates/home.tmpl [moved from doc/index.html.in with 63% similarity]
templates/ja/home.tmpl [moved from doc/ja/index.html.in with 63% similarity]
templates/pl/home.tmpl [moved from doc/pl/index.html.in with 63% similarity]
templates/pt_BR/home.tmpl [moved from doc/pt_BR/index.html.in with 65% similarity]
templates/ru/home.tmpl [moved from doc/ru/index.html.in with 66% similarity]
templates/sv/home.tmpl [moved from doc/sv/index.html.in with 64% similarity]
xcode/CUPS.xcodeproj/project.pbxproj