summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--linux/X/de3
-rwxr-xr-xlinux/rev37
-rw-r--r--linux/xmodmap/neo_de.xmodmap3
-rw-r--r--windows/2K_XP_Vista/autohotkey/neo20-all-in-one.ahk4
-rw-r--r--windows/2K_XP_Vista/autohotkey/neo20_mod-test.ahk4
5 files changed, 6 insertions, 45 deletions
diff --git a/linux/X/de b/linux/X/de
index 8b26853..2aa64bf 100644
--- a/linux/X/de
+++ b/linux/X/de
@@ -214,8 +214,7 @@ xkb_symbols "sundeadkeys" {
// Other Questions:
// <mailinglist at neo-layout dot org>
//
-// $Revision: $, $Date: $
-// $HeadURL$
+// $Revision$, $Date$
// http://pebbles.schattenlauf.de/layout.php
diff --git a/linux/rev b/linux/rev
deleted file mode 100755
index 2f7c541..0000000
--- a/linux/rev
+++ /dev/null
@@ -1,37 +0,0 @@
-#!/bin/sh
-# Autoren: Pascal Hauck
-# Benjamin Kellermann <Benjamin Punkt Kellermann at gmx in Deutschland>
-
-
-case $1 in
- "--help" | "-h")
- echo "Aufruf: $0 <Dateien>"
- echo "Beispiel: $0 xmodmap/neo_de.xmodmap X/de"
- echo "»$0« ändert in der <Datei> oder den <Dateien> die Nummer der aktuellen Revision."
- echo "Im Anschluss sollten gemachte Änderungen"
- echo "per »svn commit« wie gewohnt übertragen werden."
- echo "NEO Tastaturlayout\tVer. 0.3\tMärz 2008\t\t\tREV"
- exit;;
- "")
- echo "Aufruf: »$0«"
- echo "»$0 --help« gibt Ihnen mehr Informationen."
- exit 1
-esac
-
-# Abfragen der nächsten Revisionsnummer
-REVISION=$(( $(svn info | sed -n 5~p | cut -f2 -d\:) + 1))
-
-for DATEI in "$@";
-do
- # Sicherung der aktuellen Arbeitskopie
- cp -a $DATEI $DATEI.bak
-
- # Revisionsnummer in ändern
- echo "Ändere Zeile:"
- grep "Revision" $DATEI
-
- sed -e "s/Revision [0-9]*, .*/Revision $REVISION, $(date)/1;" $DATEI > $DATEI.tmp
- mv $DATEI.tmp $DATEI
- echo "In Zeile:"
- grep "Revision" $DATEI
-done
diff --git a/linux/xmodmap/neo_de.xmodmap b/linux/xmodmap/neo_de.xmodmap
index db17b2c..32172c8 100644
--- a/linux/xmodmap/neo_de.xmodmap
+++ b/linux/xmodmap/neo_de.xmodmap
@@ -10,8 +10,7 @@
!! Other Questions:
!! <mailinglist at neo-layout dot org>
!!
-!! $Revision: $, $Date: $
-!! $HeadURL$
+!! $Revision$, $Date$
!! http://pebbles.schattenlauf.de/layout.php
!!
!! To try the layout in this file, simply do xmodmap <file>.
diff --git a/windows/2K_XP_Vista/autohotkey/neo20-all-in-one.ahk b/windows/2K_XP_Vista/autohotkey/neo20-all-in-one.ahk
index 3608f32..7a08919 100644
--- a/windows/2K_XP_Vista/autohotkey/neo20-all-in-one.ahk
+++ b/windows/2K_XP_Vista/autohotkey/neo20-all-in-one.ahk
@@ -1,7 +1,7 @@
/*
Titel: NEO 2.0 beta Autohotkey-Treiber
- Version: 0.12 beta
- Datum: 23.02.2008
+ $Revision$
+ $Date$
Autor: Stefan Mayer <stm@neo-layout.org>
Basiert auf: neo20-all-in-one.ahk vom 29.06.2007
diff --git a/windows/2K_XP_Vista/autohotkey/neo20_mod-test.ahk b/windows/2K_XP_Vista/autohotkey/neo20_mod-test.ahk
index 133ee90..1531192 100644
--- a/windows/2K_XP_Vista/autohotkey/neo20_mod-test.ahk
+++ b/windows/2K_XP_Vista/autohotkey/neo20_mod-test.ahk
@@ -1,7 +1,7 @@
/*
Titel: NEO 2.0 beta Autohotkey-Treiber
- Version: 0.10 beta
- Datum: 18.02.2008
+ $Revision$
+ $Date$
Autor: Stefan Mayer <stm@neo-layout.org>
Basiert auf: neo20-all-in-one.ahk vom 29.06.2007