summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support/tlcockpit/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/support/tlcockpit/README.md')
-rw-r--r--Master/texmf-dist/doc/support/tlcockpit/README.md29
1 files changed, 21 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/support/tlcockpit/README.md b/Master/texmf-dist/doc/support/tlcockpit/README.md
index 4ee2115d88c..e151947c742 100644
--- a/Master/texmf-dist/doc/support/tlcockpit/README.md
+++ b/Master/texmf-dist/doc/support/tlcockpit/README.md
@@ -25,8 +25,8 @@ call as in `java -jar PATH/TO/tlcockpit.jar`.
Requirements
------------
-You need at least `tlmgr` from after 2017-09-01, in TeX Live language at least
-version 45190 or `texlive.infra`.
+You need at least `tlmgr` from after 2017-11-23, in TeX Live language at least
+version 45888 or `texlive.infra`.
A recent Java installation that includes JavaFX is required. If you see
errors like
@@ -49,7 +49,7 @@ Development is done in Scala with the ScalaFX widget set. The project is
mainly a challenge for myself to learn Scala. Building is done with *sbt*,
opening the project in IntelliJ works fine.
-Deplyment is done via [sbt assembly](https://github.com/sbt/sbt-assembly)
+Deployment is done via [sbt assembly](https://github.com/sbt/sbt-assembly)
which packs all the necessary libraries into one jar file.
Contributions are welcome, improvements are easily done as I just started
@@ -58,24 +58,37 @@ writing Scala and my style is horrible ;-)
Screenshots
-----------
-(permanently outdated)
+Starting up TLCockpit
+
+![Loading screen](screenshots/tlcockpit-loading.jpg)
Package listing
-![Package listing view](screenshots/pkgs-view.jpg)
+![Package listing view](screenshots/tlcockpit-packages.jpg)
+
+View packages by collections
+
+![Packages by collections](screenshots/tlcockpit-collections.jpg)
Updates listing
-![Updates listing view](screenshots/update-view.jpg)
+![Updates listing view](screenshots/tlcockpit-updates.jpg)
Backup/Restore listing
-![Backup listing view](screenshots/backup-view.jpg)
+![Backup listing view](screenshots/tlcockpit-backups.jpg)
Package details
-![Package details](screenshots/pkg-details.png)
+![Package details](screenshots/tlcockpit-pkgdetails.jpg)
+
+Configuration dialog
+
+![Config screen](screenshots/tlcockpit-config.jpg)
+
+Paper setting dialog
+![Config screen](screenshots/tlcockpit-paper.jpg)
License
-------