update
authorMart Lubbers <mart@martlubbers.net>
Thu, 16 Oct 2014 19:54:03 +0000 (21:54 +0200)
committerMart Lubbers <mart@martlubbers.net>
Thu, 16 Oct 2014 19:54:03 +0000 (21:54 +0200)
dvorak.html
files/phonetic_dvorak.gz [new file with mode: 0644]
hashes.txt
index.html
style.css

index c67b434..df8cc2c 100644 (file)
@@ -6,6 +6,19 @@
        <body>
                <p>Since about 2011 I've started using dvorak as my main keyboard layout and like the efficiency compared to QWERTY.</p>
 
+               <h2>Dvorak russian (2014-10-07)</h2>
+               <p>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 
+               <a href="files/phonetic_dvorak.gz">here</a>. When you want to use it you
+               have to append the information from the file to
+                       <pre>/usr/share/X11//xkb/symbols/ru</pre>
+               When you want to load it you can
+               type 
+                       <pre>setxkbmap -layout ru -variant phonetic_dvorak</pre>
+               </p>
+
                <h2>Dvorak in dos</h2>
                <p>To use dvorak in dos download this <a href="files/dvorak_dos.tar">file</a> containing dvorak.com<br />
                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 (file)
index 0000000..d2708ac
Binary files /dev/null and b/files/phonetic_dvorak.gz differ
index 3df0f51..b3cb722 100644 (file)
@@ -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
index 3128f47..25426c4 100644 (file)
@@ -78,7 +78,7 @@
                - <a href="http://linuxnijmegen.nl">Linux</a><br />
                - Pok&#233;mon</p>
                <div style="margin-top">
-                       Last updated: 14-07-08
+                       Last updated: 14-10-16
                        <img style="margin:0px auto;display:block" alt="footer" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAQAAADYBBcfAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAJiS0dEAP+Hj8y/AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAR0lEQVQ4y2P8z4AdMOKQ+M8IoZkYyAT018hCSAHMT+h+H0J+HAkaGRn+k6dxCPkRnlZxpUl08SHox5GgkQUWT4wkptkh5EcAi7gLO+9vTlIAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTQtMDQtMjRUMTY6MTI6MzErMDI6MDC13ejnAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE0LTA0LTI0VDE2OjEyOjMxKzAyOjAwxIBQWwAAAABJRU5ErkJggg==" />
                </div>
        </body>
index 59f1942..d9b00dd 100644 (file)
--- a/style.css
+++ b/style.css
-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;
 }