Shebang und Codierung hinzugefügt
Dokumentation: Skriptnamen umgestellt git-svn-id: https://svn.neo-layout.org@1589 b9310e46-f624-0410-8ea1-cfbb3a30dc96
This commit is contained in:
parent
6aba4b0d5f
commit
89205d528a
3 changed files with 21 additions and 15 deletions
|
@ -1,3 +1,4 @@
|
|||
# -*- coding: utf8 -*-
|
||||
#===============================================================================
|
||||
# Imports:
|
||||
#===============================================================================
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
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
|
Loading…
Add table
Reference in a new issue