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: URL:
save_as: index.html save_as: index.html
Template: landing_page Template: landing_page
<h4>Your Distrubition</h4> <h4>Your Distrubition</h4>
<p> <p>
If you are on Debian or Ubuntu, its recommended to use <a href="https://kx.studio/Repositories">the KXStudio repositories</a>. 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!
On Arch Linux based distribution there is an <a href="https://www.archlinux.org/packages/community/x86_64/luppp/">official
package</a> available.
</p> </p>
<h4>Build it on your own!</h4> <h4>Build it on your own!</h4>
<p> <p>
If there is no official package for your distribution, we recommend building Luppp on your own. Learning this also enables you to 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://github.com/openAVproductions/openAV-Luppp/tree/release-1.2.1#install">here</a> 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! how to do it!
</p> </p>
<h4>App Image</h4> <h4>App Image</h4>
<p> <p>
If your distribution does not provide a package and you don't want to build Luppp on your own, you can use the 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://github.com/openAVproductions/openAV-Luppp/releases/latest">the latest App Image</a> directly from Github. It runs on <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. 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> </p>

View File

@ -3,7 +3,7 @@
from __future__ import unicode_literals from __future__ import unicode_literals
AUTHOR = 'Georg Krause' AUTHOR = 'Georg Krause'
SITENAME = 'Luppp' SITENAME = 'Loopp'
SITEURL = '' SITEURL = ''
THEME = 'themes/Loopp' THEME = 'themes/Loopp'
INDEX_SAVE_AS = 'blog.html' INDEX_SAVE_AS = 'blog.html'
@ -22,8 +22,9 @@ AUTHOR_FEED_ATOM = None
AUTHOR_FEED_RSS = None AUTHOR_FEED_RSS = None
# Blogroll # Blogroll
LINKS = (('User Guide', 'http://openavproductions.com/doc/luppp.html'), LINKS = (('Blog', '/blog.html'),
('OpenAV Productions', 'http://openavproductions.com/'),) ('User Guide', '/pages/guide/guide.html'),
('OpenAV Productions', 'http://openavproductions.com/'),)
# Social widget # Social widget
SOCIAL = (('You can add links in your config file', '#'), SOCIAL = (('You can add links in your config file', '#'),
@ -36,7 +37,7 @@ DEFAULT_PAGINATION = 10
# Landing Page Content # Landing Page Content
SPLASH_HEADING = 'LUPPP' SPLASH_HEADING = 'LOOPP'
SPLASH_SUBHEADING = 'A free and Open Source Live Performance Tool' SPLASH_SUBHEADING = 'A free and Open Source Live Performance Tool'
SPLASH_BUTTON_TEXT = 'Get Started' 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!""" crashes. Nothing should disturb the show!"""
RIBBON_HEADING = 'Become a part of the community!' 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! 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 <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/#/#openav:matrix.org"> Matrix </a> or <a href="http://webchat.freenode.net/#openav">IRC</a>.""" 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.'