Breadcrumb Problems (Re: [WM] Any WebMake Activity?)

Brian Wisti brian.coolnamehere.com
Sun Mar 16 16:56:11 GMT 2003


Hi Robin,

(CC'ing the list so anyone else can look at this in the archives)

Hey, don't worry about not speaking any programming languages.  You're 
doing pretty good so far!

You might want to start the same way I did, by pasting the example in the 
Webmake documentation page for sitemap:

-----
         <content name=sitemapnode map=false>
           <li>
             <a href=$(url)>${title}</a>: $[${name}.abstract]<br>
             <!-- don't forget to list the sub-items -->
             <ul> ${list} </ul>
           </li>
         </content>

         <content name=sitemapleaf map=false>
           <li>
             <a href=$(url)>${title}</a>: $[${name}.abstract]<br>
           </li>
           </li>
         </content>

         <sitemap name=mainsitemap node=sitemapnode leaf=sitemapleaf />

         <out name=map file=sitemap_html/map.html>
           ${header}${mainsitemap}${footer}
         </out>

-----

This is what I've done, and I've only started to stretch past that sample 
recently.  If you have any questions, throw them to the list and someone 
will try to answer.  I have been messing with WebMake for ... oh jeez, a 
couple years now!  Anyways, with all that experience, I might be able to 
help you with the basic questions.  And somebody else here can help 
out.  You know, one of the smart people ;-)

-Brian W

At 07:46 PM 3/16/2003 -0500, you wrote:
>* Brian Wisti <brian at coolnamehere.com> writes:
> > Hi Robin,
> >
> > I was taking a quick look at your wmk file, and wondered if I could be
> > helpful.  Here's the snippet that caught my attention:
> >
> > <sitemap name=mainsitemap node=sitemapnode leaf=sitemapleaf>
> > <wmmeta name=title value="WebMake Sample: site map" />
> > <wmmeta name=Abstract value="Map of the site" />
> > </sitemap>
> >
> > So my question for you is "Where are sitemapnode and sitemapleaf
> > defined?"
>
>That's a good question I cannot answer. The first person to give the
>correct answer will get a free SA-enabled account on mail.socha.net :-)
>
> > I can't find it in your file, but I might just be having problems with
> > green-on-grey :-)
>
>Uhhh... yeah, I didn't mess with the colours I stole from somewhere. I'm
>having a really hard time understanding webmake because I just do not
>speak a single programming language :-)

Brian Wisti
brian at coolnamehere.com
http://coolnamehere.com/





More information about the Webmake-talk mailing list