Browse Source

Remove 'proof of concept version' statement

master
Nils 2 years ago
parent
commit
dbda25e55e
  1. 12
      engine/config.py

12
engine/config.py

@ -44,16 +44,12 @@ Agordejo (Esperanto: 'place to set things up') is a music production session man
It is used to start your programs, remember their (JACK) interconnections and make your life easier
in general.
""" + "\n" + """
You can create a session, or project, add programs to it and then use commands to save, start/stop,
hide/show all programs at once, or individually. At a later date you can then re-open
the session and continue where you left off.
""" + "\n" + """
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.
""" + "\n" + """
This is a proof of concept version. It aims to show that session management with NSM can be quick
and convenient and make the user feel in control. Some functionality has not yet been
implemented, most prominently anything related to NSM over network. There is always the possibility to
break things when trying out corner cases and hacks.
""" + "\n" + """
That said, for single-computer sessions with just one daemon and one GUI at the same time Agordejo
should provide a good user experience.
""", #this is the dict-comma.
"dependencies" : "\n".join("* "+dep for dep in ("nsmd: New Session Manager", "grep")),

Loading…
Cancel
Save