From: Mart Lubbers Date: Thu, 16 Oct 2014 19:54:03 +0000 (+0200) Subject: update X-Git-Url: https://git.martlubbers.net/?a=commitdiff_plain;h=2ac04f0487096b521d3d8210cef24c9e63ae9ad7;hp=35739e81d69c185543a39ed4d1c4aa232805973f;p=martlubbers.net.git update --- diff --git a/dvorak.html b/dvorak.html index c67b434..df8cc2c 100644 --- a/dvorak.html +++ b/dvorak.html @@ -6,6 +6,19 @@

Since about 2011 I've started using dvorak as my main keyboard layout and like the efficiency compared to QWERTY.

+

Dvorak russian (2014-10-07)

+

When learning russian I had to type some stuff in russian, as I found + out that there was a phonetic keyboard I was excited but it didn't work on + dvorak layout. So some guy named Oleg made a phonetic russian keyboard + layout in dvorak and you can download it + here. When you want to use it you + have to append the information from the file to +

/usr/share/X11//xkb/symbols/ru
+ When you want to load it you can + type +
setxkbmap -layout ru -variant phonetic_dvorak
+

+

Dvorak in dos

To use dvorak in dos download this file containing dvorak.com
Transfer it to your C:\DOS folder for example and add this to your AUTOEXEC.bat: diff --git a/files/phonetic_dvorak.gz b/files/phonetic_dvorak.gz new file mode 100644 index 0000000..d2708ac Binary files /dev/null and b/files/phonetic_dvorak.gz differ diff --git a/hashes.txt b/hashes.txt index 3df0f51..b3cb722 100644 --- a/hashes.txt +++ b/hashes.txt @@ -1,5 +1,5 @@ -d6e0677c490230e96f24cdbd1c300a77 ./dvorak.html -9fc9c704c41b3347e05b00c603955fe7 ./hashes.txt +3d85a9b435eb833de088e45c3f56e49c ./dvorak.html +9e5b7702d73bfb7febb24bf58f0e8d60 ./hashes.txt 90104db709d8c0c3b796e0e4a36b6b83 ./index.html 72ac29b74f3e09c551aa10a2a8d2581d ./lejos-ubuntu.html 0ba6cb2c3a9d7d8ba27406d215aa501e ./mart@martlubbers.net.asc @@ -9,7 +9,7 @@ ce31052406b3874b287e98c8a9477516 ./p.jpg 95b2932b7da95664dcef20097b1b58df ./put.bash 43eb61826bc538817b4c78c7f8d57019 ./README.md 4be5b32df3dedb74eeb758b233864fe6 ./robots.txt -5caad6ee7880531cf07efc21591c0ec0 ./style.css +c4eb5b90b5d47d5c7bfe9a80a80abe40 ./style.css d69f225d06c3d7a417fb5e8159efc2d1 ./test.php 2ed34aa229468632cce58151c33d1ebc ./wlan-debian.html d07dca8f45b3f046558216cf3ac96c28 ./youtube-term.html diff --git a/index.html b/index.html index 3128f47..25426c4 100644 --- a/index.html +++ b/index.html @@ -78,7 +78,7 @@ - Linux
- Pokémon

