~ubuntu-branches/ubuntu/lucid/qtm/lucid-updates

« back to all changes in this revision

Viewing changes to qtm-manpage.sh

  • Committer: Bazaar Package Importer
  • Author(s): Patryk Cisek
  • Date: 2009-07-03 15:07:56 UTC
  • Revision ID: james.westby@ubuntu.com-20090703150756-11x75iewoopx1zf6
Tags: upstream-1.1.1
ImportĀ upstreamĀ versionĀ 1.1.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
cat <<EOF
 
3
.TH qtm 1 "Jun 7, 2008" "version $1" "USER COMMANDS"
 
4
.SH NAME
 
5
qtm \- Desktop client for content management systems
 
6
.SH SYNOPSIS
 
7
.B qtm
 
8
.SH DESCRIPTION
 
9
QTM is a desktop client for content management systems such as Wordpress,
 
10
Movable Type, Drupal and Textpattern and for online content platforms like
 
11
wordpress.com and Squarespace (but not Blogger).  It uses XML-RPC to
 
12
connect to and post entries to websites which use the standard APIs.
 
13
.SH OPTIONS
 
14
QTM does not offer command-line options of its own, but can open entry
 
15
files from the command-line.  As a Qt application it supports Qt options; 
 
16
please see:
 
17
 
 
18
http://doc.trolltech.com/4.2/qapplication.html#QApplication
 
19
.SH AUTHOR
 
20
Matthew Smith (indigojo (at) blogistan.co.uk)
 
21
EOF