File: contributors.html

package info (click to toggle)
cream 0.43-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,260 kB
  • sloc: sh: 323; php: 261; makefile: 5
file content (131 lines) | stat: -rw-r--r-- 10,442 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
	<title>Cream :: a modern configuration of the Vim text editor</title>
	<link href="favicon.ico" rel="Shortcut Icon">
	<link href="style.css" rel="stylesheet" type="text/css">
	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
	<script src="mouseovers.js" type="text/javascript"></script>
</head>
<body>

<div align="center">
<div class="main">

	<!-- header {{{1 -->
	<div class="header">
		<!-- Page Title -->
		<div class="title">
			<a class="logo" href="index.html"><b>Cream</b></a>
			<span class="tagline">
				<small>: :</small> &nbsp; <i>a modern configuration of the </i>Vim<i> text editor</i>
			</span>
		</div>
		<!-- Search {{{ -->
		<form class="searchform" method="GET" action="http://www.google.com/search">
			<input type="hidden" name="sitesearch" value="cream.sourceforge.net">
			<input type="submit" name="btnG" value="Find" class="searchbtn">
			<input type="text" name="q" maxlength="255" value="" class="searchbox">
		</form>
		<!-- }}} -->
	</div>

	<!-- ABOUT {{{1 -->
	<div
		class="about"
		style="width:680px;"
		>

		<p class="sectitleright"><a class="sec" href="about.html"><b>about</b></a></p>


	<h2>Contributors</h2>

	<p>Thanks to the following individuals who have contributed code or gave permission for their code to be used within the project (in reverse chronological order):</p>


	<p><b>Vance Briggs</b> fixed some bugs in Cream on Apple/Mac.</p>

	<p><b>Philippe Hammes</b> updated the French menu translation.</p>

	<p><b>Ben Armstrong</b> wrote the Syntax-to-HTML converter add-on.</p>

	<p><b>Hanjo Kim</b> wrote menu translations for Korean.</p>

	<p><b>Ralgh Young</b> added the menu translation scheme and wrote translations for Simplified Chinese.</p>

	<p><b>Ciaran McCreesh</b> and <b>Thomas de Grenier de Latour</b> build <a href="http://packages.gentoo.org/packages/?category=app-vim;name=cream">Cream for Gentoo<img src="external.gif" alt=" [ext.link] " height="9" width="9"></a> and have fixed several bugs as a result. Ciaran also wrote the smoldering  <a href="http://vim.sourceforge.net/scripts/script.php?script_id=1143">Inkpot<img src="external.gif" alt=" [ext.link] " height="9" width="9"></a> color scheme, as well as the <a href="http://ciaranm.org/show_post/120">secure modelines for Vim</a> that Cream uses.</p>

	<p><b>Mike Williams</b> wrote the Black &amp; White color scheme, originally called <a href="http://vim.sourceforge.net/scripts/script.php?script_id=233">print_bw<img src="external.gif" alt=" [ext.link] " height="9" width="9"></a>.</p>

	<p><b>Christoph Haas</b> packages Cream for Debian and has assisted with system-wide installation issues.</p>

	<p><b>Jean Jordaan</b> wrote the Uniq() function used to remove duplicate lines.</p>

	<p><b>Piet Delport</b> created the speedy line sorting routine <a href="http://groups.yahoo.com/group/vim/message/39476">BISort2<img src="external.gif" alt=" [ext.link] " height="9" width="9"></a> used in the Sort add-on.</p>

	<p><b>Gerald Williams</b> wrote the visually tasty <a href="http://vim.sourceforge.net/scripts/script.php?script_id=592">ChocolateLiquor<img src="external.gif" alt=" [ext.link] " height="9" width="9"></a> color scheme, a flavor enhancement to the Cream already in Vim.</p>

	<p><b>Ajit J. Thakkar</b> wrote the <a href="http://vim.sourceforge.net/scripts/script.php?script_id=577">Dawn<img src="external.gif" alt=" [ext.link] " height="9" width="9"></a> color scheme, a tranquil variation of the default theme.</p>

	<p><b>Dan Sharp</b> was very helpful assisting the Windows build process.</p>

	<p><b>Preben "Peppe" Guldberg</b> wrote the right and center justification functions and the string inversion add-on logic.</p>

	<p><b>Yegappan Lakshmanan</b> authored <a href="http://www.vim.org/script.php?script_id=273">taglist.vim<img src="external.gif" alt=" [ext.link] " height="9" width="9"></a> which Cream uses to list all the valid functions and variables within the current file, as well as obtain function prototypes for our pop up prototype menus.</p>

	<p><b>Srinath Avadhanula</b> wrote the original version of the clever <a href="http://www.vim.org/script.php?script_id=244">imaps.vim<img src="external.gif" alt=" [ext.link] " height="9" width="9"></a> template script now modified in Cream to add a virtually unlimited number of expansions. (An improved version might be found in the <a href="http://vim-latex.sourceforge.net/">Vim-LaTeX<img src="external.gif" alt=" [ext.link] " height="9" width="9"></a> suite's <a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/vim-latex/vimfiles/plugin/imaps.vim">CVS repository<img src="external.gif" alt=" [ext.link] " height="9" width="9"></a>.)</p>

	<p><b>Gontran Baerts</b> wrote <a href="http://www.vim.org/script.php?script_id=153">EasyHtml.vim<img src="external.gif" alt=" [ext.link] " height="9" width="9"></a>, the powerful listing script once included for listing HTML and CSS items. (Now obsolete by Vim's Omni-Completion feature.)</p>

	<p><b>Xavier Nodet</b>, <b>Christian G&#246;ebel</b> and <b>Jean-Philippe Leboeuf</b> assisted in assembling the original French spell check and dictionary.</p>

	<p><b>Patrick Schiel</b> created the <a href="http://www.vim.org/script.php?script_id=362">Opsplorer<img src="external.gif" alt=" [ext.link] " height="9" width="9"></a> file explorer that Cream used until it began using the operating system's file manager.</p>

	<p><b>Jani Nurminen</b> created our sublime <a href="http://www.vim.org/script.php?script_id=415">Zenburn<img src="external.gif" alt=" [ext.link] " height="9" width="9"></a> color scheme.</p>

	<p><b>Tom Regner</b> created the <a href="http://www.vim.org/script.php?script_id=368">Oceandeep<img src="external.gif" alt=" [ext.link] " height="9" width="9"></a> color scheme, based on Niklas Lindstr&#246;m's <a href="http://www.vim.org/script.php?script_id=328">Nightshimmer<img src="external.gif" alt=" [ext.link] " height="9" width="9"></a>.</p>

	<p><b>Meikel Brandmeyer</b> wrote the <a href="http://www.vim.org/script.php?script_id=23">EnhancedCommentify.vim<img src="external.gif" alt=" [ext.link] " height="9" width="9"></a> module used to provide block commenting.</p>

	<p><b>Jose Alberto Suarez Lopez</b> assisted with assembling the original Spanish spell check and dictionary.</p>

	<p><b>Wolfgang Hommel</b> assembled the original German spell check dictionary. He also wrote wordlist utilities used to create Cream dictionaries and was instrumental in propelling the project's spell check to multi-lingual flexibility and case sensitivity.</p>

	<p><b>Hari Krishna Dara</b> wrote the most useful <a href="http://www.vim.org/script.php?script_id=171">multvals.vim<img src="external.gif" alt=" [ext.link] " height="9" width="9"></a> array library Cream depends on. Equally useful is his <a href="http://www.vim.org/script.php?script_id=197">genutils.vim<img src="external.gif" alt=" [ext.link] " height="9" width="9"></a> library. Both libraries are well-written pieces of code that help Cream be both smarter and smoother.</p>

	<p><b>Matthew Hawkins</b> created the continues-to-grow-on-you <a href="http://www.vim.org/script.php?script_id=271">Navajo Night<img src="external.gif" alt=" [ext.link] " height="9" width="9"></a> color scheme based on the psychedelic experience caused by his sticky Esc key while using Navajo. ;)</p>

	<p><b>Ed Ralston</b> and <b>Takeshi Zeniya</b> created the equally fabulous <a href="http://www.vim.org/script.php?script_id=190">Navajo<img src="external.gif" alt=" [ext.link] " height="9" width="9"></a> and <a href="http://www.vim.org/script.php?script_id=224">Night<img src="external.gif" alt=" [ext.link] " height="9" width="9"></a> color schemes, respectively.</p>

	<p><b>Dr. Charles E. "Dr. Chip" Campbell, Jr.</b> wrote the powerful spell checking module (originally called "<a href="http://www.vim.org/script.php?script_id=195">engspchk.vim<img src="external.gif" alt=" [ext.link] " height="9" width="9"></a>") which provided our initial spell check engine until the integrated Vim 7 version.</p>

	<p><b>Benji Fisher</b> has micro-fragments of code spread throughout Cream. Little of it is explicitly sourced to him, but he was one of the most helpful voices on the <a href="http://vim.sourceforge.net/community.php">Vim mailing lists<img src="external.gif" alt=" [ext.link] " height="9" width="9"></a> and never tired of repeating helpful pointers for newbies and those of us who were too impatient to go groking through the help during Cream's formative years. :)</p>

	<p><b>Yasuhiro Matsumoto</b>'s <a href="http://www.vim.org/script.php?script_id=52">calendar.vim<img src="external.gif" alt=" [ext.link] " height="9" width="9"></a> adds a clever and tidy little useful calendar extension.</p>

	<p><b>Rajesh Kallingal</b> made available the most recent used file menu which appears at the bottom of the File menu. It's original name is <a href="http://www.vim.org/script.php?script_id=207">MruMenu.vim<img src="external.gif" alt=" [ext.link] " height="9" width="9"></a>, and <i>not</i> any of the other similarly named modules without the same usefulness as this original.</p>

	<p><b>Anthony Kruize</b> and <b>Wolfram Esser</b> allowed us to include extended versions of their fabulous bookmarking functions <a href="http://www.vim.org/script.php?script_id=152">ShowMarks.vim<img src="external.gif" alt=" [ext.link] " height="9" width="9"></a> and <a href="http://www.vim.org/script.php?script_id=66">vim_wok_visualcpp01.vim<img src="external.gif" alt=" [ext.link] " height="9" width="9"></a>. Combined, these give us everything Cream needs in bookmarking: unnamed, visible, and quick.</p>

	<p><i>And finally...</i></p>

	<p><b>Bram Moolenaar</b>, Vim's author, who wrote a terrific application, who timely responds to emails, who while gifted and skilled with programming, is still willing to devote his time and voice to the worthy cause of the <a href="http://www.vim.org/iccf/kcc.html">Kibaale Children's Centre<img src="external.gif" alt=" [ext.link] " height="9" width="9"></a>.</p>


	<h2>Donations</h2>

	<p>Cream is a big fan of Vim's charity: <a href="http://iccf-holland.org/"> ICCF Holland</a>  Directing donations there helps the children, and is a way of supporting Vim.</p>

	</div>

	<!-- footer {{{1 -->
<!-- 1}}} -->

</div>
</div>

</body>
</html>
<!-- vim:foldmethod=marker 
-->