💾 Archived View for bacaliu.de › search.html captured on 2023-07-10 at 13:42:25.
-=-=-=-=-=-=-
<!DOCTYPE html> <html lang="de"> <head> <!-- 2023-06-26 Mo 07:33 --> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <title>Search</title> <meta name="description" content="Eine einfache, interne Textsuche um alle Seiten zu durchsuchen." /> <meta name="keywords" content="Meta" /> <meta name="generator" content="Org Mode" /> <meta property="og:type" content="article"> <meta property="og:site_name" content="Bacaliu.de"> <link rel="stylesheet" type="text/css" href="/css/modus.css"> <link rel="shortcut icon" href="/favicon.ico" sizes="65x65"> <script src=/static/js/htmx.min.js></script> <link rel="stylesheet" type="text/css" href="/css/colors/auto.css" id="ef-theme" hx-swap="outerHTML" hx-get="/data/colorscheme" hx-trigger="load"> <script src=/static/js/solve.js defer></script> </head> <body> <header id="preamble" class="status"> <a id='top'></a> <pre style='text-align: left; font-size: min(2vw, 1rem); display: inline-block;'> ___ _ _ _ | _ ) __ _ __ __ _| (_)_ _ __| |___ | _ \/ _` / _/ _` | | | || |_/ _` / -_) |___/\__,_\__\__,_|_|_|\_,_(_)__,_\___| </pre><br> <a href='#top'>↑</a> - <a href='/index.html'>Home</a> - <a href='/search.html'>Search</a> - <a href='#bottom'>↓</a> <br> <div hx-get="/data/colorlist" hx-trigger="load"></div> <hr> </header> <main id="content" class="content"> <header> <h1 class="title">Search</h1> <p class="subtitle" role="doc-subtitle">Eine einfache, interne Textsuche</p> </header><form action="/search.html"> <label for="search">Suche:</label> <input name="search" placeholder="P[a-z]{3}on" type="text" ></input> <input type="submit" value="GO"> </form> <p> Regex erlaubt!<br> </p> <ul class="org-ul"> <li><code>\bWORT\b</code> findet <code>WORT</code> aber nicht <code>ABCWORTABC</code><br></li> <li><code>P[a-z]{3}on</code> findet <code>Python</code>, <code>Pyhton</code>, aber nicht <code>Polygon</code><br></li> </ul> <div id="outline-container-treffer-fuer-den" class="outline-2"> <h2 id="treffer-fuer-den"><span class="section-number-2">1.</span> <a href="#treffer-fuer-den">Treffer für <code>den Suchbegriff</code></a></h2> <div class="outline-text-2" id="text-1"> <div class="info wait fetch" href="/data/search-word.data"> Daten laden... </div> </div> </div> <div id="outline-container-nav" class="outline-2"> <h2 id="nav"><a href="#nav">Nav</a></h2> <div class="outline-text-2" id="text-nav"> <ul class="org-ul"> <li>Tags: <a href="./tags/Meta.html">Meta</a><br></li> </ul> <!-- BEGIN insert Backlinks (but there are no) --> <ul class="org-ul"> <li>Formats: <a href="./search.md">md</a> - <a href="./search.txt">txt</a> - <a href="./search.html">html</a> - <a href="./search.gmi">gmi</a></li> </ul> </div> </div> </main> <footer id="postamble" class="status"> <hr> <br> <img alt="CC BY-4.0" style="border-width:0; vertical-align: middle; height: 1em;" src="/icons/cc-by-4.0-80x15.svg"> <a rel='license' href='http://creativecommons.org/licenses/by/4.0/'> CC BY-4.0. </a> <br> running at <a href='https://www.hosting.de/'>hosting.de</a> <br> Creator: <a href="https://www.gnu.org/software/emacs/">Emacs</a> 28.2 (<a href="https://orgmode.org">Org</a> mode 9.5.5); <br> <a href='/impressum-datenschutz.html' id='impressum-dings'> Impressum und Datenschutzerklärung </a> <a id='bottom'></a> </footer> </body> </html>