Skip to content

Commit

Permalink
Various improvements
Browse files Browse the repository at this point in the history
Signed-off-by: Volker Theile <volker.theile@openmediavault.org>
  • Loading branch information
votdev committed Sep 2, 2020
1 parent 35c6d30 commit 9afd57a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ SPHINXPROJ = openmediavault-wiki
SOURCEDIR = .
BUILDDIR = _build
VENVDIR = venv
PORT = 8000

# Helper targets to create the isolated Python environment.
# E.g. `make PORT=8001 autobuild`
venv:
( \
virtualenv -p python3 $(VENVDIR); \
Expand All @@ -22,7 +24,7 @@ buildvenv: venv
autobuild: venv
( \
. $(VENVDIR)/bin/activate; \
sphinx-autobuild "$(SOURCEDIR)" "$(BUILDDIR)/html" \
sphinx-autobuild --port $(PORT) "$(SOURCEDIR)" "$(BUILDDIR)/html" \
)

# Put it first so that "make" without argument is like "make help".
Expand Down
6 changes: 5 additions & 1 deletion development/contribute.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ license agreement for contributions. You also do not change your rights to
use your own contributions for any other purpose.

Why do i have to subscribe a CLA when contributing to the |omv| project?
------------------------------------------------------------------------
* http://oss-watch.ac.uk/resources/cla
* http://www.golem.de/1107/85208.html
* `Rechtliche Sicherheit bei Open-Source-Beiträgen <https://www.heise.de/developer/artikel/Rechtliche-Sicherheit-bei-Open-Source-Beitraegen-3807788.html>`_
Expand All @@ -18,12 +19,14 @@ Why do i have to subscribe a CLA when contributing to the |omv| project?
* `Gemeinsame Durchsetzung der Rechte <https://www.golem.de/news/programmierer-wenn-der-urheber-gegen-das-urheberrecht-verliert-1904-140463-3.html>`_

Can I submit patches without having signed the CLA?
---------------------------------------------------
No. All contributors and patch submitters must sign the CLA before they
submit anything substantial. Trivial patches like spelling fixes or missing
words won't require an agreement, since anybody could do those. However,
almost anything will require a CLA.

Code contributions
Contributions rules
-------------------
Code contributions must satisfy the following conditions. Contributions
that do not fulfill these conditions will not be accepted.

Expand All @@ -38,6 +41,7 @@ Code contributions
* You have to sign the CLA online via GitHub.

How to become a translator?
---------------------------
If you want to help translating the |omv| |webui| please do the following:

* Subscribe the `CLA <https://www.openmediavault.org/contributoragreement.html>`_
Expand Down

0 comments on commit 9afd57a

Please sign in to comment.