Ok, the 08.03 commit ;-)

Added nice graphic for the 1-2-3-interface.
Used one graphic less (check.png-->ok.png). Saves disk/download-space. 
Updated italian translation.
Deleted my old version of the changelog as we have a new one.
Many corrections to the spelling.

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1791 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
rramthun 19 years ago
parent 8c6f38fe70
commit c2f8318b4f

@ -1,38 +0,0 @@
YaCy CHANGELOG
--------------
2005.08.21 | YaCy 0.41 (vorne wird das Release-Datum von 0.41 eingesetzt)
FEATURE: Server | Now supports virtual header field IS_ADMIN, to show certain information only to peer-owner [Alexander]
CHANGE: GUI | Improved german translation [Roland, Oliver Wunder]
CHANGE: Wiki | Better implementation of definition lists [Marc Nause]
CHANGE: Wiki | Implemented citings (blockquote) [Marc Nause]
CHANGE: DHT | If there are at most 10 entries left while doing an index transfer, these entries will also be appended to the index list [Martin]
CHANGE: Crawler | Before the crawler retries to download an URL it checks if the server is already doing a shutdown [Martin]
CHANGE: Crawler | Using timeout also to establish a connection [Martin]
BUGFIX: ?????? | Trying to solve "de.anomic.plasma.plasmaSwitchboard.deQueue': null" Bug [Martin]
--------------
Definitions:
Feature: Something completely new.
Change: Additions or changes to an existing part
Bugfix: Fix for an misbehaviour
Available Categories (to be continued?!):
GUI
Server (HTTP, Files)
Proxy
Crawler
Parser
Indexer
DHT
IndexDB
PeerDB
Scripts
Wiki
Message
YacyBar

@ -23,13 +23,13 @@ Your YaCy Peer needs some basic information to operate properly
<form action="ConfigBasic.html" method="post" enctype="multipart/form-data"> <form action="ConfigBasic.html" method="post" enctype="multipart/form-data">
<ol> <ol>
<li>#(statusName)#<img src="/env/grafics/excl.png">Your peer name has not been customized; please set your own peer name::<img src="/env/grafics/check.png">You have a nice peer name#(/statusName)#<br> <li>#(statusName)#<img src="/env/grafics/warning.png">Your peer name has not been customized; please set your own peer name::<img src="/env/grafics/ok.png" height="32px" width="32px">You have a nice peer name#(/statusName)#<br>
Peer Name: <input type="text" name="peername" value="#[defaultName]#" size="16" maxlength="32"><br></li> Peer Name: <input type="text" name="peername" value="#[defaultName]#" size="16" maxlength="32"><br></li>
<li>#(statusPassword)#<img src="/env/grafics/excl.png">Please set a password for your peer to protect your settings::<img src="/env/grafics/check.png">Password is set#(/statusPassword)#<br> <li>#(statusPassword)#<img src="/env/grafics/warning.png">Please set a password for your peer to protect your settings::<img src="/env/grafics/ok.png" height="32px" width="32px">Password is set#(/statusPassword)#<br>
Peer User: <input type="text" name="adminuser" value="#[defaultUser]#" size="16" maxlength="32"><br> Peer User: <input type="text" name="adminuser" value="#[defaultUser]#" size="16" maxlength="32"><br>
Peer Password: <input type="text" name="adminpw1" value="" size="16" maxlength="32"><br> Peer Password: <input type="text" name="adminpw1" value="" size="16" maxlength="32"><br>
Peer Password: <input type="text" name="adminpw2" value="" size="16" maxlength="32"><br></li> Peer Password: <input type="text" name="adminpw2" value="" size="16" maxlength="32"><br></li>
<li>#(statusPort)#<img src="/env/grafics/excl.png">Your peer cannot be reached from outside; please open your firewall for this port and/or set a virtual server option in your router to allow connections on this port::<img src="/env/grafics/check.png">Your peer can be reached by other peers#(/statusPort)#<br> <li>#(statusPort)#<img src="/env/grafics/warning.png">Your peer cannot be reached from outside; please open your firewall for this port and/or set a virtual server option in your router to allow connections on this port::<img src="/env/grafics/check.png">Your peer can be reached by other peers#(/statusPort)#<br>
Peer Port: <input type="text" name="port" value="#[defaultPort]#" size="5" maxlength="5"><br></li> Peer Port: <input type="text" name="port" value="#[defaultPort]#" size="5" maxlength="5"><br></li>
</ol> </ol>
<br>&nbsp;&nbsp;&nbsp;&nbsp;<input type="submit" name="set" value="Set Configuration"> <br>&nbsp;&nbsp;&nbsp;&nbsp;<input type="submit" name="set" value="Set Configuration">

