[ 
http://jira.codehaus.org/browse/MRM-645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_119631
 ] 

Daniel Harvey commented on MRM-645:
-----------------------------------

Wendy/Brett,

OK. I got a bit confused for a while regarding the "disappearance" of the left 
hand menu... until I worked out that you've hidden it using CSS in the site 
module's site.css file:

{code}
#leftColumn {
  display: none !important
}
{code}

So here is where I'm up to:
# I can easily keep the "Get Involved" and "Project Information" pages in the 
site module as per Wendy's comment. 
# However, I think that removing the left hand menu from these pages is *very* 
unhelpful and confusing (i.e. the site.css modification above) as well as 
inconsistent with all of the pages in the archiva-docs module.
# So, how do I hide the menu from the front page (index) and show it for the 
other pages in the site module? I see two options given the standard Maven site 
build:
## Add some JavaScript to the front page (index) to add the "display: none" CSS 
at page render time; or
## Move the front page into a module of its own under the site module.

Obviously, I can leave the menu hidden for all "site" pages but I'm voting 
against this. I'm also not completely happy with either of my suggestions 
above. What do you think?

Please let me know your thoughts and I will adjust the patch in time for the 
1.0.1 release...

> "Getting Involved in the Archiva Project" page contains errors
> --------------------------------------------------------------
>
>                 Key: MRM-645
>                 URL: http://jira.codehaus.org/browse/MRM-645
>             Project: Archiva
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 1.0
>            Reporter: Daniel Harvey
>            Assignee: Brett Porter
>            Priority: Minor
>             Fix For: 1.0.1
>
>         Attachments: get-involved.html, MRM-645-archiva-docs.patch, 
> MRM-645-archiva-site.patch
>
>
> The "Getting Involved in the Archiva Project" page 
> http://maven.apache.org/archiva/get-involved.html
> contains errors (see attached).
> Several other related suggestions:
> # The front page (http://maven.apache.org/archiva/) contains a link to the 
> above page, but the LHS navigation does not. It would usually go under 
> "Community" or similar...
> # The LHS navigation should contain a direct link to the Wiki - it's a  
> little difficult to find (I had to Google it :-()

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to