Update page to Fork

main
Georg Krause 2019-05-25 21:49:46 +02:00
parent 44b28f8223
commit 962d31e77e
2 changed files with 16 additions and 17 deletions

View File

@ -1,26 +1,24 @@
Title: Get Luppp now and make some music!
Title: Get Loopp now and make some music!
URL:
save_as: index.html
Template: landing_page
<h4>Your Distrubition</h4>
<p>
If you are on Debian or Ubuntu, its recommended to use <a href="https://kx.studio/Repositories">the KXStudio repositories</a>.
On Arch Linux based distribution there is an <a href="https://www.archlinux.org/packages/community/x86_64/luppp/">official
package</a> available.
This is the best way to get a package. But currently Loopp does not get shipped with any distribution. If you are a packager and interested, let me know!
</p>
<h4>Build it on your own!</h4>
<p>
If there is no official package for your distribution, we recommend building Luppp on your own. Learning this also enables you to
try the latest features and help developing. Its not hard, read <a href="https://github.com/openAVproductions/openAV-Luppp/tree/release-1.2.1#install">here</a>
If there is no official package for your distribution, we recommend building Loopp on your own. Learning this also enables you to
try the latest features and help developing. Its not hard, read <a href="https://git.netzspielplatz.de/soundship/loopp#install">here</a>
how to do it!
</p>
<h4>App Image</h4>
<p>
If your distribution does not provide a package and you don't want to build Luppp on your own, you can use the
<a href="https://github.com/openAVproductions/openAV-Luppp/releases/latest">the latest App Image</a> directly from Github. It runs on
If your distribution does not provide a package and you don't want to build Loopp on your own, you can use the
<a href="https://git.netzspielplatz.de/soundship/loopp/-/jobs/artifacts/master/download?job=package-AppImage">the latest App Image</a> directly from Gitlab. <span style="color: red;">Note: This is a development build and not a stable release!</span> It runs on
any Linux, without installing any dependencies. Read <a href="https://appimage.org/">here</a> how to execute an App Image.
Please note: App Images introduce additional CPU load and might reduce stability of Luppp!
Please note: App Images introduce additional CPU load and might reduce stability of Loopp!
</p>

View File

@ -3,7 +3,7 @@
from __future__ import unicode_literals
AUTHOR = 'Georg Krause'
SITENAME = 'Luppp'
SITENAME = 'Loopp'
SITEURL = ''
THEME = 'themes/Loopp'
INDEX_SAVE_AS = 'blog.html'
@ -22,8 +22,9 @@ AUTHOR_FEED_ATOM = None
AUTHOR_FEED_RSS = None
# Blogroll
LINKS = (('User Guide', 'http://openavproductions.com/doc/luppp.html'),
('OpenAV Productions', 'http://openavproductions.com/'),)
LINKS = (('Blog', '/blog.html'),
('User Guide', '/pages/guide/guide.html'),
('OpenAV Productions', 'http://openavproductions.com/'),)
# Social widget
SOCIAL = (('You can add links in your config file', '#'),
@ -36,7 +37,7 @@ DEFAULT_PAGINATION = 10
# Landing Page Content
SPLASH_HEADING = 'LUPPP'
SPLASH_HEADING = 'LOOPP'
SPLASH_SUBHEADING = 'A free and Open Source Live Performance Tool'
SPLASH_BUTTON_TEXT = 'Get Started'
@ -54,9 +55,9 @@ FEATURES_FOURTH_CONTENT = """While development we always have live usage in mind
crashes. Nothing should disturb the show!"""
RIBBON_HEADING = 'Become a part of the community!'
RIBBON_CONTENT = """Luppp is useful for you? You enjoy it or have idea how to improve? Do you want to help with testing,
RIBBON_CONTENT = """Loopp is useful for you? You enjoy it or have idea how to improve? Do you want to help with testing,
documentation or development? We are looking forward to get in touch with you!
<a href = "https://github.com/openAVproductions/openAV-Luppp/issues/new">Create an issue on Github</a>. Join our discussion
via <a href="https://matrix.to/#/#openav:matrix.org"> Matrix </a> or <a href="http://webchat.freenode.net/#openav">IRC</a>."""
<a href = "https://git.netzspielplatz.de/soundship/loopp/issues/new">Create an issue on Gitlab</a>. Join our discussion
via <a href="https://matrix.to/#/#loopp:librem.one"> Matrix </a> or <a href="http://webchat.freenode.net/#loopp">IRC</a>."""
FOOTER = 'Luppp is developed by <a href="http://openavproductions.com">OpenAV Productions</a>.'
FOOTER = 'Luppp is developed by <a href="http://openavproductions.com">OpenAV Productions</a>. This is a Fork by Georg Krause.'