diff --git a/config/danbooru_default_config.rb b/config/danbooru_default_config.rb index ea7e04f83..1a345f44e 100644 --- a/config/danbooru_default_config.rb +++ b/config/danbooru_default_config.rb @@ -443,43 +443,48 @@ module Danbooru { name: "uploading_guidelines", reason: "Does not meet the [[uploading_guidelines|uploading guidelines]]", - text: "This post fails to meet the site's standards, be it for artistic worth, image quality, relevancy, or something else.\nKeep in mind that your personal preferences have no bearing on this. If you find the content of a post objectionable, simply [[e621:blacklist|blacklist]] it." + text: "This post fails to meet the site's standards, be it for artistic worth, image quality, relevancy, or something else.\nKeep in mind that your personal preferences have no bearing on this. If you find the content of a post objectionable, simply [[e621:blacklist|blacklist]] it.", }, { - name: 'dnp_artist', + name: "young_human", + reason: "Young [[human]]-[[humanoid|like]] character in an explicit situation", + text: "Posts featuring human and human-like characters depicted in a sexual or explicit nude way, are not acceptable on this site.", + }, + { + name: "dnp_artist", reason: "The artist of this post is on the [[avoid_posting|avoid posting list]]", - text: "Certain artists have requested that their work is not to be published on this site, and were granted [[avoid_posting|Do Not Post]] status.\nSometimes, that status comes with conditions; see [[conditional_dnp]] for more information" + text: "Certain artists have requested that their work is not to be published on this site, and were granted [[avoid_posting|Do Not Post]] status.\nSometimes, that status comes with conditions; see [[conditional_dnp]] for more information", }, { - name: 'pay_content', + name: "pay_content", reason: "Paysite, commercial, or subscription content", - text: "We do not host paysite or commercial content of any kind. This includes Patreon leaks, reposts from piracy websites, and so on." + text: "We do not host paysite or commercial content of any kind. This includes Patreon leaks, reposts from piracy websites, and so on.", }, { - name: 'trace', + name: "trace", reason: "Trace of another artist's work", - text: "Images traced from other artists' artwork are not accepted on this site. Referencing from something is fine, but outright copying someone else's work is not.\nPlease, leave more information in the comments, or simply add the original artwork as the posts's parent if it's hosted on this site." + text: "Images traced from other artists' artwork are not accepted on this site. Referencing from something is fine, but outright copying someone else's work is not.\nPlease, leave more information in the comments, or simply add the original artwork as the posts's parent if it's hosted on this site.", }, { - name: 'previously_deleted', + name: "previously_deleted", reason: "Previously deleted", - text: "Posts usually get removed for a good reason, and reuploading of deleted content is not acceptable.\nPlease, leave more information in the comments, or simply add the original post as this post's parent." + text: "Posts usually get removed for a good reason, and reuploading of deleted content is not acceptable.\nPlease, leave more information in the comments, or simply add the original post as this post's parent.", }, { - name: 'real_porn', + name: "real_porn", reason: "Real-life pornography", - text: "Posts featuring real-life pornography are not acceptable on this site. No exceptions.\nNote that images featuring non-erotic photographs are acceptable." + text: "Posts featuring real-life pornography are not acceptable on this site. No exceptions.\nNote that images featuring non-erotic photographs are acceptable.", }, { - name: 'corrupt', + name: "corrupt", reason: "File is either corrupted, broken, or otherwise does not work", - text: "Something about this post does not work quite right. This may be a broken video, or a corrupted image.\nEither way, in order to avoid confusion, please explain the situation in the comments." + text: "Something about this post does not work quite right. This may be a broken video, or a corrupted image.\nEither way, in order to avoid confusion, please explain the situation in the comments.", }, { - name: 'inferior', + name: "inferior", reason: "Duplicate or inferior version of another post", text: "A superior version of this post already exists on the site.\nThis may include images with better visual quality (larger, less compressed), but may also feature \"fixed\" versions, with visual mistakes accounted for by the artist.\nNote that edits and alternate versions do not fall under this category.", - parent: true + parent: true, }, ] end @@ -508,6 +513,7 @@ module Danbooru "Irrelevant to site (Zero pictured)", "Irrelevant to site (AI assisted/generated)", "Irrelevant to site (%OTHER_ID%)", + "Young [[human]]-[[humanoid|like]] character in an explicit situation", "", "Paysite/commercial content", "Traced artwork",