1 TODO
2 ====
4 - Look into adding non-standard but informative fields:
5 * license (copyright?)
6 * deb-package -- to inform what to install to get the
7 document
8 - Expand list of documents
11 ========================
12 Debian Crucial Documents
13 ========================
15 Templates for typical references
16 ================================
18 Just add AT sign at the beginning for the actual entry to make it
19 "visible" for bibtex
21 Manual{debian:,
22 AUTHOR = "",
23 TITLE = "",
24 ORGANIZATION = "Debian",
25 MONTH = "",
26 YEAR = ,
27 EDITION = "",
28 URL = ""
29 }
31 @Misc{debian,
32 ORGANIZATION = "Debian",
33 KEY = "Debian",
34 YEAR = 1993,
35 URL = "http://www.debian.org"
36 }
38 @Manual{debian:social_contract,
39 AUTHOR = "Bruce Perens and Ean Schuessler and {Debian Project}",
40 TITLE = "Debian Social Contract",
41 ORGANIZATION = "Debian",
42 MONTH = jul,
43 YEAR = 1997,
44 NOTE = "v.1.2",
45 URL = "http://www.debian.org/social\_contract"
46 }
48 @Manual{debian:dfsg,
49 crossref = "debian:social_contract",
50 TITLE = "Debian Free Software Guidelines (DFSG)",
51 URL = "http://www.debian.org/social\_contract\#guidelines"
52 }
54 @Manual{debian:constitution,
55 AUTHOR = "{Debian Project}",
56 TITLE = "Debian Constitution",
57 ORGANIZATION = "Debian",
58 MONTH = oct,
59 YEAR = 2007,
60 NOTE = "v.1.4",
61 URL = "http://www.debian.org/devel/constitution"
62 }
65 @Manual{debian:policy,
66 AUTHOR = "Ian Jackson and Christian Schwarz and {Debian Project}",
67 TITLE = "Debian Policy Manual",
68 ORGANIZATION = "Debian",
69 YEAR = 2010,
70 NOTE = "v.3.9.0.0",
71 URL = "http://www.debian.org/doc/debian-policy"
72 }
74 @Manual{debian:devref,
75 AUTHOR = "Debian Developers Reference Team",
76 TITLE = "Debian Developers Reference",
77 ORGANIZATION = "Debian",
78 YEAR = 2009,
79 NOTE = "v.3.4.3",
80 URL = "http://www.debian.org/doc/developers-reference/"
81 }
84 =================
85 Debian Wiki Pages
86 =================
88 @String{debwiki_authors = "{Debian Wiki}"}
89 @String{wiki_authors = "{Wikipedia}"}
91 Template
92 ========
94 Misc{debian:wiki:,
95 author = debwiki_authors,
96 title = "",
97 year = "20XX",
98 url = "http://wiki.debian.org/",
99 note = "[Retrived XX-XXX-20XX]"
100 }
103 @Misc{debian:wiki:DependencyBasedBoot,
104 author = debwiki_authors,
105 title = "Dependency based boot sequence",
106 year = "2010",
107 number = "v.181",
108 url = "http://wiki.debian.org/LSBInitScripts/DependencyBasedBoot",
109 note = "[Retrived 21-Jul-2010]"
110 }
113 =========
114 Wikipedia
115 =========
117 @Misc{wikipedia:ian_murdock,
118 author = wiki_authors,
119 title = "Ian Murdock",
120 year = "2010",
121 url = "http://en.wikipedia.org/wiki/Ian\_Murdock",
122 note = "[Retrived 21-Jul-2010]"
123 }
