- 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
pull/1/head
rramthun 19 years ago
parent 8795875800
commit ca33eaa442

@ -1,6 +1,6 @@
#! /bin/sh #! /bin/sh
# #
# init script for the HTTP Proxy: yacy # init script for the HTTP Proxy: YaCy
# #
# Provided by Matthias Kempka, 26.12.2004 # Provided by Matthias Kempka, 26.12.2004
@ -12,7 +12,7 @@ USER=yacy #set to the user whose rights the proxy will gain
CLASSPATH=$DAEMON_DIR/classes CLASSPATH=$DAEMON_DIR/classes
DAEMON=$DAEMON_DIR/startYACY.sh DAEMON=$DAEMON_DIR/startYACY.sh
NAME="yacy" NAME="yacy"
DESC="Yacy HTTP Proxy" DESC="YaCy HTTP Proxy"
PID_FILE=/var/run/$NAME.pid PID_FILE=/var/run/$NAME.pid
# Don't run if not installed # Don't run if not installed

@ -237,7 +237,7 @@ globalheader();
<li>Sorted config list in Config_p.html and sorted file list in Cache Admin menu</li> <li>Sorted config list in Config_p.html and sorted file list in Cache Admin menu</li>
<li>Code clean-up: added finals and constants</li> <li>Code clean-up: added finals and constants</li>
<li>New Network menu design; showing peer status, Index Receive and Crawl Receive properties as images</li> <li>New Network menu design; showing peer status, Index Receive and Crawl Receive properties as images</li>
<li>Added ICAP support; now an experimental ICAP Server is embedded and Yacy allows other proxies to use the indexing service via icap response modification requests</li> <li>Added ICAP support; now an experimental ICAP Server is embedded and YaCy allows other proxies to use the indexing service via icap response modification requests</li>
<li>Single-Peer permanent index transfer (full flush to other peer)</li> <li>Single-Peer permanent index transfer (full flush to other peer)</li>
<li>Added a templateCache to httpFileHandler</li> <li>Added a templateCache to httpFileHandler</li>
<li>Added blacklist support for https requests and crawler</li> <li>Added blacklist support for https requests and crawler</li>

@ -1186,7 +1186,7 @@ A prefetch of 0 means no prefetch; a prefetch of 1 means to prefetch all==Bei ei
embedded URLs, but since embedded image links are loaded by the browser==die auf dieser Seite verlinkt sind, geladen und indexiert werden; Da Links auf Bilder sowieso schon vom Browser geladen werden, embedded URLs, but since embedded image links are loaded by the browser==die auf dieser Seite verlinkt sind, geladen und indexiert werden; Da Links auf Bilder sowieso schon vom Browser geladen werden,
this means that only embedded href-anchors are prefetched additionally.==trifft dies nur auf eingebettet HREF-Anker zu. this means that only embedded href-anchors are prefetched additionally.==trifft dies nur auf eingebettet HREF-Anker zu.
Store to Cache==Speicher im Cache Store to Cache==Speicher im Cache
It is almost always recommended to set this on. The only exception is that you have another caching proxy running as secondary proxy and YaCy is configured to used that proxy in proxy-proxy - mode.==Es wird empfohlen diese Option immer zu aktivieren. Einzige Ausnahme: Sie haben einen zweiten Proxy als Cache laufen und Yacy soll im "Proxy-zu-Proxy"-Modus laufen. It is almost always recommended to set this on. The only exception is that you have another caching proxy running as secondary proxy and YaCy is configured to used that proxy in proxy-proxy - mode.==Es wird empfohlen diese Option immer zu aktivieren. Einzige Ausnahme: Sie haben einen zweiten Proxy als Cache laufen und YaCy soll im "Proxy-zu-Proxy"-Modus laufen.
Do Remote Indexing==Remote Indexierung Do Remote Indexing==Remote Indexierung
If checked, the crawler will contact other peers and use them as remote indexers for your crawl.==Wenn aktiviert, wird der Crawler andere Peers anfragen und als remote Indexierer f&uuml;r Ihren Crawl nutzen. If checked, the crawler will contact other peers and use them as remote indexers for your crawl.==Wenn aktiviert, wird der Crawler andere Peers anfragen und als remote Indexierer f&uuml;r Ihren Crawl nutzen.
If you need your crawling results locally, you should switch this off.==Sollten Sie Ihre Crawling Ergebnisse lokal ben&ouml;tigen, dann deaktivieren Sie diese Funktion. If you need your crawling results locally, you should switch this off.==Sollten Sie Ihre Crawling Ergebnisse lokal ben&ouml;tigen, dann deaktivieren Sie diese Funktion.
@ -1581,7 +1581,7 @@ Enabled: Updating periodically to file==Aktiv: Periodisches Update in Datei
Last upload:==Letzter Upload: Last upload:==Letzter Upload:
Online-mode==Onlinemodus Online-mode==Onlinemodus
You are in <i>Cache-browsing</i> mode.==Sie sind im <i>Cache</i> Modus. You are in <i>Cache-browsing</i> mode.==Sie sind im <i>Cache</i> Modus.
Only Website from the Proxycache are accessable.==Nur Webseiten aus dem Proxycache sind aufrufbar. Only Website from the Proxycache are accessable.==Nur Webseiten aus dem Proxycache sind abrufbar.
To switch online-mode, press one of the following buttons:==Um den Online Modus zu wechseln, klicken Sie auf einen der folgenden Buttons: To switch online-mode, press one of the following buttons:==Um den Online Modus zu wechseln, klicken Sie auf einen der folgenden Buttons:
"event-based Mode"=="aktivit&auml;tsbasierten Modus" "event-based Mode"=="aktivit&auml;tsbasierten Modus"
"Permanent Mode"=="Permanenter Modus" "Permanent Mode"=="Permanenter Modus"

