Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support .confluence as a valid page extension #40

Closed
GoogleCodeExporter opened this issue Mar 18, 2015 · 6 comments
Closed

Support .confluence as a valid page extension #40

GoogleCodeExporter opened this issue Mar 18, 2015 · 6 comments

Comments

@GoogleCodeExporter
Copy link

In addition to .wiki allow pages to be named with a .confluence extension. 
Eclipse has a confluence editor that will trigger for files ending in 
.confluence.

Original issue reported on code.google.com by adam.bur...@gmail.com on 16 Jul 2012 at 12:38

@GoogleCodeExporter
Copy link
Author

sounds good

I will add a new parameter that allow to customize extension

Original comment by bartolom...@gmail.com on 16 Jul 2012 at 7:51

  • Changed state: Accepted
  • Added labels: Milestone-Release3.2.1

@GoogleCodeExporter
Copy link
Author

Original comment by bartolom...@gmail.com on 16 Jul 2012 at 7:52

  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect

@GoogleCodeExporter
Copy link
Author

Just a note:

Actually you can use <templateWiki> parameter to customize default wiki page. 
The default value is ${basedir}/src/site/confluence/template.wiki , you could 
set it to ${basedir}/src/site/confluence/template.confluence

Original comment by bartolom...@gmail.com on 16 Jul 2012 at 8:11

@GoogleCodeExporter
Copy link
Author

Correct, however pages under the childrenFolder directory are still filtered 
out by extension.

Original comment by adam.bur...@gmail.com on 16 Jul 2012 at 8:31

@GoogleCodeExporter
Copy link
Author

hi,

i've deployed a new 3.2.1-SNAPSHOT with possibility to set custom extension.

below a configuration fragment  that allow to use '.confluence' extension. 
Please try it and let me know 

{{{
                                               <templateWiki>${basedir}/src/site/confluence/template.confluence</templateWiki>
 <fileExt>.confluence</fileExt>

}}


Original comment by bartolom...@gmail.com on 16 Jul 2012 at 9:36

  • Changed state: Started

@GoogleCodeExporter
Copy link
Author

i've changed the 'fileExt' property to  'wikiFilesExt' .

<templateWiki>${basedir}/src/site/confluence/template.confluence</templateWiki>
<wikiFilesExt>.confluence</wikiFilesExt>

Original comment by bartolom...@gmail.com on 18 Jul 2012 at 10:08

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant