#!/bin/sh
# The script to create news template and print it to stdout;
# Michael Pozhidaev <msp@altlinux.org>;
if [ "$1" == "--help" ]; then
cat <<EOF
Lopsus News: The utility to create news template;
This command sends result to stdout and does not take any parameters;
EOF
exit 0
fi

cat <<EOF

TODO: Place news title here;
$(date --iso-8601) $(date +%H:%M:%S)
TODO: Place news category here;

_LOPSUS_BRIEF_CONTENT_BEGIN_

TODO: Place single-paragraph brief description here;

_LOPSUS_BRIEF_CONTENT_END_

TODO: Place news content here;
