Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
21 changes: 0 additions & 21 deletions INSTALL.md

This file was deleted.

15 changes: 0 additions & 15 deletions LICENSE

This file was deleted.

25 changes: 25 additions & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
The MIT License (MIT)
=====================

Copyright © 2015-2020 LBRY Inc.

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, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

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 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 OR
OTHER DEALINGS IN THE SOFTWARE.
85 changes: 2 additions & 83 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,84 +1,3 @@
<h1 align="center">lbry.com</h1>

<div align="center">
<strong>We came from the future to help you save the Internet</strong>
</div>

<div align="center">
Official website for <a href="https://lbry.com">the LBRY protocol</a>.
</div>

<div align="center">
<a href="https://lbry.com">
<img src="https://user-images.githubusercontent.com/24932514/113429766-a5137900-940b-11eb-91fa-2b2b7060df4b.png">
</a>
</div>

<div align="center">
<a href="https://github.com/lbryio/lbry.com/blob/master/LICENSE">
<img src="https://img.shields.io/dub/l/vibe-d.svg?style=flat-square"/>
</a>

<a href="https://chat.lbry.com">
<img src="https://img.shields.io/discord/362322208485277697.svg?style=flat-square&logo=discord"/>
</a>
</a>
</div>


## Installation
Please see [INSTALL](INSTALL.md) for comprehensive, easy-to-follow instructions on running this project.

## Usage
Unless you are planning to contribute to the `lbry.com` website, this project serves little independent purpose.

To access a local copy of `lbry.com`, follow [INSTALL](INSTALL.md) and then access `localhost:8000` in your browser. This will allow you to make changes to the website, test locally, and then submit pull requests.

## Contributing
Contributions to this project are welcome, encouraged, and compensated. For more details, see [CONTRIBUTING](https://lbry.tech/contribute).

## License
This project is MIT licensed. For the full license, see [LICENSE](LICENSE).

## Build URLs
lbry.com provides functionality for redirecting to build assets of other LBRY repos. The general structure is:

`lbry.com/releases/<github_repo_name>.<extension>`

For example, to get the latest [lbry-desktop](https://github.com/lbryio/lbry-desktop) release on Windows, you would use the URL:

`lbry.com/releases/lbry-desktop.exe`

Extension is used to get the release for the appropriate operating system, even if the release asset does not match the extension provided.

| Operating System | Extensions
--- | ---
| Windows | msi, exe
| macOS | dmg, pkg
| Linux (Debian) | deb
| Android | apk

The asset returned will match the latest release on the appropriate GitHub repo.

Release candidates can also be targeted. For release candidates, use the following structure:

`lbry.com/releases/pre/<github_repo_name>.<extension>`

## Security
We take security seriously. Please contact [security@lbry.com](mailto:security@lbry.com) regarding any security issues.

[Our PGP key is here](https://lbry.com/faq/pgp-key) if you need it.

## Contact
The primary contact for this project is [@lyoshenka](https://github.com/lyoshenka) (grin@lbry.com).

## Additional Info and Links
- [https://lbry.com](https://lbry.com) - The live LBRY website
- [Discord Chat](https://chat.lbry.com) - A chat room for the LBRYians
- [LBRY Tech Forum](https://forum.lbry.tech) - LBRY Forum
- [Email us](mailto:hello@lbry.com) - LBRY Support email
- [Twitter](https://twitter.com/@lbrycom) - LBRY Twitter page
- [Facebook](https://www.facebook.com/lbrycom) - LBRY Facebook page
- [Reddit](https://reddit.com/r/lbry) - LBRY Reddit page
- [Telegram](https://t.me/lbryofficial) - Telegram group
# LBRY Website (deprecated)

See [lbry.org](https://github.com/LBRYFoundation/lbry.org) for the current website.
73 changes: 0 additions & 73 deletions autoload.php

This file was deleted.

5 changes: 0 additions & 5 deletions bootstrap.php

This file was deleted.

18 changes: 0 additions & 18 deletions check_syntax.sh

This file was deleted.

11 changes: 1 addition & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,6 @@
"ext-xml": "*",
"ext-pdo": "*",
"ext-pdo_mysql": "*",
"ext-json": "*",
"scssphp/scssphp": "^1.4",
"erusev/parsedown": "^1.7",
"erusev/parsedown-extra": "^0.8",
"pelago/emogrifier": "^5.0",
"mustangostang/spyc": "^0.6.3",
"masterminds/html5": "^2.7"
},
"require-dev": {
"roave/security-advisories": "dev-latest"
"ext-json": "*"
}
}
Loading