]> git.phdru.name Git - phdru.name/phdru.name.git/commitdiff
Feat(dotfiles2html): No longer publish `fvwm2rc`
authorOleg Broytman <phd@phdru.name>
Sun, 24 May 2020 01:11:46 +0000 (04:11 +0300)
committerOleg Broytman <phd@phdru.name>
Sun, 24 May 2020 01:11:46 +0000 (04:11 +0300)
dotfiles2html/dotfiles2html.py
dotfiles2html/fvwm2rc.head [deleted file]

index a2805f432b7075e12a27a8c0eb0d1e8759c9a856..0125619a4d69c2f63371c02bc9e58758283e7de6 100755 (executable)
@@ -54,10 +54,12 @@ def add_headers(fname, first, prev, next, last):
    html_file.close()
 
 
-home_file_types = (("bashrc", "sh"), ("profile", "sh"), ("shellrc", "sh"),
-    ("fvwm2rc", "fvwm2m4"), ("mailcap", "conf"), ("mime.types", "conf"),
+home_file_types = (
+    ("bashrc", "sh"), ("profile", "sh"), ("shellrc", "sh"),
+    ("mailcap", "conf"), ("mime.types", "conf"),
     ("muttrc", "muttrc"), ("procmailrc", "procmail"),
-    ("gitconfig", "gitconfig"), ("vimrc", "vim"))
+    ("gitconfig", "gitconfig"), ("vimrc", "vim"),
+)
 
 mc_file_types = (("mc.ext", "conf"), ("menu", "conf"))
 
diff --git a/dotfiles2html/fvwm2rc.head b/dotfiles2html/fvwm2rc.head
deleted file mode 100644 (file)
index 1163730..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-<pre>
-<font color="#0000ff">#
-# User configuration file for <a href="http://www.fvwm.org/">Fvwm2</a>
-#
-# Text version <a href="fvwm2rc">here</a>
-#
-# Generated by <a href="vimrc.html">gvim</a> :runtime syntax/2html.vim
-#</font>
-</pre>