File: screenshot3.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 (69 lines) | stat: -rw-r--r-- 2,217 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
<!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>

	<!-- FEATURES {{{1 -->
	<div
		class="feat"
		style="width:700px;"
		>

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


	<h2>Screenshot 3</h2>

	<div align="center">
	<a href="features.html"><img src="screenshot3.png" width="395" height="414" border="0" style="{border:2px solid #550;}"></a><br>
	<small><small><i>(click to return)</i></small></small><br>
	</div>

	<p>Who says text editors have to be hard to use? With just a few mouse clicks, Cream can be simplified to the most basic typing editor.</p>

	<ul>
	<li>Toolbar, line numbers and syntax highlighting can be turned off.</li>
	<li>Keyboard shortcuts follow industry accepted standards (technically called <a href="http://en.wikipedia.org/wiki/Common_User_Access">Common User Access<img src="external.gif" alt=" [ext.link] " height="9" width="9"></a>) so that they behave as you expect and most selection and editing tasks are intuitive.</li>
	<li>Because the underlying platform is so efficient, Cream feels fast.</li>
	</ul>


	</div>

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

</div>
</div>

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