orbiter
5fe828fa06
- replaced pdfbox and fontbox version 1.1.0 with 1.2.1
...
- added some clear statements that shall clear static cache size within the pdfbox library
- the pdfbox library contains a memory leak; it is unsafe to run a peer with pdf parser permanently on.
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7120 6c8d7289-2bf4-0310-a012-ef5d649a1542
14 years ago
f1ori
a6c2e9ef0c
add file.encoding=UTF8 to debian init script
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7115 6c8d7289-2bf4-0310-a012-ef5d649a1542
14 years ago
orbiter
2cb8cf5b41
added overall utf-8 default support for mac releases
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7099 6c8d7289-2bf4-0310-a012-ef5d649a1542
14 years ago
orbiter
9d080f387e
change in handling of the all-visible home path for storage in YaCy:
...
the home path can now be distinguished between
- data home; the path where the DATA directory is created
- application home; everything else
This will make it possible to store application data on Mac releases within the
~/Library/YaCy
directory; a place where Mac applications write their data.
Similar techniques will be possible for debian and windows.
To use the new data path, YaCy can be started with
-start <data path>
or
-gui <data path>
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7092 6c8d7289-2bf4-0310-a012-ef5d649a1542
14 years ago
lotus
091281c9f2
Mac app ant task building a ready-to-distribute zip file
...
extending r7080
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7089 6c8d7289-2bf4-0310-a012-ef5d649a1542
14 years ago
f1ori
6d2e0f5fb4
always kill shutdown java instance, even if yacy succeeded,
...
in future, the TERM-signal should be used, but currently not all threads are joined during shutdown
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7083 6c8d7289-2bf4-0310-a012-ef5d649a1542
14 years ago
f1ori
be0abd92cd
always use kill command in initscript, after timeout elapsed and yacy didn't finished
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7082 6c8d7289-2bf4-0310-a012-ef5d649a1542
14 years ago
lotus
2a4ddc48bb
adjustment for new java download method
...
see http://forum.yacy-websuche.de/viewtopic.php?p=20616#p20616
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7081 6c8d7289-2bf4-0310-a012-ef5d649a1542
14 years ago
lotus
d5ccbb99f9
the Windows installer now always requires admin level for installation (Vista/7)
...
unfortunately some users seem to forget to manually install the downloaded Java runtime and therefore could not start YaCy
- added concept to always distribute the latest Java version via external php script
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7076 6c8d7289-2bf4-0310-a012-ef5d649a1542
14 years ago
f1ori
1bc08e1416
support debconf in debian package
...
* now you are ask some questions to preconfigure yacy after installing the debian package
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7048 6c8d7289-2bf4-0310-a012-ef5d649a1542
14 years ago
orbiter
838e8a1cb7
added a Macintosh OSX application wrapper.
...
You can now create a YaCy Mac application like this:
- build a new version of YaCy
- take everything that is in the yacy home directory (from the fresh build) and move it into a copy of the YaCy.app directory under YaCy.app/Contents/Resources/Java/
- ready: double-click the YaCy.app icon and the new YaCy gui starts, then the browsers is also opened.
- if the Mac application is terminated, also the YaCy demon should be stopped automatically and vice versa. This is currently not really good working and needs some more care.
A build script for this is missing. Does anyone know how to do that in ant?
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7023 6c8d7289-2bf4-0310-a012-ef5d649a1542
14 years ago
orbiter
cd7f0bf75f
wait a little bit longer for a init.d restart between stop and start
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6690 6c8d7289-2bf4-0310-a012-ef5d649a1542
15 years ago
mikeworks
3597dee3e3
Updated syntax highlighting support for YaCy lng (language) files in Notepad++
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6602 6c8d7289-2bf4-0310-a012-ef5d649a1542
15 years ago
lotus
6414ac9ecf
fix for debian int script
...
http://forum.yacy-websuche.de/viewtopic.php?t=2418
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6430 6c8d7289-2bf4-0310-a012-ef5d649a1542
15 years ago
orbiter
5240d22773
removed unused library jsmooth
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6205 6c8d7289-2bf4-0310-a012-ef5d649a1542
16 years ago
f1ori
8931c8d6b4
improvments to debianpackage:
...
* autoupdate completely disabled, display hint
* restart-button in interface works!
* moved all build-Variables to yacyBuildProperties
* fixed some warnings
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6195 6c8d7289-2bf4-0310-a012-ef5d649a1542
16 years ago
low012
457b6c0d6d
*) updated Apache POI library to be able to parse Visio files
...
*) updated PPT and XLS parsers to use new Apache POI library
*) added new Visio (VSD) parser
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6145 6c8d7289-2bf4-0310-a012-ef5d649a1542
16 years ago
f1ori
fa31a5c873
* some improvements for Arch init script
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5502 6c8d7289-2bf4-0310-a012-ef5d649a1542
16 years ago
lotus
3e1c37aa34
added program icon by Orbiter
...
Windows release
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5495 6c8d7289-2bf4-0310-a012-ef5d649a1542
16 years ago
f1ori
37e1cb139d
* some improvements of the initscript for debian
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5462 6c8d7289-2bf4-0310-a012-ef5d649a1542
16 years ago
f1ori
51f1a1927c
* remove saaj.jar and axis.jar and references to it (was for soap-stuff?)
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5404 6c8d7289-2bf4-0310-a012-ef5d649a1542
16 years ago
lotus
8ba0c9d1e9
cosmetics
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5326 6c8d7289-2bf4-0310-a012-ef5d649a1542
16 years ago
lotus
a94b3be80b
- modern ui for Windows installer
...
- installer has native system language now
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5325 6c8d7289-2bf4-0310-a012-ef5d649a1542
16 years ago
f1ori
9d69964d3d
start daemon in different runlevels on debian and fedora/openSUSE-Systems
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5270 6c8d7289-2bf4-0310-a012-ef5d649a1542
16 years ago
f1ori
d197a62faf
* wrong default parameter in initscript
...
* should fix http://forum.yacy-websuche.de/viewtopic.php?f=5&t=1500
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5257 6c8d7289-2bf4-0310-a012-ef5d649a1542
16 years ago
lotus
31c31e54e4
new tray icon image for different icon sizes (e.g. linux)
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5216 6c8d7289-2bf4-0310-a012-ef5d649a1542
16 years ago
f1ori
6450a51473
* fixed quoting problem in initscript
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5057 6c8d7289-2bf4-0310-a012-ef5d649a1542
16 years ago
f1ori
f99c307eff
* correct debian build dependencies
...
* add huge mem page detection in general initscript
* disable logging completely in jmimemagic-library
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5056 6c8d7289-2bf4-0310-a012-ef5d649a1542
16 years ago
f1ori
7d8f332bbd
* build yacy for debianpackage only once
...
* do not try to sign .changes file
* add some java arguments from ./startYACY.sh to addon/yacyInit.m4
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5053 6c8d7289-2bf4-0310-a012-ef5d649a1542
16 years ago
f1ori
c2d49cc01e
* add build target "deb" to create debian packages from svn
...
still needs testing...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5051 6c8d7289-2bf4-0310-a012-ef5d649a1542
17 years ago
danielr
79dba5445d
init-script: fixed some variables to general defaults
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5018 6c8d7289-2bf4-0310-a012-ef5d649a1542
17 years ago
danielr
785688ef82
- creating pid-file under linux
...
- added modified init-script (using startYACY.sh instead of doing the same thing)
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5017 6c8d7289-2bf4-0310-a012-ef5d649a1542
17 years ago
lotus
f8a1e3175e
new yacyTray
...
this will make a YaCy icon in the tray area on supported platforms
enabled by default
the search page will open on double click
used JDIC 0.9.4 from https://jdic.dev.java.net/
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4992 6c8d7289-2bf4-0310-a012-ef5d649a1542
17 years ago
lotus
877299cc74
better installer on Windows Vista
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4927 6c8d7289-2bf4-0310-a012-ef5d649a1542
17 years ago
lotus
fc79f013c4
better solution to update shortcut
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4920 6c8d7289-2bf4-0310-a012-ef5d649a1542
17 years ago
lotus
9e7c60f227
rename for last commit
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4900 6c8d7289-2bf4-0310-a012-ef5d649a1542
17 years ago
lotus
0ce1f951ed
* fix: files without extension are now included in dist-target
...
* fix: windows-installer works again
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4899 6c8d7289-2bf4-0310-a012-ef5d649a1542
17 years ago
orbiter
7150b463ff
changed handling of default values and database paths:
...
- the default files yacy.init and for the network definition is now moved to the path defaults
- the httpProxy.conf is renamed to yacy.conf
- the DATA/INDEX/PUBLIC is renamed to the actual network nickname, which should be freeworld or sciencenet
more menu entries
- added apfelmaennchens alternative search page to the menu
- added the new thread dump page to the server log menu point as submenu
modifications
- modified the thread dump page: sorting by thread type
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4575 6c8d7289-2bf4-0310-a012-ef5d649a1542
17 years ago
fuchsi
5c91359297
accidently commited personal testing values as defaults in last commit.
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4157 6c8d7289-2bf4-0310-a012-ef5d649a1542
17 years ago
fuchsi
e255888095
Add headless AWT, nice level and memory parameters to the init script. It should work like the startYACY.sh now.
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4156 6c8d7289-2bf4-0310-a012-ef5d649a1542
17 years ago
fuchsi
3b8540198b
finally fix the init script. tested this time.
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4153 6c8d7289-2bf4-0310-a012-ef5d649a1542
17 years ago
fuchsi
905e7e60f5
change dir to the yacy base directory before starting it making sure relative path specifications work properly.
...
see http://forum.yacy-websuche.de/viewtopic.php?f=5&t=405
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4150 6c8d7289-2bf4-0310-a012-ef5d649a1542
17 years ago
fuchsi
70884da0eb
Add external package JARs to classpath. (copied from startYACY.sh)
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4148 6c8d7289-2bf4-0310-a012-ef5d649a1542
17 years ago
orbiter
03847bebc1
removed unused libs
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3971 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
allo
42e9747650
fixed /path/forwarding. uncomment, if you want to use it.
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3398 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
karlchenofhell
1d31ebbeec
- added experimental PHP script which redirects from a vhost to a peer, using a public seed-file
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3395 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
rramthun
fdd1180ac5
Adding two icon files, both containing different sizes from 16x16 to 128x128 pixels in one file.
...
The .icns is for Macintosh
Both made by Philipp Redeker
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3371 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
karlchenofhell
9025ac1385
- reverted yacy.jsmooth (svn operates in an interesting way sometimes...)
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3270 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
theli
3885baf43a
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3267 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
theli
2755e7529e
*) jsmooth file for yadmin exe wrapper
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3266 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
allo
fbe7815eec
demo thumbnailer
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3246 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
allo
782db9099d
version independent name for commons-pool lib
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3082 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
theli
8043bb82fb
*) bugfix for jsmooth build problems. jsmooth seems to have problems with the current favicon.png
...
See: http://www.yacy-forum.de/viewtopic.php?p=28421#28421
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3042 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
rramthun
ca8ef0ca9f
*)Documented the lng-file format
...
*)Updated language files to the new standard, especially German
*)Wrote language highlighting definition for Notepad++
*)Corrected News.html
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2685 6c8d7289-2bf4-0310-a012-ef5d649a1542
18 years ago
theli
6e676224d0
*) adding support for upnp
...
A new port forwarding method for upnp was added.
If this method is enabled, yacy automatically determines an UPnP
capable internet gateway and configures the gateway port forwarding
settings properly.
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2328 6c8d7289-2bf4-0310-a012-ef5d649a1542
19 years ago
rramthun
ca33eaa442
- Some spelling
...
- Removed unused init value
- Set default upload value to "none", which avoids an warning which says, upload method '' would be unknown, on new installations
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2295 6c8d7289-2bf4-0310-a012-ef5d649a1542
19 years ago
allo
379acb4915
-show stats command
...
-statusbar for irssi (use /statusbar window add yacy(Links, Words, PPM) to insert the items)
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2286 6c8d7289-2bf4-0310-a012-ef5d649a1542
19 years ago
rramthun
52d3d7b008
Added the new chatscript by Allo and _cato
...
The usual language stuff
Reordered superseed.txt after reliability
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2003 6c8d7289-2bf4-0310-a012-ef5d649a1542
19 years ago
allo
2635244489
Bugfix from cato
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1924 6c8d7289-2bf4-0310-a012-ef5d649a1542
19 years ago
allo
3c038727a4
x-chat script from cato
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1911 6c8d7289-2bf4-0310-a012-ef5d649a1542
19 years ago
allo
0b056f5cc7
a irssi (www.irssi.org) Script for YaCy
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1897 6c8d7289-2bf4-0310-a012-ef5d649a1542
19 years ago
theli
48e302252e
*) adding possibility to build a distribution containing an exe file for windows users
...
see: build file target "distWinExe"
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1494 6c8d7289-2bf4-0310-a012-ef5d649a1542
19 years ago
allo
90573d9c88
Removed the bin from svn.
...
If you want the current alpha version, i can release it as a second releasetree on Berlios.
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@339 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
rramthun
ec77e6faa6
updated german language file
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@201 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
allo
2b36ab095f
test
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@162 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
(no author)
a37e189f21
Testing SVN Keywords usage
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@161 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
(no author)
b91ab9d6da
Testing SVN Keywords usage
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@160 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago
orbiter
248077d3f0
initial load with yacy 0.36
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1 6c8d7289-2bf4-0310-a012-ef5d649a1542
20 years ago