- master: Reflects the current development branch where e.g. new
- newsletter versions are getting created in.
- website: Contains the content, which is currently published on the
- webserver.
In order to bring something 'live' you have to choices:
- Make usage of git cherry-pick <object> or
- Merge complete branch master into website branch via e.g. git checkout website && git merge master
You will need some docutils installed, at least one of the following commands should be present on your machine:
rst2html rst2latex rst2pdf rst2odt
Compiling the newsletter is as simple as is couldn't be. Just define an evironment variable named VOL and run make either wihtout parameters to compile all, or with one of the parameters html, pdf, latex, odt to compile just that file.
Examples:
VOL=2 make # compile all newsletters for vol_2 VOL=2 make pdf # compile pdf from vol_2 VOL=2 make html # compile html file for vol_2