New version with PDF releases

This commit is contained in:
David Holland 2019-12-28 03:17:27 +01:00
parent 11474b5e4c
commit fecd04e6fa
Signed by: DustVoice
GPG Key ID: 47068995A14EDCA9
6 changed files with 149912 additions and 322 deletions

3
.gitignore vendored
View File

@ -1,3 +1,6 @@
*.pdf
*.html
*.xml
!/Documentation_A4.pdf
!/Documentation_A5.pdf

View File

@ -46,6 +46,7 @@ bluez-libs
bluez-utils
boost-libs
brave-bin
breeze-grub
broadcom-wl
brother-mfc-j497dw
brotli
@ -59,9 +60,11 @@ ca-certificates
ca-certificates-mozilla
ca-certificates-utils
cabextract
cadence
cairo
cairomm
cantarell-fonts
caps2esc
ccid
cdparanoia
celt
@ -100,7 +103,6 @@ diffutils
ding-libs
discord
djvulibre
dkms
dmraid
dnsmasq
dnssec-anchors
@ -125,7 +127,6 @@ exfat-utils
exiv2
exo
expat
extra-cmake-modules
f2fs-tools
faad2
fakeroot
@ -152,6 +153,7 @@ gcc
gcc-libs
gconf
gcr
gd
gdbm
gdk-pixbuf2
geoip
@ -177,7 +179,6 @@ gnu-free-fonts
gnu-netcat
gnupg
gnutls
gobject-introspection
gobject-introspection-runtime
gparted
gperf
@ -186,10 +187,12 @@ gpm
gptfdisk
graphene
graphite
graphviz
grep
grml-zsh-config
groff
grub
grub-theme-vimix
gsettings-desktop-schemas
gsfonts
gsl
@ -206,6 +209,7 @@ gtk3
gtkdialog
gtkmm
gtkmm3
gts
guile
gvfs
gvfs-mtp
@ -225,12 +229,14 @@ i3blocks
i3lock
i3status
iana-etc
ibus
icu
ijs
imagemagick
imlib2
inetutils
intel-ucode
interception-tools
intltool
iproute2
iptables
@ -415,6 +421,7 @@ libblockdev
libbluray
libbytesize
libcanberra
libcanberra-pulse
libcap
libcap-ng
libcddb
@ -432,7 +439,6 @@ libdbusmenu-glib
libdbusmenu-gtk2
libdbusmenu-qt5
libdca
libdmx
libdrm
libdvbpsi
libe-book
@ -620,7 +626,6 @@ libxt
libxtst
libxv
libxvmc
libxxf86dga
libxxf86vm
libyaml
libzmf
@ -630,6 +635,8 @@ linux
linux-api-headers
linux-atm
linux-firmware
linux-rt-docs
linux-rt-headers
llvm-libs
lm_sensors
lmdb
@ -653,13 +660,14 @@ mallard-ducktype
man-db
man-pages
mc
md4c
mdadm
media-player-info
memtest86+
memtest86-efi
mercurial
mesa
mesa-demos
meson
minecraft-launcher
minizip
mkinitcpio
@ -683,6 +691,7 @@ net-tools
netctl
netctl-tray
netctlgui-helper
netpbm
nettle
network-manager-applet
networkmanager
@ -744,6 +753,7 @@ parted
partimage
pass
patch
pavucontrol
pbzip2
pciutils
pcre
@ -785,7 +795,6 @@ pkcs11-helper
pkgconf
plasma-framework
plasma5-applet-netctl-gui
po4a
polkit
polkit-qt5
poppler
@ -803,12 +812,14 @@ psmisc
pulseaudio
pulseaudio-alsa
pulseaudio-bluetooth
pulseaudio-jack
pulsemixer
pygobject-devel
pygtk
python
python-anytree
python-appdirs
python-babel
python-beaker
python-cachecontrol
python-cairo
@ -819,11 +830,14 @@ python-dbus-common
python-distlib
python-distro
python-distutils-extra
python-docutils
python-evdev
python-gobject
python-html5lib
python-idna
python-imagesize
python-importlib-metadata
python-jinja
python-lockfile
python-lxml
python-mako
@ -842,20 +856,30 @@ python-pycups
python-pycurl
python-pygments
python-pyparsing
python-pyqt5
python-pytoml
python-pytz
python-requests
python-retrying
python-setuptools
python-six
python-snowballstemmer
python-sphinx-alabaster-theme
python-sphinxcontrib-applehelp
python-sphinxcontrib-devhelp
python-sphinxcontrib-htmlhelp
python-sphinxcontrib-jsmath
python-sphinxcontrib-qthelp
python-sphinxcontrib-serializinghtml
python-urllib3
python-webencodings
python-yaml
python-zipp
python2
python2-appdirs
python2-babel
python2-cairo
python2-distutils-extra
python2-dbus
python2-gobject
python2-gobject2
python2-ordered-set
python2-packaging
@ -863,7 +887,6 @@ python2-pyparsing
python2-pytz
python2-setuptools
python2-six
qjackctl
qpdf
qt5-base
qt5-declarative
@ -888,6 +911,7 @@ rasqal
rdesktop
re2
readline
reaper-bin
redland
refind-efi
reiserfsprogs
@ -903,7 +927,6 @@ rubberband
ruby
rubygems
run-parts
rust
sbc
scrcpy
screen
@ -1024,7 +1047,6 @@ xcb-util-wm
xcb-util-xrm
xclip
xdg-dbus-proxy
xdg-user-dirs
xdg-utils
xf86-input-evdev
xf86-input-keyboard
@ -1053,7 +1075,6 @@ xkblayout-state
xkeyboard-config
xl2tpd
xmlsec
xmlto
xorg-bdftopcf
xorg-docs
xorg-font-util
@ -1112,14 +1133,13 @@ xplc
xvidcore
xz
yajl
yaml-cpp
yelp-tools
yelp-xsl
youtube-viewer
zenity
zeromq
zip
zita-alsa-pcmi
zita-resampler
zlib
zsh
zstd

File diff suppressed because it is too large Load Diff

71568
Documentation_A4.pdf Normal file

File diff suppressed because it is too large Load Diff

77863
Documentation_A5.pdf Normal file

File diff suppressed because it is too large Load Diff

3
generate-pdfs.sh Normal file
View File

@ -0,0 +1,3 @@
#!/bin/sh
asciidoctor-pdf -a pdf-page-size=a4 -o Documentation_A4.pdf Documentation.adoc
asciidoctor-pdf -a pdf-page-size=a5 -o Documentation_A5.pdf Documentation.adoc