On 26.02.2010 07:23, manolo gouy wrote: > This is the opportunity for me to ask a doc-related question: > how is the HTML-formatted FLTK-1.3 that appears on the web site > updated ? It would be necessary at this point to update it so the > new widgets (Fl_Table, Fl_Tree, Fl_Native_File_Chooser) and APIs > (extended Fl_Sys_Menu_Bar functions) are documented.
This is done with subversion and a click on the "Update the web site from the Subversion repository" link on the "Web site" management page that you have access to as a developer. To update the web site, check out the "www/trunk" subversion path, commit your changes, and update the web site via the above mentioned link. That said, before updating the web site, there's a special tag in documentation/Makefile (make html-dist) that you would have to run to get the "stripped" version of the docs to avoid too much update traffic, and when I did it in the past I used a fixed doxygen version (1.5.7) to keep the version numbers in the files and the file structure constant. I found out that 1.5.8 changed lots of file names, so that we would have to delete and add those files accordingly from/to svn. Another version *will* also change the links that have been posted in the news groups so that they will be wrong. But some time in the future we will probably use a newer doxygen version and have that problem. Oh, and I manually changed the .css file name to match the previous one - otherwise all files would have to be updated. Long story short: I can do it tomorrow, but if you want to try... Albrecht _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
