From | John R. McPherson |
Date | Thu, 27 Jun 2002 12:14:26 +1200 |
Subject | Re: Macro Language query |
In-Reply-To | (002b01c21d04$4747aeb0$6d809e89-cs-uct-ac-za) |
> Dynal Patel wrote:
> > Hello > > I am wondering if anyone out there has any experience with the macro > language. I am trying to familiarize myself with it. > > 1. Are there any manuals explaining how the micro-language works? > > At the moment I am trying to create a simple page that has a few links and a > search box. The file is attached to this e-mail. > > > 1. <h3>_textabcol_</h3> why can I not do this? > > 2. <center> > > _navigationbar_ > > </center> > > _query:queryform_ > > <p>_iconblankbar_ > > with this I get the searchbox but i get an error when trying to search for a > document. It says something like error creating CGI arguments. Hi,
With greenstone's cgi arguments, you can set a=p (for which
package mypackage _content_ {<h1>Hello</h1>
Goodbye!
_welcome_ {foo bar}
Hope this helps, John McPherson |