Simple AWE XML Feed Demo

The data is embedded within any page by adding: include("path-to/awesome/awesome.inc"); followed by one or more of something like:
awe_models(10, 'small_profile.tmpl');
awe_models_grid(8, 6, 'mini_profile.tmpl');
awe_single_model('xAnnax', 'profile.tmpl');
An extra function can be used awe_show_models(); to choose what type of models you want to display, online-favourites, all-online, etc.

More detailed info can be found on my blog.