From 3ccf46fb68270376394396006c7656dea7beab67 Mon Sep 17 00:00:00 2001
From: Wim Brand
Date: Tue, 10 Sep 2024 22:50:54 +0200
Subject: [PATCH] Update some old documentation
---
res/include/md/about.md | 14 +++++++
svelte/src/home_page/FeatureTable.svelte | 47 +++++++++---------------
2 files changed, 32 insertions(+), 29 deletions(-)
diff --git a/res/include/md/about.md b/res/include/md/about.md
index adabc93..f308888 100644
--- a/res/include/md/about.md
+++ b/res/include/md/about.md
@@ -103,6 +103,12 @@ pixeldrain.com) into IP addresses that can be used to connect to a website.
These servers are usually operated by your ISP and can be used to censor or
monitor your browsing.
+Pixeldrain also has alternative domain names which might not be blocked. These
+are [pixeldrain.net](https://pixeldrain.net) and
+[pixeldra.in](https://pixeldra.in). Note that your session cookie is only valid
+for one domain name. If you use these alternative domains you will have to log
+in to them as well.
+
### DNS Providers which don't block pixeldrain
You can find a guide for how to change your DNS server on Google. Just search
@@ -132,6 +138,14 @@ If you live in any of these locations and are having trouble accessing
pixeldrain **please contact your ISP**. I am ready to comply with whatever
demands they have, I just want my website to be accessible again.
+## Why can't I find pixeldrain links on Google?
+
+Files on pixeldrain used to be searchable with search engines if they were
+indexed. People often accidentally got files indexed which were not supposed to
+be public. For that reason I disabled search indexing on all pixeldrain files.
+This protects the privacy of pixeldrain users and helps with preventing
+information leaks.
+
## Is there a clean pixeldrain logo I can use?
Yes, here's a high resolution pixeldrain logo with text. The font is called
diff --git a/svelte/src/home_page/FeatureTable.svelte b/svelte/src/home_page/FeatureTable.svelte
index 5aa6da5..c4c586e 100644
--- a/svelte/src/home_page/FeatureTable.svelte
+++ b/svelte/src/home_page/FeatureTable.svelte
@@ -37,8 +37,7 @@ onMount(() => {
Pro
- Prepaid
- Now available worldwide!
+ Prepaid
@@ -135,14 +134,6 @@ onMount(() => {
100 GB per file
-
- Online file previews
-
-
- Image, audio, video, PDF and text files
- Can all be viewed in the browser
-
-
Payment processors
@@ -153,8 +144,9 @@ onMount(() => {
PayPal, Credit card
- PayPal, SEPA
- And many EU regional providers
+ PayPal, SEPA,
+ Credit card
+ And many more
@@ -236,14 +228,14 @@ onMount(() => {
quickly.
- Unlike most other sharing sites pixeldrain uses a postponing system for
- expiring files. When a file is freshly uploaded it gets 120 days by
- default (240 days if you have the pro plan). After these 120 days we
- will check when the file was last viewed. Files which are regularly
- viewed could still bring new users to the platform, it would be rude to
- show these people a File Not Found page. So if the file was viewed in
- the last 120 days we will simply postpone the next check a month. If the
- file was not viewed however it will immediately be removed.
+ Pixeldrain uses a postponing system for expiring files. When a file is
+ freshly uploaded it gets 120 days by default (240 days if you have the
+ pro plan). After these 120 days we will check when the file was last
+ viewed. Files which are regularly viewed could still bring new users to
+ the platform, it would be rude to show these people a File Not Found
+ page. So if the file was viewed in the last 120 days we will simply
+ postpone the next check a month. If the file was not viewed however, it
+ will be deleted.
Views are only counted when someone visits the download page in a web
@@ -368,17 +360,17 @@ header > h1 {
}
.left_col {
- border-top-left-radius: 0.5em;
- border-bottom-left-radius: 0.5em;
+ border-top-left-radius: 6px;
+ border-bottom-left-radius: 6px;
border: 1px solid var(--separator);
}
.top_row {
- border-top-left-radius: 0.5em;
- border-top-right-radius: 0.5em;
+ border-top-left-radius: 6px;
+ border-top-right-radius: 6px;
}
.bottom_row {
- border-bottom-left-radius: 0.5em;
- border-bottom-right-radius: 0.5em;
+ border-bottom-left-radius: 6px;
+ border-bottom-right-radius: 6px;
border: 1px solid var(--separator);
font-weight: bold;
}
@@ -398,7 +390,4 @@ header > h1 {
.span2 {
grid-column: span 2;
}
-.span3 {
- grid-column: span 3;
-}