~ubuntu-branches/ubuntu/wily/viewvc/wily

« back to all changes in this revision

Viewing changes to viewvc.org/who.html

  • Committer: Bazaar Package Importer
  • Author(s): Christian Perrier
  • Date: 2008-09-25 07:03:03 UTC
  • mfrom: (3.1.1 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080925070303-uu9h41gmng01pb9g
Tags: 1.0.5-0.2
* Non-maintainer upload.
* Fix pending l10n bugs. Debconf translations:
  - Portuguese. Closes: #489388

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
2
 
<html>
3
 
<head>
4
 
<title>ViewVC: About</title>
5
 
<link rel="stylesheet" type="text/css" href="./styles.css"/>
6
 
</head>
7
 
 
8
 
<body>
9
 
 
10
 
<div id="title">
11
 
<a href="http://www.viewvc.org/"><img 
12
 
   src="./images/title.jpg" alt="ViewVC: Repository Browsing"/></a>
13
 
</div>
14
 
 
15
 
<div id="menu">
16
 
<p><a href="./index.html">Home</a> |
17
 
   <a href="http://viewvc.tigris.org/">Project Page</a> |
18
 
   <a href="./download.html">Download</a> |
19
 
   <a href="./upgrading.html">Upgrading</a> |
20
 
   <a href="./contributing.html">Contributing</a> |
21
 
   <a href="./license-1.html">License</a> |
22
 
   <a href="./contact.html">Contact</a> |
23
 
   <a href="./who.html">About</a>
24
 
</p>
25
 
</div>
26
 
 
27
 
<table id="pagetable">
28
 
<tr>
29
 
<td id="pagecolumn1">
30
 
 
31
 
<h4>On this page:</h4>
32
 
 
33
 
<ul id="bookmarks">
34
 
  <li><a href="#sec-history">The History of ViewVC</a></li>
35
 
  <li><a href="#sec-viewcvs-group">The ViewCVS Group</a></li>
36
 
  <li><a href="#sec-site-credits">About This Site</a></li>
37
 
</ul>
38
 
 
39
 
<hr/>
40
 
 
41
 
<address><a href="mailto:&#117&#115&#101&#114&#115&#64&#118&#105&#101&#119&#118&#99&#46&#116&#105&#103&#114&#105&#115&#46&#111&#114&#103">ViewVC Users Group</a></address>
42
 
 
43
 
</td>
44
 
<td id="pagecolumn2">
45
 
 
46
 
<div class="section">
47
 
<h2 id="sec-history">The History of ViewVC</h2>
48
 
 
49
 
<p>The ViewVC software was inspired by <a
50
 
   href="http://people.freebsd.org/~fenner/cvsweb/">cvsweb</a>
51
 
   (originally written by Bill Fenner and then further developed by <a
52
 
   href="mailto:zeller@think.de">Henner Zeller</a>).  Greg Stein
53
 
   wanted to make some changes and updates, but cvsweb was implemented
54
 
   in Perl.  He wrote:</p>
55
 
 
56
 
<blockquote style="font-style: italic;">&quot;While I can manage some
57
 
   Perl, cvsweb was rather unmaintainable for me. So I undertook the
58
 
   task to convert the software to Python. As a result, I've actually
59
 
   been able to go <em>way</em> beyond the simple changes that I had
60
 
   envisioned.&quot;</blockquote>
61
 
 
62
 
<p>So ViewVC started out as just a port of the cvsweb script,
63
 
   originally called ViewCVS.  Along the way, it has had numerous
64
 
   cleanups and other modifications, a process simplified by the
65
 
   elegance of the <a href="http://www.python.org/">Python</a>
66
 
   language.</p>
67
 
 
68
 
<p>In 2001, the ViewCVS project was moved to <a
69
 
   href="http://www.sourceforge.net">SourceForge</a>, a popular
70
 
   software collaboration environment.  There the project continued to
71
 
   mature, releasing several stable-yet-pre-1.0 versions.  In 2002,
72
 
   C. Michael Pilato began implementing support for Subversion in
73
 
   ViewCVS, building atop the beginnings of a version control
74
 
   abstraction layer begun by Lucas Bruand.  Along the way, Russell
75
 
   Yanofsky delivered large improvements to that abstraction, and to
76
 
   ViewCVS as whole.  ViewCVS was well on its way to releasing a 1.0
77
 
   version.</p>
78
 
 
79
 
<p>Of course, now that ViewCVS could browse Subversion repositories as
80
 
   easily as CVS ones, the ViewCVS name seemed inappropriate.  Also,
81
 
   SourceForge's lack of support for Subversion (which was already
82
 
   well past its 1.0 release, and becoming hugely popular) in its