- Last updated: 14-07-08 + Last updated: 14-10-16 footer
diff --git a/style.css b/style.css index 59f1942..d9b00dd 100644 --- a/style.css +++ b/style.css @@ -1,15 +1,303 @@ -body -{ - color:#000000; - background-color:#e3e3e3; -} - -a:link -{ - color:#000080; -} - -a:visited, a:hover, a:active -{ - color:#0000c6; +@import url(http://fonts.googleapis.com/css?family=Inconsolata); +@import url(http://fonts.googleapis.com/css?family=PT+Sans); +@import url(http://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700); +article, +aside, +details, +figcaption, +figure, +footer, +header, +hgroup, +nav, +section, +summary { + display: block; +} +audio, +canvas, +video { + display: inline-block; +} +audio:not([controls]) { + display: none; + height: 0; +} +[hidden] { + display: none; +} +html { + font-family: sans-serif; + -webkit-text-size-adjust: 100%; + -ms-text-size-adjust: 100%; +} +body { + margin: 0; +} +a:focus { + outline: thin dotted; +} +a:active, +a:hover { + outline: 0; +} +h1 { + font-size: 2em; +} +abbr[title] { + border-bottom: 1px dotted; +} +b, +strong { + font-weight: bold; +} +dfn { + font-style: italic; +} +mark { + background: #ff0; + color: #000; +} +code, +kbd, +pre, +samp { + font-family: monospace, serif; + font-size: 1em; +} +pre { + white-space: pre-wrap; + word-wrap: break-word; +} +q { + quotes: "\201C" "\201D" "\2018" "\2019"; +} +small { + font-size: 80%; +} +sub, +sup { + font-size: 75%; + line-height: 0; + position: relative; + vertical-align: baseline; +} +sup { + top: -0.5em; +} +sub { + bottom: -0.25em; +} +img { + border: 0; +} +svg:not(:root) { + overflow: hidden; +} +figure { + margin: 0; +} +fieldset { + border: 1px solid #c0c0c0; + margin: 0 2px; + padding: 0.35em 0.625em 0.75em; +} +legend { + border: 0; + padding: 0; +} +button, +input, +select, +textarea { + font-family: inherit; + font-size: 100%; + margin: 0; +} +button, +input { + line-height: normal; +} +button, +html input[type="button"], +input[type="reset"], +input[type="submit"] { + -webkit-appearance: button; + cursor: pointer; +} +button[disabled], +input[disabled] { + cursor: default; +} +input[type="checkbox"], +input[type="radio"] { + box-sizing: border-box; + padding: 0; +} +input[type="search"] { + -webkit-appearance: textfield; + -moz-box-sizing: content-box; + -webkit-box-sizing: content-box; + box-sizing: content-box; +} +input[type="search"]::-webkit-search-cancel-button, +input[type="search"]::-webkit-search-decoration { + -webkit-appearance: none; +} +button::-moz-focus-inner, +input::-moz-focus-inner { + border: 0; + padding: 0; +} +textarea { + overflow: auto; + vertical-align: top; +} +table { + border-collapse: collapse; + border-spacing: 0; +} +html { + font-family: 'PT Sans', sans-serif; +} +pre, +code { + font-family: 'Inconsolata', sans-serif; +} +h1, +h2, +h3, +h4, +h5, +h6 { + font-family: 'PT Sans Narrow', sans-serif; + font-weight: 700; +} +html { + background-color: #eee8d5; + color: #657b83; + margin: 1em; +} +body { + background-color: #fdf6e3; + margin: 0 auto; + max-width: 23cm; + border: 1pt solid #93a1a1; + padding: 1em; +} +code { + background-color: #eee8d5; + padding: 2px; +} +a { + color: #b58900; +} +a:visited { + color: #cb4b16; +} +a:hover { + color: #cb4b16; +} +h1 { + color: #d33682; +} +h2, +h3, +h4, +h5, +h6 { + color: #859900; +} +pre { + background-color: #fdf6e3; + color: #657b83; + border: 1pt solid #93a1a1; + padding: 1em; + box-shadow: 5pt 5pt 8pt #eee8d5; +} +pre code { + background-color: #fdf6e3; +} +h1 { + font-size: 2.8em; +} +h2 { + font-size: 2.4em; +} +h3 { + font-size: 1.8em; +} +h4 { + font-size: 1.4em; +} +h5 { + font-size: 1.3em; +} +h6 { + font-size: 1.15em; +} +.tag { + background-color: #eee8d5; + color: #d33682; + padding: 0 0.2em; +} +.todo, +.next, +.done { + color: #fdf6e3; + background-color: #dc322f; + padding: 0 0.2em; +} +.tag { + -webkit-border-radius: 0.35em; + -moz-border-radius: 0.35em; + border-radius: 0.35em; +} +.TODO { + -webkit-border-radius: 0.2em; + -moz-border-radius: 0.2em; + border-radius: 0.2em; + background-color: #2aa198; +} +.NEXT { + -webkit-border-radius: 0.2em; + -moz-border-radius: 0.2em; + border-radius: 0.2em; + background-color: #268bd2; +} +.ACTIVE { + -webkit-border-radius: 0.2em; + -moz-border-radius: 0.2em; + border-radius: 0.2em; + background-color: #268bd2; +} +.DONE { + -webkit-border-radius: 0.2em; + -moz-border-radius: 0.2em; + border-radius: 0.2em; + background-color: #859900; +} +.WAITING { + -webkit-border-radius: 0.2em; + -moz-border-radius: 0.2em; + border-radius: 0.2em; + background-color: #cb4b16; +} +.HOLD { + -webkit-border-radius: 0.2em; + -moz-border-radius: 0.2em; + border-radius: 0.2em; + background-color: #d33682; +} +.NOTE { + -webkit-border-radius: 0.2em; + -moz-border-radius: 0.2em; + border-radius: 0.2em; + background-color: #d33682; +} +.CANCELLED { + -webkit-border-radius: 0.2em; + -moz-border-radius: 0.2em; + border-radius: 0.2em; + background-color: #859900; }