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.
|
||||
.TH XEDIT 1 "29 January 2014" "MATE Desktop Environment"
|
||||
.\" Please adjust this date when revising the manpage.
|
||||
.TH XEDIT 1
|
||||
.\"
|
||||
.SH "NAME"
|
||||
Xedit \- The MATE Text Editor
|
||||
Xedit \- The Text Editor
|
||||
.SH "SYNOPSIS"
|
||||
.B xedit [OPTIONS...] [FILES...]
|
||||
.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
|
||||
Xedit features a flexible plugin system which can be used to dynamically add new advanced features to Xedit itself.
|
||||
.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.
|
||||
.RE
|
||||
.PP
|
||||
\fBxedit +156 http://mate-desktop.org/\fR
|
||||
\fBxedit +156 http://www.some-website.com/\fR
|
||||
.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
|
||||
.PP
|
||||
\fBxedit \-\-new\-window ~/.bashrc ~/.bash_history\fR
|
||||
.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"
|
||||
.SS Should you encounter any bugs, they may be reported at:
|
||||
http://github.com/mate-desktop/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)
|
||||
http://github.com/linuxmint/xedit/issues
|
||||
|
||||
.fi
|
||||
.SH "SEE ALSO"
|
||||
.SS
|
||||
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"?>
|
||||
<!-- Copyright 2014 MATE team <mate-dev@ml.mate-desktop.org> -->
|
||||
<component type="desktop">
|
||||
<id>xedit.desktop</id>
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<project_license>GPL-2.0+</project_license>
|
||||
<name>Xedit</name>
|
||||
<_summary>A Text Editor for the MATE desktop environment</_summary>
|
||||
<_summary>A Text Editor</_summary>
|
||||
<_description>
|
||||
<p>
|
||||
Xedit is a small, but powerful text editor designed specifically for
|
||||
the MATE desktop. It has most standard text editor functions and fully
|
||||
Xedit is a small, but powerful text editor. It has most standard text editor functions and fully
|
||||
supports international text in Unicode. Advanced features include syntax
|
||||
highlighting and automatic indentation of source code, printing and editing
|
||||
of multiple documents in one window.
|
||||
|
@ -20,24 +18,7 @@
|
|||
adjusting indentation levels.
|
||||
</p>
|
||||
</_description>
|
||||
<screenshots>
|
||||
<screenshot type="default">
|
||||
<image width="960" height="540">
|
||||
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>
|
||||
<url type="homepage">http://www.github.com/linuxmint/xedit</url>
|
||||
<updatecontact>root@linuxmint.com</updatecontact>
|
||||
<project_group>X-Apps</project_group>
|
||||
</component>
|
||||
|
|
Loading…
Reference in New Issue