Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SolidBase
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
38
Issues
38
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
SolidBase
SolidBase
Commits
a7f66097
Commit
a7f66097
authored
Feb 24, 2020
by
Johannes Winter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add about data
parent
d34b2162
Pipeline
#399
passed with stages
in 5 minutes and 10 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
64 additions
and
7 deletions
+64
-7
src/locales
src/locales
+1
-1
src/views/About.vue
src/views/About.vue
+63
-6
No files found.
locales
@
60dbd199
Compare
447d5c94
...
60dbd199
Subproject commit
447d5c940015692a181ee88b82a47feb9dc8a918
Subproject commit
60dbd1993c2354dab9d3065ef1879e877bc7c50d
src/views/About.vue
View file @
a7f66097
...
...
@@ -3,24 +3,42 @@
<h1
class=
"blog-title"
>
{{
$t
(
'
about
'
)
}}
</h1>
<h2>
solidbase
</h2>
<p
class=
"blocktext"
v-html=
"$t('about-solidbase')"
/>
<br><br>
<h2>
code
</h2>
<h2>
<br><br>
code
</h2>
<p
v-html=
"$t('about-code')"
/>
<a
href=
"https://lab.allmende.io/solidbase/solidbase/blob/master/LICENSE"
><img
src=
"https://www.gnu.org/graphics/agplv3-with-text-162x68.png"
style=
"margin:auto;"
></a>
<br>
<strong>
Version:
</strong>
{{
packageVersion
}}
<br>
<strong>
Build number:
</strong>
{{
commits
}}
<strong>
Build date:
</strong>
{{
buildDate
}}
<br><br>
<h2>
{{
$t
(
'
translation
'
)
}}
</h2>
<h2><br><br>
data
</h2>
<p
class=
"blocktext"
v-html=
"$t('about-data-1')"
/>
<p
class=
"blocktext"
v-html=
"$t('about-data-2')"
/>
<b-table
:data=
"idps"
class=
"blocktext"
>
<template
slot-scope=
"props"
>
<b-table-column
field=
"provider"
label=
"Provider"
>
<a
target=
"blank"
:href=
'props.row.provider.url'
>
{{
props
.
row
.
provider
.
displayName
}}
</a>
</b-table-column>
<b-table-column
field=
"solidServer"
label=
"Solid Server"
>
<a
target=
"blank"
:href=
'props.row.solidServer'
>
{{
props
.
row
.
solidServer
}}
</a>
</b-table-column>
<b-table-column
field=
"terms"
label=
"Terms of Services"
>
<a
target=
"blank"
:href=
'props.row.terms.url'
>
{{
props
.
row
.
terms
.
displayName
}}
</a>
</b-table-column>
</
template
>
</b-table>
<h2><br><br>
{{$t('translation')}}
</h2>
<p
v-html=
"$t('about-translation-p1')"
/>
<p
v-html=
"$t('about-translation-p2')"
/>
<br><br>
<p>
<a
href=
"https://weblate.allmende.io/engage/solidbase/?utm_source=widget"
>
<img
src=
"https://weblate.allmende.io/widgets/solidbase/-/solidbase/287x66-white.png"
alt=
"Translation status"
style=
"margin:auto;"
/>
</a>
</p>
<h2><br>
credits
</h2>
<ul>
<li>
Gualter Baptista
</li>
...
...
@@ -56,6 +74,45 @@ import {
export
default
{
name
:
'
About
'
,
data
()
{
return
{
idps
:
[
{
provider
:
{
displayName
:
"
Inrupt
"
,
url
:
"
https://inrupt.com
"
},
terms
:
{
displayName
:
"
inrupt.com
"
,
url
:
"
https://inrupt.com/terms-of-service
"
},
solidServer
:
"
https://inrupt.net
"
},
{
provider
:
{
displayName
:
"
solid.community
"
,
url
:
"
https://forum.solidproject.org/t/support-proposals-for-solid-community-pod-server/2666?u=yova
"
},
terms
:
{
displayName
:
"
None yet
"
,
url
:
"
https://gitlab.com/solid.community/proposals/issues/1
"
},
solidServer
:
"
https://solid.community
"
},
{
provider
:
{
displayName
:
"
SolidBase Development
"
,
url
:
"
https://forum.solidproject.org/t/support-proposals-for-solid-community-pod-server/2666?u=yova
"
},
terms
:
{
displayName
:
"
solidbase.info
"
,
url
:
"
https://solidbase.info/legal/imprint/
"
},
solidServer
:
"
https://ld.solidbase.info
"
},
]
}
},
computed
:
{
buildDate
()
{
return
process
.
env
.
BUILD_DATE
...
...
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