Compare commits
20 commits
projects-c
...
master
Author | SHA1 | Date | |
---|---|---|---|
4bf83e3542 | |||
|
7205e4def7 | ||
cfbd8a4abf | |||
ee2783e93d | |||
|
274ada5efd | ||
eb9dc4845e | |||
|
aaffe0733e | ||
|
2ae30ae2cb | ||
|
496b09005a | ||
441126ed38 | |||
|
e0277bd96b | ||
00bd5ed8e3 | |||
|
82605a7e52 | ||
6e2570d2bc | |||
114d142d02 | |||
|
1d07f343c3 | ||
|
b4bd120c26 | ||
9cfd0167ed | |||
|
a710f7d521 | ||
|
0a4cc399f3 |
8 changed files with 54 additions and 55 deletions
2
LICENSE
2
LICENSE
|
@ -1,6 +1,6 @@
|
||||||
The MIT License (MIT)
|
The MIT License (MIT)
|
||||||
|
|
||||||
Copyright (c) 2015-2022 LBRY Inc.
|
Copyright (c) 2024 The LBRY Foundation
|
||||||
|
|
||||||
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,
|
||||||
|
|
|
@ -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 = 'LBRY Foundation',
|
const metaTitle = 'The 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,10 +127,6 @@ 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/'
|
||||||
}
|
}
|
||||||
|
@ -138,7 +134,7 @@ const config = {
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
finePrints: [
|
finePrints: [
|
||||||
'© {year} LBRY Foundation Inc',
|
'© {year} The LBRY Foundation',
|
||||||
'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://lbry.com/get
|
link: https://github.com/LBRYFoundation/lbry-desktop/releases
|
||||||
- text: Join Discord
|
- text: Join Discord
|
||||||
icon: fa-brands:discord
|
icon: fa-brands:discord
|
||||||
link: https://chat.lbry.com/
|
link: https://chat.lbry.org/
|
||||||
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 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.
|
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. -->
|
||||||
<!-- 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 corporation governed by a board of
|
||||||
<Person
|
<Person
|
||||||
avatar="/logo.png"
|
avatar="/logo.png"
|
||||||
imageClass="rounded"
|
imageClass="rounded"
|
||||||
name="Vlad Nikolaev"
|
name="Joe 'AQ'"
|
||||||
subtitle="Second community elected board member of LBRY Foundation, Inc."/>
|
subtitle="Board President"/>
|
||||||
<Person
|
<Person
|
||||||
avatar="/logo.png"
|
avatar="/logo.png"
|
||||||
imageClass="rounded"
|
imageClass="rounded"
|
||||||
name="Ralph Streb"
|
name="Ralph 'Coolguy3289'"
|
||||||
subtitle="Second community elected board member of LBRY Foundation, Inc."/> <!-- TODO typo? -->
|
subtitle="Board Treasurer"/>
|
||||||
<Person
|
<Person
|
||||||
avatar="/logo.png"
|
avatar="/logo.png"
|
||||||
imageClass="rounded"
|
imageClass="rounded"
|
||||||
name="Shroom"
|
name="Ben 'ben221199'"
|
||||||
subtitle="Third community elected board member of LBRY Foundation, Inc."/>
|
subtitle="Board Chief Technical Officer"/>
|
||||||
<Person
|
<Person
|
||||||
avatar="/logo.png"
|
avatar="/logo.png"
|
||||||
imageClass="rounded"
|
imageClass="rounded"
|
||||||
name="Pigges"
|
name="'Shroom'"
|
||||||
subtitle="Fourth community elected board member of LBRY Foundation, Inc."/>
|
subtitle="Board Secretary"/>
|
||||||
<Person
|
<Person
|
||||||
avatar="/logo.png"
|
avatar="/logo.png"
|
||||||
imageClass="rounded"
|
imageClass="rounded"
|
||||||
name="Aryan"
|
name="Philip 'Pigges'"
|
||||||
subtitle="Fourth community elected board member of LBRY Foundation, Inc."/>
|
subtitle="Board Technical Officer"/>
|
||||||
|
|
||||||
## 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.
|
||||||
|
|
||||||
> LBRY Foundation Inc.
|
> The LBRY Foundation
|
||||||
> 1072 CASITAS PASS RD #122
|
> 30 N Gould St #43809
|
||||||
> CARPINTERIA CA 93013
|
> Sheridan, WY 82801
|
||||||
> United States
|
> USA
|
||||||
> [board@lbry.com](mailto:board@lbry.com)
|
> [board@lbry.org](mailto:board@lbry.org)
|
||||||
|
|
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.0.12",
|
"@fontsource/roboto": "^5.2.6",
|
||||||
"@iconify/json": "^2.2.201",
|
"@iconify/json": "^2.2.267",
|
||||||
"@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,10 +1810,13 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@fontsource/roboto": {
|
"node_modules/@fontsource/roboto": {
|
||||||
"version": "5.0.12",
|
"version": "5.2.6",
|
||||||
"resolved": "https://registry.npmjs.org/@fontsource/roboto/-/roboto-5.0.12.tgz",
|
"resolved": "https://registry.npmjs.org/@fontsource/roboto/-/roboto-5.2.6.tgz",
|
||||||
"integrity": "sha512-x0o17jvgoSSbS9OZnUX2+xJmVRvVCfeaYJjkS7w62iN7CuJWtMf5vJj8LqgC7ibqIkitOHVW+XssRjgrcHn62g==",
|
"integrity": "sha512-hzarG7yAhMoP418smNgfY4fO7UmuUEm5JUtbxCoCcFHT0hOJB+d/qAEyoNjz7YkPU5OjM2LM8rJnW8hfm0JLaA==",
|
||||||
"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",
|
||||||
|
@ -1860,9 +1863,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@iconify/json": {
|
"node_modules/@iconify/json": {
|
||||||
"version": "2.2.201",
|
"version": "2.2.267",
|
||||||
"resolved": "https://registry.npmjs.org/@iconify/json/-/json-2.2.201.tgz",
|
"resolved": "https://registry.npmjs.org/@iconify/json/-/json-2.2.267.tgz",
|
||||||
"integrity": "sha512-5jM9TAa55YSEfx2WX1/GsHL9FSSH1PsA38V3p26SDmnOSmfb3V7r5yBgO8oIFkXdFQFk59MgESEOziapNtTGkw==",
|
"integrity": "sha512-mM+W8HES8J78wNFRWimpfT+D2YhLzZ9AKD/PiDqiW/QsMmROa2iK0Bx+RwTYYWosmRCzPXPH9y08X4VgfkqZuw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@iconify/types": "*",
|
"@iconify/types": "*",
|
||||||
|
@ -17128,9 +17131,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@fontsource/roboto": {
|
"@fontsource/roboto": {
|
||||||
"version": "5.0.12",
|
"version": "5.2.6",
|
||||||
"resolved": "https://registry.npmjs.org/@fontsource/roboto/-/roboto-5.0.12.tgz",
|
"resolved": "https://registry.npmjs.org/@fontsource/roboto/-/roboto-5.2.6.tgz",
|
||||||
"integrity": "sha512-x0o17jvgoSSbS9OZnUX2+xJmVRvVCfeaYJjkS7w62iN7CuJWtMf5vJj8LqgC7ibqIkitOHVW+XssRjgrcHn62g==",
|
"integrity": "sha512-hzarG7yAhMoP418smNgfY4fO7UmuUEm5JUtbxCoCcFHT0hOJB+d/qAEyoNjz7YkPU5OjM2LM8rJnW8hfm0JLaA==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"@hapi/address": {
|
"@hapi/address": {
|
||||||
|
@ -17173,9 +17176,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@iconify/json": {
|
"@iconify/json": {
|
||||||
"version": "2.2.201",
|
"version": "2.2.267",
|
||||||
"resolved": "https://registry.npmjs.org/@iconify/json/-/json-2.2.201.tgz",
|
"resolved": "https://registry.npmjs.org/@iconify/json/-/json-2.2.267.tgz",
|
||||||
"integrity": "sha512-5jM9TAa55YSEfx2WX1/GsHL9FSSH1PsA38V3p26SDmnOSmfb3V7r5yBgO8oIFkXdFQFk59MgESEOziapNtTGkw==",
|
"integrity": "sha512-mM+W8HES8J78wNFRWimpfT+D2YhLzZ9AKD/PiDqiW/QsMmROa2iK0Bx+RwTYYWosmRCzPXPH9y08X4VgfkqZuw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@iconify/types": "*",
|
"@iconify/types": "*",
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
{
|
{
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@fontsource/roboto": "^5.0.12",
|
"@fontsource/roboto": "^5.2.6",
|
||||||
"@iconify/json": "^2.2.201",
|
"@iconify/json": "^2.2.267",
|
||||||
"@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.0.12":
|
"@fontsource/roboto@^5.2.6":
|
||||||
version "5.0.12"
|
version "5.2.6"
|
||||||
resolved "https://registry.yarnpkg.com/@fontsource/roboto/-/roboto-5.0.12.tgz#418f7305a3be7fc567dd154db20090f7ece7fc6c"
|
resolved "https://registry.yarnpkg.com/@fontsource/roboto/-/roboto-5.2.6.tgz#93a2a5ef98cc79880355de0aac71def215b873e7"
|
||||||
integrity sha512-x0o17jvgoSSbS9OZnUX2+xJmVRvVCfeaYJjkS7w62iN7CuJWtMf5vJj8LqgC7ibqIkitOHVW+XssRjgrcHn62g==
|
integrity sha512-hzarG7yAhMoP418smNgfY4fO7UmuUEm5JUtbxCoCcFHT0hOJB+d/qAEyoNjz7YkPU5OjM2LM8rJnW8hfm0JLaA==
|
||||||
|
|
||||||
"@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.201":
|
"@iconify/json@^2.2.267":
|
||||||
version "2.2.201"
|
version "2.2.267"
|
||||||
resolved "https://registry.yarnpkg.com/@iconify/json/-/json-2.2.201.tgz#c59bfb135cb0a95ee877c4c839f8295d20a5fb24"
|
resolved "https://registry.yarnpkg.com/@iconify/json/-/json-2.2.267.tgz#d59fa36a1f479f8c54e5c902287a7cfa88c7f9e8"
|
||||||
integrity sha512-5jM9TAa55YSEfx2WX1/GsHL9FSSH1PsA38V3p26SDmnOSmfb3V7r5yBgO8oIFkXdFQFk59MgESEOziapNtTGkw==
|
integrity sha512-mM+W8HES8J78wNFRWimpfT+D2YhLzZ9AKD/PiDqiW/QsMmROa2iK0Bx+RwTYYWosmRCzPXPH9y08X4VgfkqZuw==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@iconify/types" "*"
|
"@iconify/types" "*"
|
||||||
pathe "^1.1.2"
|
pathe "^1.1.2"
|
||||||
|
|
Loading…
Add table
Reference in a new issue