summaryrefslogtreecommitdiff
blob: 02cec8ffc75dfdfcc84f4688722beaadc93b7564 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
\documentclass{book}

\usepackage{mathptmx}
\usepackage[scaled=.90]{helvet}
\usepackage{courier}

\usepackage[utf8]{inputenc}
\usepackage{color}
\usepackage{makeidx}
\usepackage{a4wide}
\usepackage{tocbibind}
\usepackage[pdfpagelabels=true,breaklinks=true]{hyperref}
\usepackage{breakcites}
\usepackage{textcomp}
\usepackage{datetime}
\usepackage{ifthen}

\newcommand{\summary}[3]{
  \section{#3\ \protect\monthname[#2]\ #1}
  \officiallogs{#1\twodigit{#2}\twodigit{#3}}
}

\newcommand{\agendaitem}[1]{
  \subsection{#1}
}

% now follows the bug infrastructure

\newcommand{\gentooifempty}[3]{%
  \sbox0{#1}%
  \ifdim\wd0=0pt
    {#2}% if #1 is empty
  \else
    {#3}% if #1 is not empty
  \fi
}

\newcommand{\gentoobugtitle}[1]{}
\newwrite\bugrfile
\immediate\openout\bugrfile=\jobname.bur
\newcommand{\gentoobugadd}[1]{\write\bugrfile{#1}%
}
\input\jobname.bug

\newcommand{\bug}[1]{\href{https://bugs.gentoo.org/#1}{\index{Bug!#1}%
\gentoobugadd{#1}%
bug {#1}}%
\gentooifempty{\gentoobugtitle{#1}}{}{ (``{\em\gentoobugtitle{#1}}'')}%
}

% now follows the list archive infrastructure

\newcommand{\gentoomailfrom}[1]{}
\newcommand{\gentoomailsubject}[1]{}
\newwrite\mlrfile
\immediate\openout\mlrfile=\jobname.mlr
\newcommand{\gentoomailadd}[2]{\write\mlrfile{#2:#1}%
}
\input\jobname.mld

\newcommand{\agoref}[2]{%
\gentoomailadd{#1}{#2}%
\gentooifempty{\gentoomailsubject{#2}}{%
\href{https://archives.gentoo.org/#1/message/#2}{%
mailing list {#1}, message {#2}}}{%
\href{https://archives.gentoo.org/#1/message/#2}{%
mailing list message by \gentoomailfrom{#2}} (list #1, subject ``{\em\gentoomailsubject{#2}}'')}}


\newcommand{\todo}[1]{\textcolor{red}{\bf todo: {#1}}}

\newcommand{\wgoref}[1]{\href{https://wiki.gentoo.org/wiki/#1}{wiki page {#1}}}

\newcommand{\eclass}[1]{{#1}.eclass\index{eclass!#1.eclass}}
\newcommand{\glep}[1]{\href{https://wiki.gentoo.org/wiki/GLEP:#1}{GLEP {#1}}\index{GLEP!#1}}

\newcommand{\vote}[2]{
\begin{quote}
{\bf vote:}
{\it #1} --- {#2}
\end{quote}
}

\newcommand{\officiallogs}[1]{
Follow the links here for the
\href{https://projects.gentoo.org/council/meeting-logs/#1.txt}{log of the 
council meeting} and the
\href{https://projects.gentoo.org/council/meeting-logs/#1-summary.txt}{official 
summary}.
}



\definecolor{darkblue}{rgb}{0,0,0.7}
\definecolor{darkred}{rgb}{0.7,0,0}

\hypersetup{%
colorlinks=true,
linkcolor={darkblue},
citecolor={darkblue},
urlcolor={darkblue},
pdftitle={Council decision and summary overview},
pdfauthor={Andreas K. Huettel}
} 

\setlength{\parindent}{0cm}

\makeindex

\begin{document}

\title{Council decision and summary overview}

\author{A. K. Hüttel}

\maketitle

\tableofcontents

\printindex

\chapter{Topic notes}


\chapter{Meeting summaries 2015/16}

\include{summary-20151108}
\include{summary-20151213}
\include{summary-20160110}
\include{summary-20160214}
\include{summary-20160313}
\include{summary-20160410}
\include{summary-20160508}
\include{summary-20160612}

\chapter{Meeting summaries 2016/17}

\include{summary-20160710}
\include{summary-20160814}
\include{summary-20160911}
\include{summary-20161009}
\include{summary-20161113}
\include{summary-20161211}
\include{summary-20170109}
\include{summary-20170212}

\end{document}