diff --git a/.bzrignore b/.bzrignore deleted file mode 100644 index 876ab0b..0000000 --- a/.bzrignore +++ /dev/null @@ -1,6 +0,0 @@ -*.tar.gz -*.db -cache -output -nikola -stripe.ini diff --git a/.gitignore b/.gitignore index bf85b9a..77e98a0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,10 @@ -.doit.db.db +*.db +*.tar.gz .venv __pycache__ cache output themes/bootstrap3 +venv +nikola +stripe.ini diff --git a/blog/openlp-is-now-on-gitlab.rst b/blog/openlp-is-now-on-gitlab.rst new file mode 100644 index 0000000..1f16dc7 --- /dev/null +++ b/blog/openlp-is-now-on-gitlab.rst @@ -0,0 +1,37 @@ +.. title: OpenLP is now on GitLab +.. slug: 2019/09/20/openlp-is-now-on-gitlab +.. date: 2019-09-20 10:00:00 UTC +.. tags: +.. category: +.. link: +.. description: +.. type: text +.. previewimage: /cover-images/openlp-is-now-on-gitlab.jpg + +One of the steps toward OpenLP 3.0 was moving to git and GitLab, and this has now been completed. +After many years on Launchpad and using Bazaar, it was clear to us that unfortunately there was no +future in either of those, due to them being all but abandoned by their developers. + +You can now find OpenLP on GitLab: https://gitlab.com/openlp/openlp + +Further News +------------ + +We've also recently made great strides toward an alpha release recently. The new rendering engine +is almost complete, and the VLC-based media framework is also pretty much done. There are a couple +more minor things like bug fixes and general cleanup that need to be done, and then we're going to +release OpenLP 3.0 Alpha 1. + +Again, we don't have an exact date, but it will be pretty soon. + +Helping with Development +------------------------ + +Just a reminder, if you want to help with development (and that includes non-coders!), please take +a look at the `getting started`_ page on our wiki, and making sure to join the `mailing list`_ and +hang out with us in `IRC`_. + + +.. _getting started: https://gitlab.com/openlp/wiki/wikis/Development_Getting_Started +.. _mailing list: https://lists.openlp.io/mailman/listinfo/openlp-dev +.. _IRC: https://kiwi.freenode.net/?nick=openlpwebuser?#openlp diff --git a/conf.py b/conf.py index b7b7065..8e3da77 100644 --- a/conf.py +++ b/conf.py @@ -176,11 +176,11 @@ DATE_FORMAT = 'EEE d MMM, y' # POSTS = ( - ("blog/*.rst", "blog", "post.tmpl"), - ) + ("blog/*.rst", "blog", "post.tmpl"), +) PAGES = ( - ("pages/*.rst", "", "story.tmpl"), - ) + ("pages/*.rst", "", "story.tmpl"), +) # One or more folders containing files to be copied as-is into the output. # The format is a dictionary of "source" "relative destination". @@ -770,6 +770,11 @@ USE_BUNDLES = False # repository. # EXTRA_PLUGINS_DIRS = [] +# Add the absolute paths to directories containing themes to use them. +# For example, the `v7` directory of your clone of the Nikola themes +# repository. +# EXTRA_THEMES_DIRS = [os.path.join(os.path.abspath(os.path.dirname(__file__)), 'themes')] + # List of regular expressions, links matching them will always be considered # valid by "nikola check -l" # LINK_CHECK_WHITELIST = [] diff --git a/files/cover-images/openlp-is-now-on-gitlab.jpg b/files/cover-images/openlp-is-now-on-gitlab.jpg new file mode 100644 index 0000000..247071e Binary files /dev/null and b/files/cover-images/openlp-is-now-on-gitlab.jpg differ diff --git a/themes/openlp2v2/openlp2v2.theme b/themes/openlp2v2/openlp2v2.theme new file mode 100644 index 0000000..7d093dd --- /dev/null +++ b/themes/openlp2v2/openlp2v2.theme @@ -0,0 +1,7 @@ +[Theme] +engine = mako +parent = base +author = OpenLP Developers +author_url = https://openlp.org/ +license = MIT +tags = openlp