mirror of
https://gitlab.com/openlp/website.git
synced 2024-12-21 20:42:48 +00:00
New blog post, plus fixing some minor issues
This commit is contained in:
parent
b61ba63b24
commit
2682661fbf
@ -1,6 +0,0 @@
|
|||||||
*.tar.gz
|
|
||||||
*.db
|
|
||||||
cache
|
|
||||||
output
|
|
||||||
nikola
|
|
||||||
stripe.ini
|
|
6
.gitignore
vendored
6
.gitignore
vendored
@ -1,6 +1,10 @@
|
|||||||
.doit.db.db
|
*.db
|
||||||
|
*.tar.gz
|
||||||
.venv
|
.venv
|
||||||
__pycache__
|
__pycache__
|
||||||
cache
|
cache
|
||||||
output
|
output
|
||||||
themes/bootstrap3
|
themes/bootstrap3
|
||||||
|
venv
|
||||||
|
nikola
|
||||||
|
stripe.ini
|
||||||
|
37
blog/openlp-is-now-on-gitlab.rst
Normal file
37
blog/openlp-is-now-on-gitlab.rst
Normal 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
13
conf.py
@ -176,11 +176,11 @@ DATE_FORMAT = 'EEE d MMM, y'
|
|||||||
#
|
#
|
||||||
|
|
||||||
POSTS = (
|
POSTS = (
|
||||||
("blog/*.rst", "blog", "post.tmpl"),
|
("blog/*.rst", "blog", "post.tmpl"),
|
||||||
)
|
)
|
||||||
PAGES = (
|
PAGES = (
|
||||||
("pages/*.rst", "", "story.tmpl"),
|
("pages/*.rst", "", "story.tmpl"),
|
||||||
)
|
)
|
||||||
|
|
||||||
# One or more folders containing files to be copied as-is into the output.
|
# One or more folders containing files to be copied as-is into the output.
|
||||||
# The format is a dictionary of "source" "relative destination".
|
# The format is a dictionary of "source" "relative destination".
|
||||||
@ -770,6 +770,11 @@ USE_BUNDLES = False
|
|||||||
# repository.
|
# repository.
|
||||||
# EXTRA_PLUGINS_DIRS = []
|
# 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
|
# List of regular expressions, links matching them will always be considered
|
||||||
# valid by "nikola check -l"
|
# valid by "nikola check -l"
|
||||||
# LINK_CHECK_WHITELIST = []
|
# LINK_CHECK_WHITELIST = []
|
||||||
|
BIN
files/cover-images/openlp-is-now-on-gitlab.jpg
Normal file
BIN
files/cover-images/openlp-is-now-on-gitlab.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 510 KiB |
7
themes/openlp2v2/openlp2v2.theme
Normal file
7
themes/openlp2v2/openlp2v2.theme
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
[Theme]
|
||||||
|
engine = mako
|
||||||
|
parent = base
|
||||||
|
author = OpenLP Developers
|
||||||
|
author_url = https://openlp.org/
|
||||||
|
license = MIT
|
||||||
|
tags = openlp
|
Loading…
Reference in New Issue
Block a user