On Jul 12, 2011, at 6:20 AM, Karan Malhi wrote:
> CMS based site is still under development. Meanwhile I am finding
> errors in the confluence docs and want to fix them. Is there an easy
> way to sync the latest changes in confluence with the cms-based-site
> repository. I was thinking of
> - Make changes in confluence
> - Somehow download the new cwiki file and merge it with .cwiki file in
> cms-site repository
> - use conversion-utilitites perl file to convert the .cwiki file to .mdtext
> - commit changes
>
> Not sure how to do the above , thought of using curl to download that
> particular page, but it downloads the whole page, not just the cwiki
> based content.
No easy way. The .mdtext files are already several revisions past the original
text generated by the conversion tool.
At this point we should probably just push hard on getting fully converted.
Missing bits that I'm aware of:
- css and images need to be added to cms svn and template updated
- still some formatting issues
- css issues for codeblocks (need to get as close to the site as possible)
- need to eliminate remaining confluence {macro} usage
- {include}, we could probably find a way to support it
- {tip},{note},{warning}, we could probably find a way to support it as
well
- (/) and (X) icons, if we can do any of the above these should be easy
as well
-David