[email protected] a écrit : > I use postproc lines to change the headers where necessary: > > add text to the title: > %!postproc(xhtml): '</title>' ' - friendly matches, Sunday cricket, > Surrey & Hants</title>' > That means that you are using something like %!include(html):header.html, no? As I said, I use --no-headers *and* (automatic, ie Makefile) concatenation of the header.html and the file obtained from txt2tags. This way, I don't have to remember to add a %!include at the beginning of *all* of my file, or to put, as you suggest, the real title in the config part of my t2t files.
Your answer is interesting and achieves what I was asking for but I do not find it really easy. Maybe it's personnal? :) > add meta tags: > %!postproc(xhtml): '<meta' '<meta name="description" content="Cricket > friendlies" />\n<meta' > This trick is really interesting. Thanks. > I think something similar is used in the t2t website too. > You are right. I should have a look at this very example... Cheers, Emmanuel -- GdT "Modélisation et Vérification", tous les jeudi 12h45, salle 102 Prochain exposé: http://www.lif.univ-mrs.fr/spip.php?article320#prochain ------------------------------------------------------------------------------ Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use existing skills and code to build responsive, highly engaging applications that combine the power of local resources and data with the reach of the web. Download the Adobe AIR SDK and Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com _______________________________________________ txt2tags-list mailing list https://lists.sourceforge.net/lists/listinfo/txt2tags-list
