/usr/share/doc/cream/html/screenshot2.html is in cream 0.43-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | <!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="css.php" 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> <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>
<!-- FEATURES {{{1 -->
<div
class="feat"
style="width:700px;"
>
<p class="sectitleright"><a class="sec" href="features.html"><b>features</b></a></p>
<h2>Screenshot 2</h2>
<div align="center">
<a href="features.html"><img src="screenshot2.png" width="676" height="429" border="0" style="{border:2px solid #550;}"></a><br>
<small><small><i>(click to return)</i></small></small><br>
</div>
<p>Vim is the perfect foundation for Cream. With a feature list as long as any text editor you'll find, Cream configures it all intuitively by default.</p>
<ul>
<li>Cream boasts a good variety of color schemes. From the light default to the medium Navaho scheme above, Cream provides a whole range down to several dark, low contrast schemes for long editing sessions in a dark environment.</li>
<li>The side-by-side windows above are displaying diff mode. Two similar documents are being compared, with differing lines highlighted in pink and their specific character differences in red. Notice the white lines indicating additions in one that don't appear in the other.</li>
<li>Invisible (non-printing) characters are turned on so that you can see line endings, tabs and trailing space characters.</li>
<li>Long time Vim users can still use Cream. All Vim command line and normal mode functionality is still available. Even Vim's help is available.</li>
<li>Additional useful tools are included (not shown): file explorer, tag list, HTML lists, calendar, completion, plus many useful add-on utilities.</li>
</ul>
</div>
<!-- footer {{{1 -->
<div class="footer">
© Copyright 2001-2011 by Steve Hall
<small>: :</small>
Site and project hosting by <a href="http://sourceforge.net/projects/cream"><img class="sflogo" src="http://sflogo.sourceforge.net/sflogo.php?group_id=43866&type=1" width="88" height="31" alt="Get Cream (for Vim) at SourceForge.net. Fast, secure and Free Open Source software downloads" /></a>
</div>
<!-- 1}}} -->
</div>
</div>
</body>
</html>
<!-- vim:foldmethod=marker
-->
|