#!/bin/sh
# Just return the author name. A simple replacement for get-author-url.
echo -n "$3"
