From cfb2fca649ff059728602b56debf17201370af8c Mon Sep 17 00:00:00 2001 From: Olivier Date: Wed, 30 Nov 2022 22:01:49 +0000 Subject: [PATCH] Add a page for testing search theme --- quickpeep_static/search_example.html | 132 +++++++++++++++++++++++++++ 1 file changed, 132 insertions(+) create mode 100644 quickpeep_static/search_example.html diff --git a/quickpeep_static/search_example.html b/quickpeep_static/search_example.html new file mode 100644 index 0000000..439a8a8 --- /dev/null +++ b/quickpeep_static/search_example.html @@ -0,0 +1,132 @@ + + + + + + {{ search_term }} — QuickPeep + + + + +
+
+
+
+
+ + + + +
+
+
+ + +
+ {% if show_spiel %} +

+ QuickPeep is a hobbyist, open-source and very immature (for now) web search engine. It's intended to help you encounter webpages that are interesting and from a real person, rather than from a 'content mill' or other source of SEO spam. In general, websites that don't respect the reader are unwelcome. +

+

+ QuickPeep's approach to rubbish websites is to 'just' not index them! This also helps with another goal of the project, which is to allow anyone to run an instance of QuickPeep with only modest hardware requirements (especially storage space which could easily be problematic). +

+

+ This is an ambitious project and it is probably not very usable right now. It may never be. With that said, I'm hoping to see how far I can take it. +

+

+ There is an article introducing the project on my personal blog.
+ The source code is available on my personal Gitea instance. +

+ {% endif %} + +
    +
  • + + +
    + {{- result.excerpt|safe -}} +
    +
      + {%- for tag in result.tags -%} +
    • {{ tag }}
    • + {%- endfor -%} +
    +
    {{ result.url }}
    +
  • +
  • + + +
    + {{- result.excerpt|safe -}} +
    +
      + {%- for tag in result.tags -%} +
    • {{ tag }}
    • + {%- endfor -%} +
    +
    {{ result.url }}
    +
  • +
  • + + +
    + {{- result.excerpt|safe -}} +
    +
      +
    • {{ tag }}
    • +
    • {{ tag }}
    • +
    • {{ tag }}
    • +
    • {{ tag }}
    • +
    • {{ tag }}
    • +
    +
    {{ result.url }}
    +
  • +
  • + + +
    + {{- result.excerpt|safe -}} +
    +
      +
    • {{ tag }}
    • +
    • {{ tag }}
    • +
    • {{ tag }}
    • +
    • {{ tag }}
    • +
    • {{ tag }}
    • +
    +
    {{ result.url }}
    +
  • +
  • + + +
    + {{- result.excerpt|safe -}} +
    +
      +
    • {{ tag }}
    • +
    • {{ tag }}
    • +
    • {{ tag }}
    • +
    • {{ tag }}
    • +
    • {{ tag }}
    • +
    +
    {{ result.url }}
    +
  • +
+
+
+ +
+ + +
+
+ + + + +