]> git.phdru.name Git - phdru.name/phdru.name.git/commitdiff
bindings => mc.ext
authorOleg Broytman <phd@phdru.name>
Mon, 14 Jan 2013 22:11:06 +0000 (22:11 +0000)
committerOleg Broytman <phd@phdru.name>
Mon, 14 Jan 2013 22:11:06 +0000 (22:11 +0000)
git-svn-id: file:///home/phd/archive/SVN/phdru.name/scripts@141 7bb0bf08-9e0d-0410-b083-99cee3bf18b8

dotfiles2html/dotfiles2html.py
dotfiles2html/mc.ext.head [moved from dotfiles2html/bindings.head with 80% similarity]

index 54e3d699c3025ab88f6767edea651eca07531bd1..e79a52a1997bf7d7284dcc36c7e824c909b456df 100755 (executable)
@@ -1,7 +1,7 @@
 #! /usr/bin/env python
 
 __author__ = "Oleg Broytman <phd@phdru.name>"
-__copyright__ = "Copyright (C) 2004-2012 PhiloSoft Design"
+__copyright__ = "Copyright (C) 2004-2013 PhiloSoft Design"
 
 import os, shutil, filecmp
 os.umask(0022) # octal; -rw-r--r--
@@ -56,7 +56,7 @@ home_file_types = (("bashrc", "sh"), ("profile", "sh"), ("shellrc", "sh"),
     ("fvwm2rc", "fvwm2m4"), ("mailcap", "conf"), ("mime.types", "conf"),
     ("muttrc", "muttrc"), ("procmailrc", "procmail"), ("vimrc", "vim"))
 
-mc_file_types = (("bindings", "conf"), ("menu", "conf"))
+mc_file_types = (("mc.ext", "conf"), ("menu", "conf"))
 
 python_file_types = (("init.py", "python"),
     ("pdbrc", "python"), ("pdbrc.py", "python"))
similarity index 80%
rename from dotfiles2html/bindings.head
rename to dotfiles2html/mc.ext.head
index 1ed524297d249f0ec3ddd21d4933f09a4f6d91ca..17e526a594db10a21a9d7c86e505c0840979ee08 100644 (file)
@@ -1,7 +1,7 @@
 <pre>
 <font color="#0000ff"># My *additions* to Midnight Commander 3.0 extension file
 #
-# Text version <a href="bindings">here</a>
+# Text version <a href="mc.ext">here</a>
 #
 # Generated by <a href="../vimrc.html">gvim</a> :runtime syntax/2html.vim
 #</font>