Flatten and simplify documentation structure generated by
maven-cayenne-doc-plugin
----------------------------------------------------------------------------------
Key: CAY-827
URL: https://issues.apache.org/cayenne/browse/CAY-827
Project: Cayenne
Issue Type: Task
Components: Cayenne Documentation
Affects Versions: 3.0
Reporter: Andrus Adamchik
Assignee: Andrus Adamchik
Priority: Minor
Fix For: 3.0
Docs loaded from wiki to SVN have a nested structure following the page tree
structure and also use spaces in page names. This makes file management harder,
but also creates a mismatch in the naming between the SVN docs and the
autoexported docs.
So I think it would be beneficial to align generated file names with
auto-export plugin behavior (also since sometimes we need to delete pages by
hand and it should be nice to have an ability to match the names)
1. No subdirs - everything is flat
2. Images are stored in the dir called "pagename.data"
3. Filenames are converted from page names by lowercasing them and replacing
the spaces with "-":
"My Page" -> "my-page.html"
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.