summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsijanec <anton@sijanec.eu>2021-04-04 14:26:07 +0200
committersijanec <anton@sijanec.eu>2021-04-04 14:26:07 +0200
commit1c0f71f556bc96604226c284df6fbb0966cac0bf (patch)
tree0fc370457f61e10f4f715d4e7c7a5f6b9509b316
parentcleaned up a bit and prepared for debian (diff)
downloadsear.c-1c0f71f556bc96604226c284df6fbb0966cac0bf.tar
sear.c-1c0f71f556bc96604226c284df6fbb0966cac0bf.tar.gz
sear.c-1c0f71f556bc96604226c284df6fbb0966cac0bf.tar.bz2
sear.c-1c0f71f556bc96604226c284df6fbb0966cac0bf.tar.lz
sear.c-1c0f71f556bc96604226c284df6fbb0966cac0bf.tar.xz
sear.c-1c0f71f556bc96604226c284df6fbb0966cac0bf.tar.zst
sear.c-1c0f71f556bc96604226c284df6fbb0966cac0bf.zip
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index 03cf180..72e2ed1 100644
--- a/README.md
+++ b/README.md
@@ -36,6 +36,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)
* check logs by navigating to /logs.html
+* program also writes all logs to standard error
## a word about public instances
@@ -44,3 +45,11 @@ It's not recommended to run a public instance of sear.c yet, as google likes to
It's expected that I'll write a simple captcha forwarder so that users of public instances will solve captchas that are presented and keep the instance healthy.
Currently it's recommended to run private instances, protected by a password using a reverse HTTP proxy.
+
+## screenshots
+
+![screenshot in chromium 0](https://cdn.sijanec.eu/img/2021/04/sear.c_prtsc.png)
+![screenshot in chromium 1](https://cdn.sijanec.eu/img/2021/04/sear.c_prtsc1.png)
+![screenshot in chromium 2](https://cdn.sijanec.eu/img/2021/04/sear.c_prtsc2.png)
+![screenshot in chromium 3](https://cdn.sijanec.eu/img/2021/04/sear.c_prtsc3.png)
+![screenshot in chromium 4](https://cdn.sijanec.eu/img/2021/04/sear.c_prtsc4.png)