Browse Source

readme

main
clemtre 8 months ago
parent
commit
9fab153499
  1. 72
      README.md
  2. 10965
      jquery-3.6.4.js

72
README.md

@ -11,16 +11,18 @@ called BOOKMARKS or by running the provided script called
edit_bookmarks_dmenu.sh (requires dmenu). The script can be ran from the edit_bookmarks_dmenu.sh (requires dmenu). The script can be ran from the
command line but I suggest to bind it to a keystroke combination. command line but I suggest to bind it to a keystroke combination.
If you want to try with an example BOOKMARKS database (32kb) : Clone this repository, make signet.sh executable and run signet.sh
```
curl -O https://martinlemaire.fr/signet.sh/BOOKMARKS
```
then
``` ```
git clone https://git.vvvvvvaria.org/clemtre/signet.sh.git git clone https://git.vvvvvvaria.org/clemtre/signet.sh.git
chmod +x signet.sh chmod +x signet.sh
./signet.sh ./signet.sh
``` ```
By default, signet.sh looks for a database file called BOOKMARKS in the
same folder. You can try the script with this 32kb example BOOKMARKS
database :
```
curl -O https://martinlemaire.fr/signet.sh/BOOKMARKS
```
It produces the following html document : It produces the following html document :
@ -82,36 +84,36 @@ Only a Url is required, the rest of the fields are optional :
## index.html structure generated by signet.sh ## index.html structure generated by signet.sh
``` ```
\<!DOCTYPE html> \<!DOCTYPE html>
\<html> <html>
\<head> <head>
\<title>⛵ → YY-MM-DD, H:M\</title> <title>⛵ → YY-MM-DD, H:M</title>
\<script defer src="jquery-3.6.4.js">\</script> <script defer src="jquery-3.6.4.js"></script>
\<script defer src="script.js">\</script> <script defer src="script.js"></script>
\<link rel="stylesheet" href="style.css"> <link rel="stylesheet" href="style.css">
\<meta charset="utf-8" /> <meta charset="utf-8" />
\</head> </head>
\<body> <body>
\<div id="cc">\</div> <div id="cc"></div>
\<textarea autofocus>\</textarea> <textarea autofocus></textarea>
\<nav> <nav>
\<p>tag (amount)\</p> <p>tag (amount)</p>
\</nav> </nav>
\<ol> <ol>
\<li> <li>
\<a href="URL"> <a href="URL">
\<section color="Color"> <section color="Color">
\<h5>URL\</h5> <h5>URL</h5>
\<h1>Name\</h1> <h1>Name</h1>
\<h2>Description\</h2> <h2>Description</h2>
\<h3>Tags\</h3> <h3>Tags</h3>
\<h4>Date\</h4> <h4>Date</h4>
\</section> </section>
\<a> <a>
\</li> </li>
\</ol> </ol>
\<footer>\</footer> <footer></footer>
\</body> </body>
\</html> </html>
``` ```
# Usage # Usage

10965
jquery-3.6.4.js

File diff suppressed because it is too large
Loading…
Cancel
Save