File: welcome.html

package info (click to toggle)
jedit 5.3.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 14,252 kB
  • ctags: 11,190
  • sloc: java: 98,480; xml: 94,070; makefile: 52; sh: 42; cpp: 6; python: 6
file content (29 lines) | stat: -rw-r--r-- 1,019 bytes parent folder | download | duplicates (2)
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
<html>
<head><title>Welcome to jEdit</title></head>
<body>

<center>
<img src="jedit.png" width="128" height="128">
<h2>Welcome to jEdit 5.3</h2>
</center>
<p> Useful menu commands: </p>
<ul>
<li>To customize jEdit: <b>Utilities</b>&gt;<b>Global Options</b> (be sure to check out the Shortcuts pane!)</li>
<li>To install plugins: <b>Plugins</b>&gt;<b>Plugin Manager</b></li>
<li>To customize plugins: <b>Plugins</b>&gt;<b>Plugin Options</b></li>
<li>To open this window: <b>Help</b>&gt;<b>jEdit Help</b></li>
</ul>

<p>jEdit is free software, and you are welcome to redistribute and modify it
under certain conditions. See the license section of the
<a href="README.txt">read me file</a> for details.</p>

<p>If you think you have found a bug, please consult the
<a href="FAQ/index.html">Frequently Asked Questions</a> document first.</p>

<p>To give feedback, subscribe to mailing lists or find out
about the latest developments in the world of jEdit, visit
<font color=blue>www.jedit.org</font>.</p>

</body>
</html>