@ -106,8 +106,8 @@
</table> </table>
</p> </p>
#(progressbar)#:: #(progressbar)#::
Progress towards the next Peer: #[percent]#%.<br /> Progress towards the next peer: #[percent]#%.<br />
At current PPM you will reach him #(timemessage)#in a unknown time::in #[time]#::never, because he is faster than you#(/timemessage)#.<br /> At current PPM you will reach him #(timemessage)#in an unknown time::in #[time]#::never, because he is faster than you#(/timemessage)#.<br />
<!--#{percent}#<img src="/env/grafics/green-block.png">#{/percent}##{percent2}#<img src="/env/grafics/red-block.png">#{/percent2}#--> <!--#{percent}#<img src="/env/grafics/green-block.png">#{/percent}##{percent2}#<img src="/env/grafics/red-block.png">#{/percent2}#-->
<div height="20" style="border-style:solid; border-width:1px; border-color:#CAD5E3"> <div height="20" style="border-style:solid; border-width:1px; border-color:#CAD5E3">
<img src="env/grafics/green_bar.gif" width="#[percent]#%" height="20" alt=""><img src="env/grafics/red_bar.gif" width="#[percent2]#%" height="20" alt=""> <img src="env/grafics/green_bar.gif" width="#[percent]#%" height="20" alt=""><img src="env/grafics/red_bar.gif" width="#[percent2]#%" height="20" alt="">

@ -1,8 +1,8 @@
# Mozilla/YACY plug-in # Mozilla/YACY plug-in
<search <search
name="YACY" name="YaCy"
description="Anomic YACY Search" description="YaCy P2P Websearch"
method="GET" method="GET"
action="http://#[host]#:#[port]#/index.html" action="http://#[host]#:#[port]#/index.html"
queryEncoding="utf-8" queryEncoding="utf-8"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 988 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 KiB

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.0 KiB

After

Width:  |  Height:  |  Size: 7.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

@ -92,7 +92,7 @@
<p>#[dir]#</p> <p>#[dir]#</p>
<hr> <hr>
<p class="small"> <p class="small">
Access of this page with the URL's: Access of this page with the URLs:
<a href="http://#[peeraddress]#/share/" class="tt">http://#[peeraddress]#/share/</a>, or <a href="http://#[peeraddress]#/share/" class="tt">http://#[peeraddress]#/share/</a>, or
<a href="http://share.#[peerdomain]#.yacy" class="tt">http://share.#[peerdomain]#.yacy</a> from within the YaCy network. <a href="http://share.#[peerdomain]#.yacy" class="tt">http://share.#[peerdomain]#.yacy</a> from within the YaCy network.
</p> </p>

File diff suppressed because it is too large Load Diff

@ -47,7 +47,7 @@ htDocsPath = DATA/HTDOCS
# the first one is priorized # the first one is priorized
defaultFiles = index.html,default.html,search.html,console.html,control.html,welcome.html,wiki.html,forum.html,blog.html,email.html,content.html,monitor.html,share.html,dir.html,readme.txt defaultFiles = index.html,default.html,search.html,console.html,control.html,welcome.html,wiki.html,forum.html,blog.html,email.html,content.html,monitor.html,share.html,dir.html,readme.txt
# locale-options: yacy supports localization. # locale-options: YaCy supports localization.
# Web pages for special languages are located in the htLocalePath # Web pages for special languages are located in the htLocalePath
# The htLocaleLang defines a list of language options as <dir>/<named-language> # The htLocaleLang defines a list of language options as <dir>/<named-language>
# the <dir> must exist as sub-path to htLocalePath # the <dir> must exist as sub-path to htLocalePath

@ -22,9 +22,9 @@ InstType "Full"
ComponentText "This will install YaCy v0.43(Build 20060210) on your computer. Select which optional things you want to be installed." ComponentText "This will install YaCy v0.43(Build 20060210) on your computer. Select which optional things you want to be installed."
; The text to prompt the user to enter a directory ; The text to prompt the user to enter a directory
#DirText "If an old Version was installed into another locAtion(eg. AnomicHTTPProxy), you have to move the DATA Directory to the new location." #DirText "If an old Version was installed into another locAtion(eg. AnomicHTTPProxy), you have to move the DATA Directory to the new location."
DirText "Choose a directory to install in to:" DirText "Choose a directory to install into:"
LicenseText "You must agree the License to install YaCy" LicenseText "You must agree the license to install YaCy"
LicenseData "gpl.txt" LicenseData "gpl.txt"
Section "Binaries (required)" Section "Binaries (required)"
@ -182,10 +182,10 @@ SectionEnd
# CreateShortCut "$DESKTOP\start YACY.lnk" "" # CreateShortCut "$DESKTOP\start YACY.lnk" ""
#SectionEnd #SectionEnd
Section "YACY-Console on the Desktop" Section "YaCy-Console on the Desktop"
SectionIn 1 2 3 SectionIn 1 2 3
SetOutPath "$INSTDIR" SetOutPath "$INSTDIR"
CreateShortCut "$DESKTOP\YACY-Console.pif" "$INSTDIR\startYACY.bat" CreateShortCut "$DESKTOP\YaCy-Console.pif" "$INSTDIR\startYACY.bat"
SectionEnd SectionEnd
Section "Searchpage in the Quicklaunch" Section "Searchpage in the Quicklaunch"
@ -218,7 +218,7 @@ Section "Uninstall"
RMDir /r "$INSTDIR\addon" RMDir /r "$INSTDIR\addon"
Delete "$INSTDIR\*.*" Delete "$INSTDIR\*.*"
MessageBox MB_YESNO|MB_ICONQUESTION "Do you want to keep the Data?" IDYES keepdata MessageBox MB_YESNO|MB_ICONQUESTION "Do you want to keep the Data (i.e. if you want to reinstall later)?" IDYES keepdata
#delete all #delete all
RMDir /r "$INSTDIR" RMDir /r "$INSTDIR"

Loading…
Cancel
Save