#%env/templates/metas.template%# #%env/templates/header.template%# #%env/templates/submenuPortalIntegration.template%#

Integration of a Search Portal

If you like to integrate YaCy as portal for your web pages, you may want to change icons and messages on the search page. 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. To change also colours and styles use the Appearance Servlet for different skins and languages.

Greeting Line
URL of Home Page
URL of a Small Corporate Image
URL of a Large Corporate Image
Default Pop-Up Page
Status Page  Search Front Page  Search Page (small header)  Interactive Search Page 
  

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:

For a search page with a small header, use this code:

      <iframe name="target"
       src="http://#[myaddress]#/yacysearch.html?display=2&resource=local"
       width="100%"
       height="560"
       frameborder="0"
       scrolling="auto"
       id="target"> 
      </iframe>  
    
This would look like:

A third option is the interactive search. Use this code:

      <iframe name="target"
       src="http://#[myaddress]#/yacyinteractive.html?display=2"
       width="100%"
       height="560"
       frameborder="0"
       scrolling="auto"
       id="target"> 
      </iframe>  
    
This would look like: #%env/templates/footer.template%#