You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@archiva.apache.org by "Daniel Harvey (JIRA)" <ji...@codehaus.org> on 2007/12/27 04:51:57 UTC

[jira] Created: (MRM-645) "Getting Involved in the Archiva Project" page contains errors

"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
            Priority: Minor
         Attachments: get-involved.html

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

        

[jira] Updated: (MRM-645) "Getting Involved in the Archiva Project" page contains errors

Posted by "Daniel Harvey (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MRM-645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Harvey updated MRM-645:
------------------------------

    Attachment: MRM-645-archiva-docs.patch
                MRM-645-archiva-site.patch

Hi Wendy/Brett,

Please find attached the following patches:
- {{MRM-645-archiva-site.patch}}
- {{MRM-645-archiva-docs.patch}}

Firstly, an observation: The _"Get involved"_ and _"Follow the latest"_ pages are the only pages (apart from the front page) served out of the "site" module as opposed to the "archiva-docs" module. The implication of this is that they currently do not have the LHS menu (no site.xml). As a result, my patch proposes to shift the _"Get involved"_ page to the archiva-docs module to gain the benefit of a consistent menu. Thoughts? Should the _"Follow the latest"_ page be shifted as well?

So, the attached patches make the following changes:
- NEW: Moves the "Get Involved" page from the site module to the archiva-docs module.
- UPDATED: Fills out the "Get involved" {{src/site/apt/get-involved.apt}} page with Archiva specific information and links back to the appropriate pages within the Maven project for more information (why write it twice:-)).
- NEW: Adds the "Project Information" into the archiva-docs module including a link within {{site.xml}}.

Current issues:
# The mailing lists picked up by the project-info-reports plugin appears incomplete to me compared to the live site (http://maven.apache.org/archiva/mail-lists.html) - it appears to be missing the general Maven lists. This may be simply due to the fact that I only checked out the site and archiva-docs modules. Can you please confirm?
# The SCM URLs are specific to the archiva-docs module and not general to the entire Archiva project. How should this be addressed?

Notes:
# In order to link the site and archiva modules in the published "site", I simply ran "mvn site" in the respective folders and applied the following soft link   
{code}
cd archiva-site
mkdir target/site/docs
ln -s ../../../../archiva-docs/target/site target/site/docs/1.0
{code}
This appears to be sufficient for me to test the publish site. OK?
# I checked out http://svn.apache.org/repos/asf/maven/archiva/parent to build to sites and had templating problems using version 2.0-beta-6 of the maven-site-plugin. For my testing I dropped this back to version 2.0-beta-5. FYI.

Let me know how you get on testing this patch and let me know if any changes are required.

Cheers,
Daniel.


> "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

        

[jira] Commented: (MRM-645) "Getting Involved in the Archiva Project" page contains errors

Posted by "Wendy Smoak (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MRM-645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_119632 ] 

Wendy Smoak commented on MRM-645:
---------------------------------

The menu was intentionally removed from the top-level site.  Brett designed it, and it was discussed on the dev list.  Here's the first thread, you can search the list archives for others:

 * http://www.nabble.com/Site-and-parent-changes-td13688830.html

The 'docs' module is separate and there's no need for it to match the top level site.  Since there will be a versioned 'docs' module for each public release, they may not even match each other as things progress and changes are made.

I think all we need to do for this issue is add content to the 'getting involved' page-- text and links to pages such as mail-lists.html that are generated by the project info reports plugin.

Then some attention needs to be paid to the site navigation, since you can't get back to the home page from the other pages within the top level site.  Let's take that up on the dev list or open a separate issue.

BTW, I solved the mystery of why the mail-lists.html page wasn't getting generated.  The pom had mailing-lists rather than mailing-list.  Intuitive, isn't it? :)


> "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

        

[jira] Commented: (MRM-645) "Getting Involved in the Archiva Project" page contains errors

Posted by "Wendy Smoak (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MRM-645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_118172 ] 

Wendy Smoak commented on MRM-645:
---------------------------------

I re-published the site, and http://maven.apache.org/archiva/get-involved.html looks fine now.   Leaving this open for changes to the menus.

> "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
>            Priority: Minor
>             Fix For: 1.0.1
>
>         Attachments: get-involved.html
>
>
> 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

        

[jira] Updated: (MRM-645) "Getting Involved in the Archiva Project" page contains errors

Posted by "Maria Odea Ching (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MRM-645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Maria Odea Ching updated MRM-645:
---------------------------------

    Fix Version/s: 1.0.1

> "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
>            Priority: Minor
>             Fix For: 1.0.1
>
>         Attachments: get-involved.html
>
>
> 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

        

[jira] Commented: (MRM-645) "Getting Involved in the Archiva Project" page contains errors

Posted by "Wendy Smoak (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MRM-645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_119240 ] 

Wendy Smoak commented on MRM-645:
---------------------------------

> As a result, my patch proposes to shift the "Get involved" page to the archiva-docs module

The 'docs' module is intended for version-specific information.  I think 'getting involved' is a generic topic and belongs in the top-level 'site' module.

> "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

        

[jira] Closed: (MRM-645) "Getting Involved in the Archiva Project" page contains errors

Posted by "Wendy Smoak (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MRM-645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wendy Smoak closed MRM-645.
---------------------------

    Resolution: Fixed

