3 Replies Latest reply: Sep 11, 2014 12:17 PM by RoboColum(n) RSS

    Can RH server host JavaDocs?

    kdeuler Community Member

      Hi. Can RH server host JavaDocs, or can it only host WebHelp Pro/Flash Pro.  I'd like to publish JavaDocs but use the authorization features built in to RS Server.

       

      Perhaps there's a utility for importing JavaDocs into a RH project, and from thence to a WebHelp Pro output?

       

      Thanks.

       

      -Kurt

        • 1. Re: Can RH server host JavaDocs?
          RoboColum(n) MeganK

          Please correct me if I am wrong but JavaDocs is just a collection of HTML files, right? If so, you could import these into your RH project and output to WebHelp Pro or FlashHelp Pro. You may have to do a little tidy up of the files after importing them. It all depends on the way the JavaDocs files are created.

          • 2. Re: Can RH server host JavaDocs?
            kdeuler Community Member

            That's right. It's a collection of HTML files. I'll see if there's ways to import them easily.

            • 3. Re: Can RH server host JavaDocs?
              RoboColum(n) MeganK

              You can import HTML files from the File > Import menu in RH. The problem you may have is that the JavaDocs may have scripting or code that RH does not understand. I had a similar scenario several years ago abd I was able to get a workable solution by assigning a style sheet and doing some find and replace operations. It may require some testing, but once you have it sorted it would be easy enough.