From afd0f434db4ee7989fd30fec19c0c03605b79f44 Mon Sep 17 00:00:00 2001 From: Benjamin Date: Sun, 28 Jun 2026 14:07:20 +0200 Subject: [PATCH] Update menu entries and fixes some profile picture problems. Added help pages too. --- _data/phrases.xml | 2 + _data/template_modifications.xml | 9 +++ _output/help_pages/_metadata.json | 17 ++++ _output/help_pages/about.json | 8 ++ _output/help_pages/delete_my_data.json | 8 ++ _output/help_pages/dmca.json | 8 ++ .../help_pages/how_to_become_verified.json | 8 ++ _output/help_pages/takedown.json | 8 ++ _output/navigation/_metadata.json | 11 ++- _output/navigation/about.json | 2 +- _output/navigation/discord.json | 2 +- _output/navigation/learn_romhacking.json | 2 +- _output/navigation/legal_pages.json | 2 +- _output/navigation/support_us.json | 15 ++++ _output/phrases/_metadata.json | 78 ++++++++++++++++++- _output/phrases/help_page_desc.about.txt | 1 + .../phrases/help_page_desc.delete_my_data.txt | 1 + _output/phrases/help_page_desc.dmca.txt | 1 + .../help_page_desc.how_to_become_verified.txt | 1 + _output/phrases/help_page_desc.takedown.txt | 1 + _output/phrases/help_page_title.about.txt | 1 + .../help_page_title.delete_my_data.txt | 1 + _output/phrases/help_page_title.dmca.txt | 1 + ...help_page_title.how_to_become_verified.txt | 1 + _output/phrases/help_page_title.takedown.txt | 1 + _output/phrases/logout.txt | 1 + _output/phrases/nav.legal_pages.txt | 2 +- _output/phrases/nav.support_us.txt | 1 + _output/templates/_metadata.json | 25 ++++++ .../templates/public/_help_page_about.html | 19 +++++ .../public/_help_page_delete_my_data.html | 15 ++++ _output/templates/public/_help_page_dmca.html | 23 ++++++ .../_help_page_how_to_become_verified.html | 7 ++ .../templates/public/_help_page_takedown.html | 22 ++++++ 34 files changed, 293 insertions(+), 12 deletions(-) create mode 100644 _output/help_pages/_metadata.json create mode 100644 _output/help_pages/about.json create mode 100644 _output/help_pages/delete_my_data.json create mode 100644 _output/help_pages/dmca.json create mode 100644 _output/help_pages/how_to_become_verified.json create mode 100644 _output/help_pages/takedown.json create mode 100644 _output/navigation/support_us.json create mode 100644 _output/phrases/help_page_desc.about.txt create mode 100644 _output/phrases/help_page_desc.delete_my_data.txt create mode 100644 _output/phrases/help_page_desc.dmca.txt create mode 100644 _output/phrases/help_page_desc.how_to_become_verified.txt create mode 100644 _output/phrases/help_page_desc.takedown.txt create mode 100644 _output/phrases/help_page_title.about.txt create mode 100644 _output/phrases/help_page_title.delete_my_data.txt create mode 100644 _output/phrases/help_page_title.dmca.txt create mode 100644 _output/phrases/help_page_title.how_to_become_verified.txt create mode 100644 _output/phrases/help_page_title.takedown.txt create mode 100644 _output/phrases/logout.txt create mode 100644 _output/phrases/nav.support_us.txt create mode 100644 _output/templates/public/_help_page_about.html create mode 100644 _output/templates/public/_help_page_delete_my_data.html create mode 100644 _output/templates/public/_help_page_dmca.html create mode 100644 _output/templates/public/_help_page_how_to_become_verified.html create mode 100644 _output/templates/public/_help_page_takedown.html diff --git a/_data/phrases.xml b/_data/phrases.xml index 9ab7f1b..9febf13 100644 --- a/_data/phrases.xml +++ b/_data/phrases.xml @@ -4,7 +4,9 @@ + + diff --git a/_data/template_modifications.xml b/_data/template_modifications.xml index 9b05279..9caa38b 100644 --- a/_data/template_modifications.xml +++ b/_data/template_modifications.xml @@ -1,5 +1,14 @@ + + ]]> + + + + +$0]]> + ]]> diff --git a/_output/help_pages/_metadata.json b/_output/help_pages/_metadata.json new file mode 100644 index 0000000..981c737 --- /dev/null +++ b/_output/help_pages/_metadata.json @@ -0,0 +1,17 @@ +{ + "about.json": { + "hash": "d2d00802b4114e28d0a69fba02973a3d" + }, + "delete_my_data.json": { + "hash": "f1eb8202bf076a34bc774c055cb9e7eb" + }, + "dmca.json": { + "hash": "e6dcff244e3981ecbc31e042315d191a" + }, + "how_to_become_verified.json": { + "hash": "4fa48e94d5179225b49d4d0e19daa8e9" + }, + "takedown.json": { + "hash": "13a1dc2ff2041b03aac5a66cc21de7c4" + } +} \ No newline at end of file diff --git a/_output/help_pages/about.json b/_output/help_pages/about.json new file mode 100644 index 0000000..14ccb4e --- /dev/null +++ b/_output/help_pages/about.json @@ -0,0 +1,8 @@ +{ + "page_name": "about", + "display_order": 10, + "callback_class": "", + "callback_method": "", + "advanced_mode": false, + "active": true +} \ No newline at end of file diff --git a/_output/help_pages/delete_my_data.json b/_output/help_pages/delete_my_data.json new file mode 100644 index 0000000..35e18d3 --- /dev/null +++ b/_output/help_pages/delete_my_data.json @@ -0,0 +1,8 @@ +{ + "page_name": "delete-my-data", + "display_order": 10, + "callback_class": "", + "callback_method": "", + "advanced_mode": false, + "active": true +} \ No newline at end of file diff --git a/_output/help_pages/dmca.json b/_output/help_pages/dmca.json new file mode 100644 index 0000000..cfa9ca5 --- /dev/null +++ b/_output/help_pages/dmca.json @@ -0,0 +1,8 @@ +{ + "page_name": "dmca", + "display_order": 50, + "callback_class": "", + "callback_method": "", + "advanced_mode": false, + "active": true +} \ No newline at end of file diff --git a/_output/help_pages/how_to_become_verified.json b/_output/help_pages/how_to_become_verified.json new file mode 100644 index 0000000..b508fa9 --- /dev/null +++ b/_output/help_pages/how_to_become_verified.json @@ -0,0 +1,8 @@ +{ + "page_name": "how-to-become-verified", + "display_order": 20, + "callback_class": "", + "callback_method": "", + "advanced_mode": false, + "active": true +} \ No newline at end of file diff --git a/_output/help_pages/takedown.json b/_output/help_pages/takedown.json new file mode 100644 index 0000000..3b49229 --- /dev/null +++ b/_output/help_pages/takedown.json @@ -0,0 +1,8 @@ +{ + "page_name": "takedown", + "display_order": 40, + "callback_class": "", + "callback_method": "", + "advanced_mode": false, + "active": true +} \ No newline at end of file diff --git a/_output/navigation/_metadata.json b/_output/navigation/_metadata.json index 445a2d9..8256b1a 100644 --- a/_output/navigation/_metadata.json +++ b/_output/navigation/_metadata.json @@ -1,6 +1,6 @@ { "about.json": { - "hash": "362cdca71eb4d21d7b9290ffc8f0df57" + "hash": "6af7d9983ab28cb4b2975a1cd0059f9f" }, "clubs.json": { "hash": "e7ddced6269072f7db774f09424d671c" @@ -15,7 +15,7 @@ "hash": "604cabbdf4fb4fd941dc6123eb119165" }, "discord.json": { - "hash": "37b3a139a26e30bd558de47b9e364d41" + "hash": "225fd5b2a01edb9d28b142293207943a" }, "drafts.json": { "hash": "bea14e944290aeb07659374fa487d61c" @@ -27,10 +27,10 @@ "hash": "4f55ee2e4a49e82c18e9beab428ab0ee" }, "learn_romhacking.json": { - "hash": "3da66fadac2c1aa805e639d727e36223" + "hash": "2a2086e4b84a08f921d1795aca7f3913" }, "legal_pages.json": { - "hash": "34ae35915e620f1f0b5d88dcd25a5b59" + "hash": "cd77592a612aa262580b1ad4eb0490dd" }, "members.json": { "hash": "cad1568d161bea1a7dd1f286b8788e2d" @@ -50,6 +50,9 @@ "submissions_queue.json": { "hash": "071c745afd8f28cf9505702496f72a18" }, + "support_us.json": { + "hash": "bc0c8ad00084960abc5325c31849c543" + }, "tools.json": { "hash": "3d56ca10d6cf3ff772e9ce92d200f2f8" }, diff --git a/_output/navigation/about.json b/_output/navigation/about.json index 836d989..1d7feb0 100644 --- a/_output/navigation/about.json +++ b/_output/navigation/about.json @@ -3,7 +3,7 @@ "display_order": 200, "navigation_type_id": "basic", "type_config": { - "link": "{$xf.options.homePageUrl}/pages/about", + "link": "{{ link('help/about') }}", "display_condition": "", "extra_attributes": { "icon": "info" diff --git a/_output/navigation/discord.json b/_output/navigation/discord.json index 4a141f0..dc4176e 100644 --- a/_output/navigation/discord.json +++ b/_output/navigation/discord.json @@ -3,7 +3,7 @@ "display_order": 300, "navigation_type_id": "basic", "type_config": { - "link": "{$xf.options.homePageUrl}/discord", + "link": "https://discord.gg/5CKzeWmZZU", "display_condition": "", "extra_attributes": { "icon": "messages-square" diff --git a/_output/navigation/learn_romhacking.json b/_output/navigation/learn_romhacking.json index b91b196..b96d917 100644 --- a/_output/navigation/learn_romhacking.json +++ b/_output/navigation/learn_romhacking.json @@ -3,7 +3,7 @@ "display_order": 100, "navigation_type_id": "basic", "type_config": { - "link": "{$xf.options.homePageUrl}/pages/learn", + "link": "{{ link('help/learn-romhacking') }}", "display_condition": "", "extra_attributes": { "icon": "graduation-cap" diff --git a/_output/navigation/legal_pages.json b/_output/navigation/legal_pages.json index 9ce4d49..59de3d7 100644 --- a/_output/navigation/legal_pages.json +++ b/_output/navigation/legal_pages.json @@ -3,7 +3,7 @@ "display_order": 400, "navigation_type_id": "basic", "type_config": { - "link": "{$xf.options.homePageUrl}/pages/legal-pages", + "link": "{{ link('help') }}", "display_condition": "", "extra_attributes": { "icon": "scale" diff --git a/_output/navigation/support_us.json b/_output/navigation/support_us.json new file mode 100644 index 0000000..ae40fc8 --- /dev/null +++ b/_output/navigation/support_us.json @@ -0,0 +1,15 @@ +{ + "parent_navigation_id": "pages", + "display_order": 10, + "navigation_type_id": "basic", + "type_config": { + "link": "https://ko-fi.com/romhackplaza", + "display_condition": "", + "extra_attributes": { + "icon": "coffee", + "color": "var(--rhpz-orange)", + "target": "_blank" + } + }, + "enabled": true +} \ No newline at end of file diff --git a/_output/phrases/_metadata.json b/_output/phrases/_metadata.json index f604db3..5be3d94 100644 --- a/_output/phrases/_metadata.json +++ b/_output/phrases/_metadata.json @@ -41,6 +41,72 @@ "version_string": "1.1.0", "hash": "7c72b58cc8011ac1c23376fffb33f0da" }, + "help_page_desc.about.txt": { + "global_cache": false, + "version_id": 1010070, + "version_string": "1.1.0", + "hash": "077a75f92ac9d8ed4a1bdf3a40c0f133" + }, + "help_page_desc.delete_my_data.txt": { + "global_cache": false, + "version_id": 1010070, + "version_string": "1.1.0", + "hash": "c4a426cddbc0d1e2a3703cd202dde965" + }, + "help_page_desc.dmca.txt": { + "global_cache": false, + "version_id": 1010070, + "version_string": "1.1.0", + "hash": "12054ccd3a006f4414c6c8afd7c20363" + }, + "help_page_desc.how_to_become_verified.txt": { + "global_cache": false, + "version_id": 1010070, + "version_string": "1.1.0", + "hash": "d1f446e631cffd83b484bb0566f35a35" + }, + "help_page_desc.takedown.txt": { + "global_cache": false, + "version_id": 1010070, + "version_string": "1.1.0", + "hash": "b010e0f884fe0cbc48dd20c19e026756" + }, + "help_page_title.about.txt": { + "global_cache": false, + "version_id": 1010070, + "version_string": "1.1.0", + "hash": "8f7f4c1ce7a4f933663d10543562b096" + }, + "help_page_title.delete_my_data.txt": { + "global_cache": false, + "version_id": 1010070, + "version_string": "1.1.0", + "hash": "17fe5faff39a2cd491cdb4a13fb1e7fc" + }, + "help_page_title.dmca.txt": { + "global_cache": false, + "version_id": 1010070, + "version_string": "1.1.0", + "hash": "628ff040a9e9ff3e28dc122c5a38f8f9" + }, + "help_page_title.how_to_become_verified.txt": { + "global_cache": false, + "version_id": 1010070, + "version_string": "1.1.0", + "hash": "5e92642ef830c360b71f586ad6a915e3" + }, + "help_page_title.takedown.txt": { + "global_cache": false, + "version_id": 1010070, + "version_string": "1.1.0", + "hash": "509f327055d6c047a2a080a90332260c" + }, + "logout.txt": { + "global_cache": false, + "version_id": 1010070, + "version_string": "1.1.0", + "hash": "0323de4f66a1700e2173e9bcdce02715" + }, "nav.about.txt": { "global_cache": false, "version_id": 1000000, @@ -103,9 +169,9 @@ }, "nav.legal_pages.txt": { "global_cache": false, - "version_id": 1000000, - "version_string": "1.0.0", - "hash": "3c409b33c2ad79df7ed112714d2092be" + "version_id": 1010070, + "version_string": "1.1.0", + "hash": "d2b780c86b3f8e3da8af5ca3891d80c5" }, "nav.members.txt": { "global_cache": false, @@ -143,6 +209,12 @@ "version_string": "1.0.0", "hash": "15fe7b6033b3abae4d4096e7a5d21bff" }, + "nav.support_us.txt": { + "global_cache": false, + "version_id": 1010070, + "version_string": "1.1.0", + "hash": "68af1e9d9402fee977042693b6644fe4" + }, "nav.tools.txt": { "global_cache": false, "version_id": 1000000, diff --git a/_output/phrases/help_page_desc.about.txt b/_output/phrases/help_page_desc.about.txt new file mode 100644 index 0000000..d3f8c69 --- /dev/null +++ b/_output/phrases/help_page_desc.about.txt @@ -0,0 +1 @@ +This page contains a description of our website and its philosophy \ No newline at end of file diff --git a/_output/phrases/help_page_desc.delete_my_data.txt b/_output/phrases/help_page_desc.delete_my_data.txt new file mode 100644 index 0000000..e351125 --- /dev/null +++ b/_output/phrases/help_page_desc.delete_my_data.txt @@ -0,0 +1 @@ +If you want to delete some data, please read this \ No newline at end of file diff --git a/_output/phrases/help_page_desc.dmca.txt b/_output/phrases/help_page_desc.dmca.txt new file mode 100644 index 0000000..5b789da --- /dev/null +++ b/_output/phrases/help_page_desc.dmca.txt @@ -0,0 +1 @@ +Everything you need to know about the DMCA on this site. \ No newline at end of file diff --git a/_output/phrases/help_page_desc.how_to_become_verified.txt b/_output/phrases/help_page_desc.how_to_become_verified.txt new file mode 100644 index 0000000..a5c6a42 --- /dev/null +++ b/_output/phrases/help_page_desc.how_to_become_verified.txt @@ -0,0 +1 @@ +Steps to follow to become a Verified Member \ No newline at end of file diff --git a/_output/phrases/help_page_desc.takedown.txt b/_output/phrases/help_page_desc.takedown.txt new file mode 100644 index 0000000..4748d62 --- /dev/null +++ b/_output/phrases/help_page_desc.takedown.txt @@ -0,0 +1 @@ +Everything you must know if you want write a takedown request \ No newline at end of file diff --git a/_output/phrases/help_page_title.about.txt b/_output/phrases/help_page_title.about.txt new file mode 100644 index 0000000..ae21d83 --- /dev/null +++ b/_output/phrases/help_page_title.about.txt @@ -0,0 +1 @@ +About \ No newline at end of file diff --git a/_output/phrases/help_page_title.delete_my_data.txt b/_output/phrases/help_page_title.delete_my_data.txt new file mode 100644 index 0000000..a90e427 --- /dev/null +++ b/_output/phrases/help_page_title.delete_my_data.txt @@ -0,0 +1 @@ +Delete my data \ No newline at end of file diff --git a/_output/phrases/help_page_title.dmca.txt b/_output/phrases/help_page_title.dmca.txt new file mode 100644 index 0000000..084d9a8 --- /dev/null +++ b/_output/phrases/help_page_title.dmca.txt @@ -0,0 +1 @@ +Digital Millennium Copyright Act (DMCA) Notice \ No newline at end of file diff --git a/_output/phrases/help_page_title.how_to_become_verified.txt b/_output/phrases/help_page_title.how_to_become_verified.txt new file mode 100644 index 0000000..34a8a34 --- /dev/null +++ b/_output/phrases/help_page_title.how_to_become_verified.txt @@ -0,0 +1 @@ +How to become "Verified" \ No newline at end of file diff --git a/_output/phrases/help_page_title.takedown.txt b/_output/phrases/help_page_title.takedown.txt new file mode 100644 index 0000000..2fb8199 --- /dev/null +++ b/_output/phrases/help_page_title.takedown.txt @@ -0,0 +1 @@ +Content Takedown Request \ No newline at end of file diff --git a/_output/phrases/logout.txt b/_output/phrases/logout.txt new file mode 100644 index 0000000..0fffc8f --- /dev/null +++ b/_output/phrases/logout.txt @@ -0,0 +1 @@ +Logout \ No newline at end of file diff --git a/_output/phrases/nav.legal_pages.txt b/_output/phrases/nav.legal_pages.txt index 23a0bf1..b543a74 100644 --- a/_output/phrases/nav.legal_pages.txt +++ b/_output/phrases/nav.legal_pages.txt @@ -1 +1 @@ -Legal Pages \ No newline at end of file +Help & Legal Pages \ No newline at end of file diff --git a/_output/phrases/nav.support_us.txt b/_output/phrases/nav.support_us.txt new file mode 100644 index 0000000..1f04426 --- /dev/null +++ b/_output/phrases/nav.support_us.txt @@ -0,0 +1 @@ +Support us \ No newline at end of file diff --git a/_output/templates/_metadata.json b/_output/templates/_metadata.json index a94f191..109ed7c 100644 --- a/_output/templates/_metadata.json +++ b/_output/templates/_metadata.json @@ -9,6 +9,31 @@ "version_string": "1.0.0", "hash": "cf9c69eb1bfa0821778f60e9866626a4" }, + "public/_help_page_about.html": { + "version_id": 1010070, + "version_string": "1.1.0", + "hash": "f8d5c77616c449f0797c9a8096d7b352" + }, + "public/_help_page_delete_my_data.html": { + "version_id": 1010070, + "version_string": "1.1.0", + "hash": "32f1a682e5729cc6e8da2c41037e604a" + }, + "public/_help_page_dmca.html": { + "version_id": 1010070, + "version_string": "1.1.0", + "hash": "2297a9fffc0824831c5799b5df438f99" + }, + "public/_help_page_how_to_become_verified.html": { + "version_id": 1010070, + "version_string": "1.1.0", + "hash": "11d6e1c5f5547919336b1d7db6cb78c6" + }, + "public/_help_page_takedown.html": { + "version_id": 1010070, + "version_string": "1.1.0", + "hash": "7af5316b4485b73d8d2de2eabb706f4c" + }, "public/approval_item_club_request.html": { "version_id": 1000000, "version_string": "1.0.0", diff --git a/_output/templates/public/_help_page_about.html b/_output/templates/public/_help_page_about.html new file mode 100644 index 0000000..2b10679 --- /dev/null +++ b/_output/templates/public/_help_page_about.html @@ -0,0 +1,19 @@ +
+
+ + Site Purpose and Content Overview + + This website is dedicated to the preservation, modification, and enhancement of classic retro games. It provides a platform for discussing and sharing modifications known as "romhacks," which are custom alterations made to game ROMs. Our focus is solely on the creative and non-commercial aspects of game modification and does not involve the distribution or use of copyrighted ROM files. + + Clarification on ROMs and Hacking +
    +
  • Legal Compliance: The site does not host or distribute any original copyrighted ROM files. All content shared here pertains exclusively to modifications of games for which users already own the original ROMs. It is intended for educational, archival, and enhancement purposes only.
  • +
  • Non-Malicious Intent: The term "hacking" used on this site refers to the modification of game data and is not related to any form of malicious hacking or illegal activity. The modifications (romhacks) discussed and shared are created to enhance or alter the gameplay experience of retro games in a non-infringing manner.
  • +
  • User Responsibility: Visitors are encouraged to ensure that any game ROMs they use are legally obtained and that their use complies with applicable copyright laws. The site does not provide or endorse illegal downloads of copyrighted material.
  • +
+ Contact Information + + For any concerns or clarifications regarding the content of this site, please contact us directly. We are committed to complying with all legal requirements and ensuring that our platform remains a positive and creative space for retro gaming enthusiasts. + +
+
\ No newline at end of file diff --git a/_output/templates/public/_help_page_delete_my_data.html b/_output/templates/public/_help_page_delete_my_data.html new file mode 100644 index 0000000..41cbf18 --- /dev/null +++ b/_output/templates/public/_help_page_delete_my_data.html @@ -0,0 +1,15 @@ +"The right to erasure" (Articles 17 & 19 of the GDPR) state you have the right to have your data erased, without undue delay by the data controller, if you withdraw your consent to the processing. + +In here we explain in detail how to remove your data partially or completely from this site. +

1. How to remove comments, threads:

+Go to the post you want to delete and click on the delete button. If you want to delete a thread, delete the first post. If you can't delete a thread or a post, you can also send a report by clicking on the report button. + + +

2. How to remove entries:

+To remove entries you have to edit your entry and revert its Status to "draft". A draft means it's unpublished and only you can see it. You can also delete permanently an entry with the delete button. + + + +

3. How to remove the entire account:

+Removing the account will remove all the comments, but it will not remove the entries. They will be anonymized and assigned to a "Deleted User", if you want to delete your entries follow the step above "How to remove entries". +

To delete your account go here

\ No newline at end of file diff --git a/_output/templates/public/_help_page_dmca.html b/_output/templates/public/_help_page_dmca.html new file mode 100644 index 0000000..7bb7c50 --- /dev/null +++ b/_output/templates/public/_help_page_dmca.html @@ -0,0 +1,23 @@ +

Introduction

+Romhacks.org (hereafter referred to as "we", "us", or "our") respects the intellectual property rights of others and expects its users to do the same. We are committed to complying with the DMCA and other applicable laws. We adopt a policy of terminating, in appropriate circumstances, users who are repeat infringers. We may also, at our sole discretion, limit access to the Site and/or terminate the accounts of any users who infringe any intellectual property rights of others, whether or not there is any repeat infringement. +

Copyright Infringement Notification

+If you believe that your work has been copied in a way that constitutes copyright infringement, please submit your notification through our contact form, ensuring to indicate "DMCA" in the subject line. The notification should include the following information: +
    +
  1. A physical or electronic signature of a person authorized to act on behalf of the owner of an exclusive right that is allegedly infringed.
  2. +
  3. Identification of the copyrighted work claimed to have been infringed, or, if multiple copyrighted works at a single online site are covered by a single notification, a representative list of such works at that site.
  4. +
  5. Identification of the material that is claimed to be infringing or to be the subject of infringing activity and that is to be removed or access to which is to be disabled, and information reasonably sufficient to permit us to locate the material.
  6. +
  7. Information reasonably sufficient to permit us to contact the complaining party, such as an address, telephone number, and, if available, an electronic mail address at which the complaining party may be contacted.
  8. +
  9. A statement that the complaining party has a good faith belief that use of the material in the manner complained of is not authorized by the copyright owner, its agent, or the law.
  10. +
  11. A statement that the information in the notification is accurate, and under penalty of perjury, that the complaining party is authorized to act on behalf of the owner of an exclusive right that is allegedly infringed.
  12. +
+

Counter-Notification Procedures

+If you believe that your material has been removed by mistake or misidentification, please submit a counter-notification through our contact form with "DMCA" in the subject line. The counter-notification should contain the following information: +
    +
  1. Your physical or electronic signature.
  2. +
  3. Identification of the material that has been removed or to which access has been disabled and the location at which the material appeared before it was removed or access to it was disabled.
  4. +
  5. A statement under penalty of perjury that you have a good faith belief that the material was removed or disabled as a result of mistake or misidentification of the material to be removed or disabled.
  6. +
  7. Your name, address, and telephone number, and a statement that you consent to the jurisdiction of the federal court for [judicial district where your address is located], and that you will accept service of process from the person who provided notification of the alleged infringement.
  8. +
+If a counter-notice is received by us, we may send a copy of the counter-notice to the original complaining party informing that person that it may replace the removed material or cease disabling it in 10 business days. Unless the copyright owner files an action seeking a court order against the content provider, member, or user, the removed material may be replaced or access to it restored in 10 to 20 business days or more after receipt of the counter-notice, at our discretion. +

Modifications to Policy

+We reserve the right to modify the provisions of this DMCA notice and our copyright policy at any time. Such modifications will be effective immediately upon posting on the site. \ No newline at end of file diff --git a/_output/templates/public/_help_page_how_to_become_verified.html b/_output/templates/public/_help_page_how_to_become_verified.html new file mode 100644 index 0000000..0b3f24f --- /dev/null +++ b/_output/templates/public/_help_page_how_to_become_verified.html @@ -0,0 +1,7 @@ +You don't need to do anything special, simply submit something. +While checking your submission we'll research your user name and entry. +If you are the creator of your own entry you'll be immediately verified after the first submission. +That means your next submission will go straight to the site, no queues. +Same for editing your existing entries data, updating the files, etc. + +If you are not the creator of the hack you can also submit things. Since we already had trouble with vandalism, you automatically receive “Verified” status after 10 approved contributions. \ No newline at end of file diff --git a/_output/templates/public/_help_page_takedown.html b/_output/templates/public/_help_page_takedown.html new file mode 100644 index 0000000..61b2e4d --- /dev/null +++ b/_output/templates/public/_help_page_takedown.html @@ -0,0 +1,22 @@ +At Romhacks.org, we deeply respect the creative work of individuals and their rights over their creations. We understand that sometimes content may be shared on our platform that you, as the creator, would prefer to have removed. To make this process as smooth and friendly as possible, we offer an easy way to submit a takedown request. +

How to Submit a Takedown Request

+If you find that your content has been shared on Romhacks.org and you would like it to be removed, please follow these simple steps: +
    +
  1. Visit Our Contact Page: Go to our contact page.
  2. +
  3. Complete the Form: Fill out the necessary details in the form. In the subject dropdown menu, please select "Takedown" to ensure your request is processed correctly.
  4. +
  5. Use a Verifiable Email: Provide an email address where we can reach you. If we can't communicate with you and can't confirm who you are we will not go through with the removal.
  6. +
  7. Details of the Content: Include a link where the content appears here on romhacks.org. And any information to help us determine you created the hack.
  8. +
+

Verification Process

+To prevent malicious or unjustified takedown requests, we will conduct a verification process to confirm that you are indeed the creator or rightful owner of the content in question. This may include: +
    +
  • Asking for additional proof of ownership or creation.
  • +
  • Verifying the details provided in the request against the content.
  • +
  • Contacting the author via social media profiles and asking him directly.
  • +
+

Our Commitment

+We aim to process takedown requests promptly and efficiently, respecting both the rights of content creators and the integrity of our platform. We appreciate your cooperation and understanding in this process. +

Questions or Concerns?

+If you have any questions or need further assistance regarding the takedown process, please feel free to reach out to us through the same contact form or via Discord. + +We are here to help! \ No newline at end of file