Archive for December, 2007:

Author-it: Change date on published HTML files to the Last Modified date from Author-it

This VB script sets the date on each topic to the last modified date from the Author-it database.

Add this comment to the top of the HTML template that generates your topics:
<!–
Topic
<pagetitle>
<authorit:SYS_MODIFIED>
–>

Add _SetLastModifiedDatesOnFiles.vbs to the list of additional files on your book or media object.
Then add
wscript _SetLastModifiedDatesOnFiles.vbs
to your AfterPublish.bat.
I also recommend adding
del _SetLastModifiedDatesOnFiles.vbs
to the [...]

Leave a Comment

Author-it: User group Firefox plugin

Click the link below to add the Author-it users group to the search engines in your Firefox search toolbar.
Install - Version for Yahoo! groups search
Install - Version for searching on Hamish Blunck’s site

Leave a Comment

Author-it: Generating a list of topics with date of last modification

In response to a post by Ron C. Johnson to the Author-it users’ group, I wrote a Visual Basic script to generate an HTML file that contains a list of all topics and their last modification date.

Step one: Modify the custom HTML template to pass the information the VB script will need. Add this to [...]

Leave a Comment