diff options
Diffstat (limited to '.config/vim/templates')
32 files changed, 0 insertions, 157 deletions
diff --git a/.config/vim/templates/changelog/change.py b/.config/vim/templates/changelog/change.py deleted file mode 100755 index ea0e7ca..0000000 --- a/.config/vim/templates/changelog/change.py +++ /dev/null @@ -1,3 +0,0 @@ -import datetime -print " %s; Phillip Berndt <phillip.berndt@gmail.com>:" % datetime.date.today().strftime("%d. %b %Y") -print " <++>" diff --git a/.config/vim/templates/changelog/rel b/.config/vim/templates/changelog/rel deleted file mode 100755 index 4a4c644..0000000 --- a/.config/vim/templates/changelog/rel +++ /dev/null @@ -1,2 +0,0 @@ -* <++> -<++> diff --git a/.config/vim/templates/html/$ b/.config/vim/templates/html/$ deleted file mode 100755 index 86f8609..0000000 --- a/.config/vim/templates/html/$ +++ /dev/null @@ -1 +0,0 @@ -document.getElementById("<++>").<++> diff --git a/.config/vim/templates/html/dl b/.config/vim/templates/html/dl deleted file mode 100755 index c7bff2e..0000000 --- a/.config/vim/templates/html/dl +++ /dev/null @@ -1,6 +0,0 @@ -<dl> - <dt><++></dt> - <dd><++></dd> - <++> -</dl> -<++> diff --git a/.config/vim/templates/html/dt b/.config/vim/templates/html/dt deleted file mode 100755 index eee603e..0000000 --- a/.config/vim/templates/html/dt +++ /dev/null @@ -1,3 +0,0 @@ -<dt><++></dt> -<dd><++></dd> -<++> diff --git a/.config/vim/templates/html/em b/.config/vim/templates/html/em deleted file mode 100755 index 53f4852..0000000 --- a/.config/vim/templates/html/em +++ /dev/null @@ -1 +0,0 @@ -<em><++></em><++> diff --git a/.config/vim/templates/html/form b/.config/vim/templates/html/form deleted file mode 100755 index 5985979..0000000 --- a/.config/vim/templates/html/form +++ /dev/null @@ -1,6 +0,0 @@ -<form method="<++>" action="<++>"> -<p> - <++> -</p> -</form> -<++> diff --git a/.config/vim/templates/html/html b/.config/vim/templates/html/html deleted file mode 100755 index 618a876..0000000 --- a/.config/vim/templates/html/html +++ /dev/null @@ -1,17 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE html PUBLIC - "-//W3C//DTD XHTML 1.1//EN" - "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title><+title+></title> - <style type="text/css"> - </style> - </head> - <body> - <h1><+title+></h1> - <++> - </body> -</html> diff --git a/.config/vim/templates/html/input b/.config/vim/templates/html/input deleted file mode 100755 index 670e334..0000000 --- a/.config/vim/templates/html/input +++ /dev/null @@ -1,2 +0,0 @@ -<input type="<++>" name="<++>" /> -<++> diff --git a/.config/vim/templates/html/li b/.config/vim/templates/html/li deleted file mode 100755 index b04522c..0000000 --- a/.config/vim/templates/html/li +++ /dev/null @@ -1,2 +0,0 @@ -<li><++></li> -<++> diff --git a/.config/vim/templates/html/ol b/.config/vim/templates/html/ol deleted file mode 100755 index 119e490..0000000 --- a/.config/vim/templates/html/ol +++ /dev/null @@ -1,5 +0,0 @@ -<ol> - <li><++></li> - <++> -</ol> -<++> diff --git a/.config/vim/templates/html/p b/.config/vim/templates/html/p deleted file mode 100755 index 92cd897..0000000 --- a/.config/vim/templates/html/p +++ /dev/null @@ -1,4 +0,0 @@ -<p> - <++> -</p> -<++> diff --git a/.config/vim/templates/html/script b/.config/vim/templates/html/script deleted file mode 100755 index 61aab67..0000000 --- a/.config/vim/templates/html/script +++ /dev/null @@ -1,4 +0,0 @@ -<script type="text/javascript"> - <++> -</script> -<++> diff --git a/.config/vim/templates/html/ul b/.config/vim/templates/html/ul deleted file mode 100755 index f65ab78..0000000 --- a/.config/vim/templates/html/ul +++ /dev/null @@ -1,5 +0,0 @@ -<ul> - <li><++></li> - <++> -</ul> -<++> diff --git a/.config/vim/templates/php/$ b/.config/vim/templates/php/$ deleted file mode 100755 index 86f8609..0000000 --- a/.config/vim/templates/php/$ +++ /dev/null @@ -1 +0,0 @@ -document.getElementById("<++>").<++> diff --git a/.config/vim/templates/php/dl b/.config/vim/templates/php/dl deleted file mode 100755 index c7bff2e..0000000 --- a/.config/vim/templates/php/dl +++ /dev/null @@ -1,6 +0,0 @@ -<dl> - <dt><++></dt> - <dd><++></dd> - <++> -</dl> -<++> diff --git a/.config/vim/templates/php/dt b/.config/vim/templates/php/dt deleted file mode 100755 index eee603e..0000000 --- a/.config/vim/templates/php/dt +++ /dev/null @@ -1,3 +0,0 @@ -<dt><++></dt> -<dd><++></dd> -<++> diff --git a/.config/vim/templates/php/em b/.config/vim/templates/php/em deleted file mode 100755 index 53f4852..0000000 --- a/.config/vim/templates/php/em +++ /dev/null @@ -1 +0,0 @@ -<em><++></em><++> diff --git a/.config/vim/templates/php/fore b/.config/vim/templates/php/fore deleted file mode 100755 index 5816e79..0000000 --- a/.config/vim/templates/php/fore +++ /dev/null @@ -1,4 +0,0 @@ -foreach(<++> as <++> => <++>) -{ - <++> -} diff --git a/.config/vim/templates/php/form b/.config/vim/templates/php/form deleted file mode 100755 index 5985979..0000000 --- a/.config/vim/templates/php/form +++ /dev/null @@ -1,6 +0,0 @@ -<form method="<++>" action="<++>"> -<p> - <++> -</p> -</form> -<++> diff --git a/.config/vim/templates/php/html b/.config/vim/templates/php/html deleted file mode 100755 index 618a876..0000000 --- a/.config/vim/templates/php/html +++ /dev/null @@ -1,17 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE html PUBLIC - "-//W3C//DTD XHTML 1.1//EN" - "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title><+title+></title> - <style type="text/css"> - </style> - </head> - <body> - <h1><+title+></h1> - <++> - </body> -</html> diff --git a/.config/vim/templates/php/input b/.config/vim/templates/php/input deleted file mode 100755 index 670e334..0000000 --- a/.config/vim/templates/php/input +++ /dev/null @@ -1,2 +0,0 @@ -<input type="<++>" name="<++>" /> -<++> diff --git a/.config/vim/templates/php/li b/.config/vim/templates/php/li deleted file mode 100755 index b04522c..0000000 --- a/.config/vim/templates/php/li +++ /dev/null @@ -1,2 +0,0 @@ -<li><++></li> -<++> diff --git a/.config/vim/templates/php/ol b/.config/vim/templates/php/ol deleted file mode 100755 index 119e490..0000000 --- a/.config/vim/templates/php/ol +++ /dev/null @@ -1,5 +0,0 @@ -<ol> - <li><++></li> - <++> -</ol> -<++> diff --git a/.config/vim/templates/php/p b/.config/vim/templates/php/p deleted file mode 100755 index 92cd897..0000000 --- a/.config/vim/templates/php/p +++ /dev/null @@ -1,4 +0,0 @@ -<p> - <++> -</p> -<++> diff --git a/.config/vim/templates/php/script b/.config/vim/templates/php/script deleted file mode 100755 index 61aab67..0000000 --- a/.config/vim/templates/php/script +++ /dev/null @@ -1,4 +0,0 @@ -<script type="text/javascript"> - <++> -</script> -<++> diff --git a/.config/vim/templates/php/ul b/.config/vim/templates/php/ul deleted file mode 100755 index f65ab78..0000000 --- a/.config/vim/templates/php/ul +++ /dev/null @@ -1,5 +0,0 @@ -<ul> - <li><++></li> - <++> -</ul> -<++> diff --git a/.config/vim/templates/php/while b/.config/vim/templates/php/while deleted file mode 100755 index 0e6e202..0000000 --- a/.config/vim/templates/php/while +++ /dev/null @@ -1,4 +0,0 @@ -while(<++>) -{ - <++> -} diff --git a/.config/vim/templates/python/fori b/.config/vim/templates/python/fori deleted file mode 100755 index 4fb67c9..0000000 --- a/.config/vim/templates/python/fori +++ /dev/null @@ -1,2 +0,0 @@ -for <++> in <++>: - <++> diff --git a/.config/vim/templates/python/gtkt b/.config/vim/templates/python/gtkt deleted file mode 100755 index c8a62c1..0000000 --- a/.config/vim/templates/python/gtkt +++ /dev/null @@ -1,3 +0,0 @@ -gtk.threads_enter() -<++> -gtk.threads_leave() diff --git a/.config/vim/templates/python/head b/.config/vim/templates/python/head deleted file mode 100755 index 5567fe9..0000000 --- a/.config/vim/templates/python/head +++ /dev/null @@ -1,4 +0,0 @@ -#!/usr/bin/env python -# vim:fileencoding=utf-8:ft=python -# - diff --git a/.config/vim/templates/tex/head b/.config/vim/templates/tex/head deleted file mode 100644 index 572c2d0..0000000 --- a/.config/vim/templates/tex/head +++ /dev/null @@ -1,23 +0,0 @@ -\documentclass{scrartcl} -\usepackage{graphicx} -\usepackage[utf8]{inputenc} -\usepackage[ngerman]{babel} -\usepackage[automark]{scrpage2} -\pagestyle{scrheadings} - -\ihead{<+links+>} -\chead{\pagemark} -\ohead{\headmark} -\author{Phillip Berndt} -\date{\today{}} -\title{<++>} - - -\begin{document} -\maketitle -\tableofcontents -\newpage - -\section{<++>} - -\end{document} |