diff options
author | Anton Luka Šijanec <anton@sijanec.eu> | 2021-09-02 16:25:11 +0200 |
---|---|---|
committer | Anton Luka Šijanec <anton@sijanec.eu> | 2021-09-02 16:25:11 +0200 |
commit | 86d8d346d125346be7f22974ccea182cb1c0a10f (patch) | |
tree | ba891995c0e0566617b790bdb4a94e79f27e0574 | |
parent | added homepage (diff) | |
download | sear.c-86d8d346d125346be7f22974ccea182cb1c0a10f.tar sear.c-86d8d346d125346be7f22974ccea182cb1c0a10f.tar.gz sear.c-86d8d346d125346be7f22974ccea182cb1c0a10f.tar.bz2 sear.c-86d8d346d125346be7f22974ccea182cb1c0a10f.tar.lz sear.c-86d8d346d125346be7f22974ccea182cb1c0a10f.tar.xz sear.c-86d8d346d125346be7f22974ccea182cb1c0a10f.tar.zst sear.c-86d8d346d125346be7f22974ccea182cb1c0a10f.zip |
-rw-r--r-- | README.md | 3 | ||||
-rw-r--r-- | debian/changelog | 2 |
2 files changed, 2 insertions, 3 deletions
@@ -37,8 +37,7 @@ make * navigate to [http://localhost:7327](http://localhost:7327) and do a couple of searches to see if everything works * the horseshoe button redirects directly to the first result without wasting time on the results page. use if you feel lucky. (BP) * the painting button performs a search for images. PRIVACY WARNING: images are loaded directly from servers (not from google) -* ~~check logs by navigating to /logs.html~~ logging to memory was disabled for consuming less memory, you can define SC\_LOGMEM while compiling to enable deprecated memory logging support -* program also writes all logs to standard error +* program writes all logs to standard error * setting the h parameter will rewrite links to HTTP from HTTPS * setting the l parameter with a number will limit number of displayed links to that number. diff --git a/debian/changelog b/debian/changelog index c301ec1..302be48 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -sear.c (0.0.14-1) stable; urgency=low +sear.c (0.0.14-3) stable; urgency=low * beautified how PHP scripting is done and how l and h are resent * reverted bigger picture on hover, it was blocking click on mobile |