A simple program for parsing memes.atom. Below is an annotated version. -module(memes). -export([scan/0]). -include_lib("xmerl/include/xmerl.hrl"). Define a module named memes that exports a single function named scan which takes zero parameters. Include the headers for xmerl, a library for processing XML. memes_url() -> "http://planet.intertwingly.net/memes.atom". Define a simple function that