summaryrefslogtreecommitdiffstats
path: root/yaml
diff options
context:
space:
mode:
authormartin_r <martin_r@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2009-01-31 23:27:39 +0000
committermartin_r <martin_r@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2009-01-31 23:27:39 +0000
commit89205d528a924c1922895bd508e38e5de7353a55 (patch)
tree1e79b2c1b020b7af40d9be65d0c4941c7dbf4d8c /yaml
parent6aba4b0d5fcdd09f39fc1e9883ab39aad550156e (diff)
Shebang und Codierung hinzugefügt
Dokumentation: Skriptnamen umgestellt git-svn-id: https://svn.neo-layout.org@1589 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'yaml')
-rw-r--r--yaml/neo_import.py1
-rw-r--r--yaml/parse_neo.py4
-rw-r--r--yaml/readme.txt31
3 files changed, 21 insertions, 15 deletions
diff --git a/yaml/neo_import.py b/yaml/neo_import.py
index 3a08cc9..a609c89 100644
--- a/yaml/neo_import.py
+++ b/yaml/neo_import.py
@@ -1,3 +1,4 @@
+# -*- coding: utf8 -*-
#===============================================================================
# Imports:
#===============================================================================
diff --git a/yaml/parse_neo.py b/yaml/parse_neo.py
index 01f8854..c4cef2c 100644
--- a/yaml/parse_neo.py
+++ b/yaml/parse_neo.py
@@ -1,3 +1,5 @@
+#!usr/bin/python
+# -*- coding: utf8 -*-
#===============================================================================
# YAML Parser for the Neo reference
# Copyright 2009 Martin Roppelt (m.p.roppelt ἢτ web in Germany)
@@ -24,7 +26,7 @@ for automated creating of keyboard drivers, pictures and references.
# To Do:
#===============================================================================
-from neo_import import * #neo shared, settings and function module
+from neo_import import * #neo shared and settings module
from optparse import make_option, OptionParser #command line analyzing module
import re #regular expression processing module: compile
import sys #system module: stdout
diff --git a/yaml/readme.txt b/yaml/readme.txt
index d2cded2..0a13bd8 100644
--- a/yaml/readme.txt
+++ b/yaml/readme.txt
@@ -44,19 +44,22 @@ Angriff.
Abriss:
neo_import.py
parse_neo.py
-edit_neo.py
make_neo.py
-make_ahk.py
+parse_hex.py
+edit_neo.py
parse_ahk.py
-hex_parse.py
-kbd_parse.py
-kbd_make.py
-xkb_parse.py
-xkb_parse.py
-mod_parse.py
-mod_make.py
-mac_parse.py
-mac_make.py
-map_parse.py
-svg_parse.py
-svg_make.py \ No newline at end of file
+parse_kbd.py
+parse_mac.py
+parse_map.py
+parse_mod.py
+parse_xkb.py
+parse_grup.py
+make_ahk.py
+make_kbd.py
+make_mac.py
+make_map.py
+make_mod.py
+parse_svg.py
+make_svg.py
+make_grup.py
+layoutify_neo.py \ No newline at end of file