Lotus domino

Nouveau WRInaute
Bonjour à tous,
je suis confronté à un soucis d'intégration de balises meta ; mon client a un site en Lotus domino et me dit qu'il ne peut pas intégrer une balise keywords car sous lotus, c'est plus compliqué et qu'il faut donc trouver une autre solution (y'a des headers formatés ou un truc dans ce genre)
Donc avez-vous des infos pour intégrer des metas dans du lotus domino ?
Merci de votre aide
 
WRInaute discret
Salut,
Certains éléments Domino le permettent, d'autres non.
Peux-tu me donner la structure du site ? càd l'enchainement des éléments (si agencement de cadres est lancé, un masque, ...)
ou si le site est deja en ligne, l'url. :lol:
 
Nouveau WRInaute
voici une réponse pour l'intégration de metas
le texte est estrait du lien suivant http://ibm.advisor.com/doc/05018


I developed this approach recently while trying to "fine tune" the META tags
on our company's IBM Lotus Domino-based Web site. My goal was to maintain
the META tags for our pages centrally, and without the distraction of
debugging formula syntax constantly.

Instead of re-typing HTML META tags into each form or page design, in the
$HTMLHead field in Domino 4, or the HTML Head Content property in Domino 5,
build a simple @DbLookup to a document containing the text of your META
tags.

This approach allows you to easily maintain all of your meta tags in one
central location, eliminates the annoyance of having to format all of your
embedded quotes with "\" in formulas, and makes reuse of the META tags very
easy. You can easily expand on this concept to maintain META tags for
specific pages and/or forms.

1. Create a simple lookup by creating a "Keyword" form with two editable
text fields, Keyword and Content. Build a two column view which displays all
keyword forms sorted by Keyword name in the first column, and Content data
in the second column.

2. Create a "Keyword" document. In the Keyword field specify "METATAGS". In
the Content field put the HTML META tags. For example, <META name="keywords"
content="Domino,Lotus,Notes">

3. Add a @DbLookup formula to the Domino 4 $HTMLHead field(R4), or the
Domino 5 HTML Head Content property of your page or form:
metaResults := @DbLookup("":"Nocache";"";"Keywords";"METATAGS";2);
@If(@IsError(metaResults);"";metaResults)

When you web page is rendered by Domino and sent to the browser, your META
tags are automatically included.
 
WRInaute discret
oui, tu n'a pas de frame donc il n'y a pas de problème pour les META, tu peux les insérer dans les documents.
Ton menu est bien fait, (pour un menu en notes).
Est-ce une vue ?
 
Nouveau WRInaute
Je suis consultant domino depuis 10 ans, lotus domino est un peu particulier , mais il est possible de mettre des meta, et meme des headers HTTP custom si nécessaire
Je peut le faire selon vos indications, envoyez moi la base NSF par email
voir mon site perso pour plus d'info sur moi..
 
Haut