83
 
   project version control offerings was annoying ViewCVS primary
84
 
   developers.  So in late 2005, the decision was made to rename the
85
 
   project to ViewVC, to convert the project's CVS data to Subversion,
86
 
   and to move the project and its Subversion data to <a
87
 
   href="http://www.tigris.org">Tigris.org</a>.</p>
88
 
 
89
 
<p>Today, ViewVC is being developed at <a
90
 
   href="http://viewvc.tigris.org">http://viewvc.tigris.org</a> by a
91
 
   small community of folks</a>.</p>
92
 
 
93
 
</div>
94
 
<div class="section">
95
 
<h2 id="sec-viewcvs-group">The ViewCVS Group</h2>
96
 
 
97
 
<p>The ViewCVS Group is an informal group of people working on and
98
 
   developing the ViewVC package. The current set of members are
99
 
   listed below with some of their notable contributions:</p>
100
 
 
101
 
<dl>
102
 
  <dt><a href="http://www.lyra.org/greg/">Greg Stein</a></dt>
103
 
  <dd>original python port of Henner Zeller's cvsweb, secure popen
104
 
      implementation, configuration file implementation, rcsparse
105
 
      module, and EZT template engine</dd>
106
 
 
107
 
  <dt>Jay Painter</dt>
108
 
  <dd>CVSdb query engine</dd>
109
 
 
110
 
  <dt>Tanaka Akira</dt> 
111
 
  <dd>enscript colorization and tarball generation
112
 
      </dd>
113
 
 
114
 
  <dt>Tim Cera</dt>
115
 
  <dd>CvsGraph support, log_table template, regular expression search,
116
 
      and paging capability</dd>
117
 
 
118
 
  <dt>Peter Funk</dt> 
119
 
  <dd>standalone server, blimp logo, and numerous improvements to
120
 
      ViewVC's interfaces and documentation</dd>
121
 
 
122
 
  <dt>Lucas Bruand</dt>
123
 
 
124
 
  <dd>C++ RCS parser (tparse) and vclib module for supporting new
125
 
      version control systems</dd>
126
 
 
127
 
  <dt><a href="http://www.cmichaelpilato.com/">C. Michael Pilato</a></dt>
128
 
  <dd>Subversion support, root_as_url alternative URL scheme,
129
 
      templatization work, website design, documentation</dd>
130
 
 
131
 
  <dt>Russell Yanofsky</dt>
132
 
  <dd>Windows support and the sapi module for supporting multiple web
133
 
      server interfaces, sweeping abstraction and UI improvements</dd>
134
 
 
135
 
  <dt>James Henstridge</dt>
136
 
  <dd>integrated query interface, support for querying Subversion
137
 
      repositories, caching support, CSS formatting, and the EZT
138
 
      &quot;define&quot; directive</dd>
139
 
 
140
 
</dl>
141
 
 
142
 
</div>
143
 
<div class="section">
144
 
<h2 id="sec-site-credits">About This Site</h2>
145
 
 
146
 
<p>The ViewVC website was designed by <a
147
 
   href="http://www.cmichaelpilato.com/">C. Michael Pilato</a>.  All
148
 
   HTML was hand-edited in Emacs, and the little splashes of graphical
149
 
   goodness owe their existence to Adobe PhotoShop.  Textual content
150
 
   for the site is mostly the work of Greg Stein, but has been tweaked
151
 
   through the ages by various ViewVC contributors.</p>
152
 
 
153
 
</div>
154
 
 
155
 
</td>
156
 
</tr>
157
 
</table>
158
 
</body>
159
 
</html>