[jira] Commented: (MNG-963) add "toplinks" configuration for FAQs

2005-11-02 Thread Johnny R. Ruiz III (JIRA)
[ http://jira.codehaus.org/browse/MNG-963?page=comments#action_49886 ] 

Johnny R. Ruiz III commented on MNG-963:


Done.  toplink=true.   Please apply patch of DOXIA-21.  Thanks.

> add "toplinks" configuration for FAQs
> -
>
>  Key: MNG-963
>  URL: http://jira.codehaus.org/browse/MNG-963
>  Project: Maven 2
> Type: Improvement
>   Components: maven-site-plugin
> Reporter: Brett Porter
> Assignee: Johnny R. Ruiz III
>  Fix For: 2.0.1

>
> Original Estimate: 3 hours
> Remaining: 3 hours
>
> need to be able to tell the FAQ whether to generate the top links.
> There are probably a few options for configuring the sinks:
> - put it in the fml file as metadata
> - add that configuration to the site mojo as various subsections that can be 
> passed as beans to doxia
> - add to site.xml

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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Commented: (MNG-963) add "toplinks" configuration for FAQs

2005-10-29 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-963?page=comments#action_49612 ] 

Brett Porter commented on MNG-963:
--

I think toplinks=true is a good default for both.

> add "toplinks" configuration for FAQs
> -
>
>  Key: MNG-963
>  URL: http://jira.codehaus.org/browse/MNG-963
>  Project: Maven 2
> Type: Improvement
>   Components: maven-site-plugin
> Reporter: Brett Porter
> Assignee: Johnny R. Ruiz III
>  Fix For: 2.0.1

>
> Original Estimate: 3 hours
> Remaining: 3 hours
>
> need to be able to tell the FAQ whether to generate the top links.
> There are probably a few options for configuring the sinks:
> - put it in the fml file as metadata
> - add that configuration to the site mojo as various subsections that can be 
> passed as beans to doxia
> - add to site.xml

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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Commented: (MNG-963) add "toplinks" configuration for FAQs

2005-10-29 Thread Lukas Theussl (JIRA)
[ http://jira.codehaus.org/browse/MNG-963?page=comments#action_49611 ] 

Lukas Theussl commented on MNG-963:
---

In m1, the default was toplink=true, ie top links were always generated by 
default. Can you make that the same here, or shall we change the default in m1?

> add "toplinks" configuration for FAQs
> -
>
>  Key: MNG-963
>  URL: http://jira.codehaus.org/browse/MNG-963
>  Project: Maven 2
> Type: Improvement
>   Components: maven-site-plugin
> Reporter: Brett Porter
> Assignee: Johnny R. Ruiz III
>  Fix For: 2.0.1

>
> Original Estimate: 3 hours
> Remaining: 3 hours
>
> need to be able to tell the FAQ whether to generate the top links.
> There are probably a few options for configuring the sinks:
> - put it in the fml file as metadata
> - add that configuration to the site mojo as various subsections that can be 
> passed as beans to doxia
> - add to site.xml

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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [jira] Commented: (MNG-963) add "toplinks" configuration for FAQs

2005-10-28 Thread Brett Porter

Yes, I think that's a good idea.

- Brett

Lukas Theussl wrote:


In m1 we specified the toplinks via a property (maven.faq.toplinks), 
should we also add this optional attribute to the fml file for m1-m2 
compatibility?


-Lukas


Johnny R. Ruiz III (JIRA) wrote:


   [ http://jira.codehaus.org/browse/MNG-963?page=comments#action_49279 ]
Johnny R. Ruiz III commented on MNG-963:


I submitted patch for DOXIA-21.  
[top] links will be generated if attribute toplink="true".


eg. 



Is this OK?

 


add "toplinks" configuration for FAQs
-

Key: MNG-963
URL: http://jira.codehaus.org/browse/MNG-963
Project: Maven 2
   Type: Improvement
 Components: maven-site-plugin
   Reporter: Brett Porter
   Assignee: Johnny R. Ruiz III
Fix For: 2.0.1
  



 


Original Estimate: 3 hours
   Remaining: 3 hours

need to be able to tell the FAQ whether to generate the top links.
There are probably a few options for configuring the sinks:
- put it in the fml file as metadata
- add that configuration to the site mojo as various subsections that 
can be passed as beans to doxia

- add to site.xml
  



 




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Commented: (MNG-963) add "toplinks" configuration for FAQs

2005-10-27 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-963?page=comments#action_49443 ] 

Brett Porter commented on MNG-963:
--

sounds good to me

> add "toplinks" configuration for FAQs
> -
>
>  Key: MNG-963
>  URL: http://jira.codehaus.org/browse/MNG-963
>  Project: Maven 2
> Type: Improvement
>   Components: maven-site-plugin
> Reporter: Brett Porter
> Assignee: Johnny R. Ruiz III
>  Fix For: 2.0.1

>
> Original Estimate: 3 hours
> Remaining: 3 hours
>
> need to be able to tell the FAQ whether to generate the top links.
> There are probably a few options for configuring the sinks:
> - put it in the fml file as metadata
> - add that configuration to the site mojo as various subsections that can be 
> passed as beans to doxia
> - add to site.xml

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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [jira] Commented: (MNG-963) add "toplinks" configuration for FAQs

2005-10-26 Thread Lukas Theussl


In m1 we specified the toplinks via a property (maven.faq.toplinks), 
should we also add this optional attribute to the fml file for m1-m2 
compatibility?


-Lukas


Johnny R. Ruiz III (JIRA) wrote:

   [ http://jira.codehaus.org/browse/MNG-963?page=comments#action_49279 ] 


Johnny R. Ruiz III commented on MNG-963:


I submitted patch for DOXIA-21.   


[top] links will be generated if attribute toplink="true".

eg.  




Is this OK?

 


add "toplinks" configuration for FAQs
-

Key: MNG-963
URL: http://jira.codehaus.org/browse/MNG-963
Project: Maven 2
   Type: Improvement
 Components: maven-site-plugin
   Reporter: Brett Porter
   Assignee: Johnny R. Ruiz III
Fix For: 2.0.1
   



 


Original Estimate: 3 hours
   Remaining: 3 hours

need to be able to tell the FAQ whether to generate the top links.
There are probably a few options for configuring the sinks:
- put it in the fml file as metadata
- add that configuration to the site mojo as various subsections that can be 
passed as beans to doxia
- add to site.xml
   



 




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Commented: (MNG-963) add "toplinks" configuration for FAQs

2005-10-26 Thread Johnny R. Ruiz III (JIRA)
[ http://jira.codehaus.org/browse/MNG-963?page=comments#action_49279 ] 

Johnny R. Ruiz III commented on MNG-963:


I submitted patch for DOXIA-21.   

[top] links will be generated if attribute toplink="true".

eg.  



Is this OK?

> add "toplinks" configuration for FAQs
> -
>
>  Key: MNG-963
>  URL: http://jira.codehaus.org/browse/MNG-963
>  Project: Maven 2
> Type: Improvement
>   Components: maven-site-plugin
> Reporter: Brett Porter
> Assignee: Johnny R. Ruiz III
>  Fix For: 2.0.1

>
> Original Estimate: 3 hours
> Remaining: 3 hours
>
> need to be able to tell the FAQ whether to generate the top links.
> There are probably a few options for configuring the sinks:
> - put it in the fml file as metadata
> - add that configuration to the site mojo as various subsections that can be 
> passed as beans to doxia
> - add to site.xml

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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Commented: (MNG-963) add "toplinks" configuration for FAQs

2005-10-26 Thread Johnny R. Ruiz III (JIRA)
[ http://jira.codehaus.org/browse/MNG-963?page=comments#action_49273 ] 

Johnny R. Ruiz III commented on MNG-963:


In FML file,  Can we add the configuration as one attribute to  tag?  If set to true then generate all [top] links 
of the FAQs.  

or an individual configuration per  is required? 

> add "toplinks" configuration for FAQs
> -
>
>  Key: MNG-963
>  URL: http://jira.codehaus.org/browse/MNG-963
>  Project: Maven 2
> Type: Improvement
>   Components: maven-site-plugin
> Reporter: Brett Porter
> Assignee: Johnny R. Ruiz III
>  Fix For: 2.0.1

>
> Original Estimate: 3 hours
> Remaining: 3 hours
>
> need to be able to tell the FAQ whether to generate the top links.
> There are probably a few options for configuring the sinks:
> - put it in the fml file as metadata
> - add that configuration to the site mojo as various subsections that can be 
> passed as beans to doxia
> - add to site.xml

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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Commented: (MNG-963) add "toplinks" configuration for FAQs

2005-10-23 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-963?page=comments#action_49095 ] 

Brett Porter commented on MNG-963:
--

I think this still needs to be made configurable like in m1 before closing (see 
my first comment for suggestions on how)

> add "toplinks" configuration for FAQs
> -
>
>  Key: MNG-963
>  URL: http://jira.codehaus.org/browse/MNG-963
>  Project: Maven 2
> Type: Improvement
>   Components: maven-site-plugin
> Reporter: Brett Porter
> Assignee: Johnny R. Ruiz III
>  Fix For: 2.0.1

>
> Original Estimate: 3 hours
> Remaining: 3 hours
>
> need to be able to tell the FAQ whether to generate the top links.
> There are probably a few options for configuring the sinks:
> - put it in the fml file as metadata
> - add that configuration to the site mojo as various subsections that can be 
> passed as beans to doxia
> - add to site.xml

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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Commented: (MNG-963) add "toplinks" configuration for FAQs

2005-10-18 Thread Johnny R. Ruiz III (JIRA)
[ http://jira.codehaus.org/browse/MNG-963?page=comments#action_48775 ] 

Johnny R. Ruiz III commented on MNG-963:


I already submitted a patch for DOXIA-19 FmlParser.java. 
Please apply.   Thanks a lot!

> add "toplinks" configuration for FAQs
> -
>
>  Key: MNG-963
>  URL: http://jira.codehaus.org/browse/MNG-963
>  Project: Maven 2
> Type: Improvement
>   Components: maven-site-plugin
> Reporter: Brett Porter
> Assignee: Johnny R. Ruiz III
>  Fix For: 2.0

>
> Original Estimate: 3 hours
> Remaining: 3 hours
>
> need to be able to tell the FAQ whether to generate the top links.
> There are probably a few options for configuring the sinks:
> - put it in the fml file as metadata
> - add that configuration to the site mojo as various subsections that can be 
> passed as beans to doxia
> - add to site.xml

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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]