New blog post, plus fixing some minor issues

This commit is contained in:
Raoul Snyman 2019-09-20 20:01:12 +00:00 committed by Tomas Groth
parent b61ba63b24
commit 2682661fbf
6 changed files with 58 additions and 11 deletions

View File

@ -1,6 +0,0 @@
*.tar.gz
*.db
cache
output
nikola
stripe.ini

6
.gitignore vendored
View File

@ -1,6 +1,10 @@
.doit.db.db
*.db
*.tar.gz
.venv
__pycache__
cache
output
themes/bootstrap3
venv
nikola
stripe.ini

View File

@ -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

13
conf.py
View File

@ -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 = []

Binary file not shown.

After

Width:  |  Height:  |  Size: 510 KiB

View File

@ -0,0 +1,7 @@
[Theme]
engine = mako
parent = base
author = OpenLP Developers
author_url = https://openlp.org/
license = MIT
tags = openlp