diff options
| author | Michael Peter Christen <mc@yacy.net> | 2025-08-19 22:53:53 -0700 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2025-08-19 22:53:53 -0700 |
| commit | c2060cc15d95a2870af910b489ac3a1d042d2257 (patch) | |
| tree | cbcc63cd24f0c97142750dbd01b0468838928c2b /htroot/env | |
| parent | 7a6dd868f53d330f29d742245d0c67e7cbc23f67 (diff) | |
added YaCy Pack Downloader
This does a direct scan of the dataset repositories at huggingface. At
this time there is one repo which has the String "YaCy-Pack" inside the
repo name. All repositories that have that String in its name are
listed. A download button exist which downloads the YaCy Pack to the
hold path.
Diffstat (limited to 'htroot/env')
| -rw-r--r-- | htroot/env/templates/submenuIndexImport.template | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/htroot/env/templates/submenuIndexImport.template b/htroot/env/templates/submenuIndexImport.template index 5ff6a80f1..81bd31a63 100644 --- a/htroot/env/templates/submenuIndexImport.template +++ b/htroot/env/templates/submenuIndexImport.template @@ -3,10 +3,11 @@ </div> <div class="SubMenu"> <div class="SubMenugroup"> - <h3>Index Packs</h3> + <h3>YaCy Packs</h3> <ul class="SubMenu"> - <li><a href="IndexPackGenerator_p.html" class="MenuItemLink #(authorized)#lock::unlock#(/authorized)#">Index Pack Generator</a></li> - <li><a href="IndexPackManager_p.html" class="MenuItemLink #(authorized)#lock::unlock#(/authorized)#">Index Pack Manager</a></li> + <li><a href="IndexPackGenerator_p.html" class="MenuItemLink #(authorized)#lock::unlock#(/authorized)#">Pack Generator</a></li> + <li><a href="IndexPackDownloader_p.html" class="MenuItemLink #(authorized)#lock::unlock#(/authorized)#">Pack Downloader</a></li> + <li><a href="IndexPackManager_p.html" class="MenuItemLink #(authorized)#lock::unlock#(/authorized)#">Pack Manager</a></li> </ul> </div> <div class="SubMenugroup"> |
