diff options
author | Minteck <contact@minteck.org> | 2022-05-08 12:07:08 +0200 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2022-05-08 12:07:08 +0200 |
commit | 3d71c572ec9a0827071be1978731079e8f1e5dbf (patch) | |
tree | 338a6a4eca5548034b3e83837006a0a991ea9434 /_frame/copyright | |
parent | 98f4f53c364a157d1e0a862618b1e8d12aa52dc4 (diff) | |
download | argon-3d71c572ec9a0827071be1978731079e8f1e5dbf.tar.gz argon-3d71c572ec9a0827071be1978731079e8f1e5dbf.tar.bz2 argon-3d71c572ec9a0827071be1978731079e8f1e5dbf.zip |
Commit
Diffstat (limited to '_frame/copyright')
-rw-r--r-- | _frame/copyright/index.php | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/_frame/copyright/index.php b/_frame/copyright/index.php new file mode 100644 index 0000000..f36ce7d --- /dev/null +++ b/_frame/copyright/index.php @@ -0,0 +1,35 @@ +<?php if (str_ends_with($_SERVER['HTTP_HOST'], ".familine.minteck.org")) { $_FAMILINE = true; } else { $_FAMILINE = false; } function l($en, $fr) { global $_FAMILINE; if ($_FAMILINE) { return $fr; } else { return $en; } } $root = $_SERVER['DOCUMENT_ROOT']; $root = $_SERVER['DOCUMENT_ROOT']; if ($_FAMILINE) { require_once "/mnt/familine/app/session.php"; } ?> +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <title>Argon</title> + <link rel="shortcut icon" href="/favicon.svg" type="image/svg+xml"> + <link rel="stylesheet" href="/css/fonts.css"> + <link rel="stylesheet" href="/css/general.css"> + <link rel="stylesheet" href="/css/loader.css"> + <link rel="stylesheet" href="/css/header.css"> + <link rel="stylesheet" href="/css/frame-about.css"> + <link rel="stylesheet" href="/css/frame.css"> + <link rel="stylesheet" href="/dark.css"> + <meta name="HandheldFriendly" content="true" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> +</head> +<body> +<div id="argon-frame"> + <div id="frame-header"> + Report a copyright infringement + </div> + <div id="frame-contents"> + <p>If you think a content hosted on Argon is infringing your copyright, you may want to send in a report to the Argon administrators, so they can remove the concerned content. Make sure you have a way to prove you own the copyrighted content before sending in a report.</p> + <p>Before sending a report, make sure you have the following information:</p> + <ul> + <li>the ID of the song containing the copyrighted content, or a link to the page on Argon;</li> + <li>a link pointing to the original content (if the link can't be publicly accessed by the time we view your report, it will be ignored);</li> + <li>a way to prove you own the content (for example: if it is a YouTube video, you can add the Argon song ID at the bottom of the video description)</li> + </ul> + <p>We will try to process your request within at most 4 non-business days, but it may be delayed in some cases; please be patient. To start reporting a copyright infringement, send an email to <a class="frame-about-link" href="mailto:contact@minteck.org">contact@minteck.org</a>.</p> + </div> +</div> +</body> +</html>
\ No newline at end of file |