pacman1176 Posted January 18, 2012 Share Posted January 18, 2012 I'm doing a senior project, and we'd really like to find out what type of software tools AutoIt uses to create their helpfile. It is the cleanest, most awesome helpfile I've probably ever read. Does anybody here know? mLipok 1 Link to comment Share on other sites More sharing options...
water Posted January 18, 2012 Share Posted January 18, 2012 (edited) The UDF help files are created this way: The function header files are extracted from the UDF file by a script named "BuildTemplates", a script named "Txt2htm" then creates the html help files. I don't know how the CHM files are then created from this html files. The formating of the html help files is controlled by CSS templates. Edited January 18, 2012 by water My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki Link to comment Share on other sites More sharing options...
Valik Posted January 19, 2012 Share Posted January 19, 2012 The function header files are extracted from the UDF file by a script named "BuildTemplates", a script named "Txt2htm" then creates the html help files.This is no longer true. The function headers are out of date and will be removed at some point. The TXT files are maintained directly. Link to comment Share on other sites More sharing options...
pacman1176 Posted January 19, 2012 Author Share Posted January 19, 2012 Hey, cool thanks. Link to comment Share on other sites More sharing options...
Homes32 Posted January 19, 2012 Share Posted January 19, 2012 (edited) don't know how up2date this all is but here is some source code for the tools. last updated Dec 12, 2011http://www.autoitscript.com/autoit3/files/beta/autoit/autoit-docs-v3.3.7.23-src.exe Edited January 19, 2012 by Homes32 Link to comment Share on other sites More sharing options...
AdmiralAlkex Posted January 19, 2012 Share Posted January 19, 2012 (edited) don't know how up2date this all is but here is some source code for the tools. last updated Dec 12, 2011http://www.autoitscript.com/autoit3/files/beta/autoit/autoit-docs-v3.3.7.23-src.exeWrong folder, 7.23 is in the beta (parent folder), not beta archive. And then there is the question why you would try to link someone to a old version instead of the current.Archive > autoit-docs-v3.3.8.0-src.exe (seventh from top) Edited January 19, 2012 by AdmiralAlkex .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface Link to comment Share on other sites More sharing options...
Mat Posted January 20, 2012 Share Posted January 20, 2012 I am a huge fan of doxygen, and use it in several projects. Though from what you say you are less concerned about how the docs are generated and more concerned with their looks... Which *shouldn't* have anything to do with the generation itself. Doxygen I know allows for you to specify CSS files etc. AutoIt Project Listing Link to comment Share on other sites More sharing options...
Sajen Posted February 28, 2012 Share Posted February 28, 2012 I think we can also compile CHM files using HTML Help Workshop. It takes HTML files for input. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now