Thanks again.  I also changed the links to /docs/current so they don't have to be edited every time.

> "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: Wendy Smoak
>            Priority: Minor
>         Attachments: get-involved.html, MRM-645-archiva-docs.patch, MRM-645-archiva-site-minor-path-fix.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

        

[jira] Commented: (MRM-645) "Getting Involved in the Archiva Project" page contains errors

Posted by "Daniel Harvey (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MRM-645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_118175 ] 

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

Thanks, the syntax errors are fixed. Quick question however: Shouldn't the "Getting Involved" page have links to JIRA, Wiki, mailing lists, subversion and the like?

> "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
>
>
> 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

        

[jira] Closed: (MRM-645) "Getting Involved in the Archiva Project" page contains errors

Posted by "Wendy Smoak (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MRM-645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wendy Smoak closed MRM-645.
---------------------------

         Assignee: Wendy Smoak  (was: Brett Porter)
       Resolution: Fixed
    Fix Version/s:     (was: 1.0.1)

Fixed in r611367.  (Unsetting fix version since the top-level site isn't included in the release.)

Thanks for the patch!

> "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: Wendy Smoak
>            Priority: Minor
>         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

        

[jira] Reopened: (MRM-645) "Getting Involved in the Archiva Project" page contains errors

Posted by "Daniel Harvey (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MRM-645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Harvey reopened MRM-645:
-------------------------------


Minor mistake in the two links to the Archiva user/admin guides when the patch was adjusted from the docs to the site module. Will attach patch.

> "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: Wendy Smoak
>            Priority: Minor
>         Attachments: get-involved.html, MRM-645-archiva-docs.patch, MRM-645-archiva-site-minor-path-fix.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

        

[jira] Commented: (MRM-645) "Getting Involved in the Archiva Project" page contains errors

Posted by "Daniel Harvey (JIRA)" <ji...@codehaus.org>.
    [ 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

        

[jira] Assigned: (MRM-645) "Getting Involved in the Archiva Project" page contains errors

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MRM-645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett Porter reassigned MRM-645:
--------------------------------

    Assignee: Brett Porter

> "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
>
>
> 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

        

[jira] Commented: (MRM-645) "Getting Involved in the Archiva Project" page contains errors

Posted by "Daniel Harvey (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MRM-645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_118183 ] 

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

Will do.

> "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
>
>
> 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

        

[jira] Commented: (MRM-645) "Getting Involved in the Archiva Project" page contains errors

Posted by "Wendy Smoak (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MRM-645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_118182 ] 

Wendy Smoak commented on MRM-645:
---------------------------------

Of course it should.  Since you've already tracked down some of the links, perhaps you'd like to patch the docs?  Here's how to check out the source:

   svn co http://svn.apache.org/repos/asf/maven/archiva/site/ archiva-site

Just ask on the Archiva dev list if you need help. :)  http://maven.apache.org/archiva/mail-lists.html

(If it complains that it can't find the parent pom, just change the parent version to '1' so it will build locally.  I recently moved to 2-SNAPSHOT to pick up a new mailing list.)

> "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
>
>
> 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

        

[jira] Commented: (MRM-645) "Getting Involved in the Archiva Project" page contains errors

Posted by "Daniel Harvey (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MRM-645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_119243 ] 

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

OK. 

Can you please give me a pointer with the site plugin as to how I generate pages within the top level site module and the docs module which share the same left-hand menu?

Or do need to "duplicate" the site.xml and provide manual links in order to make the left-hand menus look/behave the same?

> "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

        

[jira] Commented: (MRM-645) "Getting Involved in the Archiva Project" page contains errors

Posted by "Wendy Smoak (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MRM-645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_119636 ] 

Wendy Smoak commented on MRM-645:
---------------------------------

No need to re-do the patch.  I took the getting-involved page content from one of the patches already attached here, and adjusted the links.  Check the site in an hour or so and it should be there.

> "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: Wendy Smoak
>            Priority: Minor
>         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

        

[jira] Commented: (MRM-645) "Getting Involved in the Archiva Project" page contains errors

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MRM-645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_118173 ] 

Brett Porter commented on MRM-645:
----------------------------------

still need to write the content too

> "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
>
>
> 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

        

[jira] Updated: (MRM-645) "Getting Involved in the Archiva Project" page contains errors

Posted by "Daniel Harvey (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MRM-645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Harvey updated MRM-645:
------------------------------

    Attachment: MRM-645-archiva-site-minor-path-fix.patch

Fixes error with links to Archiva user/admin guides.

> "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: Wendy Smoak
>            Priority: Minor
>         Attachments: get-involved.html, MRM-645-archiva-docs.patch, MRM-645-archiva-site-minor-path-fix.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

        

[jira] Commented: (MRM-645) "Getting Involved in the Archiva Project" page contains errors

Posted by "Daniel Harvey (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MRM-645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_119635 ] 

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

Thanks for the info. I will finalise the patch later today (need to go out for a while now). I agree that we fix the content now and sort out the navigation later.

PS Nice one on the "mailing-list<s>". Might need to JIRA that one as there is no error message and the logging says "[INFO] Generate "Mailing Lists" report." (with the "s"). Real intuitive :-)

> "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: Wendy Smoak
>            Priority: Minor
>         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