Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [platform-help-dev] multiple doc.zip

Title: RE: [platform-help-dev] multiple doc.zip

An alternative solution can be found in the fact that your help does not need to reside in the same plugin or directory as your code.

For this reason, it is currently possible for you to construct multiple Help plugins: one for your root level, and one for each of your branches (e.g., books). Then you can plug-and-play all you want.... each plugin has its own doc.zip.

Christal
Rational Software


-----Original Message-----
From: konradk@xxxxxxxxxx [mailto:konradk@xxxxxxxxxx]
Sent: Monday, September 30, 2002 5:41 PM
To: platform-help-dev@xxxxxxxxxxx
Subject: Re: [platform-help-dev] multiple doc.zip


During development of documentation you do not have to keep your files in
the doc.zip.  Help will find them if they are flat on the file system,
below plug-in directory.  Zip them up later.

Konrad Kolosowski
Eclipse Help System



                                                                                                                                             

                      "Mark Ayad"                                                                                                            

                      <mark@xxxxxxxxxxxx>             To:       <platform-help-dev@xxxxxxxxxxx>                                              

                      Sent by:                        cc:                                                                                    

                      platform-help-dev-admin@        Subject:  [platform-help-dev] multiple doc.zip                                         

                      eclipse.org                                                                                                            

                                                                                                                                             

                                                                                                                                             

                      09/30/2002 05:08 PM                                                                                                    

                      Please respond to                                                                                                      

                      platform-help-dev                                                                                                      

                                                                                                                                             

                                                                                                                                             



Feature request .. (maybe)

I wish it could be possible to specify multiple doc.zip [api.zip,
readme.zip,]in a plugin just like you can break down the toc into seperate
components.

It's only a wish for me since when you store the documents in the unzipped
format you have a bit more flexibility to swap in and out sections of
document under a directory.

At present if my doc's are contained in doc.zip file I have to do some zip
ip / op tricks to alter the contents of the zip.

just my 2c.

All the best

Mark



_______________________________________________
platform-help-dev mailing list
platform-help-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-help-dev



_______________________________________________
platform-help-dev mailing list
platform-help-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-help-dev


Back to the top