Darren Ferguson - Blog

19 June 2010 at 13:24

Two new Umbraco packages

Tags: HTML
Author: Darren Ferguson

I've released two new Umbraco packages:

Event Viewer Discovers all of the events that are registered within an Umbraco instance and displays them on the dashboard. It finds legacy ActionHandlers as well as new v4 events.

It tells you the method that the event invokes and the DLL and namespace where it is defined. I've found this useful for troubleshooting performance bottlenecks and removing redundant event handlers.

Static HTML export Is a re-write of one of my first ever Umbraco packages (more than 4 years ago!).

The package contains an event handler that fires after a node is published and writes out static HTML plus all of the dependencies (CSS, images, JS ). The project arose from a client requirement to use Umbraco to generate HTML which ultimately gets served up by Apache.

I haven't released a binary of this so you'd need to grab the source an build it.

One year, 13 Umbraco packages. How is that for dare, care share?

Written by: Darren Ferguson

Comments

  1. David Conlisk says:

    Gravatar of David ConliskNice work Darren - keep 'em coming!

  2. Karl Kopp says:

    Gravatar of Karl KoppTried to look at the code for the static HTML output Darren, and in a browser says it needs a user/pass but still shows the files? Config error somewhere? Will grab the code (after I install a SVN client :) and have a play!

  3. Tim Woodward says:

    Gravatar of Tim WoodwardExcellent, just what I was looking for. However, would I be right in saying that any links in the content (for example navigation generated by XSLT) would be incorrect - linking to whatever.aspx and not whatever.html?

  4. Tim Woodward (1) says:

    Gravatar of Tim Woodward (1)Apologies, after downloading the code I see you have thought of that!

Leave a comment