uludaggonul / snow-dots

Automatically exported from code.google.com/p/snow-dots
0 stars 0 forks source link

Make a script to publish and upload doxygen docs #21

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
A great script would publish a documentation revision to google:
    - get svn revision number
    - run doxygen
    - zip output with revision number
    - move zip to archive folder
    - upload zip to google code with three tags
        - featured, doc, all opsys
    - change previous featured zip to deprecated

    - run dot on hierarchy dot file
    - move image to archive folder
    - upload hierarchy png with two tags
        - doc, all opsys
    - deprecate previous png

The png probably should be part of the doxygen documentation, anyway.  
So maybe the first thing to do is to get doxygen to publish the dot file and 
incorporate it into one of the pages.

Original issue reported on code.google.com by Benjamin.Heasly on 16 Feb 2010 at 10:50

GoogleCodeExporter commented 8 years ago
As we move into testing in the lab, and hopefully getting lab users, this 
should make it 
easier for everyone to stay on the same page.

Original comment by Benjamin.Heasly on 16 Feb 2010 at 11:14

GoogleCodeExporter commented 8 years ago
The script should also bundle the tops and snow dots docs together, for snow 
dots.

Original comment by Benjamin.Heasly on 3 Aug 2010 at 6:02

GoogleCodeExporter commented 8 years ago

Original comment by Benjamin.Heasly on 3 Aug 2010 at 6:35

GoogleCodeExporter commented 8 years ago

Original comment by Benjamin.Heasly on 4 Aug 2010 at 6:59

GoogleCodeExporter commented 8 years ago
As here,
http://code.google.com/p/support/issues/detail?id=720
it's possible to serve HTML docs right out of the repository!  So I should be 
doing this.

Original comment by Benjamin.Heasly on 1 Oct 2010 at 5:36

GoogleCodeExporter commented 8 years ago
See dotsDocsHelpers-14Oct2010.zip for Doxygen config and the script I now use 
to rebuild docs.

Also, as of r458, the repository contains svn/documentation and does auto-props 
to set mime types and make HTML docs servable from the repository!

The main page contains a link to the docs.

Original comment by Benjamin.Heasly on 14 Oct 2010 at 10:56