reger
98d50eefe0
rem/mark German leftovers in translation of other languages files
9 years ago
reger
acaf51b296
keep ConfigLanguage_p as 1st entry in exported translation file
...
+ rem untranslated text & some typo fixes in several translations
(considering to create a translation master file to harmonize entries)
9 years ago
reger
0ff32ce4c8
clean-up submenuUseCaseAccount.template translation
9 years ago
reger
61c5b6b403
fix empty drop down list in ConfigLanguage after wrong/empty download
...
+ add xliff translated attribut
+ append japanese lng name
9 years ago
reger
4eddabee42
translate Network History screen -> de
...
+ remove leftover debug line
9 years ago
reger
90c79014ae
remove unused translator routine which also doesn't handle rel path input
...
+ correct some language file match issues
9 years ago
reger
902e79e261
Introduce a TranslatorXliff wich can read/write xliff from/to internal translation map.
...
This eases up suggested initatives from http://mantis.tokeek.de/view.php?id=649
Allows longer term also to store translation maps for the htroot files
in standardized/reuseable xliff format ( http://docs.oasis-open.org/xliff/xliff-core/xliff-core.html ).
+ added test case creating and comparing xliff file with internal custom prop file.
(currently the introduced class is not used in core code)
9 years ago
reger
a28f5d07e8
use UTF8 to write imported language files
9 years ago
reger
3f9a253683
upd obsolete translation (blekko)
9 years ago
reger
613951fe06
fix line break errors in translation files
9 years ago
reger
edd8a01bea
fix some format errors in language files
9 years ago
reger
d9adc2c255
load handler for Transparent Proxy on startup only if feature is activated
...
to save the resources and keep handler chain small if the feature is not used.
+add a warning message on settingsack_p page to restart on first activation
9 years ago
reger
ec24a0c85a
add test case for optimized toTokens()
9 years ago
reger
2f8bb04e11
adjust build class path (- htroot)
...
according to comment on 0dcda3809e
9 years ago
reger
1f053f843b
fix maven packaging (include langdetect directory)
9 years ago
reger
cada24f918
adjust utility ListNonTranslatedFiles for path compare on windows
...
(backslash replace)
9 years ago
reger
21a695e47b
update de translation ConfigBasic.html (config router +upnp)
9 years ago
reger
8410536f75
keep svnRevision in .init for convert of .conf until release >1.83
9 years ago
reger
726ebee65a
include Version config string in yacy.init (replacing svnRevision)
9 years ago
reger
fb8ae14b21
make migration version safe
9 years ago
Burkhard
be0b09552c
Merge pull request #46 from reelsense/patch-1
...
Grammar fix - ConfigRobotsTxt_p.html
9 years ago
Andreas
898f6c5891
Merge pull request #4 from yacy/master
...
Get my fork synced #4
9 years ago
Bryan Black
4d781c660d
Distilled sentence - ConfigNetwork_p
...
I distilled the first "Distributed Computing Network for Domain" description sentence and corrected grammar.
9 years ago
Bryan Black
94ce617188
Grammar fix
...
The sentence sounded odd.
9 years ago
reger
23b523cb50
upd to poi-3.14
9 years ago
reger
258cd41577
reduce logging (EmbeddedSolrConnector.query)
...
mainly to reduce the frequent metadat checks like
> EmbeddedSolrConnector.query QUERY: q={!cache=false raw f=id}xXxXxX&rows=1&start=0&fl=id,load_date_dt
(p.s. direct servlet queries logged via AccessTracker.addToDump)
9 years ago
reger
6783ef5540
move example code SearchClient out of yacycore package
...
to example directory
9 years ago
reger
6a8f3f3eba
adding Mavens output dir to gitignore
9 years ago
reger
df80ff3c81
upd Eclipse classpath for slf4j jars
9 years ago
reger
dce85a72c5
correct "SLF4J: Defaulting to no-operation (NOP) logger implementation"
...
introduced earlier d9036bb9b7
9 years ago
reger
b1926d1e98
activate hack in libbuild/pom.xml to include main project as build module
...
This allows to use libbuild/pom as main maven project to build all needed
libs to compile and run YaCy, including YaCy itself.
Furthermore, maven is well supported by Netbeans IDE so we can discontinue
to maintaine Netbeans IDE specific project settings (in directory nbproject,
which lack config for debug anyway, nbproject can be deleted and NB will
compile YaCy via maven).
Additionally adjusted pom's project name to match the name in the repository.
9 years ago
reger
d9036bb9b7
upd to slf4j-1.7.18
...
remove direct declaration of slf4j-api in pom (let maven do it's job)
9 years ago
reger
a9c2f8503e
upd to Solr 5.5.0
9 years ago
reger
5ee56ea8e5
del outdated lib/dependencies.txt
...
as alternative you may use maven build site:site goal which produces
a complete list of direct and transitive dependencies.
9 years ago
reger
567467869e
upd to httpclient-4.5.2
9 years ago
reger
a57226caa6
put settings_p servlet (back) as start page for System Administration
...
to display the options available (as tables_p only used for indepth edit)
see http://mantis.tokeek.de/view.php?id=460
9 years ago
Michael Peter Christen
f4591b1b51
Merge branch 'master' of git@github.com:yacy/yacy_search_server.git
9 years ago
Michael Peter Christen
b89465d952
0N - basic dump upload servlet infrastructure, to share index dumps
...
within an experimental new sharing model
9 years ago
Michael Peter Christen
f12a900f3e
harmonization of http post of files for one and several files - this had
...
been differently - and wrong for several files. also: base64-encoding
for gzipped push files because our data structures currently only
supports ASCII POST pushes..
9 years ago
Michael Peter Christen
1ce38fdaed
0n - added experimental zeronet network which supports intranet peers
...
(still needs work)
9 years ago
Michael Peter Christen
849ab671a9
0n: modified the p2p bootstraping process - rules had been too tight and
...
did not support the re-start of a network with just one principal peer.
9 years ago
Michael Peter Christen
d05ffa1c51
update to seed list
9 years ago
reger
16724c1283
remove unused proxyCookieWhiteList from yacy.init
9 years ago
reger
51e7151591
more fixes for sevenZip parser exception on specific archives
...
Found 2 more cases were modified code throws exceptions while original J7Zip
unpacks it.
Reimplemented error prone CoderMixer2ST from unmodified J7Zip.jar.
9 years ago
reger
826e6e5894
remove transitive dependency guava from pom
...
(let Maven do it's job)
9 years ago
reger
5b07f3473e
fix sevenZip parser exception with LZMA BCJ2 format archives,
...
see http://mantis.tokeek.de/view.php?id=641
+ sanitize some type cast's in modified sevenZip lib
9 years ago
reger
c2a88d53ab
fix use of not initialized variable (m_LiteralDecoder)
9 years ago
reger
96b8d9b09e
moving the J7Zip-modified source and Maven build to libbuild
...
from main pom.
Using source included in j7zip-modified.jar.
This combines all external lib preparation in the libbuild main pom.
9 years ago
reger
764f5100f0
fix delete of temp file after odt % ooxml parser
...
Close zipfile after parsing
9 years ago
reger
379e9b330d
use supplied url port to get robots.txt in crawlers hostqueue
9 years ago