Author: cmpilato
Date: Mon Mar 6 10:55:38 2006
New Revision: 1275
Modified:
trunk/www/index.html
Log:
Remove SourceForge migration checklist, and lose implementation details of
features.
Modified: trunk/www/index.html
Url:
http://viewvc.tigris.org/source/browse/viewvc/trunk/www/index.html?view=diff&rev=1275&p1=trunk/www/index.html&r1=1274&p2=trunk/www/index.html&r2=1275
==============================================================================
--- trunk/www/index.html (original)
+++ trunk/www/index.html Mon Mar 6 10:55:38 2006
@@ -33,41 +33,22 @@
<p>Here are some of the additional features of ViewVC:</p>
<ul>
-
- <li>Support for filesystem-accessible CVS and Subversion repositories.</li>
-
- <li>Individually configurable virtual host support.</li>
-
- <li>Line-based annotation/blame display (<em>CVS only</em>).</li>
-
- <li>Revision graph capabilities (via integration with <a
- href="http://www.akhphd.au.dk/~bertho/cvsgraph/">CvsGraph</a>)
- (<em>CVS only</em>).</li>
-
- <li>Syntax highlighting support (via integration with <a
- href="http://people.ssh.com/mtr/genscript/">GNU
- enscript</a>).</li>
-
- <li><a href="http://www.mozilla.org/projects/bonsai/">Bonsai</a>-like
- repository query facilities.</li>
-
- <li>Template-driven output generation.</li>
-
- <li>Colorized, side-by-side differences.</li>
-
- <li>Tarball generation (by tag/branch for CVS, by revision for
- Subversion).</li>
-
- <li>I18N support based on the Accept-Language request header.</li>
-
+ <li>Support for filesystem-accessible CVS and Subversion repositories</li>
+ <li>Individually configurable virtual host support</li>
+ <li>Line-based annotation/blame display</li>
+ <li>Revision graph capabilities (<em>CVS only</em>)</li>
+ <li>Syntax highlighting support</li>
+ <li>Commit metadata query facilities</li>
+ <li>Template-driven output generation</li>
+ <li>Colorized, side-by-side differences</li>
+ <li>Tarball generation (by tag/branch for CVS, by revision for
+ Subversion)</li>
+ <li>Localization support based on the Accept-Language request header</li>
<li>Ability to run either as CGI script or as a standalone
- server.</li>
-
- <li>Regexp-based file searching.</li>
-
+ server</li>
+ <li>Regexp-based file searching</li>
<li>INI-like configuration file (as opposed to requiring actual code
- tweaks).</li>
-
+ tweaks)</li>
</ul>
<p>For a complete list of changes present in each release, see
@@ -77,35 +58,6 @@
</div>
-<div class="h2">
-<h2>Migration From SourceForge</h2>
-
-<p>The ViewVC project is in the process of migrating from its previous
- home at <a href="http://sourceforge.net/projects/viewcvs/"
- >SourceForge</a> (where it was known as "ViewCVS" — maybe
- you've heard of it?). The following is a checklist of items which
- make up that transition, and indications as to their individual
- completion status:</p>
-
-<p><pre>
-Tigris.org Setup:
- [X] New project creation - viewvc.tigris.org
- [X] Version control data
- [X] Mailing list membership
- [X] Mailing list archives
- [X] Open issue history
- [X] Open issue attachments
- [X] File downloads
- [X] Announcements
-
-SourceForge cleanup:
- [X] Closing off CVS
- [ ] Announcement about rename
- [X] Closing off the trackers
- [X] Website repointering
-</pre></p>
-</div>
-
</div>
</body>
</html>
|