summaryrefslogtreecommitdiff
path: root/htroot
diff options
context:
space:
mode:
authorMichael Peter Christen <mc@yacy.net>2025-08-12 23:08:12 -0600
committerMichael Peter Christen <mc@yacy.net>2025-08-12 23:08:12 -0600
commitd1d3f22a27ca0bd1f4ad722b3b7da971ef841b5e (patch)
tree5991b0acd8d088ec9e98fb48556585bbc8136860 /htroot
parent5c4541caee95c67049092d40727912d2cef6e609 (diff)
added 'mix' category for YaCy Packs
Diffstat (limited to 'htroot')
-rw-r--r--htroot/IndexPackGenerator_p.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/htroot/IndexPackGenerator_p.html b/htroot/IndexPackGenerator_p.html
index ef5df6f07..f9c07396e 100644
--- a/htroot/IndexPackGenerator_p.html
+++ b/htroot/IndexPackGenerator_p.html
@@ -20,8 +20,9 @@
<dt class="TableCellDark">Set a Category (this goes into the filename)</dt>
<dd>
<select name="category" id="category" class="form-control">
+ <option value="mix" selected="selected">mix - a mix of document types, for content from wide web crawls</option>
<option value="core">core - technical documentation, operation systems, computer hardware, open source and free software, manuals, protocol standards</option>
- <option value="scroll" selected="selected">scroll - non-technical documents: knowledge, encyclopedia, linguistic corpora, dictionaries, translation memories, texts, non-fiction books, historical books</option>
+ <option value="scroll">scroll - non-technical documents: knowledge, encyclopedia, linguistic corpora, dictionaries, translation memories, texts, non-fiction books, historical books</option>
<option value="codex">codex - non-technical standards: industry standards, laws, rules, compliance</option>
<option value="gem">gem - research, papers, university publications, science</option>
<option value="fiction">fiction - fictional documents: movies, stories, series, books (fiction, science-fiction)</option>