@ -1,7 +1,7 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<project name="YACY - SOAP API" default="dist"> <project name="YACY - SOAP API" default="dist">
<description> <description>
A SOAP API for Yacy A SOAP API for YaCy
</description> </description>
<property name="addonShortName" value="Soap"/> <property name="addonShortName" value="Soap"/>

@ -16,12 +16,17 @@
port = 8080 port = 8080
# SSL support: # SSL support:
#
# For a German manual see http://yacy-websuche.de/wiki/index.php/De:Interface%C3%9CberHTTPS
#
# English speaking user read below:
#
# With this you can access your peer using https://localhost:8080 # With this you can access your peer using https://localhost:8080
# #
# There are two possibilities to specify which certificate should # There are two possibilities to specify which certificate should
# be used by YaCy. # be used by YaCy.
# #
# 1) Create a new Certificate: # 1) Create a new certificate:
# #
# *) For testing purposes, you can create a keystore with a self-signed certificate, # *) For testing purposes, you can create a keystore with a self-signed certificate,
# using the following command: # using the following command:
@ -42,7 +47,7 @@ port = 8080
# #
# If the property keyStore is not specified, then a new keystore file # If the property keyStore is not specified, then a new keystore file
# DATA/SETTINGS/myPeerKeystore will be created. # DATA/SETTINGS/myPeerKeystore will be created.
#
keyStore = keyStore =
keyStorePassword = keyStorePassword =
pkcs12ImportFile = pkcs12ImportFile =
@ -130,11 +135,9 @@ htLocaleSelection=default
fileHost = localpeer fileHost = localpeer
# root path for message files # root path for message files
messPath = C:/AnomicServer # messPath = C:/AnomicServer
# specify the path to the MIME matching file table
mimeConfig = httpd.mime
# UNUSED:
# specify the path to message resource file # specify the path to message resource file
messConfig = httpd.messages messConfig = httpd.messages
@ -293,7 +296,7 @@ adminAccountBase64MD5=
# - File # - File
# - Scp (only if you have installed the optional addon) # - Scp (only if you have installed the optional addon)
# #
seedUploadMethod= seedUploadMethod=none
# The URL to the seed list file # The URL to the seed list file
seedURL= seedURL=
@ -690,7 +693,7 @@ CRDist1Method = 9
CRDist1Percent = 30 CRDist1Percent = 30
CRDist1Target = kaskelix.de:8080,yacy.dyndns.org:8000,suma-lab.de:8080 CRDist1Target = kaskelix.de:8080,yacy.dyndns.org:8000,suma-lab.de:8080
# # Hash of the peer, you would like to store to the data your installation collected.
storagePeerHash = storagePeerHash =
# Search sequence settings # Search sequence settings

Loading…
Cancel
Save