From 9f448c380434097fdd73d6cd2e9a1aa06ec795d3 Mon Sep 17 00:00:00 2001 From: DL6ER Date: Fri, 20 Jan 2017 20:34:54 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c9770800..230ec2a2 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,7 @@ Using **[AdminLTE](https://almsaeedstudio.com)**, this project will create a Web From this interface, you will be able to see stats on how well your Pi-hole is performing. You will also be able to update the lists used to block ads. -![Pi-hole Web interface](http://i.imgur.com/5lLAUGo.png) -![Fully responsive](http://i.imgur.com/fHuWR6E.png) +![Pi-hole Web interface](http://i.imgur.com/EgGZXbT.png) ## API A read-only API can be accessed at `/admin/api.php`. With either no parameters or `api.php?summary` it returns the following JSON: @@ -23,6 +22,8 @@ A read-only API can be accessed at `/admin/api.php`. With either no parameters o } ``` -There are many more parameters, such as `summaryRaw`, `overTimeData`, `topItems`, `recentItems`, `getQueryTypes`, `getForwardDestinations`, `getQuerySources`, and finally `getAllQueries`. +There are many more parameters, such as `summaryRaw`, `overTimeData10mins`, ` topClients` or `getQuerySources`, `getQueryTypes`, `getForwardDestinations`, and `getAllQueries`. +Together with a token it is also possible to enable and disable (also with a set timeout) blocking via the API. -`getAllQueries` can optionally be set with one of these values to return JSON hash ordered as value implies: `orderByClientDomainTime`, `orderByClientTimeDomain`, `orderByTimeClientDomain`, `orderByTimeDomainClient`, `orderByDomainClientTime` or `orderByDomainTimeClient`. +
+We use BrowserStack for multi-platform multi-browser testing. From f630082c80330d229305a405435a2036a9cae337 Mon Sep 17 00:00:00 2001 From: DL6ER Date: Fri, 20 Jan 2017 20:38:09 +0100 Subject: [PATCH 2/2] Make logo a bit larger --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 230ec2a2..12769874 100644 --- a/README.md +++ b/README.md @@ -25,5 +25,6 @@ A read-only API can be accessed at `/admin/api.php`. With either no parameters o There are many more parameters, such as `summaryRaw`, `overTimeData10mins`, ` topClients` or `getQuerySources`, `getQueryTypes`, `getForwardDestinations`, and `getAllQueries`. Together with a token it is also possible to enable and disable (also with a set timeout) blocking via the API. -
+
+
We use BrowserStack for multi-platform multi-browser testing.