You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by Claude Warren <cl...@xenei.com> on 2014/10/13 08:46:19 UTC

web site menu

Where is the website menu data stored?  Specifically I want to add another
link to the "Learn" section.

Claude

-- 
I like: Like Like - The likeliest place on the web
<http://like-like.xenei.com>
LinkedIn: http://www.linkedin.com/in/claudewarren

Re: web site menu

Posted by Damian Steer <d....@bris.ac.uk>.
On 13/10/14 09:23, Andy Seaborne wrote:

> To search for things, I use some variation on:
> 
> find . -name javadoc -prune -o -name .svn -prune  -o -type f -print \
>   | xargs grep .....

Try ack: (ack-grep on debian, ubuntu, et al)

<http://beyondgrep.com/>

Damian

-- 
Damian Steer
Senior Technical Researcher
Research IT
+44 (0) 117 928 7057

Re: web site menu

Posted by Andy Seaborne <an...@apache.org>.
On 13/10/14 07:46, Claude Warren wrote:
> Where is the website menu data stored?  Specifically I want to add another
> link to the "Learn" section.
>
> Claude
>

To search for things, I use some variation on:

find . -name javadoc -prune -o -name .svn -prune  -o -type f -print \
   | xargs grep .....

	Andy


Re: web site menu

Posted by Rob Vesse <rv...@dotnetrdf.org>.
Under the root for the website:

templates/skeleton.html

Rob

On 13/10/2014 07:46, "Claude Warren" <cl...@xenei.com> wrote:

>Where is the website menu data stored?  Specifically I want to add another
>link to the "Learn" section.
>
>Claude
>
>-- 
>I like: Like Like - The likeliest place on the web
><http://like-like.xenei.com>
>LinkedIn: http://www.linkedin.com/in/claudewarren