Difference between revisions of "Jupp"

From Free Software Directory
Jump to: navigation, search
(update)
(update version, new refcard)
 
(4 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
|Name=jupp
 
|Name=jupp
 
|Short description=jupp variant of JOE's Own Editor
 
|Short description=jupp variant of JOE's Own Editor
|Full description=Joe, the Joe's Own Editor, has the feel of most PC text editors: the key sequences are reminiscent of WordStar and Turbo C editors, but the feature set is much larger than of those.  Joe has all of the features a Unix user should expect: full use of termcap/terminfo, complete VI-style Unix integration, a powerful configuration file, and regular expression search system.  It also has eight help reference cards which are always available, and an intuitive, simple, and well thought-out user interface.
+
|Full description=Joe, the Joe's Own Editor, has the feel of most PC text editors: the key sequences are reminiscent of WordStar and Turbo C editors, but the feature set is much larger than of those.  Joe has all of the features a Unix user should expect: full use of termcap/terminfo, complete VI-style Unix integration, a powerful configuration file, and regular expression search system.  It also has nine help reference cards which are always available, and an intuitive, simple, and well thought-out user interface.
  
 
Joe has a great screen update optimisation algorithm, multiple windows (through/between which you can scroll) and lacks the confusing notion of named buffers.  It has command history, TAB expansion in file selection menus, undo and redo functions, (un)indenting and paragraph formatting, filtering highlighted blocks through any external Unix command, editing a pipe into or out of a command, block move, copy, delete or filter, a bracketed paste mode automatically enabled on xterm-xfree86 and decimal and hexadecimal gotos for lines, columns, and file offsets.
 
Joe has a great screen update optimisation algorithm, multiple windows (through/between which you can scroll) and lacks the confusing notion of named buffers.  It has command history, TAB expansion in file selection menus, undo and redo functions, (un)indenting and paragraph formatting, filtering highlighted blocks through any external Unix command, editing a pipe into or out of a command, block move, copy, delete or filter, a bracketed paste mode automatically enabled on xterm-xfree86 and decimal and hexadecimal gotos for lines, columns, and file offsets.
Line 8: Line 8:
 
Through simple QEdit-style configuration files, Joe can be set up to emulate editors such as Pico and Emacs, along with a complete imitation of WordStar in non-document mode, and a restricted mode version (lets you edit only the files specified on the command line). Joe also has a deferred screen update to handle typeahead, and it ensures that deferral is not bypassed by tty buffering. It's usable even at 2400 baud, and it will work on any kind of sane terminal. Furthermore, it supports SELinux context copying on Debian systems with the Linux kernel.
 
Through simple QEdit-style configuration files, Joe can be set up to emulate editors such as Pico and Emacs, along with a complete imitation of WordStar in non-document mode, and a restricted mode version (lets you edit only the files specified on the command line). Joe also has a deferred screen update to handle typeahead, and it ensures that deferral is not bypassed by tty buffering. It's usable even at 2400 baud, and it will work on any kind of sane terminal. Furthermore, it supports SELinux context copying on Debian systems with the Linux kernel.
 
|Homepage URL=http://www.mirbsd.org/jupp.htm
 
|Homepage URL=http://www.mirbsd.org/jupp.htm
|User level=intermediate
+
|User level=beginner
 
|VCS checkout command=% env CVS_RSH=ssh cvs -d :ext:_anoncvs@anoncvs.mirbsd.org:/cvs co -PA jupp
 
|VCS checkout command=% env CVS_RSH=ssh cvs -d :ext:_anoncvs@anoncvs.mirbsd.org:/cvs co -PA jupp
 
|Computer languages=C
 
|Computer languages=C
 
|Paid support=via The MirOS Project, if needed
 
|Paid support=via The MirOS Project, if needed
 
|Donate=http://www.mirbsd.org/danke.htm
 
|Donate=http://www.mirbsd.org/danke.htm
 +
|Accepts cryptocurrency donations=No
 
|IRC help=https://www.mirbsd.org/irc.htm
 
|IRC help=https://www.mirbsd.org/irc.htm
 
|IRC general=https://www.mirbsd.org/irc.htm
 
|IRC general=https://www.mirbsd.org/irc.htm
 
|IRC development=https://www.mirbsd.org/irc.htm
 
|IRC development=https://www.mirbsd.org/irc.htm
|Related projects=Joe
+
|Related projects=Joe, E3
 
|Keywords=text,editor,jupp,joe,wordstar
 
|Keywords=text,editor,jupp,joe,wordstar
|Version identifier=joe-3.1jupp31
+
|Version identifier=joe-3.1jupp38
|Version date=2017/08/09
+
|Version date=2018/11/11
 
|Version status=stable
 
|Version status=stable
|Version download=http://pub.allbsd.org/MirOS/dist/jupp/joe-3.1jupp31.tgz
+
|Version download=http://pub.allbsd.org/MirOS/dist/jupp/joe-3.1jupp38.tgz
|Last review by=Alejandroindependiente
+
|Last review by=Bendikker
|Last review date=2017/02/28
+
|Last review date=2018/02/20
|Submitted date=2017/08/09
+
|Submitted date=2017/12/19
 
|Is GNU=No
 
|Is GNU=No
 
|License verified date=2006-08-31
 
|License verified date=2006-08-31
Line 42: Line 43:
 
|Role=original author
 
|Role=original author
 
|Email=jhallen@world.std.com
 
|Email=jhallen@world.std.com
 +
}}
 +
{{Resource
 +
|Resource audience=Debian (Ref)
 +
|Resource URL=https://tracker.debian.org/pkg/jupp
 
}}
 
}}
 
