|
5 | 5 | {% block content %} |
6 | 6 | <div class="col-sm-12"> |
7 | 7 | <h1>About the IETF Datatracker</h1> |
8 | | - <big> |
9 | | - <p> |
| 8 | + <p> |
10 | 9 |
|
11 | | - The IETF Datatracker is the primary day-to-day front-end to the IETF database for people |
12 | | - who work on IETF standards. It contains data about the documents, working groups, |
13 | | - meetings, agendas, minutes, presentations, and more, of the IETF. |
| 10 | + The IETF Datatracker is the primary day-to-day front-end to the IETF database for people |
| 11 | + who work on IETF standards. It contains data about the documents, working groups, |
| 12 | + meetings, agendas, minutes, presentations, and more, of the IETF. |
14 | 13 |
|
15 | | - </p> |
16 | | - <p> |
| 14 | + </p> |
| 15 | + <p> |
17 | 16 |
|
18 | | - The primary public face of IETF is at <a href="https://www.ietf.org/">www.ietf.org</a>. |
| 17 | + The primary public face of the IETF is at <a href="https://www.ietf.org/">www.ietf.org</a>. |
19 | 18 |
|
20 | | - </p> |
21 | | - <p> |
| 19 | + </p> |
| 20 | + <p> |
22 | 21 |
|
23 | | - All the Datatracker code is publicly avaliable from the |
24 | | - <a href="https://svn.tools.ietf.org/svn/tools/ietfdb">IETF tools SVN repository</a>. |
25 | | - Bug tickets and wiki notes are available from the |
26 | | - <a href="https://trac.tools.ietf.org/tools/ietfdb">Issue Tracker</a>, and |
27 | | - there are also <a href="/release">release notes</a> available since version 2.00. |
| 22 | + All the Datatracker code is publicly avaliable from the |
| 23 | + <a href="https://svn.tools.ietf.org/svn/tools/ietfdb">IETF tools SVN repository</a>. |
| 24 | + Bug tickets and wiki notes are available from the |
| 25 | + <a href="https://trac.tools.ietf.org/tools/ietfdb">Issue Tracker</a>, and |
| 26 | + there are also <a href="/release">release notes</a> available since version 2.00. |
28 | 27 |
|
29 | | - </p> |
30 | | - <p> |
| 28 | + </p> |
| 29 | + <p> |
31 | 30 |
|
32 | | - Below you'll find a brief history of the datatracker development, in terms of the big |
33 | | - moments. For the nitty-gritty week-to-week code changes, please check the release |
34 | | - notes or the commit log. |
| 31 | + Below you'll find a brief history of the datatracker development, in terms of the big |
| 32 | + moments. For the nitty-gritty week-to-week code changes, please check the release |
| 33 | + notes or the commit log. |
35 | 34 |
|
36 | | - </p> |
| 35 | + </p> |
37 | 36 |
|
38 | | - </big> |
39 | 37 | <h2>Version 6.0.0: Facelift using Bootstrap</h2> |
40 | 38 | <p> |
41 | 39 |
|
@@ -67,17 +65,22 @@ <h2>Version 6.0.0: Facelift using Bootstrap</h2> |
67 | 65 | Additional |
68 | 66 | <a href="http://trac.tools.ietf.org/tools/ietfdb/log/branch/iola?rev=9116&stop_rev=8520&limit=200"> |
69 | 67 | page conversion work |
70 | | - </a> has been done by <i>Ole Laursen</i>, with final |
71 | | - tweaks by <i>Henrik Levkowetz</i>, giving it a distinct |
| 68 | + </a> has been done by <i>Ole Laursen</i>, with |
| 69 | + <a href="http://trac.tools.ietf.org/tools/ietfdb/log/personal/henrik/facelift-r9116"> |
| 70 | + final style tweaks, bug-fixes and adaptations |
| 71 | + </a> |
| 72 | + by <i>Henrik Levkowetz</i>, giving it a distinct |
72 | 73 | <a href="http://www.colourlovers.com/palette/3702908/Key_West_Sunset">colour palette</a> |
73 | 74 | (with the addition of complementing green and red colours for success and error indications), |
74 | | - and a selection of fonts |
75 | | - (<a href="http://www.identifont.com/show?2G32">PT Serif</a>, |
76 | | - <a href="http://www.identifont.com/show?2G2G">PT Sans Caption</a>, and PT Mono) from |
77 | | - <a href="http://www.paratype.com/public/">ParaType</a>, provided by |
| 75 | + and a selection of fonts from |
| 76 | + <a href="http://www.paratype.com/public/">ParaType</a> |
| 77 | + (<a href="http://www.identifont.com/show?2G32">PT Serif</a> for body text, |
| 78 | + <a href="http://www.identifont.com/show?2G2G">PT Sans Caption</a> for headers, |
| 79 | + <a href="http://www.identifont.com/show?2G2F">PT Sans</a> for menus, |
| 80 | + and PT Mono for monospaced documents), served by |
78 | 81 | <a href="https://www.google.com/fonts">Google Fonts</a>. (Even if PT Sans Caption was |
79 | 82 | created as a 'Caption' (6-8pt) <a href="http://en.wikipedia.org/wiki/Font#Optical_size"> |
80 | | - optical size</a> font to go with PT Sans, it works well for headers paired with Pt Serif.) |
| 83 | + optical size</a> font to go with PT Sans, it works well for headers when paired with PT Serif.) |
81 | 84 |
|
82 | 85 | </p> |
83 | 86 | <h3>Version 5.x Work</h3> |
|
0 commit comments