diff --git a/defaults/yacy.init b/defaults/yacy.init index 2d6709495..e51846232 100644 --- a/defaults/yacy.init +++ b/defaults/yacy.init @@ -243,9 +243,13 @@ parseableExt=html,htm,txt,php,shtml,asp,aspx,jsp # These strings appear in the Web Mask of the YACY search client # Set these Strings to cusomize your peer and give any message to # other peer users -promoteSearchPageGreeting = +promoteSearchPageGreeting = P2P Web Search # if the following property is set to true, the network name is used as greeting promoteSearchPageGreeting.useNetworkName = false +# the following attributes can be used to define a custom image and home page on the search page +promoteSearchPageGreeting.homepage = http://yacy.net +promoteSearchPageGreeting.largeImage = /env/grafics/YaCyLogo_120ppi.png +promoteSearchPageGreeting.smallImage = /env/grafics/YaCyLogo_60ppi.png # the path to the PLASMA database of the web spider dbPath=DATA/PLASMADB diff --git a/htroot/ConfigSkins_p.html b/htroot/ConfigSkins_p.html index 47521b4e0..4448f8c7d 100644 --- a/htroot/ConfigSkins_p.html +++ b/htroot/ConfigSkins_p.html @@ -26,7 +26,7 @@
Unable to get URL: #[url]#
::Error saving the skin.
#(/status)# + ++ The search page may be customized. You can change the 'corporate identity'-images, the greeting line + and a link to a home page that is reached when the 'corporate identity'-images are clicked. +
+ + ++ The search page can be integrated in your own web pages with an iframe. Simply use the following code: +
+
+ <iframe name="target" + src="http://#[myaddress]#/index.html?display=2&resource=local" + width="100%" + height="560" + frameborder="0" + scrolling="auto" + id="target"> + </iframe> ++ This would look like: + + #%env/templates/footer.template%#