<% @tag_sets.each do |tag_set| %>
<%= render 'tag_set_blurb', :tag_set => tag_set %>
diff --git a/config/locales/views/en.yml b/config/locales/views/en.yml
index 1d391b7642c..cf3f48ed417 100644
--- a/config/locales/views/en.yml
+++ b/config/locales/views/en.yml
@@ -1687,6 +1687,25 @@ en:
non_con:
acronym: non-con
title: non-consensual sex
+ tag_sets_about:
+ delete_tag_set_warning_strong: can delete the tag set or change it without warning
+ page_heading: About Tag Sets
+ sharing_tag_sets_html: Some users may choose to make their tag set publicly available for others to use in their challenges. Please note that the owners of a tag set %{delete_tag_set_warning_strong}, so before you use someone else's tag set for your challenge, please be sure that you trust them not to change it.
+ what_are_tag_sets: If you've ever wanted to run a challenge on the Archive, that's what tag sets are for. You create a tag set to hold a list of all the tags that should be available for sign-up, even if those tags haven't been used on the Archive before now, and then add the tag set to your challenge. Tags in the tag set will then automatically show up in the sign-up form.
+ where_to_find_tag_sets: All tag sets are listed on the main tag sets page. You can browse them to get a better idea of how they work.
+ who_manages_tag_sets: You can add as many moderators as you want to help you manage your tag set, and they don't need to have access to the challenge settings. You can also allow the participants in your challenge to nominate tags to be added to your set. You and any co-owners and moderators can review those nominations, and approve or reject them. You can add fandom associations to new tags in your Tag Set, or you can leave them for tag wranglers to make the associations (this may take some time).
+ tag_sets_associations:
+ note_about_tag_set_associations: 'Note: if the wranglers have already set up these associations, then you can just add the additional ones that you would like -- you don''t have to (and in fact aren''t allowed) to create copies of canonical associations. You can still limit your participants'' choices to tags actually in your set.'
+ page_heading: Tag Set Associations
+ tip: If you're not sure how this might work, try adding a few fandoms and characters and setting up some associations, and then set up your challenge and try out the sign-up form!
+ what_are_tag_set_associations: Tag associations let you set up associations between the fandoms, characters, and relationships in your tag set, which then lets your participants pick from only the characters and relationships in a given fandom.
+ tag_sets_batch_load:
+ add_new_tags_note: If you really want to add some new tags to the Archive, you can add them to your tag set first, and then batch load the associations here afterwards.
+ already_associated_note: If two tags are already associated in the Archive or in your tag set, it won't associate them again.
+ load_tag_associations_note: You can only batch load tag associations if the tags already exist. This is to avoid mass-adding piles of wrong tags to the Archive.
+ loading_error_note: If the batch load is taking too long and you're getting 502 errors, please split up the number of tags you're trying to load!
+ page_heading: Batch Loading
+ submit_note: Only the associations that didn't work will remain in the form after you select the "Submit" button.
tags_additional:
description: Any other tags you want to give your work (for example, "Angst", "Crossover", or "Tentacles"). You may also use this field to warn for things not covered by the Archive Warnings. Please do not enter fandom, relationship, or character names in this field. Multiple tags should be separated by commas.
more_info:
@@ -2734,6 +2753,27 @@ en:
orphan_user:
orphaning_bylines_only_message_html: Orphaning will automatically remove your personal information from bylines only. It will not automatically remove your personal information from anywhere else in the work(s). Social media accounts, contact information, email addresses, names, and any other personal information posted in the title, summary, notes, tags, work body, or comment text will not be automatically removed. Comments posted by other users will also not be affected by Orphaning. If you want information removed from these places, you should edit or delete it prior to Orphaning. Once you Orphan the work(s), you will no longer be able to delete information in these places yourself.
orphaning_works_message_html: 'Orphaning will permanently remove your username and/or pseud from the bylines of: the following work(s), their chapters, associated series, and any comments you may have left on them while logged into this account.'
+ owned_tag_sets:
+ batch_load:
+ page_heading: Batch Loading
+ submit: Submit
+ tag_sets_batch_load_help_title: Tagset batch load
+ index:
+ in_archive_name: in the %{archive_name}
+ listing_tag_sets_heading: Listing Tag Sets
+ new_tag_set_link: New Tag Set
+ no_tag_sets_found: No tag sets found.
+ page_heading_challenge: Tag Sets Used In This Challenge
+ page_heading_default: Tag Sets
+ page_heading_query: Tag Set
+ page_heading_user: "%{user_name}'s Tag Sets"
+ search_submit: Search
+ search_title: search
+ tag_sets_about_help_title: Tagset about
+ tags_link: Tags
+ tag_set_form:
+ check_to_remove: "(check to remove)"
+ tag_sets_associations_help_title: Tagset tag associations
pagy:
aria_label:
nav: Pagination
diff --git a/config/routes.rb b/config/routes.rb
index 0d145b1826c..fd3960dfb1b 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -676,6 +676,9 @@
get "/help/skins-creating.html", to: redirect("/help/skins_creating")
get "/help/skins-parents.html", to: redirect("/help/skins_parents")
get "/help/symbols-key.html", to: redirect("/help/symbols_key")
+ get "/help/tagset-about.html", to: redirect("/help/tag_sets_about")
+ get "/help/tagset-tag-associations.html", to: redirect("/help/tag_sets_associations")
+ get "/help/tagset-batch-load.html", to: redirect("/help/tag_sets_batch_load")
get "/help/additional-tags-help.html", to: redirect("/help/tags_additional")
get "/help/categories-help.html", to: redirect("/help/tags_categories")
get "/help/characters-help.html", to: redirect("/help/tags_characters")
diff --git a/public/help/tagset-about.html b/public/help/tagset-about.html
deleted file mode 100644
index 0013501c60f..00000000000
--- a/public/help/tagset-about.html
+++ /dev/null
@@ -1,32 +0,0 @@
-About Tag Sets
-
-
- If you've ever wanted to run a challenge on the Archive, that's what tag sets
- are for. You create a tag set to hold a list of all the tags that should be
- available for sign-up, even if those tags haven't been used on the Archive
- before now, and then add the tag set to your challenge. Tags in the tag set
- will then automatically show up in the sign-up form.
-
-
-
- You can add as many moderators as you want to help you manage your tag set,
- and they don't need to have access to the challenge settings. You can also
- allow the participants in your challenge to nominate tags to be added to your
- set. You and any co-owners and moderators can review those nominations, and
- approve or reject them. You can add fandom associations to new tags in your
- Tag Set, or you can leave them for tag wranglers to make the associations
- (this may take some time).
-
-
-
- All tag sets are listed on the main tag sets page. You can browse them to get
- a better idea of how they work.
-
-
-
- Some users may choose to make their tag set publicly available for others to
- use in their challenges. Please note that the owners of a tag set can
- delete the tag set or change it without warning, so before you use
- someone else's tag set for your challenge, please be sure that you trust them
- not to change it.
-
diff --git a/public/help/tagset-batch-load.html b/public/help/tagset-batch-load.html
deleted file mode 100644
index 72c6f555963..00000000000
--- a/public/help/tagset-batch-load.html
+++ /dev/null
@@ -1,24 +0,0 @@
-Batch Loading
-
-
- -
- You can only batch load tag associations if the tags already exist. This is
- to avoid mass-adding piles of wrong tags to the Archive.
-
- -
- If you really want to add some new tags to the Archive, you can add them to
- your tag set first, and then batch load the associations here afterwards.
-
- -
- If two tags are already associated in the Archive or in your tag set, it
- won't associate them again.
-
- -
- Only the associations that didn't work will remain in the form after you
- select the "Submit" button.
-
- -
- If the batch load is taking too long and you're getting 502 errors, please
- split up the number of tags you're trying to load!
-
-
diff --git a/public/help/tagset-tag-associations.html b/public/help/tagset-tag-associations.html
deleted file mode 100644
index 23b0247ae50..00000000000
--- a/public/help/tagset-tag-associations.html
+++ /dev/null
@@ -1,18 +0,0 @@
-Tag Set Associations
-
-
- Tag associations let you set up associations between the fandoms, characters, and relationships in your tag set, which then
- lets your participants pick from only the characters and relationships in a given fandom.
-
-
-
- Note: if the wranglers have already set up these associations, then you can just add the additional
- ones that you would like -- you don't have to (and in fact aren't allowed) to create copies of canonical
- associations. You can still limit your participants' choices to tags actually in your set.
-
-
-
- If you're not sure how this might work, try adding a few fandoms and characters and setting up some associations,
- and then set up your challenge and try out the sign-up form!
-
-
\ No newline at end of file