DeveloperWiki:NewsletterSteps
From ArchWiki
Introduction
These instructions are for everyone writing the newsletter, basically from nothing to something. This article is part of the DeveloperWiki.
Instructions
- Get most recent version of the newsletter:
git clone ssh://archlinux.org/srv/projects/git/newsletter.git/
- Create directory for the new newsletter, in the following format (
YYYY-MM-DD
) - Copy previous newsletter and css file into the new directory (
newsletter-YYYY-Mon-DD.html
andarch-styles.css
) - Update all the sections in the newsletter, this should be pretty obvious.
- Commit all the changes:
git commit -a -m 'very short message of changes' && git push origin
. -
scp newsletter-YYYY-Mon-DD.html
toarchlinux.org:/srv/http/html/static/newsletters/
. - Edit
/srv/http/html/static/newsletters/index.html
, update "The latest update" link, and add a new link at the bottom that both point to the new file. - Announce on frontpage news.