Create a new 'guides' application that allows for the
categorization and creation of guides/manuals. Provide
a text and a ForeignKey field for the author, use the
text if the author isn't registered on the site,
otherwise go with the user->ForeignKey field.
Add the views in a manner similar to the links views.
Breadcrumbs would be nice too.