dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 54dc33b680b60c5a9c74672eb491f2824181565f
parent 4642c4d258c1e6f1717cbfa259ff6a86c54ec50d
Author: Anders Damsgaard <andersd@riseup.net>
Date:   Tue,  2 Jan 2018 09:01:38 -0500

Add w3m bookmarks

Diffstat:
Alinks/.w3m/bookmark.html | 46++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 46 insertions(+), 0 deletions(-)

diff --git a/links/.w3m/bookmark.html b/links/.w3m/bookmark.html @@ -0,0 +1,46 @@ +<!DOCTYPE html> +<html><head><title>Bookmarks</title></head> +<body> +<h1>Bookmarks</h1> +<h2>Search</h2> +<ul> +<li><a href="https://duckduckgo.com/lite/">DuckDuckGo (https)</a> +<!--End of section (do not delete this comment)--> +</ul> +<h2>News</h2> +<ul> +<li><a href="https://text.npr.org/">NPR (text only)</a> +<li><a href="https://lite.cnn.io/en">CNN (text only)</a> +<!--End of section (do not delete this comment)--> +</ul> +<h2>Security</h2> +<ul> +<li><a href="https://check.torproject.org/">Tor check</a> +<!--End of section (do not delete this comment)--> +</ul> +<h2>Photography</h2> +<ul> +<li><a href="https://www.fredmiranda.com/forum/board/55">Fred Miranda: Alternative Gear &amp; Lenses</a> +<li><a href="https://www.fredmiranda.com/forum/board/56">Fred Miranda: Sony Forum</a> +<!--End of section (do not delete this comment)--> +</ul> +<h2>Wiki</h2> +<ul> +<li><a href="https://en.wikipedia.org/wiki/Main_Page">Wikipedia (EN) Main Page</a> +<!--End of section (do not delete this comment)--> +</ul> +<h2>Media</h2> +<ul> +<li><a href="https://www.youtube.com/feed/subscriptions">YouTube</a> +<!--End of section (do not delete this comment)--> +</ul> +<h2>Github</h2> +<ul> +<li><a href="https://github.com/">Github</a> +<li><a href="https://github.com/anders-dc">Github/anders-dc</a> +<li><a href="https://github.com/anders-dc/dotfiles">Github.com/anders-dc/dotfiles</a> +<li><a href="https://github.com/anders-dc/Granular.jl">GitHub/anders-dc/Granular.jl</a> +<!--End of section (do not delete this comment)--> +</ul> +</body> +</html>