{{Resource
 
{{Resource

Latest revision as of 16:04, 11 November 2018


[edit]

jupp

http://www.mirbsd.org/jupp.htm
jupp variant of JOE's Own Editor

Joe, the Joe's Own Editor, has the feel of most PC text editors: the key sequences are reminiscent of WordStar and Turbo C editors, but the feature set is much larger than of those. Joe has all of the features a Unix user should expect: full use of termcap/terminfo, complete VI-style Unix integration, a powerful configuration file, and regular expression search system. It also has nine help reference cards which are always available, and an intuitive, simple, and well thought-out user interface.

Joe has a great screen update optimisation algorithm, multiple windows (through/between which you can scroll) and lacks the confusing notion of named buffers. It has command history, TAB expansion in file selection menus, undo and redo functions, (un)indenting and paragraph formatting, filtering highlighted blocks through any external Unix command, editing a pipe into or out of a command, block move, copy, delete or filter, a bracketed paste mode automatically enabled on xterm-xfree86 and decimal and hexadecimal gotos for lines, columns, and file offsets.

Through simple QEdit-style configuration files, Joe can be set up to emulate editors such as Pico and Emacs, along with a complete imitation of WordStar in non-document mode, and a restricted mode version (lets you edit only the files specified on the command line). Joe also has a deferred screen update to handle typeahead, and it ensures that deferral is not bypassed by tty buffering. It's usable even at 2400 baud, and it will work on any kind of sane terminal. Furthermore, it supports SELinux context copying on Debian systems with the Linux kernel.





Licensing

License

Verified by

Verified on

Notes

License

GPLv1

Verified by

Ted Teah

Verified on

31 August 2006




Leaders and contributors

Contact(s)Role
Joe Allen original author
Thorsten Glaser Maintainer


Resources and communication

AudienceResource typeURI
Bug Tracking,Developer,SupportMailing Listmiros-discuss@mirbsd.org
Debian (Ref)https://tracker.debian.org/pkg/jupp
DeveloperVCS Repository Webviewhttp://www.mirbsd.org/cvs.cgi/contrib/code/jupp/
HelpHomepagehttp://www.mirbsd.org/jupp.htm


Software prerequisites

KindDescription
Weak prerequisitelibselinux
Weak prerequisitelibncurses or libtermcap




Entry











"original author" is not in the list (Maintainer, Contributor, Developer, Sponsor, Unknown) of allowed values for the "Role" property.


"Debian (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


















Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.