Compare commits
No commits in common. "master" and "projects-cleanup" have entirely different histories.
master
...
projects-c
8 changed files with 55 additions and 54 deletions
4
LICENSE
4
LICENSE
|
@ -1,6 +1,6 @@
|
||||||
The MIT License (MIT)
|
The MIT License (MIT)
|
||||||
|
|
||||||
Copyright (c) 2024 The LBRY Foundation
|
Copyright (c) 2015-2022 LBRY Inc.
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the
|
||||||
"Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish,
|
"Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish,
|
||||||
|
@ -12,4 +12,4 @@ The above copyright notice and this permission notice shall be included in all c
|
||||||
THE SOFTWARE IS PROVIDED "AS-IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
THE SOFTWARE IS PROVIDED "AS-IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
||||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
||||||
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF, OR IN CONNECTION WITH THE
|
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF, OR IN CONNECTION WITH THE
|
||||||
SOFTWARE OR THE USE OF OTHER DEALINGS IN THE SOFTWARE.
|
SOFTWARE OR THE USE OF OTHER DEALINGS IN THE SOFTWARE.
|
|
@ -1,7 +1,7 @@
|
||||||
const sidebar = require('./sidebar.js');
|
const sidebar = require('./sidebar.js');
|
||||||
const additionalPages = require('./additionalPages.js').additionalPages;
|
const additionalPages = require('./additionalPages.js').additionalPages;
|
||||||
|
|
||||||
const metaTitle = 'The LBRY Foundation',
|
const metaTitle = 'LBRY Foundation',
|
||||||
metaDesc = 'The LBRY community invites everyone to join us in building a more free and open way to share content and information online.',
|
metaDesc = 'The LBRY community invites everyone to join us in building a more free and open way to share content and information online.',
|
||||||
metaURL = 'https://lbry.org',
|
metaURL = 'https://lbry.org',
|
||||||
metaLogo = '/logo.png',
|
metaLogo = '/logo.png',
|
||||||
|
@ -127,6 +127,10 @@ const config = {
|
||||||
{
|
{
|
||||||
title: 'Other Sites',
|
title: 'Other Sites',
|
||||||
rows: [{
|
rows: [{
|
||||||
|
text: 'LBRY.com',
|
||||||
|
link: 'https://lbry.com/'
|
||||||
|
},
|
||||||
|
{
|
||||||
text: 'LBRY.tech',
|
text: 'LBRY.tech',
|
||||||
link: 'https://lbry.tech/'
|
link: 'https://lbry.tech/'
|
||||||
}
|
}
|
||||||
|
@ -134,7 +138,7 @@ const config = {
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
finePrints: [
|
finePrints: [
|
||||||
'© {year} The LBRY Foundation',
|
'© {year} LBRY Foundation Inc',
|
||||||
'With love for community'
|
'With love for community'
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -6,10 +6,10 @@ tagline: LBRY is a secure, open, and community-run digital marketplace.
|
||||||
actionButtons:
|
actionButtons:
|
||||||
- text: Download LBRY
|
- text: Download LBRY
|
||||||
icon: fa-solid:arrow-alt-circle-down
|
icon: fa-solid:arrow-alt-circle-down
|
||||||
link: https://github.com/LBRYFoundation/lbry-desktop/releases
|
link: https://lbry.com/get
|
||||||
- text: Join Discord
|
- text: Join Discord
|
||||||
icon: fa-brands:discord
|
icon: fa-brands:discord
|
||||||
link: https://chat.lbry.org/
|
link: https://chat.lbry.com/
|
||||||
footer: true
|
footer: true
|
||||||
sitemap:
|
sitemap:
|
||||||
changefreq: hourly
|
changefreq: hourly
|
||||||
|
|
|
@ -3,7 +3,7 @@ footer: true
|
||||||
---
|
---
|
||||||
|
|
||||||
# Foundation Board
|
# Foundation Board
|
||||||
The LBRY Foundation is a US-based non-profit organization governed by a board of directors formed by members of the community. <!-- The Foundation currently has five board members and board members serve a three year term but can be re-elected. -->
|
The LBRY Foundation is a US-based non-profit corporation governed by a board of directors. Followed by its councils formed by members of the community. The Foundation currently has five board members and board members serve a three year term but can be re-elected.
|
||||||
<!-- TODO probably add more about the governance here -->
|
<!-- TODO probably add more about the governance here -->
|
||||||
|
|
||||||
## Board of Directors
|
## Board of Directors
|
||||||
|
@ -11,37 +11,37 @@ The LBRY Foundation is a US-based non-profit organization governed by a board of
|
||||||
<Person
|
<Person
|
||||||
avatar="/logo.png"
|
avatar="/logo.png"
|
||||||
imageClass="rounded"
|
imageClass="rounded"
|
||||||
name="Joe 'AQ'"
|
name="Vlad Nikolaev"
|
||||||
subtitle="Board President"/>
|
subtitle="Second community elected board member of LBRY Foundation, Inc."/>
|
||||||
<Person
|
<Person
|
||||||
avatar="/logo.png"
|
avatar="/logo.png"
|
||||||
imageClass="rounded"
|
imageClass="rounded"
|
||||||
name="Ralph 'Coolguy3289'"
|
name="Ralph Streb"
|
||||||
subtitle="Board Treasurer"/>
|
subtitle="Second community elected board member of LBRY Foundation, Inc."/> <!-- TODO typo? -->
|
||||||
<Person
|
<Person
|
||||||
avatar="/logo.png"
|
avatar="/logo.png"
|
||||||
imageClass="rounded"
|
imageClass="rounded"
|
||||||
name="Ben 'ben221199'"
|
name="Shroom"
|
||||||
subtitle="Board Chief Technical Officer"/>
|
subtitle="Third community elected board member of LBRY Foundation, Inc."/>
|
||||||
<Person
|
<Person
|
||||||
avatar="/logo.png"
|
avatar="/logo.png"
|
||||||
imageClass="rounded"
|
imageClass="rounded"
|
||||||
name="'Shroom'"
|
name="Pigges"
|
||||||
subtitle="Board Secretary"/>
|
subtitle="Fourth community elected board member of LBRY Foundation, Inc."/>
|
||||||
<Person
|
<Person
|
||||||
avatar="/logo.png"
|
avatar="/logo.png"
|
||||||
imageClass="rounded"
|
imageClass="rounded"
|
||||||
name="Philip 'Pigges'"
|
name="Aryan"
|
||||||
subtitle="Board Technical Officer"/>
|
subtitle="Fourth community elected board member of LBRY Foundation, Inc."/>
|
||||||
|
|
||||||
<!-- ## Board Elections
|
## Board Elections
|
||||||
The first board election was the December 2019 Board Election, won by Jon Ringo.
|
The first board election was the December 2019 Board Election, won by Jon Ringo.
|
||||||
The second board election was the December 2020 Board Election, won by Ralph Streb and Leo Rodrigues.
|
The second board election was the December 2020 Board Election, won by Ralph Streb and Leo Rodrigues.
|
||||||
The third board election was December 2021, won by Shroom.
|
The third board election was December 2021, won by Shroom.
|
||||||
In the December 2022 board election, Pigges and Aryan both won as they were the only two candidates standing for the two board positions so they were both automatically elected.
|
In the December 2022 board election, Pigges and Aryan both won as they were the only two candidates standing for the two board positions so they were both automatically elected.
|
||||||
TODO more info? -->
|
<!-- TODO more info? -->
|
||||||
|
|
||||||
<!-- ## Future Structure
|
## Future Structure
|
||||||
The Foundation is expected to integrate network organization principles through 2020.
|
The Foundation is expected to integrate network organization principles through 2020.
|
||||||
The intent is to decentralize decision making and management powers throughout the LBRY network and community as they develop.
|
The intent is to decentralize decision making and management powers throughout the LBRY network and community as they develop.
|
||||||
TODO more info? -->
|
<!-- TODO more info? -->
|
||||||
|
|
|
@ -162,8 +162,8 @@ and we will promptly remove you from ALL correspondence.
|
||||||
|
|
||||||
If there are any questions regarding this privacy policy, you may contact us using the information below.
|
If there are any questions regarding this privacy policy, you may contact us using the information below.
|
||||||
|
|
||||||
> The LBRY Foundation
|
> LBRY Foundation Inc.
|
||||||
> 30 N Gould St #43809
|
> 1072 CASITAS PASS RD #122
|
||||||
> Sheridan, WY 82801
|
> CARPINTERIA CA 93013
|
||||||
> USA
|
> United States
|
||||||
> [board@lbry.org](mailto:board@lbry.org)
|
> [board@lbry.com](mailto:board@lbry.com)
|
||||||
|
|
33
package-lock.json
generated
33
package-lock.json
generated
|
@ -9,8 +9,8 @@
|
||||||
"request-promise": "^4.2.6"
|
"request-promise": "^4.2.6"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@fontsource/roboto": "^5.2.6",
|
"@fontsource/roboto": "^5.0.12",
|
||||||
"@iconify/json": "^2.2.267",
|
"@iconify/json": "^2.2.201",
|
||||||
"@iconify/vue2": "^2.1.0",
|
"@iconify/vue2": "^2.1.0",
|
||||||
"@vuepress/plugin-pwa": "^1.9.10",
|
"@vuepress/plugin-pwa": "^1.9.10",
|
||||||
"fs-extra": "^11.2.0",
|
"fs-extra": "^11.2.0",
|
||||||
|
@ -1810,13 +1810,10 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@fontsource/roboto": {
|
"node_modules/@fontsource/roboto": {
|
||||||
"version": "5.2.6",
|
"version": "5.0.12",
|
||||||
"resolved": "https://registry.npmjs.org/@fontsource/roboto/-/roboto-5.2.6.tgz",
|
"resolved": "https://registry.npmjs.org/@fontsource/roboto/-/roboto-5.0.12.tgz",
|
||||||
"integrity": "sha512-hzarG7yAhMoP418smNgfY4fO7UmuUEm5JUtbxCoCcFHT0hOJB+d/qAEyoNjz7YkPU5OjM2LM8rJnW8hfm0JLaA==",
|
"integrity": "sha512-x0o17jvgoSSbS9OZnUX2+xJmVRvVCfeaYJjkS7w62iN7CuJWtMf5vJj8LqgC7ibqIkitOHVW+XssRjgrcHn62g==",
|
||||||
"dev": true,
|
"dev": true
|
||||||
"funding": {
|
|
||||||
"url": "https://github.com/sponsors/ayuhito"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"node_modules/@hapi/address": {
|
"node_modules/@hapi/address": {
|
||||||
"version": "2.1.4",
|
"version": "2.1.4",
|
||||||
|
@ -1863,9 +1860,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@iconify/json": {
|
"node_modules/@iconify/json": {
|
||||||
"version": "2.2.267",
|
"version": "2.2.201",
|
||||||
"resolved": "https://registry.npmjs.org/@iconify/json/-/json-2.2.267.tgz",
|
"resolved": "https://registry.npmjs.org/@iconify/json/-/json-2.2.201.tgz",
|
||||||
"integrity": "sha512-mM+W8HES8J78wNFRWimpfT+D2YhLzZ9AKD/PiDqiW/QsMmROa2iK0Bx+RwTYYWosmRCzPXPH9y08X4VgfkqZuw==",
|
"integrity": "sha512-5jM9TAa55YSEfx2WX1/GsHL9FSSH1PsA38V3p26SDmnOSmfb3V7r5yBgO8oIFkXdFQFk59MgESEOziapNtTGkw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@iconify/types": "*",
|
"@iconify/types": "*",
|
||||||
|
@ -17131,9 +17128,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@fontsource/roboto": {
|
"@fontsource/roboto": {
|
||||||
"version": "5.2.6",
|
"version": "5.0.12",
|
||||||
"resolved": "https://registry.npmjs.org/@fontsource/roboto/-/roboto-5.2.6.tgz",
|
"resolved": "https://registry.npmjs.org/@fontsource/roboto/-/roboto-5.0.12.tgz",
|
||||||
"integrity": "sha512-hzarG7yAhMoP418smNgfY4fO7UmuUEm5JUtbxCoCcFHT0hOJB+d/qAEyoNjz7YkPU5OjM2LM8rJnW8hfm0JLaA==",
|
"integrity": "sha512-x0o17jvgoSSbS9OZnUX2+xJmVRvVCfeaYJjkS7w62iN7CuJWtMf5vJj8LqgC7ibqIkitOHVW+XssRjgrcHn62g==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"@hapi/address": {
|
"@hapi/address": {
|
||||||
|
@ -17176,9 +17173,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@iconify/json": {
|
"@iconify/json": {
|
||||||
"version": "2.2.267",
|
"version": "2.2.201",
|
||||||
"resolved": "https://registry.npmjs.org/@iconify/json/-/json-2.2.267.tgz",
|
"resolved": "https://registry.npmjs.org/@iconify/json/-/json-2.2.201.tgz",
|
||||||
"integrity": "sha512-mM+W8HES8J78wNFRWimpfT+D2YhLzZ9AKD/PiDqiW/QsMmROa2iK0Bx+RwTYYWosmRCzPXPH9y08X4VgfkqZuw==",
|
"integrity": "sha512-5jM9TAa55YSEfx2WX1/GsHL9FSSH1PsA38V3p26SDmnOSmfb3V7r5yBgO8oIFkXdFQFk59MgESEOziapNtTGkw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@iconify/types": "*",
|
"@iconify/types": "*",
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
{
|
{
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@fontsource/roboto": "^5.2.6",
|
"@fontsource/roboto": "^5.0.12",
|
||||||
"@iconify/json": "^2.2.267",
|
"@iconify/json": "^2.2.201",
|
||||||
"@iconify/vue2": "^2.1.0",
|
"@iconify/vue2": "^2.1.0",
|
||||||
"@vuepress/plugin-pwa": "^1.9.10",
|
"@vuepress/plugin-pwa": "^1.9.10",
|
||||||
"fs-extra": "^11.2.0",
|
"fs-extra": "^11.2.0",
|
||||||
|
|
16
yarn.lock
16
yarn.lock
|
@ -829,10 +829,10 @@
|
||||||
lodash "^4.17.13"
|
lodash "^4.17.13"
|
||||||
to-fast-properties "^2.0.0"
|
to-fast-properties "^2.0.0"
|
||||||
|
|
||||||
"@fontsource/roboto@^5.2.6":
|
"@fontsource/roboto@^5.0.12":
|
||||||
version "5.2.6"
|
version "5.0.12"
|
||||||
resolved "https://registry.yarnpkg.com/@fontsource/roboto/-/roboto-5.2.6.tgz#93a2a5ef98cc79880355de0aac71def215b873e7"
|
resolved "https://registry.yarnpkg.com/@fontsource/roboto/-/roboto-5.0.12.tgz#418f7305a3be7fc567dd154db20090f7ece7fc6c"
|
||||||
integrity sha512-hzarG7yAhMoP418smNgfY4fO7UmuUEm5JUtbxCoCcFHT0hOJB+d/qAEyoNjz7YkPU5OjM2LM8rJnW8hfm0JLaA==
|
integrity sha512-x0o17jvgoSSbS9OZnUX2+xJmVRvVCfeaYJjkS7w62iN7CuJWtMf5vJj8LqgC7ibqIkitOHVW+XssRjgrcHn62g==
|
||||||
|
|
||||||
"@hapi/address@2.x.x":
|
"@hapi/address@2.x.x":
|
||||||
version "2.1.4"
|
version "2.1.4"
|
||||||
|
@ -866,10 +866,10 @@
|
||||||
dependencies:
|
dependencies:
|
||||||
"@hapi/hoek" "^8.3.0"
|
"@hapi/hoek" "^8.3.0"
|
||||||
|
|
||||||
"@iconify/json@^2.2.267":
|
"@iconify/json@^2.2.201":
|
||||||
version "2.2.267"
|
version "2.2.201"
|
||||||
resolved "https://registry.yarnpkg.com/@iconify/json/-/json-2.2.267.tgz#d59fa36a1f479f8c54e5c902287a7cfa88c7f9e8"
|
resolved "https://registry.yarnpkg.com/@iconify/json/-/json-2.2.201.tgz#c59bfb135cb0a95ee877c4c839f8295d20a5fb24"
|
||||||
integrity sha512-mM+W8HES8J78wNFRWimpfT+D2YhLzZ9AKD/PiDqiW/QsMmROa2iK0Bx+RwTYYWosmRCzPXPH9y08X4VgfkqZuw==
|
integrity sha512-5jM9TAa55YSEfx2WX1/GsHL9FSSH1PsA38V3p26SDmnOSmfb3V7r5yBgO8oIFkXdFQFk59MgESEOziapNtTGkw==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@iconify/types" "*"
|
"@iconify/types" "*"
|
||||||
pathe "^1.1.2"
|
pathe "^1.1.2"
|
||||||
|
|
Loading…
Add table
Reference in a new issue