Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
David Seaward
Keel - LDH Middleware
Commits
4e8e5b9d
Commit
4e8e5b9d
authored
Nov 09, 2018
by
David Seaward
Browse files
the (hopefully) final rename
parent
0f77189c
Pipeline
#1840
canceled with stages
Changes
7
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
COPYING.md
View file @
4e8e5b9d
# Copying notice
Keel (L
S
H middleware)
<https://source.puri.sm/liberty/l
s
h_middleware>
Keel (L
D
H middleware)
<https://source.puri.sm/liberty/l
d
h_middleware>
Copyright 2017-2018 Purism SPC
SPDX-License-Identifier: AGPL-3.0-or-later
...
...
README.md
View file @
4e8e5b9d
...
...
@@ -3,9 +3,11 @@ Keel
[project] | [code] | [tracker]
A Django-based middleware application (with a user-facing web interface) for managing services, resources and
subscription-based accounts on a Liberty Sailplan Host (LSH). The reference implementation for LSH middleware. Tailored
for services operated by Purism SPC, but ready to be modified and deployed anywhere, by anyone.
A Django-based middleware application (with a user-facing web interface)
for managing services, resources and subscription-based accounts on a
Liberty Deckplan Host (LDH). The reference implementation for LDH
middleware. Tailored for services operated by Purism SPC, but ready to
be modified and deployed anywhere, by anyone.
Installation
------------
...
...
@@ -39,8 +41,8 @@ Model diagram generated with:
Sharing and contributions
-------------------------
Keel (L
S
H middleware)
<https://source.puri.sm/liberty/l
s
h_middleware>
Keel (L
D
H middleware)
<https://source.puri.sm/liberty/l
d
h_middleware>
Copyright 2017-2018 Purism SPC
SPDX-License-Identifier: AGPL-3.0-or-later
...
...
@@ -59,9 +61,9 @@ For details see:
<!-- Links -->
[
project
]:
https://source.puri.sm/liberty/l
s
h_middleware
[
code
]:
https://source.puri.sm/liberty/l
s
h_middleware/tree/master
[
tracker
]:
https://source.puri.sm/liberty/l
s
h_middleware/issues
[
project
]:
https://source.puri.sm/liberty/l
d
h_middleware
[
code
]:
https://source.puri.sm/liberty/l
d
h_middleware/tree/master
[
tracker
]:
https://source.puri.sm/liberty/l
d
h_middleware/issues
[
SETUP.md
]:
SETUP.md
[
COPYING.AGPL.md
]:
COPYING.AGPL.md
[
CODE_OF_CONDUCT.md
]:
CODE_OF_CONDUCT.md
...
...
docs/conf.py
View file @
4e8e5b9d
...
...
@@ -56,7 +56,7 @@ source_suffix = '.rst'
master_doc
=
'index'
# General information about the project.
project
=
'Keel (L
S
H middleware)'
project
=
'Keel (L
D
H middleware)'
copyright
=
'2017-2018 Purism SPC'
author
=
'Purism SPC'
...
...
ldapregister/templates/base.html
View file @
4e8e5b9d
...
...
@@ -3,7 +3,7 @@
<!--
Copyright 2017-2018 Purism SPC
https://source.puri.sm/liberty/l
s
h_middleware
https://source.puri.sm/liberty/l
d
h_middleware
SPDX-License-Identifier: AGPL-3.0
-->
...
...
@@ -59,8 +59,8 @@ SPDX-License-Identifier: AGPL-3.0
<p>
<em>
Purist services
</em>
provided by
<a
href=
"https://puri.sm"
>
Purism SPC
</a><br/>
<em>
Keel (L
S
H middleware)
</em>
copyright 2017-2018 Purism SPC; shared under AGPL-3.0-or-later
(
<a
href=
"https://source.puri.sm/liberty/l
s
h_middleware"
>
project
</a>
,
<em>
Keel (L
D
H middleware)
</em>
copyright 2017-2018 Purism SPC; shared under AGPL-3.0-or-later
(
<a
href=
"https://source.puri.sm/liberty/l
d
h_middleware"
>
project
</a>
,
<a
href=
"{% url 'download-zip' %}"
>
source
</a>
,
<a
href=
"{% url 'jslicense' %}"
rel=
"jslicense"
>
javascript
</a>
)
</p>
...
...
limitmonitor/jinja2/limitmonitor/userlimit.html
View file @
4e8e5b9d
<!DOCTYPE html>
<!--
Keel (L
S
H middleware)
Keel (L
D
H middleware)
Copyright 2017-2018 Purism SPC
https://source.puri.sm/liberty/l
s
h_middleware
https://source.puri.sm/liberty/l
d
h_middleware
SPDX-License-Identifier: AGPL-3.0
-->
...
...
@@ -132,8 +132,8 @@ SPDX-License-Identifier: AGPL-3.0
<p>
<em>
{{ site_title }}
</em>
provided by
<a
href=
"{{ site_provider_link }}"
>
{{ site_provider }}
</a><br/>
<em>
Keel (L
S
H middleware)
</em>
copyright 2017-2018 Purism SPC; shared under AGPL-3.0-or-later
(
<a
href=
"https://source.puri.sm/liberty/l
s
h_middleware"
>
project
</a>
,
<em>
Keel (L
D
H middleware)
</em>
copyright 2017-2018 Purism SPC; shared under AGPL-3.0-or-later
(
<a
href=
"https://source.puri.sm/liberty/l
d
h_middleware"
>
project
</a>
,
<a
href=
"{% url 'download-zip' %}"
>
source
</a>
,
<a
href=
"{% url 'jslicense' %}"
rel=
"jslicense"
>
javascript
</a>
)
</p>
...
...
purist/jinja2/purist/home.html
View file @
4e8e5b9d
...
...
@@ -2,7 +2,7 @@
<!--
Copyright 2017-2018 Purism SPC
https://source.puri.sm/liberty/l
s
h_middleware
https://source.puri.sm/liberty/l
d
h_middleware
SPDX-License-Identifier: AGPL-3.0
-->
...
...
@@ -61,8 +61,8 @@ SPDX-License-Identifier: AGPL-3.0
<p>
<em>
{{ site_title }}
</em>
provided by
<a
href=
"{{ site_provider_link }}"
>
{{ site_provider }}
</a><br/>
<em>
Keel (L
S
H middleware)
</em>
copyright 2017-2018 Purism SPC; shared under AGPL-3.0-or-later
(
<a
href=
"https://source.puri.sm/liberty/l
s
h_middleware"
>
project
</a>
,
<em>
Keel (L
D
H middleware)
</em>
copyright 2017-2018 Purism SPC; shared under AGPL-3.0-or-later
(
<a
href=
"https://source.puri.sm/liberty/l
d
h_middleware"
>
project
</a>
,
<a
href=
"{% url 'download-zip' %}"
>
source
</a>
,
<a
href=
"{% url 'jslicense' %}"
rel=
"jslicense"
>
javascript
</a>
)
</p>
...
...
purist/jinja2/purist/jslicense.html
View file @
4e8e5b9d
...
...
@@ -2,7 +2,7 @@
<!--
Copyright 2017-2018 Purism SPC
https://source.puri.sm/liberty/l
s
h_middleware
https://source.puri.sm/liberty/l
d
h_middleware
SPDX-License-Identifier: AGPL-3.0
-->
...
...
@@ -21,7 +21,7 @@ SPDX-License-Identifier: AGPL-3.0
</h1>
<p>
No licenses.
<em>
Keel (L
S
H middleware)
</em>
does not require JavaScript, minified or otherwise, at this time.
No licenses.
<em>
Keel (L
D
H middleware)
</em>
does not require JavaScript, minified or otherwise, at this time.
</p>
<table
id=
"jslicense-labels1"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment