aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKurt Pfeifle <KurtPfeifle@users.noreply.github.com>2018-02-25 00:38:44 +0100
committerJay Berkenbilt <ejb@ql.org>2018-02-25 03:03:52 +0100
commit315c3e7dbc2c881cfc59452f81ee3d8e54271d55 (patch)
tree2e4cbbd15ac7c4c0ed630d08f21d257fd9711d5d /README.md
parent079711a479c447e50234fc2c0b78679f28e667b4 (diff)
downloadqpdf-315c3e7dbc2c881cfc59452f81ee3d8e54271d55.tar.zst
Enhancements to AppImage
Enhance 'build-appimage' script: - add initial comment block and comments for all major steps in the script for the benefit of casual users of the script - 'configure' to build HTML + PDF documentation - do not remove the man pages from the AppDir (will be used by custom AppRun script) - use a bigger icon - use '-g' for appimagetool so it can figure out the 'updateinfo' string on Travis CI - output big fat warning to users who build AppImage in non-"Trusty" environments Add 'AppStream' metadata file This serves to satisfy desktop environments who want to automatically create menu entries, show screenshots and display software descriptions. Note, this file (qpdf.appdata.xml) may need more tweaking since the Freedesktop folks aren't exactly sure themselves how their 'standard' should exactly look like, and they changed their validation tools quite a bit over the recent years in incompatible ways... Extended and enhanced customized AppRun script - Add a '--ai-usage' invokation param to the AppImage which serves as a starting point to explore the other embedded options - Support displaying of manual pages by running AppImage with added parameter '--man ...' - Also include HTML/PDF documentation, READMEs and licenses into AppImage - Support for more parameters: '--list-man', '--list-pdf', '--list-readme', '--list-license', '--list-html', '--list-exe', '--pdf', '--readme', '--license', '--html' and '--show-apprun' - Support 'fix-pdf' and 'zlib-' as sub-commands (not just as symlinks)
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index e25754e5..74fa7c1d 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,13 @@
# QPDF [![Build Status](https://travis-ci.org/qpdf/qpdf.svg?branch=master)](https://travis-ci.org/qpdf/qpdf)
+----
+
+<sup>
+(This repository is a temporary clone of the original upstream one in order to test (and possibly improve) the AppImage created via the Travis CI integration which was recently added by Jay.)
+</sup>
+
+----
+
[![QPDF](logo/qpdf.svg)](http://qpdf.sourceforge.net)
This is the QPDF package. Information about it can be found at http://qpdf.sourceforge.net. The source code repository is hosted at github: https://github.com/qpdf/qpdf.