Michael Christen
dc88676bf2
Merge pull request #478 from thkoch2001/use_ivy
...
Use ivy
3 years ago
Thomas Koch
9eb4570df6
download ivy on non-Debian platforms
3 years ago
Thomas Koch
8de08e2736
rm License files from lib/ folder
3 years ago
Thomas Koch
8fbd6386fd
use ivy to manage jars
3 years ago
Thomas Koch
4c0ae2ca36
rename langdetect.jar to name in maven repo
...
The maven jar contains the language profiles that yacy also ships
in the langdetect/ folder.
3 years ago
Thomas Koch
474898da26
rename chardet.jar to name from maven
...
The class files in the yacy jar differs from the one downloaded
from maven. But the file tree is equal.
3 years ago
Thomas Koch
5309ca3a5a
rename jars to correspond to maven repos
3 years ago
thkoch2001
336100514d
Settings_HttpClient.inc spelling correction
...
certificats > certificates
Thanks to @CloudyProton
3 years ago
thkoch2001
2037c0aa00
fix incorrect jar names in .classpath
...
Eclipse complains about missing files in the build path otherwise when importing the project.
3 years ago
tangdou1
c9d97bb355
Update zh.lng
3 years ago
tangdou1
300f337ba7
Update zh.lng
3 years ago
tangdou1
0d80945ffa
Update zh.lng
3 years ago
tangdou1
fff0ebe833
Update zh.lng
3 years ago
tangdou1
3711f2de6c
Update zh.lng
3 years ago
Michael Christen
f7399833c8
Merge pull request #462 from tangdou1/patch-2
...
Update zh.lng
3 years ago
tangdou1
f79a858997
Update zh.lng
3 years ago
tangdou1
eae3674130
Update ConfigBasic.html
3 years ago
tangdou1
ecb55c958d
Update zh.lng
3 years ago
Michael Christen
a525a45034
Merge pull request #461 from tangdou1/patch-1
...
Update zh.lng
3 years ago
tangdou1
31a7c9ab0b
Update zh.lng
3 years ago
reger24
535636551a
Further improvement of fccdf5a37b
...
addint properties file as input
3 years ago
reger24
fccdf5a37b
Small optimization on gradle task prepYaCyProperties
...
for better lifecycle detection
3 years ago
Burkhard
a6a9828181
Merge pull request #440 from lfuelling/master
...
Add setting for public facing port
3 years ago
Burkhard
4219d729c3
Update SettingsAck_p.java
...
type in SwitchboardConstants.SERVER_PUBLICPORT
3 years ago
Burkhard
e0fd3d4f10
Update Settings_p.java
...
missing setting to display the value
3 years ago
reger24
84651f2925
Make bookmarks.html accessible
...
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
3 years ago
reger24
2d53147d7f
Remove obsolete dir dictionaries
...
obsolete since 67eddaec4b
3 years ago
reger24
a37352cfa7
Update link to Moby in DictionaryLoader_p.html
...
see issue https://github.com/yacy/yacy_search_server/issues/455
3 years ago
reger24
141e86964e
Fix compile deprecation warning
...
warning: [removal] AccessControlException in java.security has been deprecated and marked for removal
3 years ago
reger24
417899dda2
Correction of last commit 9dace71aea
...
accidently commented out kaskelix
3 years ago
reger24
9dace71aea
Update yacy.net release download location
...
to //download.yacy.net/ in network.*.unit files
@Orbiter for the latest avail. releases (v1.924 ...tar.gz) the *.tar.gz.sig file is missing,
so download fails with error "Download of releas .... failed"
3 years ago
reger24
47840ef866
Optimize GitComInf
...
- remove depreciated repro.peel(tag)
- reduce counting loop
3 years ago
reger24
bdb9cdfa15
Commented out use of org.mini2Dx:parcl plugin
...
I'm bothered about the Gradle depreciation notice after each compile,
created by org.mini2Dx:parcl plugin
- which is currently not used (would only work with additional configuration)
3 years ago
reger24
a7e93d9328
Add option to add host to default blacklist from search result
...
- 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
3 years ago
reger24
05d6d0405f
Move sub-menu UI Translations from public Status to secure Sys Administration
...
- as UI Translation (TransNews_p.html) is a secured page
- it uses for publishing internal News system but belongs not really to "Community Data"
3 years ago
reger24
8be55472d9
Optimize task storeGitComInf lifecycle detection
...
by having Gradle monitor .git directory changes
to speed up subsequent builds with min changes.
3 years ago
reger24
3867741a41
Optimize build.gradle task compileHtrootServlets
...
Situation: if you change a proceudure name / add a procedure in java source
and at the same time use the new procedure in htroot servlet
-> build fails with ant:javac error during gradle configuration phase
-> also clean build won't help as 1. gradle action is configure
see also https://github.com/yacy/yacy_search_server/issues/454#issuecomment-1031106178
Reason: in build directory is still the old yacycore.jar without the new procedure so javac - class not found will occur in compileHtrootServlets task
Quickfix: delete build/libs/yacycore.jar or the whole build directory
applied optimization
defining inputs and outputs for lifecycle detection in gradle task
and have the work done in a doLast section
3 years ago
reger24
91a2ad1457
fix test xlsx file with correct anchor
...
as test anchor in source changed
3 years ago
reger24
027e284ef9
Enhance notability of current blacklist by diff color in header
...
in servlet Blacklist_p.html
bugfix for 18dddb74c9
3 years ago
reger24
18dddb74c9
Harmonize loading/reading blacklist
...
between init and servlet to use the same procedures
-added BlacklistHelper.blacklistToSortedArray to simplify use in servlet
3 years ago
reger24
11c4a1b45c
Blacklist import from file, exclude comment lines
...
starting with # // or ;
inspired by issue https://github.com/yacy/yacy_search_server/issues/446
3 years ago
reger24
0e4c93f02a
IndexBroswser chart last 100 days - see https://github.com/yacy/yacy_search_server/issues/453
3 years ago
Michael Peter Christen
0e74b01dad
Merge branch 'master' of git@github.com:yacy/yacy_search_server.git
3 years ago
Michael Peter Christen
0579a9546a
changed link to new forum location
3 years ago
reger24
f28d705cd0
update IndexBroser_p add to blacklist button
...
add feedback to user on success
3 years ago
reger24
d7d977569b
Optimize IndexBroser_p - "Add to blacklist" button
...
to better match hosts with www.
using the default match substitution (to match www.host.com/ and host.com/)
3 years ago
reger24
6c5b282919
Some Gradle build script cleanup
...
- added multiproject in libbuild to compile and install all needed jars (reproduceing old maven build)
- adjusted GitComInf (use a project version, build script with less hardcoded strings)
- adjusted J7Zip-modified
- include common version number for output jar
- add task installJarToRoot to copy output jar to yacycore /lib
- adjust main build with updated jar names
as files are the same - updated also old build.xml
And the Eclipse specific .classpath (with shall be deleted until complete move to gradle)
3 years ago
Michael Peter Christen
52fe2ed8ba
Merge branch 'master' of git@github.com:yacy/yacy_search_server.git
3 years ago
Michael Peter Christen
39e7bbac13
removed deprecation warning for new Double()
3 years ago
reger24
054e3b48fc
Gradle script: exclude old lib dir from normal distribution (distZip/distTar)
...
to make sure no duplicate file error occurs if run after packageDist (lagacy archives)
3 years ago