View | Details | Raw Unified | Return to bug 265276
Collapse All | Expand All

(-)b/documentation/content/en/books/design-44bsd/_index.adoc (+1 lines)
Lines 10-15 description: Donated by Addison-Wesley, provides a design overview of 4.4BSD, fr Link Here
10
trademarks: ["design-44bsd"] 
10
trademarks: ["design-44bsd"] 
11
bookOrder: 60
11
bookOrder: 60
12
tags: ["4.4BSD", "design", "operating system", "BSD", "UNIX"]
12
tags: ["4.4BSD", "design", "operating system", "BSD", "UNIX"]
13
layout: single
13
---
14
---
14
15
15
= The Design and Implementation of the 4.4BSD Operating System
16
= The Design and Implementation of the 4.4BSD Operating System
(-)b/documentation/content/en/books/dev-model/_index.adoc (+1 lines)
Lines 7-12 description: A formal study of the organization of the FreeBSD project Link Here
7
trademarks: ["freebsd", "ibm", "ieee", "adobe", "intel", "linux", "microsoft", "opengroup", "sun", "netbsd", "general"]
7
trademarks: ["freebsd", "ibm", "ieee", "adobe", "intel", "linux", "microsoft", "opengroup", "sun", "netbsd", "general"]
8
bookOrder: 45
8
bookOrder: 45
9
tags: ["model", "project model", "FreeBSD"]
9
tags: ["model", "project model", "FreeBSD"]
10
layout: single
10
---
11
---
11
12
12
////
13
////
(-)b/documentation/content/en/books/faq/_index.adoc (+1 lines)
Lines 7-12 description: Frequently Asked Questions, and answers, covering all aspects of Fr Link Here
7
trademarks: ["freebsd", "ibm", "ieee", "adobe", "intel", "linux", "microsoft", "opengroup", "sun", "netbsd", "general"] 
7
trademarks: ["freebsd", "ibm", "ieee", "adobe", "intel", "linux", "microsoft", "opengroup", "sun", "netbsd", "general"] 
8
bookOrder: 5
8
bookOrder: 5
9
tags: ["FAQ", "FreeBSD FAQ"]
9
tags: ["FAQ", "FreeBSD FAQ"]
10
layout: single
10
---
11
---
11
12
12
= Frequently Asked Questions for FreeBSD {rel2-relx} and {rel-relx}
13
= Frequently Asked Questions for FreeBSD {rel2-relx} and {rel-relx}
(-)b/documentation/themes/beastie/layouts/books/single.html (-5 lines)
Lines 121-130 Link Here
121
        <h3>{{ i18n "resources" }}</h3>
121
        <h3>{{ i18n "resources" }}</h3>
122
        <ul class="contents">
122
        <ul class="contents">
123
          {{ $pathSections := split .Page.File "/" }}
123
          {{ $pathSections := split .Page.File "/" }}
124
          {{ if $.Site.Params.isOnline }}
125
            {{ $singlePagePath := printf "%s/%s/book/" (index $pathSections 0) (index $pathSections 1) }}
126
            <li><i class="fa fa fa-book" aria-hidden="true" title="{{ i18n "single-html" }}"></i><a href={{ $singlePagePath | absLangURL }}>{{ i18n "single-html" }}</a></li>
127
          {{ end }}
128
          {{ $path := printf "%s/%s/%s_%s.pdf" (index $pathSections 0) (index $pathSections 1) (index $pathSections 1) $.Site.Home.Language }}
124
          {{ $path := printf "%s/%s/%s_%s.pdf" (index $pathSections 0) (index $pathSections 1) (index $pathSections 1) $.Site.Home.Language }}
129
          {{ $pdfUrl := printf "%s%s/%s" $.Site.Params.downloadBaseUrl $.Site.Home.Language $path }}
125
          {{ $pdfUrl := printf "%s%s/%s" $.Site.Params.downloadBaseUrl $.Site.Home.Language $path }}
130
          <li><i class="fa fa-file-pdf-o" aria-hidden="true" title="{{ i18n "download-pdf" }}"></i><a href="{{ $pdfUrl }}">{{ i18n "download-pdf" }}</a></li>
126
          <li><i class="fa fa-file-pdf-o" aria-hidden="true" title="{{ i18n "download-pdf" }}"></i><a href="{{ $pdfUrl }}">{{ i18n "download-pdf" }}</a></li>
131
- 

Return to bug 265276