]> git.phdru.name Git - phdru.name/phdru.name.git/commitdiff
Added .profile, .shellrc.
authorOleg Broytman <phd@phdru.name>
Mon, 22 Mar 2010 09:01:43 +0000 (09:01 +0000)
committerOleg Broytman <phd@phdru.name>
Mon, 22 Mar 2010 09:01:43 +0000 (09:01 +0000)
git-svn-id: file:///home/phd/archive/SVN/phdru.name/scripts@100 7bb0bf08-9e0d-0410-b083-99cee3bf18b8

dotfiles2html/dotfiles2html.py
dotfiles2html/profile.head [new file with mode: 0644]
dotfiles2html/shellrc.head [new file with mode: 0644]

index 2b96e7f22ab9242f38fbb9720e54ff55db1bb187..e9e730eb4a3499abeb6ebf8027faa7bb22e46d27 100755 (executable)
@@ -53,12 +53,12 @@ def add_headers(fname, prev, next):
    html_file.close()
 
 
-file_types = (("fvwm2rc", "fvwm2m4"),
-      ("mailcap", "conf"), ("mime.types", "conf"),
-      ("muttrc", "muttrc"), ("procmailrc", "procmail"),
-      ("vimrc", "vim"), ("gvimrc", "vim"),
-      ("init.py", "python"), ("pdbrc", "python"), ("pdbrc.py", "python"),
-      ("bindings", "conf"), ("menu", "conf"))
+file_types = (("profile", "sh"), ("shellrc", "sh"), ("fvwm2rc", "fvwm2m4"),
+    ("mailcap", "conf"), ("mime.types", "conf"),
+    ("muttrc", "muttrc"), ("procmailrc", "procmail"),
+    ("vimrc", "vim"), ("gvimrc", "vim"),
+    ("init.py", "python"), ("pdbrc", "python"), ("pdbrc.py", "python"),
+    ("bindings", "conf"), ("menu", "conf"))
 ft_len = len(file_types)
 
 for i, (fname, ftype) in enumerate(file_types):
diff --git a/dotfiles2html/profile.head b/dotfiles2html/profile.head
new file mode 100644 (file)
index 0000000..47bae47
--- /dev/null
@@ -0,0 +1,8 @@
+<pre>
+<font color="#0000ff"># sh/ksh/bash profile
+#
+# Text version <a href="profile">here</a>
+#
+# Generated by <a href="gvimrc.html">gvim</a> :runtime syntax/2html.vim
+#</font>
+</pre>
diff --git a/dotfiles2html/shellrc.head b/dotfiles2html/shellrc.head
new file mode 100644 (file)
index 0000000..779e559
--- /dev/null
@@ -0,0 +1,8 @@
+<pre>
+<font color="#0000ff"># sh/ksh/bash run commands
+#
+# Text version <a href="shellrc">here</a>
+#
+# Generated by <a href="gvimrc.html">gvim</a> :runtime syntax/2html.vim
+#</font>
+</pre>