From f80e4bda5263e3428537ecb7d49b18ffd3c0e4ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Luka=20=C5=A0ijanec?= Date: Sat, 16 Apr 2022 19:50:39 +0200 Subject: separated css and html, removed php-cli dependency --- debian/changelog | 8 ++++++++ debian/control | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 6251242..8204a5f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +sear.c (0.0.21-1) stable; urgency=low + + * removed dependency to php-cli - using sed for version substitution + * separated CSS and HTML, so HTML without results is less than 2 KB + * css is served by sear.c, but can be static on the reverse proxy. + + -- Anton Luka Šijanec Sat, 16 Apr 2022 19:45:00 +0200 + sear.c (0.0.20-1) stable; urgency=low * Added fallback option to another server via HTTP redirect in case of diff --git a/debian/control b/debian/control index 30fc9d1..af0c8b9 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: sear.c Section: web Priority: optional Maintainer: Anton Luka Šijanec -Build-Depends: debhelper (>=11~), libmicrohttpd-dev, libxml2-dev, php-cli +Build-Depends: debhelper (>=11~), libmicrohttpd-dev, libxml2-dev Standards-Version: 4.1.4 Homepage: http://git.sijanec.eu/sijanec/sear.c -- cgit v1.2.3