aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2024-11-25 15:09:32 +0300
committerGitHub <noreply@github.com>2024-11-25 15:09:32 +0300
commit6756230cfa038b681415a2a1839e55d21c1824f6 (patch)
tree1a613da7992089f1d2f11af43279a39a1697f7b5 /README.md
parentfeat/backend: local demos path for testing (#243) (diff)
downloadlphub-6756230cfa038b681415a2a1839e55d21c1824f6.tar.gz
lphub-6756230cfa038b681415a2a1839e55d21c1824f6.tar.bz2
lphub-6756230cfa038b681415a2a1839e55d21c1824f6.zip
docs/lphub: seperate contributors into a new file (#244)
Diffstat (limited to 'README.md')
-rw-r--r--README.md28
1 files changed, 5 insertions, 23 deletions
diff --git a/README.md b/README.md
index ad5bf3d..1831813 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
1# Least Portals Hub (LPHUB) 1# LPHUB - Least Portals Hub
2 2
3## About LPHUB 3## About LPHUB
4 4
@@ -10,27 +10,9 @@ In addition, we host a leaderboard section for each map where users can compare
10 10
11There's also discussion tabs for each map to act like forum pages in order to talk about possible new routes, alternatives, and overall comments. 11There's also discussion tabs for each map to act like forum pages in order to talk about possible new routes, alternatives, and overall comments.
12 12
13## Project Team 13## Contributors
14 14
15* [@pektezol](https://github.com/pektezol) - Project Lead 15Full list of contributors can be found in the [CONTRIBUTORS](https://github.com/pektezol/lphub/blob/main/CONTRIBUTORS.md) file.
16* [@Krzyhau](https://github.com/Krzyhau) - Visual Design
17* [@Nidboj132](https://github.com/Nidboj132) - Subject Expert & Frontend
18* [@Oryn](https://github.com/Oryn-Goia) - Subject Expert
19* [@Wolfboy248](https://github.com/Wolfboy248) - Frontend
20
21## Content Contributors
22
23* Black_Semka
24* Feliser
25* Jaio
26* Jess3n
27* Robotwars1
28* Thearus
29
30## Special Thanks
31
32* [@NeKz](https://github.com/NeKzor) - For being the inspiration of this project and the developer of the former least portals site found [here](https://github.com/NeKzor/lp). Also for creating the [@nekz/sdp](https://github.com/NeKzor/sdp) package for demo parsing in client-side for quick information.
33* [@UncraftedName](https://github.com/UncraftedName) - For being a guide to parsing demo files and helping with how to retrieve total portal count and elapsed time from the CM counter with their parser found [here](https://github.com/UncraftedName/UntitledParser).
34 16
35## Documentation 17## Documentation
36 18
@@ -53,7 +35,7 @@ If you want to support the creator, you can do it via using GitHub sponsorships
53* We store a JWT (JSON Web Token) on your device as a cookie to facilitate authentication to LPHUB. 35* We store a JWT (JSON Web Token) on your device as a cookie to facilitate authentication to LPHUB.
54* We collect and store your publicly available id, username, avatar link, and country code from Steam during your first login to LPHUB. The exact date and time of your LPHUB account creation is also stored. 36* We collect and store your publicly available id, username, avatar link, and country code from Steam during your first login to LPHUB. The exact date and time of your LPHUB account creation is also stored.
55* In a case of profile update, newly changed values replaces the old data, and the update time is also stored. 37* In a case of profile update, newly changed values replaces the old data, and the update time is also stored.
56* All of the demo proof submitted by users are stored in a publicly accessible Google Drive folder. By submitting demo as a proof, you agree that your demo proof becomes available to the public. 38* All of the demo proof submitted by users are stored in a publicly accessible Backblaze B2 bucket. By submitting demo as a proof, you agree that your demo proof becomes available to the public.
57* Any information, ideas, or solutions shared on LPHUB are intended to be openly accessible and available for collaborative purposes. Users should understand that the content they contribute might be viewed and used by others for the purpose of generating insights and solutions. 39* Any information, ideas, or solutions shared on LPHUB are intended to be openly accessible and available for collaborative purposes. Users should understand that the content they contribute might be viewed and used by others for the purpose of generating insights and solutions.
58* At any time, Privacy Policy may get updated to reflect changes in LPHUB. The effective date at the bottom of the README indicates when the most recent changes were made. 40* At any time, Privacy Policy may get updated to reflect changes in LPHUB. The effective date at the bottom of the README indicates when the most recent changes were made.
59 41
@@ -73,4 +55,4 @@ By using LPHUB, you acknowledge that you have read and understood this disclaime
73 55
74## Last Update 56## Last Update
75 57
762024-10-31 \ No newline at end of file 582024-11-25 \ No newline at end of file