Browse Source

remove leftover mention of quick mode in manpage

master
Nils 1 year ago
parent
commit
d4492cde3d
  1. 2
      README.md
  2. 13
      documentation/agordejo.1
  3. 24
      documentation/build.py
  4. 6
      documentation/manpageinclude.h2m
  5. 2
      documentation/nsm-data.1
  6. 2
      documentation/out/english.html
  7. 2
      documentation/out/german.html

2
README.md

@ -1,5 +1,5 @@
[//]: # (Generated 2022-07-15T23:13:20.979699. Changes belong into template/documentation/readme.template)
[//]: # (Generated 2022-10-10T17:41:05.142202. Changes belong into template/documentation/readme.template)
#Agordejo
Program version 0.4.1

13
documentation/agordejo.1

@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.2.
.TH AGORDEJO "1" "July 2022" "Agordejo 0.4.1" "User Commands"
.TH AGORDEJO "1" "October 2022" "Agordejo 0.4.1" "User Commands"
.SH NAME
Agordejo - Music and audio production session manager based on NSM.
.SH DESCRIPTION
@ -18,9 +18,10 @@ show this help message and exit
show program's version number and exit
.TP
\fB\-V\fR, \fB\-\-verbose\fR
(Development) Switch the logger to INFO and give out
(Development) Switch the logger to INFO and print out
all kinds of information to get a high\-level idea of
what the program is doing.
what the program is doing. You can also set the
environment variable LSS_DEBUG=1
.TP
\fB\-u\fR URL, \fB\-\-url\fR URL
Force URL for the session. If there is already a
@ -61,9 +62,9 @@ the session and continue where you left off.
Agordejo does not re-invent the wheel but instead uses the New-Session-Manager daemon and enhances
it with some tricks of its own, that always remain 100% compatible with the original sessions.
.SH EXAMPLES
Run agordejo. You are now in the Quick View mode. Press New Session and add programs through a
single click on available program-icons. You can switch to the Full View mode via the tab to
get more options. Try right-clicking on many things to get context menus.
Run agordejo. You are now in the session overview. Press the "Quick New" button and add programs
by a double clicking on the list. Try right-clicking on many things to get more options in
context menus.
.SH "REPORTING BUGS"
https://www.laborejo.org/bugs
.SH COPYRIGHT

24
documentation/build.py

@ -57,27 +57,27 @@ template_index = template_index.replace("<author>", METADATA["author"])
with open ("index.adoc", "w") as w:
w.write(template_index)
#Documentation
#Documentation
METADATA["supportedLanguages"].update({"English":""})
for language in METADATA["supportedLanguages"].keys():
language = language.lower()
language = language.lower()
try:
with open(f"{language}.adoc.template", "r") as r:
template = r.read()
template = r.read()
except:
continue #language not yet supported as manual
for key, value in METADATA.items(): #all strings
if type(value) is str:
template = template.replace(f"<{key}>", value)
template = template.replace(f"<{key}>", value)
if language == "english":
template = template.replace("<english-only-description>", "== Introduction\n\n" + METADATA["description"])
template = template.replace("<english-only-description>", "== Introduction\n\n" + METADATA["description"])
with open (f"{language}.part.adoc", "r") as clientPart:
with open (f"{language}.part.adoc", "r") as clientPart:
template = template.replace("<manual>", clientPart.read())
with open (f"{language}.adoc", "w") as w:
@ -102,9 +102,9 @@ https://www.laborejo.org/bugs
https://www.laborejo.org/
[examples]
Run agordejo. You are now in the Quick View mode. Press New Session and add programs through a
single click on available program-icons. You can switch to the Full View mode via the tab to
get more options. Try right-clicking on many things to get context menus.
Run agordejo. You are now in the session overview. Press the "Quick New" button and add programs
by a double clicking on the list. Try right-clicking on many things to get more options in
context menus.
[see also]
The full documentation for {METADATA["name"]} is maintained as a multi-lingual html site to your systems doc-dir.

6
documentation/manpageinclude.h2m

@ -27,9 +27,9 @@ Laborejo Software Suite
https://www.laborejo.org/
[examples]
Run agordejo. You are now in the Quick View mode. Press New Session and add programs through a
single click on available program-icons. You can switch to the Full View mode via the tab to
get more options. Try right-clicking on many things to get context menus.
Run agordejo. You are now in the session overview. Press the "Quick New" button and add programs
by a double clicking on the list. Try right-clicking on many things to get more options in
context menus.
[see also]
The full documentation for Agordejo is maintained as a multi-lingual html site to your systems doc-dir.

2
documentation/nsm-data.1

@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.2.
.TH NSM-DATA "1" "July 2022" "nsm-data 1.1" "User Commands"
.TH NSM-DATA "1" "October 2022" "nsm-data 1.1" "User Commands"
.SH NAME
nsm-data \- manual page for nsm-data 1.1
.SH DESCRIPTION

2
documentation/out/english.html

@ -1133,7 +1133,7 @@ The easiest way is to contact the developers and they will setup the new languag
</div>
<div id="footer">
<div id="footer-text">
Last updated 2022-07-15 23:15:09 +0200
Last updated 2022-10-10 17:41:05 +0200
</div>
</div>
</body>

2
documentation/out/german.html

@ -1145,7 +1145,7 @@ Ansonsten starten Sie agordejo mit diesem Befehl, Sprachcode ändern, vom Termin
</div>
<div id="footer">
<div id="footer-text">
Last updated 2022-07-15 23:15:09 +0200
Last updated 2022-10-10 17:41:05 +0200
</div>
</div>
</body>

Loading…
Cancel
Save