[
https://issues.apache.org/jira/browse/CAMEL-11497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16355363#comment-16355363
]
Önder Sezgin commented on CAMEL-11497:
--------------------------------------
I have generated adoc files from confluence export.
There are almost 900 adoc files. And also I've checkout exsiting adoc files
under my local git clone.
:~/github/camel$ ls -ltrR | grep ".adoc" | wc -l
872
I think the numbers are quite close.
I think i can catch up with missing adoc files.
As complete build to generated all adoc file takes quite a bit long time for my
old computer, i am considering comparing all the adoc file generated by cxf-web
and complete build's result of adoc files.
So i think i can write a quick small bash command to do such comparison, but
the problem is that some adoc files in the repo and cxf-web's export does not
match.
I think it is because of naming convention used to generate .adoc file from the
repo.
Is there an easy way to detect and compare both list to find out missing pieces
from repo and the pieces existing in the confluence export.
That will make comparing easier and add missing adoc files to repository.
Thanks.
Ex:
:~/github/cxf-web/export/camel$ ls -l loop.adoc
-rw-rw-r-- 1 virt virt 5009 Şub 6 11:20 loop.adoc
~/github/camel/camel-core/src/main/docs/eips$ ls -l loop-eip.adoc
-rw-rw-r-- 1 onders onders 5786 Şub 6 11:58 loop-eip.adoc
> Migrate the rest of the Confluence content
> ------------------------------------------
>
> Key: CAMEL-11497
> URL: https://issues.apache.org/jira/browse/CAMEL-11497
> Project: Camel
> Issue Type: Sub-task
> Components: website
> Reporter: Zoran Regvart
> Priority: Major
>
> There are still pages in the Confluence that are not migrated to Asciidoctor
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)