summaryrefslogtreecommitdiff
path: root/htroot
AgeCommit message (Collapse)Author
2024-07-21added sponsoring imagesMichael Peter Christen
2024-07-10Merge pull request #650 from zutto/masterMichael Christen
Fix autocrawler crashing
2024-07-09removed yacy/ui as obsoleteokybaca
2024-06-29Improve the clarity of deep crawl feature UI text on AutoCrawlerzutto
2024-04-04fix: Remove SayAt.Me LinkEPS-DEV
2023-11-13added a 'minified' option to YaCy dumpsMichael Peter Christen
2023-11-12modified export: added maximum number of docs per chunkMichael Peter Christen
The export file can now be many files, called chunks. By default still only one chunk is exported. This function is required in case that the exported files shall be imported to an elasticsearch/opensearch index. The bulk import function of elasticsearch/opensearch is limited to 100MB. To make it possible to import YaCy files, those must be splitted into chunks. Right now we cannot estimate the chunk size as bytes, only as number of documents. The user must do experiments to find out the optimum chunk max size, like 50000 docs per chunk. Try this as first attempt.
2023-11-12detailed directions in index export to explain how the export can beMichael Peter Christen
imported again using elasticsearch/opensearch
2023-11-05Added a zim parser to the surrogate import option.Michael Peter Christen
You can now import zim files into YaCy by simply moving them to the DATA/SURROGATE/IN folder. They will be fetched and after parsing moved to DATA/SURROGATE/OUT. There are exceptions where the parser is not able to identify the original URL of the documents in the zim file. In that case the file is simply ignored. This commit also carries an important fix to the pdf parser and an increase of the maximum parsing speed to 60000 PPM which should make it possible to index up to 1000 files in one second.
2023-10-29replaced all the links to legacy legacy wiki to legacy wikiokybaca
2023-10-25removed concept of empty passwords as "no passwords used",Michael Peter Christen
because we now start YaCy with a default password (yacy). This has impact of all function that check the current state of password-protection that included the empty password situation, including the warnings to set a password in case that none is set (which cannot be the case any more).
2023-10-24added a warning message in ConfigBasic in case that the default passwordMichael Peter Christen
was not changed.
2023-10-10modified link to Process Scheduler in left menuokybaca
2023-08-28modified crawl list so the URL links to external URLokybaca
2023-08-19added .txt search result page (just replace '.html' with '.txt' in ↵Michael Peter Christen
yacysearch.html page to get a url list)
2023-02-24larger link structure imageMichael Peter Christen
2023-01-16added canonical filterMichael Peter Christen
attention: this is on by default! (it should do the right thing)
2023-01-15front-end integration of tag valencyMichael Peter Christen
2023-01-13introduction of tag-to-indexing relation TagValencyMichael Peter Christen
2022-10-25fixed import of jsonlist imort from searchlab.eu using a direct URLMichael Peter Christen
2022-10-23stub for jsonlist index importer web pageMichael Peter Christen
2022-10-05increases log history length to 10000Michael Peter Christen
implements https://github.com/yacy/yacy_search_server/issues/512
2022-10-04new release file names with date and git hashMichael Peter Christen
...without reference to 9000ish SVN
2022-10-02fixed html errorMichael Peter Christen
2022-10-02moved all remaining servlet classes to new locationMichael Peter Christen
2022-10-02moved more servlets to new locationMichael Peter Christen
2022-10-02refactoring - moved htroot/yacy classesMichael Peter Christen
2022-09-30alternative servlet method, tested with wikiMichael Peter Christen
may become the future method to store servlets
2022-09-30refactoringMichael Peter Christen
2022-09-29new link to crawlstart api documentationMichael Peter Christen
2022-09-28removed hazelcast because it is phoning home, see also:Michael Peter Christen
https://github.com/yacy/yacy_search_server/issues/504
2022-09-28removed ContentControl servlet and functinalityMichael Peter Christen
This was not used at all (as I know) and was blocking a smooth integration of ivy in the context of an existing JSON parser.
2022-07-10rm buildDate from build.xml and its usagesThomas Koch
The https://reproducible-builds.org project invests a lot of work to make builds reproducible. This is a security property. It allows to compare the build of binaries from different builder machines. If they are identical, it means that either the builds have not been manipulated or an attacker managed to attack all builder machines in exactly the same way. One problem that the reproducible-builds project often sees is that projects include the build time in their binaries. This makes builds unreproducible for apparently no reason. The build date should not be of interest since binaries built on different dates but from the same source code should not be different. Thus I decided to remove the build date instead of re-implementing the functionality without the GitRev task. Anyways the reported date was not the build date but the date of the last git commit which is even less informative. The git commit ID would have information value but should only be relevant for "nightly builds".
2022-07-10rm unused build properties PKGMANAGER, RESTARTCMD, DESTDIRThomas Koch
PKGMANAGER is always false, thus the java code wrapped in if statements for this property is dead code and can also be removed. The Debian packaging removed in c4659f0fb01be0f68ce3dcccc1955c8662a5345f did set the PKGMANAGER property to true. When we do distro packages again, we can revisit this commit and redo it with property files instead. RESTARTCMD is only used inside those dead code. DESTDIR is never used even in the build.xml
2022-06-20catch error when initializing hazelcastMichael Peter Christen
should fix https://github.com/yacy/yacy_search_server/issues/468
2022-04-07Settings_HttpClient.inc spelling correctionthkoch2001
certificats > certificates Thanks to @CloudyProton
2022-02-28Update ConfigBasic.htmltangdou1
2022-02-11Merge pull request #440 from lfuelling/masterBurkhard
Add setting for public facing port
2022-02-11Update SettingsAck_p.javaBurkhard
type in SwitchboardConstants.SERVER_PUBLICPORT
2022-02-11Update Settings_p.javaBurkhard
missing setting to display the value
2022-02-11Make bookmarks.html accessiblereger24
for the time beeing (as possibliy other decision has been made) make the bookmarks feature accessible, as it is available but w/o link in UI relates to https://github.com/yacy/yacy_search_server/issues/452#issuecomment-1033054368
2022-02-11Update link to Moby in DictionaryLoader_p.htmlreger24
see issue https://github.com/yacy/yacy_search_server/issues/455
2022-02-09Add option to add host to default blacklist from search resultreger24
- added authorized ikon/button to blacklist a host - host is added to default blacklist - insired by https://github.com/yacy/yacy_search_server/issues/213#issuecomment-412485190
2022-02-08Move sub-menu UI Translations from public Status to secure Sys Administrationreger24
- as UI Translation (TransNews_p.html) is a secured page - it uses for publishing internal News system but belongs not really to "Community Data"
2022-02-06Enhance notability of current blacklist by diff color in headerreger24
in servlet Blacklist_p.html bugfix for https://github.com/yacy/yacy_search_server/commit/18dddb74c95513ff347d5553e0f09eea071e0397
2022-02-06Harmonize loading/reading blacklistreger24
between init and servlet to use the same procedures -added BlacklistHelper.blacklistToSortedArray to simplify use in servlet
2022-02-05Blacklist import from file, exclude comment linesreger24
starting with # // or ; inspired by issue https://github.com/yacy/yacy_search_server/issues/446
2022-02-04IndexBroswser chart last 100 days - see ↵reger24
https://github.com/yacy/yacy_search_server/issues/453
2022-02-03Merge branch 'master' of git@github.com:yacy/yacy_search_server.gitMichael Peter Christen
2022-02-03changed link to new forum locationMichael Peter Christen