added bookmarks file for w3m.
This commit is contained in:
parent
2d5f913b43
commit
8d4aa86992
35
w3m/.w3m/bookmark.html
Normal file
35
w3m/.w3m/bookmark.html
Normal file
|
@ -0,0 +1,35 @@
|
|||
<html><head><title>Bookmarks</title></head>
|
||||
<body>
|
||||
<h1>Bookmarks</h1>
|
||||
<h2>Miscellaneous</h2>
|
||||
<ul>
|
||||
<li><a href="https://lite.duckduckgo.com/lite/">DuckDuckGo</a>
|
||||
<!--End of section (do not delete this comment)-->
|
||||
</ul>
|
||||
<h2>writing</h2>
|
||||
<ul>
|
||||
<li><a href="https://docs.asciidoctor.org/asciidoc/latest/syntax-quick-reference/">AsciiDoc Syntax Quick Reference :: Asciidoctor Docs</a>
|
||||
<li><a href="https://asciidoctor.org/docs/">Asciidoctor Documentation | Asciidoctor</a>
|
||||
<!--End of section (do not delete this comment)-->
|
||||
</ul>
|
||||
<h2>linux</h2>
|
||||
<ul>
|
||||
<li><a href="https://wiki.archlinux.org/">ArchWiki</a>
|
||||
<li><a href="https://bbs.archlinux.org/login.php">Login / Arch Linux Forums</a>
|
||||
<!--End of section (do not delete this comment)-->
|
||||
</ul>
|
||||
<h2>Python</h2>
|
||||
<ul>
|
||||
<li><a href="https://docs.python.org/3/">Python 3 documentation</a>
|
||||
<li><a href="https://docs.python.org/3/library/index.html">The Python Standard Library</a>
|
||||
<li><a href="https://docs.python.org/3/howto/logging.html">Logging HOWTO</a>
|
||||
<li><a href="https://docs.python.org/3/howto/functional.html">Functional Programming HOWTO</a>
|
||||
<!--End of section (do not delete this comment)-->
|
||||
</ul>
|
||||
<h2>git</h2>
|
||||
<ul>
|
||||
<li><a href="https://git-scm.com/doc">Git Documentation</a>
|
||||
<!--End of section (do not delete this comment)-->
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue