Removed more MATE references
This commit is contained in:
parent
6397759eb1
commit
4744c1cb99
31
data/xedit.1
31
data/xedit.1
|
@ -1,13 +1,12 @@
|
||||||
.\" Man page for Xedit.
|
.\" Man page for Xedit.
|
||||||
.TH XEDIT 1 "29 January 2014" "MATE Desktop Environment"
|
.TH XEDIT 1
|
||||||
.\" Please adjust this date when revising the manpage.
|
|
||||||
.\"
|
.\"
|
||||||
.SH "NAME"
|
.SH "NAME"
|
||||||
Xedit \- The MATE Text Editor
|
Xedit \- The Text Editor
|
||||||
.SH "SYNOPSIS"
|
.SH "SYNOPSIS"
|
||||||
.B xedit [OPTIONS...] [FILES...]
|
.B xedit [OPTIONS...] [FILES...]
|
||||||
.SH "DESCRIPTION"
|
.SH "DESCRIPTION"
|
||||||
Xedit is the official text editor of the MATE desktop environment. While aiming at simplicity and ease of use, Xedit is a powerful general purpose text editor. It can be used to create and edit all sorts of text files.
|
Xedit is the official text editor of the X-APPS project, which aims to provide applications to the Cinnamon, MATE and Xfce desktops. While aiming at simplicity and ease of use, Xedit is a powerful general purpose text editor. It can be used to create and edit all sorts of text files.
|
||||||
.PP
|
.PP
|
||||||
Xedit features a flexible plugin system which can be used to dynamically add new advanced features to Xedit itself.
|
Xedit features a flexible plugin system which can be used to dynamically add new advanced features to Xedit itself.
|
||||||
.PP
|
.PP
|
||||||
|
@ -54,34 +53,20 @@ This program also accepts the standard GTK options.
|
||||||
Open the Linux Kernel README file from kernel.org's FTP server using Windows-1252 character encoding.
|
Open the Linux Kernel README file from kernel.org's FTP server using Windows-1252 character encoding.
|
||||||
.RE
|
.RE
|
||||||
.PP
|
.PP
|
||||||
\fBxedit +156 http://mate-desktop.org/\fR
|
\fBxedit +156 http://www.some-website.com/\fR
|
||||||
.RS 4
|
.RS 4
|
||||||
Open the main web page of mate-desktop.org and jump to line 156.
|
Open the main web page of some-website.com and jump to line 156.
|
||||||
.RE
|
.RE
|
||||||
.PP
|
.PP
|
||||||
\fBxedit \-\-new\-window ~/.bashrc ~/.bash_history\fR
|
\fBxedit \-\-new\-window ~/.bashrc ~/.bash_history\fR
|
||||||
.RS 4
|
.RS 4
|
||||||
Open the current users .bashrc and .bash_history files in a new Xedit window.
|
Open the current users .bashrc and .bash_history files in a new window.
|
||||||
|
|
||||||
.SH "BUGS"
|
.SH "BUGS"
|
||||||
.SS Should you encounter any bugs, they may be reported at:
|
.SS Should you encounter any bugs, they may be reported at:
|
||||||
http://github.com/mate-desktop/xedit/issues
|
http://github.com/linuxmint/xedit/issues
|
||||||
.SH "NOTES"
|
|
||||||
This version of the Xedit Manual Page was written with Xedit. =)
|
|
||||||
.SH "AUTHORS"
|
|
||||||
.SS This Man Page has been updated/re-written for the MATE Desktop Environment by:
|
|
||||||
Adam Erdman <hekel@archlinux.info> (2014)
|
|
||||||
.SH "HISTORY"
|
|
||||||
.SS Some portions of this manual were originally written by Gedit's previous developers, to accompany it in the GNOME Desktop Environment by:
|
|
||||||
.nf
|
|
||||||
Paolo Maggi <paolo@gnome.org>
|
|
||||||
Paolo Borelli <pborelli@katamail.com>
|
|
||||||
James Willcox <jwillcox@gnome.org>
|
|
||||||
Federico Mena Quintero <federico@novell.com>
|
|
||||||
Chema Celorio
|
|
||||||
(2000-2010)
|
|
||||||
.fi
|
.fi
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
.SS
|
.SS
|
||||||
Xedit documentation can be found from the "Help" menu, or by pressing the F1 key.
|
Xedit documentation can be found from the "Help" menu, or by pressing the F1 key.
|
||||||
Further information may also be available at: http://wiki.mate-desktop.org/docs
|
|
||||||
|
|
|
@ -1,15 +1,13 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!-- Copyright 2014 MATE team <mate-dev@ml.mate-desktop.org> -->
|
|
||||||
<component type="desktop">
|
<component type="desktop">
|
||||||
<id>xedit.desktop</id>
|
<id>xedit.desktop</id>
|
||||||
<metadata_license>CC0-1.0</metadata_license>
|
<metadata_license>CC0-1.0</metadata_license>
|
||||||
<project_license>GPL-2.0+</project_license>
|
<project_license>GPL-2.0+</project_license>
|
||||||
<name>Xedit</name>
|
<name>Xedit</name>
|
||||||
<_summary>A Text Editor for the MATE desktop environment</_summary>
|
<_summary>A Text Editor</_summary>
|
||||||
<_description>
|
<_description>
|
||||||
<p>
|
<p>
|
||||||
Xedit is a small, but powerful text editor designed specifically for
|
Xedit is a small, but powerful text editor. It has most standard text editor functions and fully
|
||||||
the MATE desktop. It has most standard text editor functions and fully
|
|
||||||
supports international text in Unicode. Advanced features include syntax
|
supports international text in Unicode. Advanced features include syntax
|
||||||
highlighting and automatic indentation of source code, printing and editing
|
highlighting and automatic indentation of source code, printing and editing
|
||||||
of multiple documents in one window.
|
of multiple documents in one window.
|
||||||
|
@ -20,24 +18,7 @@
|
||||||
adjusting indentation levels.
|
adjusting indentation levels.
|
||||||
</p>
|
</p>
|
||||||
</_description>
|
</_description>
|
||||||
<screenshots>
|
<url type="homepage">http://www.github.com/linuxmint/xedit</url>
|
||||||
<screenshot type="default">
|
<updatecontact>root@linuxmint.com</updatecontact>
|
||||||
<image width="960" height="540">
|
<project_group>X-Apps</project_group>
|
||||||
https://alexpl.fedorapeople.org/AppData/xedit/screens/xedit_01.png
|
|
||||||
</image>
|
|
||||||
</screenshot>
|
|
||||||
<screenshot>
|
|
||||||
<image width="960" height="540">
|
|
||||||
https://alexpl.fedorapeople.org/AppData/xedit/screens/xedit_02.png
|
|
||||||
</image>
|
|
||||||
</screenshot>
|
|
||||||
<screenshot>
|
|
||||||
<image width="960" height="540">
|
|
||||||
https://alexpl.fedorapeople.org/AppData/xedit/screens/xedit_03.png
|
|
||||||
</image>
|
|
||||||
</screenshot>
|
|
||||||
</screenshots>
|
|
||||||
<url type="homepage">http://www.mate-desktop.org</url>
|
|
||||||
<updatecontact>mate-dev@ml.mate-desktop.org</updatecontact>
|
|
||||||
<project_group>MATE</project_group>
|
|
||||||
</component>
|
</component>
|
||||||
|
|
Loading…
Reference in New Issue