[Python-apps-commits] r13352 - in packages/retext/trunk/debian (changelog control retext.1)

mitya57 at users.alioth.debian.org mitya57 at users.alioth.debian.org
Sat Jun 25 10:38:13 UTC 2016


    Date: Saturday, June 25, 2016 @ 10:38:13
  Author: mitya57
Revision: 13352

* Update the retext.1 manual page.
* Bump Standards-Version to 3.9.8, no changes needed.

Modified:
  packages/retext/trunk/debian/changelog
  packages/retext/trunk/debian/control
  packages/retext/trunk/debian/retext.1

Modified: packages/retext/trunk/debian/changelog
===================================================================
--- packages/retext/trunk/debian/changelog	2016-06-25 10:30:54 UTC (rev 13351)
+++ packages/retext/trunk/debian/changelog	2016-06-25 10:38:13 UTC (rev 13352)
@@ -6,6 +6,8 @@
     These packages are needed only for desktop environments that do not
     support XSettings and do not have their own icon theme selection
     mechanism (closes: #793934).
+  * Update the retext.1 manual page.
+  * Bump Standards-Version to 3.9.8, no changes needed.
 
  -- Dmitry Shachnev <mitya57 at debian.org>  Fri, 08 Apr 2016 23:27:20 +0200
 

Modified: packages/retext/trunk/debian/control
===================================================================
--- packages/retext/trunk/debian/control	2016-06-25 10:30:54 UTC (rev 13351)
+++ packages/retext/trunk/debian/control	2016-06-25 10:38:13 UTC (rev 13352)
@@ -10,7 +10,7 @@
                python3-markups (>= 2.0),
                python3-pyqt5,
                qttools5-dev-tools
-Standards-Version: 3.9.7
+Standards-Version: 3.9.8
 Homepage: https://github.com/retext-project/retext
 Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/retext/trunk/
 Vcs-Browser: https://anonscm.debian.org/viewvc/python-apps/packages/retext/trunk/

Modified: packages/retext/trunk/debian/retext.1
===================================================================
--- packages/retext/trunk/debian/retext.1	2016-06-25 10:30:54 UTC (rev 13351)
+++ packages/retext/trunk/debian/retext.1	2016-06-25 10:38:13 UTC (rev 13352)
@@ -1,15 +1,16 @@
-.TH RETEXT 1
+.TH retext 1 "Jun 2016" "ReText"
 
 .SH NAME
 ReText \- Text editor for Markdown and reStructuredText
 
 .SH SYNOPSIS
 .B retext
-[ \fB\-\-preview\fR ] \fIFILES\fR
+\fIFILES\fR [ \fB\-\-preview\fR ] \fIFILES_TO_PREVIEW\fR
 
 .SH DESCRIPTION
 .PP
-ReText is a simple editor for Markdown and reStructuredText markup languages.
+ReText is a simple editor for Markdown, reStructuredText and Textile with
+support for plugging other markups using the Python-Markups module.
 .PP
 ReText supports tabs, live text preview and syntax highlighting. Supported
 export formats: HTML, ODT, PDF. It is also possible to write custom export
@@ -18,8 +19,8 @@
 It is written in Python using Qt libraries.
 
 .SH OPTIONS
-If \fB\-\-preview\fR option is given, ReText will open the files in preview
-mode, instead of edit mode which is the default.
+Files are opened in edit mode by default. If \fB\-\-preview\fR option is
+given, then files given after it are opened in preview mode.
 
 .SH AUTHOR
 This manual page was written by Dmitry Shachnev <mitya57 at debian.org>.




More information about the Python-apps-commits mailing list