diff options
author | dennis <dennis@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2009-11-18 09:35:05 +0000 |
---|---|---|
committer | dennis <dennis@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2009-11-18 09:35:05 +0000 |
commit | f86768db1c505e39d5b82a7e778db00a88b1e83f (patch) | |
tree | eac6ba1d351cb279fdc214be14e5bc2be381f135 /www | |
parent | 33430d791d7600912eb72ce60543879ae5b7abe8 (diff) |
Fix: Beim Klick auf das Windows-oder Apple-Tastentierchen wird jetzt ein direkter Download gestartet.
Bei Linux geht dies nicht, da die xmodmap automatisch erzeugt wird und dementsprechend ein Download über http://wiki.neo-layout.org/browser/ nicht möglich ist, da hier nur versionierte und nicht automatisch erzeugte Dateien zugänglich sind.
git-svn-id: https://svn.neo-layout.org@2124 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'www')
-rw-r--r-- | www/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/index.html b/www/index.html index 055a201..ef18b94 100644 --- a/www/index.html +++ b/www/index.html @@ -29,11 +29,11 @@ <img src="./tastentierchen_pingu.png" title="quickdownload:Neo_Linux" alt="quickdownload:Neo_Linux" style="border-width: 0px;" /> </a> - <a href="neo20.exe"> + <a href="http://wiki.neo-layout.org/browser/windows/neo-vars/out/neo20.exe?format=raw"> <img src="./tastentierchen_fenster.png" title="quickdownload:Neo_Windows" alt="quickdownload:Neo_Windows" style="border-width: 0px;" /> </a> - <a href="neo.keylayout"> + <a href="http://wiki.neo-layout.org/browser/mac_osx/neo.keylayout?format=raw"> <img src="./tastentierchen_apfel.png" title="quickdownload:Neo_OS-X" alt="quickdownload:Neo_OS-X" style="border-width: 0px;" /> </a> |