diff options
Diffstat (limited to 'retro')
85 files changed, 6929 insertions, 5 deletions
diff --git a/retro/static/archlogo_black-20020328.gif b/retro/static/2002/archlogo_black.gif Binary files differindex b4f979f4..b4f979f4 100644 --- a/retro/static/archlogo_black-20020328.gif +++ b/retro/static/2002/archlogo_black.gif diff --git a/retro/static/main-20020328.css b/retro/static/2002/main.css index 82173c9e..fb8d4a68 100644 --- a/retro/static/main-20020328.css +++ b/retro/static/2002/main.css @@ -89,7 +89,7 @@ ul.list { } table.border { - /*background-image: url('bg.gif');*/ + background-image: url('bg.gif'); background-repeat: no-repeat; background-color: #000000; border-bottom: #cccccc 1px solid; diff --git a/retro/static/sflogo-20020328.png b/retro/static/2002/sflogo.png Binary files differindex 1b2870c0..1b2870c0 100644 --- a/retro/static/sflogo-20020328.png +++ b/retro/static/2002/sflogo.png diff --git a/retro/static/2003/dblue071.jpg b/retro/static/2003/dblue071.jpg Binary files differnew file mode 100644 index 00000000..d8c98954 --- /dev/null +++ b/retro/static/2003/dblue071.jpg diff --git a/retro/static/2003/favicon.ico b/retro/static/2003/favicon.ico Binary files differnew file mode 100644 index 00000000..8c129f24 --- /dev/null +++ b/retro/static/2003/favicon.ico diff --git a/retro/static/2003/logo.png b/retro/static/2003/logo.png Binary files differnew file mode 100644 index 00000000..abf7cce4 --- /dev/null +++ b/retro/static/2003/logo.png diff --git a/retro/static/2003/main.css b/retro/static/2003/main.css new file mode 100644 index 00000000..a9aa1dd8 --- /dev/null +++ b/retro/static/2003/main.css @@ -0,0 +1,273 @@ +a:visited { + color: #dddddd; + text-decoration: none; + font-weight: bold; +} + +a:link { + color: #dddddd; + text-decoration: none; + font-weight: bold; +} + +a:hover { + color: #cccc00; + text-decoration: none; + font-weight: bold; +} + +a.menu { + text-decoration: none; + color: #ffffff; + font-family: Arial; + font-size: 10pt; +} + +a.menu:hover { + color: #cccc00; + text-decoration: none; + font-weight: bold; +} + +a.row { + text-decoration: none; + color: #dddd00; + font-weight: normal; +} + +a.row:hover { + color: #f2c011; + font-weight: bold; + text-decoration: none; +} + +body { + font-family: Arial; + font-size: 1.0em; + background: #222222 url('dblue071.jpg'); +} + +b { + font-weight: bold; + font-family: Arial; + font-size: 1.0em; +} + +b.normal { + font-weight: bold; + font-family: Arial; + font-size: 0.9em; +} + +.text { + font-family: Arial; + font-size: 0.9em; +} + +.quote { + font-family: Arial; + font-style: italic; + font-size: 1.2em; +} + +.technical { + font-family: Courier New; + color: #eeeeee; + font-size: 0.8em; +} + +.fineprint { + font-family: Arial; + font-size: 0.75em; +} + +.header { + color: #cccccc; + font-family: Arial; + font-size: 24pt; + font-weight: bolder; +} + +.subheader { + color: #eeeeee; + font-family: Arial; + font-size: 1.7em; + font-weight: bold; +} + +.headline { + color: #eeeeee; + font-family: Arial; + font-weight: bold; + font-size: 1.2em; +} + +ul.plain { + list-style: none; + font-family: Arial; + font-size: 1.0em; +} + +ul.list { + list-style: square; + font-family: Arial; + font-size: 1.0em; +} + +input.button { + background: #404040 none; + border: #cccccc 1px solid; + color: #cccc00; + font-family: Verdana, Arial; + font-size: 10px; + font-weight: bold; + padding: 0px; +} + +table.container { + width: 95%; + padding: 5px; +} + +table.box { + background: #222222 url('dblue071.jpg'); + border-bottom: #cccccc 1px solid; + border-left: #cccccc 1px solid; + border-right: #cccccc 1px solid; + border-top: #cccccc 1px solid; + width: 95%; + padding: 0px; +} + +table.header { + background: #000000 url('bg.gif') no-repeat; + border-bottom: #cccccc 1px solid; + border-left: #cccccc 1px solid; + border-right: #cccccc 1px solid; + border-top: #cccccc 1px solid; + width: 100%; + padding: 5px; +} + +table.nav { + background-color: #000000; + border-bottom: #cccccc 1px solid; + border-left: #cccccc 1px solid; + border-right: #cccccc 1px solid; + border-top: #cccccc 1px solid; + width: 100%; + padding: 5px; +} + +table.content { + background-color: #000000; + border-bottom: #cccccc 1px solid; + border-left: #cccccc 1px solid; + border-right: #cccccc 1px solid; + border-top: #cccccc 1px solid; + width: 100%; + padding: 5px; +} + +table.menu { + background-image: none; + background-color: none; + border-bottom: #cccccc 1px solid; + border-left: #cccccc 1px solid; + border-right: #cccccc 1px solid; + border-top: #cccccc 1px solid; + padding: none; + font-family: Arial; + font-size: 0.9em; +} + +table.normal { + border-bottom: #cccccc 1px solid; + border-top: #cccccc 1px solid; + padding: none; + font-family: Arial; + font-size: 12pt; +} + +table.technical { + border-bottom: #cccccc 1px solid; + border-top: #cccccc 1px solid; + padding: none; + font-family: Courier; + font-size: 12pt; +} + +table.row { + border: none; + background: none transparent; + padding: none; + font-family: Lucida, Verdana, Arial; +} + +td.row1 { + background: #190866; + color: #dddd00; + border-top: #eeeeee 1px solid; + border-left: #eeeeee 1px solid; +} + +td.row2 { + background: #636268; + color: #dddd00; + border-top: #eeeeee 1px solid; + border-left: #eeeeee 1px solid; +} + +td { + color: #dddddd; + font-family: Arial; + font-size: 12px; +} + +th { + color: #dddddd; + font-family: Arial; + font-size: 16px; +} + +th.row { + background: url('grid.png'); +} + +th.rowhdr { + color: #f2c011; + background: #302d49; + border-top: #eeeeee 1px solid; + border-left: #eeeeee 1px solid; +} + +td.box_headline { + color: #dddddd; + background: #000000 url('bg.gif') no-repeat; + border-bottom: #cccccc 1px solid; + padding: 0px; +} + +td.trans_text { + color: #dddddd; + background: none; +} + +td.box_content { + color: #dddddd; + background: #000000 none; + text-align: left; + border-top: #cccccc 1px solid; + padding: 2px; +} + +td.menu { + border-left: #cccccc 1px solid; + border-right: #cccccc 1px solid; + color: #dddddd; + text-align: center; + white-space: nowrap; + font-family: Arial; + font-size: 10pt; +} + diff --git a/retro/static/2003/sflogo.png b/retro/static/2003/sflogo.png Binary files differnew file mode 100644 index 00000000..a10050d7 --- /dev/null +++ b/retro/static/2003/sflogo.png diff --git a/retro/static/2004/containers.css b/retro/static/2004/containers.css new file mode 100644 index 00000000..7322b3f1 --- /dev/null +++ b/retro/static/2004/containers.css @@ -0,0 +1,199 @@ + body,table,td,img
+ {
+ border: 0px;
+ margin: 0px;
+ padding: 0px;
+ font-family: arial,verdana,tahoma;
+ }
+
+/* Main Wrapper Data Format */
+ td.preHeader
+ {
+ background-color: #000;
+ border-bottom: 1px solid rgb( 69, 84, 113 );
+ height: 16px;
+ text-align: right;
+ }
+ td.headerFill
+ {
+ background-color: rgb( 108, 131, 176 );
+ border-bottom: 1px solid #000;
+ }
+ td.headerDisplay
+ {
+ background-color: rgb( 108, 131, 176 );
+ padding-left: 16px;
+ }
+ td.mainLinks
+ {
+ background-color: #eee;
+ border-bottom: 1px solid #000;
+ height: 22px;
+ padding-left: 12px;
+ }
+ td.sideBar
+ {
+ background-color: #fff;
+ text-align: center;
+ vertical-align: top;
+ width: 150px;
+ }
+ td.sideBarGrey
+ {
+ background-color: #eee;
+ border-bottom: 1px solid #000;
+ text-align: left;
+ vertical-align: top;
+ width: 150px;
+ }
+ td.sideBarSmall
+ {
+ background-color: rgb( 108, 131, 176 );
+ border-bottom: 1px solid #000;
+ height: 16px;
+ text-align: right;
+ width: 150px;
+ }
+ td.sideBarSmallHeader
+ {
+ background-color: rgb(108,131,176);
+ vertical-align: top;
+ height: 16px;
+ padding-top: 1px;
+ padding-bottom: 2px;
+ text-align: right;
+ width: 150px;
+ }
+ td.subLinks
+ {
+ background-color: rgb( 225, 228, 232 );
+ border-right: 1px solid #000;
+ color: rgb( 120, 120, 120 );
+ padding-left: 12px;
+ height: 19px;
+ }
+ td.contentDisplay
+ {
+ background-color: #ffffff;
+ border-right: 1px solid #000;
+ border-bottom: 1px solid #000;
+ text-align: center;
+ vertical-align: top;
+ padding: 10;
+ }
+
+ td.footerDisplay
+ {
+ background-color: #eee;
+ border-bottom: 1px solid #000;
+ text-align: center;
+ }
+
+/* Containers Used Globally */
+ table.boxSoft
+ {
+ width: 90%;
+ background-color: #ddd;
+ }
+ td.boxSoft
+ {
+ background-color: #fff;
+ padding: 10;
+ }
+ td.boxSoftColumn
+ {
+ padding-left: 16;
+ padding-right: 16;
+ text-align: justify;
+ vertical-align: top;
+ text-indent: 20px;
+ }
+ td.div
+ {
+ background-color: #eee;
+ width: 3px;
+ }
+ td.boxSoftTitle
+ {
+ border-bottom: 1px solid #fff;
+ border-top: 1px solid #fff;
+ background-color: rgb( 241, 242, 244 );
+ padding-left: 10;
+ padding-top: 1;
+ padding-bottom: 1;
+ }
+ table.boxSoftSmall
+ {
+ width: 94%;
+ background-color: #ddd;
+ }
+ td.boxSoftSmall
+ {
+ background-color: #fff;
+ text-align: center;
+ padding-top: 2;
+ padding-bottom: 2;
+ }
+ td.boxSoftSmallTitle
+ {
+ border-bottom: 1px solid #ccc;
+ background-color: rgb( 241, 242, 244 );
+ padding-left: 10;
+ }
+ td.ss /* ss = small space */
+ {
+ padding-left: 6px;
+ vertical-align: top;
+ }
+ td.display
+ {
+ border-bottom: 1px solid #000;
+ padding-bottom: 6px;
+ }
+ td.features
+ {
+ padding: 4px;
+ text-align: justify;
+ vertical-align:top;
+ }
+ td.formLeft
+ {
+ padding: 6px;
+ text-align: left;
+ vertical-align: top;
+ }
+ td.data1
+ {
+ background-color: #eee;
+ vertical-align: top;
+ padding-left: 5;
+ }
+ td.data2
+ {
+ background-color: #ddd;
+ vertical-align: top;
+ padding-left: 5;
+ }
+ th
+ {
+ text-align: left;
+ }
+
+ input,textarea,select
+ {
+ background-color: rgb(108,131,176);
+ font-family: courier;
+ font-size: 12px;
+ background-color: #ccc;
+ border: #000000 1px solid;
+ color: #111111;
+ }
+
+ input.button
+ {
+ background-color: #fff;
+ color: rgb(108,131,176);
+ border: 1px dashed rgb(108,131,176);
+ font-family: trebuchet ms, tahoma, verdana;
+ font-size: 12px;
+ }
diff --git a/retro/static/2004/favicon.ico b/retro/static/2004/favicon.ico Binary files differnew file mode 100644 index 00000000..a9f4e837 --- /dev/null +++ b/retro/static/2004/favicon.ico diff --git a/retro/static/2004/fonts.css b/retro/static/2004/fonts.css new file mode 100644 index 00000000..7def6210 --- /dev/null +++ b/retro/static/2004/fonts.css @@ -0,0 +1,96 @@ +/* Standard Fonts */
+ span /* Applicable by default in all fonts */
+ {
+ color: #666;
+ font-family: verdana, trebuchet ms, tahoma, luxi sans;
+ }
+ span.f1 /* Important */
+ {
+ font-family: verdana;
+ font-size: 20px;
+ letter-spacing: 1px;
+ }
+ span.f2 /* Title */
+ {
+ font-size: 14px;
+ color: rgb(108, 131, 176);
+ font-weight: bold;
+ }
+ span.f3 /* Sub Title */
+ {
+ color: #888;
+ font-size: 14px;
+ font-weight: bold;
+ }
+ span.f4 /* Content Text */
+ {
+ color: #444;
+ font-family: verdana;
+ font-size: 12px;
+ }
+ span.f5 /* Content Small */
+ {
+ color: #333;
+ font-family: trebuchet ms, tahoma, verdana;
+ font-size: 11px;
+ }
+
+/* Font Attribute Change (#6c83b0)*/
+ span.blue
+ {
+ color: rgb( 108, 131, 176 );
+ }
+ span.white
+ {
+ color: white;
+ }
+ span.black
+ {
+ color: black;
+ }
+ span.link
+ {
+ color: rgb( 108, 131, 176 );
+ font-weight: bold;
+ }
+
+/* Misc (c9d1e2) */
+ span.preHeader
+ {
+ color: rgb( 201, 209, 226 );
+ font-weight: bold;
+ font-size: 11px;
+ font-family: tahoma, trebuchet ms, verdana;
+ padding-right: 8px;
+ word-spacing: 8px;
+ }
+ span.sideBarSmallHeader
+ {
+ color: #fff;
+ font-weight: bold;
+ font-size: 11px;
+ font-family: tahoma, trebuchet ms, verdana;
+ padding-right: 8px;
+ }
+
+a:visited {
+ color: rgb(108,131,176);
+ text-decoration: none;
+ font-weight: bold;
+}
+
+a:link {
+ color: rgb(108,131,176);
+ text-decoration: none;
+ font-weight: bold;
+}
+
+a:hover {
+ color: #990000;
+ text-decoration: none;
+ font-weight: bold;
+}
+
+h1,h2,h3,h4 {
+ font-size: 16pt;
+}
diff --git a/retro/static/2004/frontComponents.gif b/retro/static/2004/frontComponents.gif Binary files differnew file mode 100644 index 00000000..0f20c0d4 --- /dev/null +++ b/retro/static/2004/frontComponents.gif diff --git a/retro/static/2004/frontNews.gif b/retro/static/2004/frontNews.gif Binary files differnew file mode 100644 index 00000000..6c2f35d0 --- /dev/null +++ b/retro/static/2004/frontNews.gif diff --git a/retro/static/2004/logoTop.gif b/retro/static/2004/logoTop.gif Binary files differnew file mode 100644 index 00000000..9233b177 --- /dev/null +++ b/retro/static/2004/logoTop.gif diff --git a/retro/static/2004/pad.gif b/retro/static/2004/pad.gif Binary files differnew file mode 100644 index 00000000..7761b868 --- /dev/null +++ b/retro/static/2004/pad.gif diff --git a/retro/static/2004/sflogo.png b/retro/static/2004/sflogo.png Binary files differnew file mode 100644 index 00000000..b49f6ccf --- /dev/null +++ b/retro/static/2004/sflogo.png diff --git a/retro/static/2004/x-click-butcc-donate.gif b/retro/static/2004/x-click-butcc-donate.gif Binary files differnew file mode 100644 index 00000000..046f3788 --- /dev/null +++ b/retro/static/2004/x-click-butcc-donate.gif diff --git a/retro/static/2005/button.png b/retro/static/2005/button.png Binary files differnew file mode 100644 index 00000000..670d69c6 --- /dev/null +++ b/retro/static/2005/button.png diff --git a/retro/static/2005/containers.css b/retro/static/2005/containers.css new file mode 100644 index 00000000..7322b3f1 --- /dev/null +++ b/retro/static/2005/containers.css @@ -0,0 +1,199 @@ + body,table,td,img
+ {
+ border: 0px;
+ margin: 0px;
+ padding: 0px;
+ font-family: arial,verdana,tahoma;
+ }
+
+/* Main Wrapper Data Format */
+ td.preHeader
+ {
+ background-color: #000;
+ border-bottom: 1px solid rgb( 69, 84, 113 );
+ height: 16px;
+ text-align: right;
+ }
+ td.headerFill
+ {
+ background-color: rgb( 108, 131, 176 );
+ border-bottom: 1px solid #000;
+ }
+ td.headerDisplay
+ {
+ background-color: rgb( 108, 131, 176 );
+ padding-left: 16px;
+ }
+ td.mainLinks
+ {
+ background-color: #eee;
+ border-bottom: 1px solid #000;
+ height: 22px;
+ padding-left: 12px;
+ }
+ td.sideBar
+ {
+ background-color: #fff;
+ text-align: center;
+ vertical-align: top;
+ width: 150px;
+ }
+ td.sideBarGrey
+ {
+ background-color: #eee;
+ border-bottom: 1px solid #000;
+ text-align: left;
+ vertical-align: top;
+ width: 150px;
+ }
+ td.sideBarSmall
+ {
+ background-color: rgb( 108, 131, 176 );
+ border-bottom: 1px solid #000;
+ height: 16px;
+ text-align: right;
+ width: 150px;
+ }
+ td.sideBarSmallHeader
+ {
+ background-color: rgb(108,131,176);
+ vertical-align: top;
+ height: 16px;
+ padding-top: 1px;
+ padding-bottom: 2px;
+ text-align: right;
+ width: 150px;
+ }
+ td.subLinks
+ {
+ background-color: rgb( 225, 228, 232 );
+ border-right: 1px solid #000;
+ color: rgb( 120, 120, 120 );
+ padding-left: 12px;
+ height: 19px;
+ }
+ td.contentDisplay
+ {
+ background-color: #ffffff;
+ border-right: 1px solid #000;
+ border-bottom: 1px solid #000;
+ text-align: center;
+ vertical-align: top;
+ padding: 10;
+ }
+
+ td.footerDisplay
+ {
+ background-color: #eee;
+ border-bottom: 1px solid #000;
+ text-align: center;
+ }
+
+/* Containers Used Globally */
+ table.boxSoft
+ {
+ width: 90%;
+ background-color: #ddd;
+ }
+ td.boxSoft
+ {
+ background-color: #fff;
+ padding: 10;
+ }
+ td.boxSoftColumn
+ {
+ padding-left: 16;
+ padding-right: 16;
+ text-align: justify;
+ vertical-align: top;
+ text-indent: 20px;
+ }
+ td.div
+ {
+ background-color: #eee;
+ width: 3px;
+ }
+ td.boxSoftTitle
+ {
+ border-bottom: 1px solid #fff;
+ border-top: 1px solid #fff;
+ background-color: rgb( 241, 242, 244 );
+ padding-left: 10;
+ padding-top: 1;
+ padding-bottom: 1;
+ }
+ table.boxSoftSmall
+ {
+ width: 94%;
+ background-color: #ddd;
+ }
+ td.boxSoftSmall
+ {
+ background-color: #fff;
+ text-align: center;
+ padding-top: 2;
+ padding-bottom: 2;
+ }
+ td.boxSoftSmallTitle
+ {
+ border-bottom: 1px solid #ccc;
+ background-color: rgb( 241, 242, 244 );
+ padding-left: 10;
+ }
+ td.ss /* ss = small space */
+ {
+ padding-left: 6px;
+ vertical-align: top;
+ }
+ td.display
+ {
+ border-bottom: 1px solid #000;
+ padding-bottom: 6px;
+ }
+ td.features
+ {
+ padding: 4px;
+ text-align: justify;
+ vertical-align:top;
+ }
+ td.formLeft
+ {
+ padding: 6px;
+ text-align: left;
+ vertical-align: top;
+ }
+ td.data1
+ {
+ background-color: #eee;
+ vertical-align: top;
+ padding-left: 5;
+ }
+ td.data2
+ {
+ background-color: #ddd;
+ vertical-align: top;
+ padding-left: 5;
+ }
+ th
+ {
+ text-align: left;
+ }
+
+ input,textarea,select
+ {
+ background-color: rgb(108,131,176);
+ font-family: courier;
+ font-size: 12px;
+ background-color: #ccc;
+ border: #000000 1px solid;
+ color: #111111;
+ }
+
+ input.button
+ {
+ background-color: #fff;
+ color: rgb(108,131,176);
+ border: 1px dashed rgb(108,131,176);
+ font-family: trebuchet ms, tahoma, verdana;
+ font-size: 12px;
+ }
diff --git a/retro/static/2005/fonts.css b/retro/static/2005/fonts.css new file mode 100644 index 00000000..7def6210 --- /dev/null +++ b/retro/static/2005/fonts.css @@ -0,0 +1,96 @@ +/* Standard Fonts */
+ span /* Applicable by default in all fonts */
+ {
+ color: #666;
+ font-family: verdana, trebuchet ms, tahoma, luxi sans;
+ }
+ span.f1 /* Important */
+ {
+ font-family: verdana;
+ font-size: 20px;
+ letter-spacing: 1px;
+ }
+ span.f2 /* Title */
+ {
+ font-size: 14px;
+ color: rgb(108, 131, 176);
+ font-weight: bold;
+ }
+ span.f3 /* Sub Title */
+ {
+ color: #888;
+ font-size: 14px;
+ font-weight: bold;
+ }
+ span.f4 /* Content Text */
+ {
+ color: #444;
+ font-family: verdana;
+ font-size: 12px;
+ }
+ span.f5 /* Content Small */
+ {
+ color: #333;
+ font-family: trebuchet ms, tahoma, verdana;
+ font-size: 11px;
+ }
+
+/* Font Attribute Change (#6c83b0)*/
+ span.blue
+ {
+ color: rgb( 108, 131, 176 );
+ }
+ span.white
+ {
+ color: white;
+ }
+ span.black
+ {
+ color: black;
+ }
+ span.link
+ {
+ color: rgb( 108, 131, 176 );
+ font-weight: bold;
+ }
+
+/* Misc (c9d1e2) */
+ span.preHeader
+ {
+ color: rgb( 201, 209, 226 );
+ font-weight: bold;
+ font-size: 11px;
+ font-family: tahoma, trebuchet ms, verdana;
+ padding-right: 8px;
+ word-spacing: 8px;
+ }
+ span.sideBarSmallHeader
+ {
+ color: #fff;
+ font-weight: bold;
+ font-size: 11px;
+ font-family: tahoma, trebuchet ms, verdana;
+ padding-right: 8px;
+ }
+
+a:visited {
+ color: rgb(108,131,176);
+ text-decoration: none;
+ font-weight: bold;
+}
+
+a:link {
+ color: rgb(108,131,176);
+ text-decoration: none;
+ font-weight: bold;
+}
+
+a:hover {
+ color: #990000;
+ text-decoration: none;
+ font-weight: bold;
+}
+
+h1,h2,h3,h4 {
+ font-size: 16pt;
+}
diff --git a/retro/static/2005/frontComponents.gif b/retro/static/2005/frontComponents.gif Binary files differnew file mode 100644 index 00000000..0f20c0d4 --- /dev/null +++ b/retro/static/2005/frontComponents.gif diff --git a/retro/static/2005/frontNews.gif b/retro/static/2005/frontNews.gif Binary files differnew file mode 100644 index 00000000..6c2f35d0 --- /dev/null +++ b/retro/static/2005/frontNews.gif diff --git a/retro/static/2005/logoTop.png b/retro/static/2005/logoTop.png Binary files differnew file mode 100644 index 00000000..e96cabc9 --- /dev/null +++ b/retro/static/2005/logoTop.png diff --git a/retro/static/2005/pad.gif b/retro/static/2005/pad.gif Binary files differnew file mode 100644 index 00000000..7761b868 --- /dev/null +++ b/retro/static/2005/pad.gif diff --git a/retro/static/2005/sflogo.png b/retro/static/2005/sflogo.png Binary files differnew file mode 100644 index 00000000..b65567f7 --- /dev/null +++ b/retro/static/2005/sflogo.png diff --git a/retro/static/2005/x-click-butcc-donate.gif b/retro/static/2005/x-click-butcc-donate.gif Binary files differnew file mode 100644 index 00000000..046f3788 --- /dev/null +++ b/retro/static/2005/x-click-butcc-donate.gif diff --git a/retro/static/2006/button.png b/retro/static/2006/button.png Binary files differnew file mode 100644 index 00000000..670d69c6 --- /dev/null +++ b/retro/static/2006/button.png diff --git a/retro/static/2006/containers.css b/retro/static/2006/containers.css new file mode 100644 index 00000000..7322b3f1 --- /dev/null +++ b/retro/static/2006/containers.css @@ -0,0 +1,199 @@ + body,table,td,img
+ {
+ border: 0px;
+ margin: 0px;
+ padding: 0px;
+ font-family: arial,verdana,tahoma;
+ }
+
+/* Main Wrapper Data Format */
+ td.preHeader
+ {
+ background-color: #000;
+ border-bottom: 1px solid rgb( 69, 84, 113 );
+ height: 16px;
+ text-align: right;
+ }
+ td.headerFill
+ {
+ background-color: rgb( 108, 131, 176 );
+ border-bottom: 1px solid #000;
+ }
+ td.headerDisplay
+ {
+ background-color: rgb( 108, 131, 176 );
+ padding-left: 16px;
+ }
+ td.mainLinks
+ {
+ background-color: #eee;
+ border-bottom: 1px solid #000;
+ height: 22px;
+ padding-left: 12px;
+ }
+ td.sideBar
+ {
+ background-color: #fff;
+ text-align: center;
+ vertical-align: top;
+ width: 150px;
+ }
+ td.sideBarGrey
+ {
+ background-color: #eee;
+ border-bottom: 1px solid #000;
+ text-align: left;
+ vertical-align: top;
+ width: 150px;
+ }
+ td.sideBarSmall
+ {
+ background-color: rgb( 108, 131, 176 );
+ border-bottom: 1px solid #000;
+ height: 16px;
+ text-align: right;
+ width: 150px;
+ }
+ td.sideBarSmallHeader
+ {
+ background-color: rgb(108,131,176);
+ vertical-align: top;
+ height: 16px;
+ padding-top: 1px;
+ padding-bottom: 2px;
+ text-align: right;
+ width: 150px;
+ }
+ td.subLinks
+ {
+ background-color: rgb( 225, 228, 232 );
+ border-right: 1px solid #000;
+ color: rgb( 120, 120, 120 );
+ padding-left: 12px;
+ height: 19px;
+ }
+ td.contentDisplay
+ {
+ background-color: #ffffff;
+ border-right: 1px solid #000;
+ border-bottom: 1px solid #000;
+ text-align: center;
+ vertical-align: top;
+ padding: 10;
+ }
+
+ td.footerDisplay
+ {
+ background-color: #eee;
+ border-bottom: 1px solid #000;
+ text-align: center;
+ }
+
+/* Containers Used Globally */
+ table.boxSoft
+ {
+ width: 90%;
+ background-color: #ddd;
+ }
+ td.boxSoft
+ {
+ background-color: #fff;
+ padding: 10;
+ }
+ td.boxSoftColumn
+ {
+ padding-left: 16;
+ padding-right: 16;
+ text-align: justify;
+ vertical-align: top;
+ text-indent: 20px;
+ }
+ td.div
+ {
+ background-color: #eee;
+ width: 3px;
+ }
+ td.boxSoftTitle
+ {
+ border-bottom: 1px solid #fff;
+ border-top: 1px solid #fff;
+ background-color: rgb( 241, 242, 244 );
+ padding-left: 10;
+ padding-top: 1;
+ padding-bottom: 1;
+ }
+ table.boxSoftSmall
+ {
+ width: 94%;
+ background-color: #ddd;
+ }
+ td.boxSoftSmall
+ {
+ background-color: #fff;
+ text-align: center;
+ padding-top: 2;
+ padding-bottom: 2;
+ }
+ td.boxSoftSmallTitle
+ {
+ border-bottom: 1px solid #ccc;
+ background-color: rgb( 241, 242, 244 );
+ padding-left: 10;
+ }
+ td.ss /* ss = small space */
+ {
+ padding-left: 6px;
+ vertical-align: top;
+ }
+ td.display
+ {
+ border-bottom: 1px solid #000;
+ padding-bottom: 6px;
+ }
+ td.features
+ {
+ padding: 4px;
+ text-align: justify;
+ vertical-align:top;
+ }
+ td.formLeft
+ {
+ padding: 6px;
+ text-align: left;
+ vertical-align: top;
+ }
+ td.data1
+ {
+ background-color: #eee;
+ vertical-align: top;
+ padding-left: 5;
+ }
+ td.data2
+ {
+ background-color: #ddd;
+ vertical-align: top;
+ padding-left: 5;
+ }
+ th
+ {
+ text-align: left;
+ }
+
+ input,textarea,select
+ {
+ background-color: rgb(108,131,176);
+ font-family: courier;
+ font-size: 12px;
+ background-color: #ccc;
+ border: #000000 1px solid;
+ color: #111111;
+ }
+
+ input.button
+ {
+ background-color: #fff;
+ color: rgb(108,131,176);
+ border: 1px dashed rgb(108,131,176);
+ font-family: trebuchet ms, tahoma, verdana;
+ font-size: 12px;
+ }
diff --git a/retro/static/2006/fonts.css b/retro/static/2006/fonts.css new file mode 100644 index 00000000..7def6210 --- /dev/null +++ b/retro/static/2006/fonts.css @@ -0,0 +1,96 @@ +/* Standard Fonts */
+ span /* Applicable by default in all fonts */
+ {
+ color: #666;
+ font-family: verdana, trebuchet ms, tahoma, luxi sans;
+ }
+ span.f1 /* Important */
+ {
+ font-family: verdana;
+ font-size: 20px;
+ letter-spacing: 1px;
+ }
+ span.f2 /* Title */
+ {
+ font-size: 14px;
+ color: rgb(108, 131, 176);
+ font-weight: bold;
+ }
+ span.f3 /* Sub Title */
+ {
+ color: #888;
+ font-size: 14px;
+ font-weight: bold;
+ }
+ span.f4 /* Content Text */
+ {
+ color: #444;
+ font-family: verdana;
+ font-size: 12px;
+ }
+ span.f5 /* Content Small */
+ {
+ color: #333;
+ font-family: trebuchet ms, tahoma, verdana;
+ font-size: 11px;
+ }
+
+/* Font Attribute Change (#6c83b0)*/
+ span.blue
+ {
+ color: rgb( 108, 131, 176 );
+ }
+ span.white
+ {
+ color: white;
+ }
+ span.black
+ {
+ color: black;
+ }
+ span.link
+ {
+ color: rgb( 108, 131, 176 );
+ font-weight: bold;
+ }
+
+/* Misc (c9d1e2) */
+ span.preHeader
+ {
+ color: rgb( 201, 209, 226 );
+ font-weight: bold;
+ font-size: 11px;
+ font-family: tahoma, trebuchet ms, verdana;
+ padding-right: 8px;
+ word-spacing: 8px;
+ }
+ span.sideBarSmallHeader
+ {
+ color: #fff;
+ font-weight: bold;
+ font-size: 11px;
+ font-family: tahoma, trebuchet ms, verdana;
+ padding-right: 8px;
+ }
+
+a:visited {
+ color: rgb(108,131,176);
+ text-decoration: none;
+ font-weight: bold;
+}
+
+a:link {
+ color: rgb(108,131,176);
+ text-decoration: none;
+ font-weight: bold;
+}
+
+a:hover {
+ color: #990000;
+ text-decoration: none;
+ font-weight: bold;
+}
+
+h1,h2,h3,h4 {
+ font-size: 16pt;
+}
diff --git a/retro/static/2006/frontComponents.gif b/retro/static/2006/frontComponents.gif Binary files differnew file mode 100644 index 00000000..0f20c0d4 --- /dev/null +++ b/retro/static/2006/frontComponents.gif diff --git a/retro/static/2006/frontNews.gif b/retro/static/2006/frontNews.gif Binary files differnew file mode 100644 index 00000000..6c2f35d0 --- /dev/null +++ b/retro/static/2006/frontNews.gif diff --git a/retro/static/2006/logoTop.png b/retro/static/2006/logoTop.png Binary files differnew file mode 100644 index 00000000..e96cabc9 --- /dev/null +++ b/retro/static/2006/logoTop.png diff --git a/retro/static/2006/pad.gif b/retro/static/2006/pad.gif Binary files differnew file mode 100644 index 00000000..7761b868 --- /dev/null +++ b/retro/static/2006/pad.gif diff --git a/retro/static/2006/x-click-butcc-donate.gif b/retro/static/2006/x-click-butcc-donate.gif Binary files differnew file mode 100644 index 00000000..046f3788 --- /dev/null +++ b/retro/static/2006/x-click-butcc-donate.gif diff --git a/retro/static/2007/arch.css b/retro/static/2007/arch.css new file mode 100644 index 00000000..3aa504e2 --- /dev/null +++ b/retro/static/2007/arch.css @@ -0,0 +1,372 @@ +* { margin: 0; padding: 0; } +* ul { padding: 20px; } +body { + background: url("title_back.png") repeat-x top left #fbf8f1; + padding: 0 30px; + color: #46494d; + font-family: Bitstream Vera Sans, Lucinda Grande, Arial, sans-serif; +} +/* + * Divs + */ +#head_container { + height: 175px; +} +#main_nav ul { + list-style: none; + padding-right: 10px; + padding-top: 48px; +} +#main_nav ul li { + display: block; + float: right; + width: 67px; + height: 20px; + padding-top: 2px; + margin-left: 3px; + background: url("tab.png") repeat-x bottom left #fbf8f1; + text-align: center; + font-size: 13px; +} +#main_nav ul li[class~=selected] { + background: #fbf8f1; +} +#main_nav ul li a { + text-decoration: none; +} +#dev_nav ul { + list-style: none; + padding-right: 10px; + padding-top: 5px; +} +#dev_nav ul li { + display: block; + float: right; + width: 87px; + height: 20px; + padding-top: 2px; + margin-left: 3px; + background: url("tab.png") repeat-x bottom left #fbf8f1; + border: 1px solid #cccccc; + text-align: center; + font-size: 13px; +} +#dev_nav ul li[class~=selected] { + background: #fbf8f1; +} +#dev_nav ul li a { + text-decoration: none; +} +#title { + height: 140px; + float: left; +} +#updates { + font-size: small; + /*position: relative;*/ + top: 0px; + background: #f6efe0; + border: 1px solid #eee4cb; + padding: 10px; +} +#ads { + float: right; +} +#logo { + float: left; + width: 140px; + height: 140px; +} +#devlist { + width: 80%; + padding: 10px; + margin-left: auto; + margin-right: auto; + border-top: 1px dashed black; + border-bottom: 1px dashed black; + text-align: center; +} +.clear { + clear: both; + margin: 0; + padding: 0; +} +.right { + float: right; + width: 320px; + padding: 0 10px 10px 0; +} +.left { + padding: 10px; + margin: 0 360px 0 0; +} +.left p { + text-align: justify; + padding-bottom: 10px; +} +.box { + padding: 10px; + background: #e1e3e6; + border: 1px solid #8faecd; +} +.greybox { + padding: 10px; + background: #f6efe0; + border: 1px solid #eee4cb; +} +div.listing { + padding-right: 10px; + border-left: 1px solid #387cbf; +} +.error { + color: #dd0000; + font-size: small; +} +.foot { + clear: both; + text-align: center; + font-size: 0.8em; +} +#search { + float: right; + position: relative; + top: -2em; + font-size: 0.8em; +} +#search input { + background: #f6efe0; + border: 1px solid #eee4cb; +} +.smalltext { + text-align: right; + font-size: x-small; +} +/* + * Headers + */ +h2 { + margin: 20px 0 10px 0; +} +h2.title { + border-bottom: 1px solid #46494d; +} +h3 { + margin-bottom: 10px; +} +h3.title { + text-align: right; + border-bottom: 1px solid #46494d; +} +h4.title { + text-align: left; + border-bottom: 1px solid #46494d; +} +h4.news { + border-bottom: 1px dotted #8faecd; +} +div.listing h4 { + background: #d1d3d6; + border-top: 1px double #387cbf; + padding: 3px; +} +/* + * Paragraphs, Anchors, Images + */ +p { + padding-bottom: 20px; +} +p.news { + text-align: left; + font-size: small; +} +a { + color: #35526f; + font-weight: bold; + text-decoration: underline; +} +.news a { + text-decoration: none; +} +#about { + position: relative; + top: -9px; +} +#about a { + text-decoration: none; +} +.community a { + text-decoration: none; +} +ol { + padding-left: 45px; +} +ul.small { + list-style: none; + font-size: x-small; +} +ul.links { + list-style: none; + font-size: small; + padding: 0px 0px 20px 20px; +} +img { + border: none; +} +hr { + border: none; + border-top: 1px solid #46494d; +} +.greybox input, button, textarea, select { + background: #e1e3e6; + border: 1px solid #8faecd; +} +.box input, button { + padding: 2px; + background: #c1c3f6; + font-size: x-small; + border: 1px solid #8faecd; +} +button#f_trigger { + background: #e1e3e6; +} +/* + * Table stuff + */ +table.center { + margin-left: auto; + margin-right: auto; +} +table#releases { + font-size: small; + width: 100%; +} +table#releases td { + padding-right: 20px; +} +table#repolinks { + font-size: small; + width: 100%; +} +table#repolinks td { + text-align: right; +} +table#repolinks th { + text-align: left; +} +table#art { + text-align: center; + margin-left: auto; + margin-right: auto; +} +.devpic { + vertical-align: top; + padding-right: 15px; +} +table.deventry { + padding-bottom: 25px; +} +.deventry th { + text-align: left; + vertical-align: top; + white-space: nowrap; +} +.deventry td { + border-bottom: 1px solid black; + width: 100%; +} +table.results { + padding: 0px; + border-collapse: collapse; +} +.results th { + background: #e1e3e6; + border-bottom: 1px solid #46494d; + border-top: 1px solid #46494d; + text-align: left; + padding-top: 0px; + padding-bottom: 0px; + padding-right: 5px; +} +.results th>a { + text-decoration: none; + color: #46494d; +} +.results td { + padding-right: 5px; + vertical-align: top; + font-size: 0.8em; +} +.listing th { + background: #d1d3d6; + border-left: 1px solid #387cbf; + font-size: small; + vertical-align: top; + text-align: left; + padding: 2px; +} +.listing td { + font-size: small; + padding: 2px; +} +blockquote.code { + background: #c1c3f6; + border: 1px solid #8faecd; + margin-left: auto; + margin-right: auto; + white-space: nowrap; + padding: 5px; + font-family: Courier, Courier New, Monospace; +} +/* + * Wiki Styles + */ +h1.wiki { + border-bottom: 1px solid #46494d; +} +div.wikifoot_l { + font-size: x-small; + text-align: left; + padding-top: 25px; +} +div.wikifoot_r { + font-size: x-small; + text-align: right; + float: right; + padding-top: 25px; +} +.wikibody { + padding-top: 15px; +} +.wikibody ol { + padding-left: 28px; + padding-top: 0px; +} +.wikibody ul { + padding-left: 25px; + padding-top: 0px; +} +.wikibody dd { + padding-left: 30px; +} +.wikibody pre code { + background: #c1c3f6; + border: 1px solid #8faecd; + margin-left: auto; + margin-right: auto; + white-space: nowrap; + padding: 5px; + font-family: Courier, Courier New, Monospace; +} +.wikibody blockquote { + padding-left: 30px; +} +.wikibody td { + padding: 5px; + border: 1px solid black; +} + +/* Used by Django's FormWrappers */ +textarea.vLargeTextField { + width: 450px; + height: 250px; +} diff --git a/retro/static/2007/button.png b/retro/static/2007/button.png Binary files differnew file mode 100644 index 00000000..670d69c6 --- /dev/null +++ b/retro/static/2007/button.png diff --git a/retro/static/2007/logo.png b/retro/static/2007/logo.png Binary files differnew file mode 100644 index 00000000..b2b6d863 --- /dev/null +++ b/retro/static/2007/logo.png diff --git a/retro/static/2007/rss.png b/retro/static/2007/rss.png Binary files differnew file mode 100644 index 00000000..c9164592 --- /dev/null +++ b/retro/static/2007/rss.png diff --git a/retro/static/2007/tab.png b/retro/static/2007/tab.png Binary files differnew file mode 100644 index 00000000..56d2e617 --- /dev/null +++ b/retro/static/2007/tab.png diff --git a/retro/static/2007/title.png b/retro/static/2007/title.png Binary files differnew file mode 100644 index 00000000..e16971a1 --- /dev/null +++ b/retro/static/2007/title.png diff --git a/retro/static/2007/title_back.png b/retro/static/2007/title_back.png Binary files differnew file mode 100644 index 00000000..95c98d7a --- /dev/null +++ b/retro/static/2007/title_back.png diff --git a/retro/static/2008/arch.css b/retro/static/2008/arch.css new file mode 100644 index 00000000..0b6acafc --- /dev/null +++ b/retro/static/2008/arch.css @@ -0,0 +1,372 @@ +* { margin: 0; padding: 0; } +* ul { padding: 20px; } +body { + background: url("title_back.png") repeat-x top left #fbf8f1; + padding: 0 30px; + color: #46494d; + font-family: Bitstream Vera Sans, Lucida Grande, Arial, sans-serif; +} +/* + * Divs + */ +#head_container { + height: 175px; +} +#main_nav ul { + list-style: none; + padding-right: 10px; + padding-top: 48px; +} +#main_nav ul li { + display: block; + float: right; + width: 67px; + height: 20px; + padding-top: 2px; + margin-left: 3px; + background: url("tab.png") repeat-x bottom left #fbf8f1; + text-align: center; + font-size: 13px; +} +#main_nav ul li[class~=selected] { + background: #fbf8f1; +} +#main_nav ul li a { + text-decoration: none; +} +#dev_nav ul { + list-style: none; + padding-right: 10px; + padding-top: 5px; +} +#dev_nav ul li { + display: block; + float: right; + width: 87px; + height: 20px; + padding-top: 2px; + margin-left: 3px; + background: url("tab.png") repeat-x bottom left #fbf8f1; + border: 1px solid #cccccc; + text-align: center; + font-size: 13px; +} +#dev_nav ul li[class~=selected] { + background: #fbf8f1; +} +#dev_nav ul li a { + text-decoration: none; +} +#title { + height: 140px; + float: left; +} +#updates { + font-size: small; + /*position: relative;*/ + top: 0px; + background: #f6efe0; + border: 1px solid #eee4cb; + padding: 10px; +} +#ads { + float: right; +} +#logo { + float: left; + width: 140px; + height: 140px; +} +#devlist { + width: 80%; + padding: 10px; + margin-left: auto; + margin-right: auto; + border-top: 1px dashed black; + border-bottom: 1px dashed black; + text-align: center; +} +.clear { + clear: both; + margin: 0; + padding: 0; +} +.right { + float: right; + width: 320px; + padding: 0 10px 10px 0; +} +.left { + padding: 10px; + margin: 0 360px 0 0; +} +.left p { + text-align: justify; + padding-bottom: 10px; +} +.box { + padding: 10px; + background: #e1e3e6; + border: 1px solid #8faecd; +} +.greybox { + padding: 10px; + background: #f6efe0; + border: 1px solid #eee4cb; +} +div.listing { + padding-right: 10px; + border-left: 1px solid #387cbf; +} +.error { + color: #dd0000; + font-size: small; +} +.foot { + clear: both; + text-align: center; + font-size: 0.8em; +} +#search { + float: right; + position: relative; + top: -2em; + font-size: 0.8em; +} +#search input { + background: #f6efe0; + border: 1px solid #eee4cb; +} +.smalltext { + text-align: right; + font-size: x-small; +} +/* + * Headers + */ +h2 { + margin: 20px 0 10px 0; +} +h2.title { + border-bottom: 1px solid #46494d; +} +h3 { + margin-bottom: 10px; +} +h3.title { + text-align: right; + border-bottom: 1px solid #46494d; +} +h4.title { + text-align: left; + border-bottom: 1px solid #46494d; +} +h4.news { + border-bottom: 1px dotted #8faecd; +} +div.listing h4 { + background: #d1d3d6; + border-top: 1px double #387cbf; + padding: 3px; +} +/* + * Paragraphs, Anchors, Images + */ +p { + padding-bottom: 20px; +} +p.news { + text-align: left; + font-size: small; +} +a { + color: #35526f; + font-weight: bold; + text-decoration: underline; +} +.news a { + text-decoration: none; +} +#about { + position: relative; + top: -9px; +} +#about a { + text-decoration: none; +} +.community a { + text-decoration: none; +} +ol { + padding-left: 45px; +} +ul.small { + list-style: none; + font-size: x-small; +} +ul.links { + list-style: none; + font-size: small; + padding: 0px 0px 20px 20px; +} +img { + border: none; +} +hr { + border: none; + border-top: 1px solid #46494d; +} +.greybox input, button, textarea, select { + background: #e1e3e6; + border: 1px solid #8faecd; +} +.box input, button { + padding: 2px; + background: #c1c3f6; + font-size: x-small; + border: 1px solid #8faecd; +} +button#f_trigger { + background: #e1e3e6; +} +/* + * Table stuff + */ +table.center { + margin-left: auto; + margin-right: auto; +} +table#releases { + font-size: small; + width: 100%; +} +table#releases td { + padding-right: 20px; +} +table#repolinks { + font-size: small; + width: 100%; +} +table#repolinks td { + text-align: right; +} +table#repolinks th { + text-align: left; +} +table#art { + text-align: center; + margin-left: auto; + margin-right: auto; +} +.devpic { + vertical-align: top; + padding-right: 15px; +} +table.deventry { + padding-bottom: 25px; +} +.deventry th { + text-align: left; + vertical-align: top; + white-space: nowrap; +} +.deventry td { + border-bottom: 1px solid black; + width: 100%; +} +table.results { + padding: 0px; + border-collapse: collapse; +} +.results th { + background: #e1e3e6; + border-bottom: 1px solid #46494d; + border-top: 1px solid #46494d; + text-align: left; + padding-top: 0px; + padding-bottom: 0px; + padding-right: 5px; +} +.results th>a { + text-decoration: none; + color: #46494d; +} +.results td { + padding-right: 5px; + vertical-align: top; + font-size: 0.8em; +} +.listing th { + background: #d1d3d6; + border-left: 1px solid #387cbf; + font-size: small; + vertical-align: top; + text-align: left; + padding: 2px; +} +.listing td { + font-size: small; + padding: 2px; +} +blockquote.code { + background: #c1c3f6; + border: 1px solid #8faecd; + margin-left: auto; + margin-right: auto; + white-space: nowrap; + padding: 5px; + font-family: Courier, Courier New, Monospace; +} +/* + * Wiki Styles + */ +h1.wiki { + border-bottom: 1px solid #46494d; +} +div.wikifoot_l { + font-size: x-small; + text-align: left; + padding-top: 25px; +} +div.wikifoot_r { + font-size: x-small; + text-align: right; + float: right; + padding-top: 25px; +} +.wikibody { + padding-top: 15px; +} +.wikibody ol { + padding-left: 28px; + padding-top: 0px; +} +.wikibody ul { + padding-left: 25px; + padding-top: 0px; +} +.wikibody dd { + padding-left: 30px; +} +.wikibody pre code { + background: #c1c3f6; + border: 1px solid #8faecd; + margin-left: auto; + margin-right: auto; + white-space: nowrap; + padding: 5px; + font-family: Courier, Courier New, Monospace; +} +.wikibody blockquote { + padding-left: 30px; +} +.wikibody td { + padding: 5px; + border: 1px solid black; +} + +/* Used by Django's FormWrappers */ +textarea.vLargeTextField { + width: 450px; + height: 250px; +} diff --git a/retro/static/2008/logo.png b/retro/static/2008/logo.png Binary files differnew file mode 100644 index 00000000..b2b6d863 --- /dev/null +++ b/retro/static/2008/logo.png diff --git a/retro/static/2008/rss.png b/retro/static/2008/rss.png Binary files differnew file mode 100644 index 00000000..c9164592 --- /dev/null +++ b/retro/static/2008/rss.png diff --git a/retro/static/2008/tab.png b/retro/static/2008/tab.png Binary files differnew file mode 100644 index 00000000..56d2e617 --- /dev/null +++ b/retro/static/2008/tab.png diff --git a/retro/static/2008/title.png b/retro/static/2008/title.png Binary files differnew file mode 100644 index 00000000..e16971a1 --- /dev/null +++ b/retro/static/2008/title.png diff --git a/retro/static/2008/title_back.png b/retro/static/2008/title_back.png Binary files differnew file mode 100644 index 00000000..95c98d7a --- /dev/null +++ b/retro/static/2008/title_back.png diff --git a/retro/static/2009/arch.css b/retro/static/2009/arch.css new file mode 100644 index 00000000..8d1cd301 --- /dev/null +++ b/retro/static/2009/arch.css @@ -0,0 +1,412 @@ +* { margin: 0; padding: 0; } +* ul { padding: 10px 20px; } +body { + min-width: 600px; + background: url("titlebar.png") repeat-x top left #fff; + padding: 0 30px; + color: #46494d; + font-size: 14px; + font-family: "DejaVu Sans", "Bitstream Vera Sans", "Lucida Grande", Arial, sans-serif; +} +/* + * Divs + */ +#head_container { + height: 220px; +} +#main_nav { + position: absolute; + top: 123px; + right: 30px; + width: 600px; + background: #333; +} +#dev_nav { + position: absolute; + top: 149px; + right: 30px; + width: 600px; + background: #1793d1; +} +#main_nav ul, #dev_nav ul { + list-style: none; + margin: 0; + padding: 0; +} +#main_nav ul li, #dev_nav ul li { + display: block; + float: right; + margin: 0 3px; + padding: 0; + text-align: center; + font-size: 13px; + line-height: 26px; +} +#main_nav ul li.selected { + background: #1793d1; +} +#dev_nav ul li.selected { + background: #333; +} +#main_nav ul li a, #dev_nav ul li a { + display: block; + padding: 0 8px; + color: #fff; + font-weight: bold; + text-decoration: none; +} +#main_nav ul li a:hover { + background: #1793d1; +} +#updates { + font-size: small; + /*position: relative;*/ + top: 0px; + background: #f6efe0; + border: 1px solid #eee4cb; + padding: 10px; +} +#updates a.testing { + font-style: italic; +} +#ads { + z-index: 0; + position: absolute; + top: 40px; + right: 10px; +} +#logo { + z-index: 1; + position: absolute; + top: 10px; + left: 25px; + width: 350px; +} +#logo h1#archtitle { + text-indent: -9999px; + margin: 0; + padding: 0; +} +#logo h1#archtitle a { + display: block; + background: transparent url("titlelogo.png") top left no-repeat; + width: 350px; + height: 103px; +} +#devlist { + width: 80%; + padding: 10px; + margin-left: auto; + margin-right: auto; + border-top: 1px dashed black; + border-bottom: 1px dashed black; + text-align: center; +} +.clear { + clear: both; + margin: 0; + padding: 0; +} +.right { + float: right; + width: 320px; + padding: 0 10px 10px 0; +} +.left { + padding: 10px; + margin: 0 360px 0 0; +} +.left p { + padding-bottom: 10px; +} +.box { + padding: 10px; + background: #f0f0f0; + border: 1px solid #d9d9d9; +} +.greybox { + padding: 10px; + background: #f6efe0; + border: 1px solid #eee4cb; +} +div.listing { + padding-right: 10px; +} +.error, .errorlist { + color: #dd0000; + font-size: small; +} +.foot { + clear: both; + padding: 2em 0; + text-align: center; + font-size: 0.75em; + line-height: 1.5em; +} +#search { + float: right; + position: relative; + top: -2em; + font-size: 0.8em; +} +#search input { + background: #f6efe0; + border: 1px solid #eee4cb; +} +.smalltext { + text-align: right; + font-size: x-small; +} +/* + * Headers + */ +h2 { + margin: 20px 0 10px 0; +} +h2.title { + border-bottom: 1px solid #46494d; +} +h3 { + margin-bottom: 10px; +} +h3.title { + text-align: right; + border-bottom: 1px solid #46494d; +} +h4.title { + text-align: left; + border-bottom: 1px solid #46494d; +} +h4.news { + border-bottom: 1px dotted #0771a6; + margin-bottom: .25em; + padding-bottom: .2em; +} +div.listing h4 { + color: #fff; + background: #0771a6; + padding: 3px; +} +/* + * Paragraphs, Anchors, Images + */ +p { + padding-bottom: 20px; +} +p.news { + font-size: small; +} +a { + color: #0771a6; + text-decoration: none; +} +a:hover { + color: #333; + text-decoration: underline; +} +#about { + position: relative; + top: -9px; +} +ol { + padding-left: 45px; +} +ul.small { + list-style: none; + font-size: x-small; +} +ul.links { + list-style: none; + font-size: small; + padding: 0px 0px 20px 20px; +} +img { + border: none; +} +hr { + border: none; + border-top: 1px solid #46494d; +} +.greybox input, button, textarea, select { + background: #e1e3e6; + border: 1px solid #8faecd; +} +.box input, button { + padding: 2px; + background: #c1c3f6; + font-size: x-small; + border: 1px solid #8faecd; +} +button#f_trigger { + background: #e1e3e6; +} +/* + * Table stuff + */ +table.center { + margin-left: auto; + margin-right: auto; +} +table#releases { + font-size: small; + width: 100%; +} +table#releases td { + padding-right: 20px; +} +table#repolinks { + font-size: small; + width: 100%; +} +table#repolinks td { + text-align: right; +} +table#repolinks th { + text-align: left; +} +table#art { + text-align: center; + margin-left: auto; + margin-right: auto; +} +.devpic { + vertical-align: top; + padding-top: 10px; + padding-right: 15px; +} +table.deventry { + padding-bottom: 25px; +} +.deventry th { + text-align: left; + vertical-align: top; + white-space: nowrap; +} +.deventry td { + width: 100%; +} +table.results { + padding: 0px; + border-collapse: collapse; +} +.results th { + background: #e1e3e6; + border-bottom: 1px solid #46494d; + border-top: 1px solid #46494d; + text-align: left; + padding-top: 0px; + padding-bottom: 0px; + padding-right: 5px; +} +.results th>a { + text-decoration: none; + color: #46494d; +} +.results td { + padding-right: 5px; + vertical-align: top; + font-size: 0.8em; +} +.listing th { + font-size: small; + vertical-align: top; + text-align: left; + padding: 2px; +} +.listing td { + font-size: small; + padding: 2px; +} +blockquote.code { + background: #d0d0d0; + border: 1px solid #bbb; + margin-left: auto; + margin-right: auto; + white-space: nowrap; + padding: 5px; + font-family: "DejaVu Sans Mono", "Bitstream Vera Sans Mono", Courier, "Courier New", Monospace; +} +/* + * Wiki Styles + */ +h1.wiki { + border-bottom: 1px solid #46494d; +} +div.wikifoot_l { + font-size: x-small; + text-align: left; + padding-top: 25px; +} +div.wikifoot_r { + font-size: x-small; + text-align: right; + float: right; + padding-top: 25px; +} +.wikibody { + padding-top: 15px; +} +.wikibody ol { + padding-left: 28px; + padding-top: 0px; +} +.wikibody ul { + padding-left: 25px; + padding-top: 0px; +} +.wikibody dd { + padding-left: 30px; +} +.wikibody pre code { + background: #c1c3f6; + border: 1px solid #8faecd; + margin-left: auto; + margin-right: auto; + white-space: nowrap; + padding: 5px; + font-family: "DejaVu Sans Mono", "Bitstream Vera Sans Mono", Courier, "Courier New", Monospace; +} +.wikibody blockquote { + padding-left: 30px; +} +.wikibody td { + padding: 5px; + border: 1px solid black; +} + +/* Used by Django's FormWrappers */ +textarea.vLargeTextField { + width: 450px; + height: 250px; +} +.pkgr2 { + background-color: #eee4cb; +} + +/* override some calendar attributes copied from admin */ +/* CALENDARS & CLOCKS */ +.calendarbox, .clockbox { margin:5px auto; font-size:11px; width:16em; text-align:center; background:white; position:relative; } +.clockbox { width:9em; } +.calendar { margin:0; padding: 0; } +.calendar table { margin:0; padding:0; border-collapse:collapse; background:white; width:99%; } +.calendar caption, .calendarbox h2 { margin: 0; font-size:11px; text-align:center; border-top:none; } +.calendar th { font-size:10px; color:#666; padding:2px 3px; text-align:center; background:#e1e1e1 url(nav-bg.gif) 0 50% repeat-x; border-bottom:1px solid #ddd; } +.calendar td { font-size:11px; text-align: center; padding: 0; border-top:1px solid #eee; border-bottom:none; } +.calendar td.selected a { background: #C9DBED; } +.calendar td.nonday { background:#efefef; } +.calendar td.today a { background:#ffc; } +.calendar td a, .timelist a { display: block; font-weight:bold; padding:4px; text-decoration: none; color:#444; } +.calendar td a:hover, .timelist a:hover { background: #5b80b2; color:white; } +.calendar td a:active, .timelist a:active { background: #036; color:white; } +.calendarnav { font-size:10px; text-align: center; color:#ccc; margin:0; padding:1px 3px; } +.calendarnav a:link, #calendarnav a:visited, #calendarnav a:hover { color: #999; } +.calendar-shortcuts { background:white; font-size:10px; line-height:11px; border-top:1px solid #eee; padding:3px 0 4px; color:#ccc; } +.calendarbox .calendarnav-previous, .calendarbox .calendarnav-next { display:block; position:absolute; font-weight:bold; font-size:12px; background:#C9DBED url(default-bg.gif) bottom left repeat-x; padding:1px 4px 2px 4px; color:white; } +.calendarnav-previous:hover, .calendarnav-next:hover { background:#036; } +.calendarnav-previous { top:0; left:0; } +.calendarnav-next { top:0; right:0; } +.calendar-cancel { margin:0 !important; padding:0; font-size:10px; background:#e1e1e1 url(nav-bg.gif) 0 50% repeat-x; border-top:1px solid #ddd; } +.calendar-cancel a { padding:2px; color:#999; } +ul.timelist, .timelist li { list-style-type:none; margin:0; padding:0; } +.timelist a { padding:2px; } + diff --git a/retro/static/2009/default-bg.gif b/retro/static/2009/default-bg.gif Binary files differnew file mode 100644 index 00000000..003aeca5 --- /dev/null +++ b/retro/static/2009/default-bg.gif diff --git a/retro/static/2009/nav-bg.gif b/retro/static/2009/nav-bg.gif Binary files differnew file mode 100644 index 00000000..f8402b80 --- /dev/null +++ b/retro/static/2009/nav-bg.gif diff --git a/retro/static/2009/rss.png b/retro/static/2009/rss.png Binary files differnew file mode 100644 index 00000000..c9164592 --- /dev/null +++ b/retro/static/2009/rss.png diff --git a/retro/static/2009/sevenl_button.png b/retro/static/2009/sevenl_button.png Binary files differnew file mode 100644 index 00000000..131b4dc8 --- /dev/null +++ b/retro/static/2009/sevenl_button.png diff --git a/retro/static/2009/titlebar.png b/retro/static/2009/titlebar.png Binary files differnew file mode 100644 index 00000000..4e17b609 --- /dev/null +++ b/retro/static/2009/titlebar.png diff --git a/retro/static/2009/titlelogo.png b/retro/static/2009/titlelogo.png Binary files differnew file mode 100644 index 00000000..b3da627c --- /dev/null +++ b/retro/static/2009/titlelogo.png diff --git a/retro/static/2010/arch.css b/retro/static/2010/arch.css new file mode 100644 index 00000000..8d1cd301 --- /dev/null +++ b/retro/static/2010/arch.css @@ -0,0 +1,412 @@ +* { margin: 0; padding: 0; } +* ul { padding: 10px 20px; } +body { + min-width: 600px; + background: url("titlebar.png") repeat-x top left #fff; + padding: 0 30px; + color: #46494d; + font-size: 14px; + font-family: "DejaVu Sans", "Bitstream Vera Sans", "Lucida Grande", Arial, sans-serif; +} +/* + * Divs + */ +#head_container { + height: 220px; +} +#main_nav { + position: absolute; + top: 123px; + right: 30px; + width: 600px; + background: #333; +} +#dev_nav { + position: absolute; + top: 149px; + right: 30px; + width: 600px; + background: #1793d1; +} +#main_nav ul, #dev_nav ul { + list-style: none; + margin: 0; + padding: 0; +} +#main_nav ul li, #dev_nav ul li { + display: block; + float: right; + margin: 0 3px; + padding: 0; + text-align: center; + font-size: 13px; + line-height: 26px; +} +#main_nav ul li.selected { + background: #1793d1; +} +#dev_nav ul li.selected { + background: #333; +} +#main_nav ul li a, #dev_nav ul li a { + display: block; + padding: 0 8px; + color: #fff; + font-weight: bold; + text-decoration: none; +} +#main_nav ul li a:hover { + background: #1793d1; +} +#updates { + font-size: small; + /*position: relative;*/ + top: 0px; + background: #f6efe0; + border: 1px solid #eee4cb; + padding: 10px; +} +#updates a.testing { + font-style: italic; +} +#ads { + z-index: 0; + position: absolute; + top: 40px; + right: 10px; +} +#logo { + z-index: 1; + position: absolute; + top: 10px; + left: 25px; + width: 350px; +} +#logo h1#archtitle { + text-indent: -9999px; + margin: 0; + padding: 0; +} +#logo h1#archtitle a { + display: block; + background: transparent url("titlelogo.png") top left no-repeat; + width: 350px; + height: 103px; +} +#devlist { + width: 80%; + padding: 10px; + margin-left: auto; + margin-right: auto; + border-top: 1px dashed black; + border-bottom: 1px dashed black; + text-align: center; +} +.clear { + clear: both; + margin: 0; + padding: 0; +} +.right { + float: right; + width: 320px; + padding: 0 10px 10px 0; +} +.left { + padding: 10px; + margin: 0 360px 0 0; +} +.left p { + padding-bottom: 10px; +} +.box { + padding: 10px; + background: #f0f0f0; + border: 1px solid #d9d9d9; +} +.greybox { + padding: 10px; + background: #f6efe0; + border: 1px solid #eee4cb; +} +div.listing { + padding-right: 10px; +} +.error, .errorlist { + color: #dd0000; + font-size: small; +} +.foot { + clear: both; + padding: 2em 0; + text-align: center; + font-size: 0.75em; + line-height: 1.5em; +} +#search { + float: right; + position: relative; + top: -2em; + font-size: 0.8em; +} +#search input { + background: #f6efe0; + border: 1px solid #eee4cb; +} +.smalltext { + text-align: right; + font-size: x-small; +} +/* + * Headers + */ +h2 { + margin: 20px 0 10px 0; +} +h2.title { + border-bottom: 1px solid #46494d; +} +h3 { + margin-bottom: 10px; +} +h3.title { + text-align: right; + border-bottom: 1px solid #46494d; +} +h4.title { + text-align: left; + border-bottom: 1px solid #46494d; +} +h4.news { + border-bottom: 1px dotted #0771a6; + margin-bottom: .25em; + padding-bottom: .2em; +} +div.listing h4 { + color: #fff; + background: #0771a6; + padding: 3px; +} +/* + * Paragraphs, Anchors, Images + */ +p { + padding-bottom: 20px; +} +p.news { + font-size: small; +} +a { + color: #0771a6; + text-decoration: none; +} +a:hover { + color: #333; + text-decoration: underline; +} +#about { + position: relative; + top: -9px; +} +ol { + padding-left: 45px; +} +ul.small { + list-style: none; + font-size: x-small; +} +ul.links { + list-style: none; + font-size: small; + padding: 0px 0px 20px 20px; +} +img { + border: none; +} +hr { + border: none; + border-top: 1px solid #46494d; +} +.greybox input, button, textarea, select { + background: #e1e3e6; + border: 1px solid #8faecd; +} +.box input, button { + padding: 2px; + background: #c1c3f6; + font-size: x-small; + border: 1px solid #8faecd; +} +button#f_trigger { + background: #e1e3e6; +} +/* + * Table stuff + */ +table.center { + margin-left: auto; + margin-right: auto; +} +table#releases { + font-size: small; + width: 100%; +} +table#releases td { + padding-right: 20px; +} +table#repolinks { + font-size: small; + width: 100%; +} +table#repolinks td { + text-align: right; +} +table#repolinks th { + text-align: left; +} +table#art { + text-align: center; + margin-left: auto; + margin-right: auto; +} +.devpic { + vertical-align: top; + padding-top: 10px; + padding-right: 15px; +} +table.deventry { + padding-bottom: 25px; +} +.deventry th { + text-align: left; + vertical-align: top; + white-space: nowrap; +} +.deventry td { + width: 100%; +} +table.results { + padding: 0px; + border-collapse: collapse; +} +.results th { + background: #e1e3e6; + border-bottom: 1px solid #46494d; + border-top: 1px solid #46494d; + text-align: left; + padding-top: 0px; + padding-bottom: 0px; + padding-right: 5px; +} +.results th>a { + text-decoration: none; + color: #46494d; +} +.results td { + padding-right: 5px; + vertical-align: top; + font-size: 0.8em; +} +.listing th { + font-size: small; + vertical-align: top; + text-align: left; + padding: 2px; +} +.listing td { + font-size: small; + padding: 2px; +} +blockquote.code { + background: #d0d0d0; + border: 1px solid #bbb; + margin-left: auto; + margin-right: auto; + white-space: nowrap; + padding: 5px; + font-family: "DejaVu Sans Mono", "Bitstream Vera Sans Mono", Courier, "Courier New", Monospace; +} +/* + * Wiki Styles + */ +h1.wiki { + border-bottom: 1px solid #46494d; +} +div.wikifoot_l { + font-size: x-small; + text-align: left; + padding-top: 25px; +} +div.wikifoot_r { + font-size: x-small; + text-align: right; + float: right; + padding-top: 25px; +} +.wikibody { + padding-top: 15px; +} +.wikibody ol { + padding-left: 28px; + padding-top: 0px; +} +.wikibody ul { + padding-left: 25px; + padding-top: 0px; +} +.wikibody dd { + padding-left: 30px; +} +.wikibody pre code { + background: #c1c3f6; + border: 1px solid #8faecd; + margin-left: auto; + margin-right: auto; + white-space: nowrap; + padding: 5px; + font-family: "DejaVu Sans Mono", "Bitstream Vera Sans Mono", Courier, "Courier New", Monospace; +} +.wikibody blockquote { + padding-left: 30px; +} +.wikibody td { + padding: 5px; + border: 1px solid black; +} + +/* Used by Django's FormWrappers */ +textarea.vLargeTextField { + width: 450px; + height: 250px; +} +.pkgr2 { + background-color: #eee4cb; +} + +/* override some calendar attributes copied from admin */ +/* CALENDARS & CLOCKS */ +.calendarbox, .clockbox { margin:5px auto; font-size:11px; width:16em; text-align:center; background:white; position:relative; } +.clockbox { width:9em; } +.calendar { margin:0; padding: 0; } +.calendar table { margin:0; padding:0; border-collapse:collapse; background:white; width:99%; } +.calendar caption, .calendarbox h2 { margin: 0; font-size:11px; text-align:center; border-top:none; } +.calendar th { font-size:10px; color:#666; padding:2px 3px; text-align:center; background:#e1e1e1 url(nav-bg.gif) 0 50% repeat-x; border-bottom:1px solid #ddd; } +.calendar td { font-size:11px; text-align: center; padding: 0; border-top:1px solid #eee; border-bottom:none; } +.calendar td.selected a { background: #C9DBED; } +.calendar td.nonday { background:#efefef; } +.calendar td.today a { background:#ffc; } +.calendar td a, .timelist a { display: block; font-weight:bold; padding:4px; text-decoration: none; color:#444; } +.calendar td a:hover, .timelist a:hover { background: #5b80b2; color:white; } +.calendar td a:active, .timelist a:active { background: #036; color:white; } +.calendarnav { font-size:10px; text-align: center; color:#ccc; margin:0; padding:1px 3px; } +.calendarnav a:link, #calendarnav a:visited, #calendarnav a:hover { color: #999; } +.calendar-shortcuts { background:white; font-size:10px; line-height:11px; border-top:1px solid #eee; padding:3px 0 4px; color:#ccc; } +.calendarbox .calendarnav-previous, .calendarbox .calendarnav-next { display:block; position:absolute; font-weight:bold; font-size:12px; background:#C9DBED url(default-bg.gif) bottom left repeat-x; padding:1px 4px 2px 4px; color:white; } +.calendarnav-previous:hover, .calendarnav-next:hover { background:#036; } +.calendarnav-previous { top:0; left:0; } +.calendarnav-next { top:0; right:0; } +.calendar-cancel { margin:0 !important; padding:0; font-size:10px; background:#e1e1e1 url(nav-bg.gif) 0 50% repeat-x; border-top:1px solid #ddd; } +.calendar-cancel a { padding:2px; color:#999; } +ul.timelist, .timelist li { list-style-type:none; margin:0; padding:0; } +.timelist a { padding:2px; } + diff --git a/retro/static/2010/default-bg.gif b/retro/static/2010/default-bg.gif Binary files differnew file mode 100644 index 00000000..003aeca5 --- /dev/null +++ b/retro/static/2010/default-bg.gif diff --git a/retro/static/2010/nav-bg.gif b/retro/static/2010/nav-bg.gif Binary files differnew file mode 100644 index 00000000..f8402b80 --- /dev/null +++ b/retro/static/2010/nav-bg.gif diff --git a/retro/static/2010/rss.png b/retro/static/2010/rss.png Binary files differnew file mode 100644 index 00000000..c9164592 --- /dev/null +++ b/retro/static/2010/rss.png diff --git a/retro/static/2010/sevenl_button.png b/retro/static/2010/sevenl_button.png Binary files differnew file mode 100644 index 00000000..93adcdf0 --- /dev/null +++ b/retro/static/2010/sevenl_button.png diff --git a/retro/static/2010/titlebar.png b/retro/static/2010/titlebar.png Binary files differnew file mode 100644 index 00000000..4e17b609 --- /dev/null +++ b/retro/static/2010/titlebar.png diff --git a/retro/static/2010/titlelogo.png b/retro/static/2010/titlelogo.png Binary files differnew file mode 100644 index 00000000..b3da627c --- /dev/null +++ b/retro/static/2010/titlelogo.png diff --git a/retro/static/2010/vnet_button.png b/retro/static/2010/vnet_button.png Binary files differnew file mode 100644 index 00000000..22cfa9e4 --- /dev/null +++ b/retro/static/2010/vnet_button.png diff --git a/retro/static/2011/airvm_button.png b/retro/static/2011/airvm_button.png Binary files differnew file mode 100644 index 00000000..0acadc9c --- /dev/null +++ b/retro/static/2011/airvm_button.png diff --git a/retro/static/2011/archlogo.gif b/retro/static/2011/archlogo.gif Binary files differnew file mode 100644 index 00000000..e1852a06 --- /dev/null +++ b/retro/static/2011/archlogo.gif diff --git a/retro/static/2011/archlogo.png b/retro/static/2011/archlogo.png Binary files differnew file mode 100644 index 00000000..e873e94b --- /dev/null +++ b/retro/static/2011/archlogo.png diff --git a/retro/static/2011/archnavbar.css b/retro/static/2011/archnavbar.css new file mode 100644 index 00000000..d95832bc --- /dev/null +++ b/retro/static/2011/archnavbar.css @@ -0,0 +1,33 @@ +/* + * ARCH GLOBAL NAVBAR + * + * We're forcing all generic selectors with !important + * to help prevent other stylesheets from interfering. + * + */ + +/* container for the entire bar */ +#archnavbar { height: 40px !important; padding: 10px 15px !important; background: #333 !important; border-bottom: 5px #08c solid !important; } + +/* logo trickery -- GIF for IE6 and PNG for the rest */ +#archnavbarlogo { float: left !important; margin: 0 !important; padding: 0 !important; height: 40px !important; width: 190px !important; } +/* IE6 doesn't support alpha PNGs so we serve it a GIF */ +#archnavbarlogo { background: url('archlogo.gif') no-repeat !important; } +/* and use a proper PNG for all other modern browsers */ +html > body #archnavbarlogo { background: url('archlogo.png') no-repeat !important; } + +/* move the heading/paragraph text offscreen */ +#archnavbarlogo p { margin: 0 !important; padding: 0 !important; text-indent: -9999px !important; } +#archnavbarlogo h1 { margin: 0 !important; padding: 0 !important; text-indent: -9999px !important; } + +/* make the link the same size as the logo */ +#archnavbarlogo a { display: block !important; height: 40px !important; width: 190px !important; } + +/* display the list inline, float it to the right and style it */ +#archnavbar ul { display: inline !important; float: right !important; list-style: none !important; margin: 0 !important; padding: 0 !important; } +#archnavbar ul li { float: left !important; font-size: 14px !important; font-family: sans-serif !important; line-height: 45px !important; padding-right: 15px !important; padding-left: 15px !important; } + +/* style the links */ +#archnavbar ul#archnavbarlist li a { color: #999; font-weight: bold !important; text-decoration: none !important; } +#archnavbar ul li a:hover { color: white !important; text-decoration: underline !important; } + diff --git a/retro/static/2011/archweb-print.css b/retro/static/2011/archweb-print.css new file mode 100644 index 00000000..079dfd2e --- /dev/null +++ b/retro/static/2011/archweb-print.css @@ -0,0 +1,24 @@ + + + + + +/* + FILE ARCHIVED ON 3:57:32 Feb 12, 2011 AND RETRIEVED FROM THE + INTERNET ARCHIVE ON 20:20:44 Feb 2, 2012. + JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. + + ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. + SECTION 108(a)(3)). +*/ +/* + * ARCH LINUX DJANGO (MAIN SITE) + * + * Stylesheet for printing + */ + +/* general styling */ +body { font: normal 100% sans-serif; } +#content { font-size: 0.812em; } +#archnavbarmenu, #archdev-navbar, .admin-actions { display: none; } + diff --git a/retro/static/2011/archweb.css b/retro/static/2011/archweb.css new file mode 100644 index 00000000..d82f416b --- /dev/null +++ b/retro/static/2011/archweb.css @@ -0,0 +1,258 @@ +/* import the global navbar stylesheet */ +@import url('archnavbar.css'); + +/* simple reset */ +* { margin: 0; padding: 0; line-height: 1.4; } + +/* general styling */ +body { min-width: 650px; background: #f6f9fc; color: #222; font: normal 100% sans-serif; text-align: center; } +p { margin: .33em 0 1em; } +ol, ul { margin-bottom: 1em; padding-left: 2em; } +ul { list-style: square; } +code { font: 1.2em monospace; background: #ffa; padding: 0.15em 0.25em; } +pre { font: 1.2em monospace; border: 1px solid #bdb; background: #dfd; padding: 0.5em; margin: 0.25em 2em; } +blockquote { margin: 1.5em 2em; } +input { vertical-align: middle; } +select[multiple] { padding-top: 1px; padding-bottom: 1px; } +select[multiple] option { padding-left: 0.3em; padding-right: 0.5em; } +input[type=submit] { padding-left: 0.6em; padding-right: 0.6em; } +.clear { clear: both; } +hr { border: none; border-top: 1px solid #888; } +img { border: 0; } + +/* scale fonts down to a sane default (16 * .812 = 13px) */ +#content { font-size: 0.812em; } + +/* link style */ +a { text-decoration: none; } +a:link, th a:visited { color: #07b; } +a:visited { color: #666; } +a:hover { text-decoration: underline; color: #666; } +a:active { color: #e90; } + +/* headings */ +h2 { font-size: 1.5em; margin-bottom: 0.5em; border-bottom: 1px solid #888; } +h3 { font-size: 1.25em; margin-top: 1em; } +h4 { font-size: 1.15em; margin-top: 1em; } +h5 { font-size: 1em; margin-top: 1em; } + +/* general layout */ +div#content { width: 95%; margin: 0 auto; text-align: left; } +div#content-left-wrapper { float: left; width: 100%; } /* req to keep content above sidebar in source code */ +div#content-left { margin: 0 340px 0 0; } +div#content-right { float: left; width: 300px; margin-left: -300px; } +div.box { margin-bottom: 1.5em; padding: 0.65em; background: #ecf2f5; border: 1px solid #bcd; } +div#footer { clear: both; margin: 2em 0 1em; } +div#footer p { margin: 0; text-align: center; font-size: 0.85em; } + +/* alignment */ +div.center, table.center, img.center { width: auto; margin-left: auto; margin-right: auto; } +p.center, td.center, th.center { text-align: center; } + +/* table generics */ +table { width: 100%; border-collapse: collapse; } +table .wrap { white-space: normal; } +th, td { white-space: nowrap; text-align: left; } +th { vertical-align: middle; font-weight: bold; } +td { vertical-align: top; } + +/* table pretty styles */ +table.pretty1 { width: auto; margin-top: 0.25em; margin-bottom: 0.5em; border-collapse: collapse; border: 1px solid #bcd; } +table.pretty1 th { padding: 0.35em; background: #e4eeff; border: 1px solid #bcd; } +table.pretty1 td { padding: 0.35em; border: 1px dotted #bcd; } +table.pretty2 { width: auto; margin-top: 0.25em; margin-bottom: 0.5em; border-collapse: collapse; border: 1px solid #bbb; } +table.pretty2 th { padding: 0.35em; background: #eee; border: 1px solid #bbb; } +table.pretty2 td { padding: 0.35em; border: 1px dotted #bbb; } + +/* forms and input styling */ +form p { margin: 0.5em 0; } +fieldset { border: 0; } +label { width: 12em; vertical-align: top; display: inline-block; font-weight: bold; } +input[type=text], input[type=password], textarea { padding: 0.10em; } +form.general-form label, form.general-form .form-help { width: 10em; vertical-align: top; display: inline-block; } +form.general-form input[type=text], form.general-form textarea { width: 45%; } + +/* archdev navbar */ +div#archdev-navbar { margin: 1.5em 0; } +div#archdev-navbar ul { list-style: none; margin: -0.5em 0; padding: 0; } +div#archdev-navbar li { display: inline; margin: 0; padding: 0; font-size: 0.9em; } +div#archdev-navbar li a { padding: 0 0.5em; color: #07b; } + +/* error/info messages (x pkg is already flagged out-of-date, etc) */ +#sys-message { width: 35em; text-align: center; margin: 1em auto; padding: 0.5em; background: #fff; border: 1px solid #f00; } +#sys-message p { margin: 0; } + +ul.errorlist { color: red; } + +/* + * PAGE SPECIFIC STYLES + */ + +/* home: introduction */ +#intro p.readmore { margin: -0.5em 0 0 0; font-size: .9em; text-align: right; } + +/* home: news */ +#news { margin-top: 1.5em; } +#news h3 { border-bottom: 1px solid #888; } +#news div { margin-bottom: 1em; } +#news div p { margin-bottom: 0.5em; } +#news .more { font-weight: normal; } +#news .rss-icon { float: right; margin: -1.6em 0.4em 0 0; } +#news h4 { font-size: 1em; margin-top: 1.5em; border-bottom: 1px dotted #bbb; } +#news .timestamp { float: right; font-size: 0.85em; margin: -1.8em 0.5em 0 0; } + +/* home: pkgsearch box */ +#pkgsearch { padding: 1em 0.75em; background: #3ad; color: #fff; border: 1px solid #08b; } +#pkgsearch label { width: auto; padding: 0.1em 0; } +#pkgsearch input { width: 10em; float: right; font-size: 1em; color: #000; background: #fff; border: 1px solid #09c; } + +/* home: recent pkg updates */ +#pkg-updates h3 { margin: 0 0 0.3em; } +#pkg-updates .more { font-weight: normal; } +#pkg-updates .rss-icon { float: right; margin: -2em 0 0 0; } +#pkg-updates table { margin: 0; } +#pkg-updates td.pkg-name { white-space: normal; } +#pkg-updates td.pkg-arch { text-align: right; } +#pkg-updates span.testing, #pkg-updates span.community-testing, span.multilib-testing { font-style: italic; } + +/* home: sidebar navigation */ +div#nav-sidebar ul { list-style: none; margin: 0.5em 0 0.5em 1em; padding: 0; } + +/* home: sponsor banners */ +div#arch-sponsors img { padding: 0.3em 0; } + +/* home: sidebar components (navlist, sponsors, pkgsearch, etc) */ +div.widget { margin-bottom: 1.5em; } + +/* feeds page */ +#rss-feeds .rss { padding-right: 20px; background: url(rss.png) top right no-repeat; } + +/* artwork: logo images */ +#artwork img.inverted { background: #333; padding: 0; } +#artwork div.imagelist img { display: inline; margin: 0.75em; } + +/* news: article list */ +.news-nav { float: right; margin-top: -2.2em; } +.news-nav .prev, .news-nav .next { margin-left: 1em; margin-right: 1em; } + +/* news: article pages */ +div.news-article .article-info { margin: 0; color: #999; } + +/* news: add/edit article */ +form#newsform { width: 60em; } +form#newsform input[type=text], form#newsform textarea { width: 75%; } + +/* donate: donor list */ +div#donor-list ul { width: 100%; } +/* max 4 columns, but possibly fewer if screen size doesn't allow for more */ +div#donor-list li { float: left; width: 25%; min-width: 20em; } + +/* download page */ +#arch-downloads h3 { border-bottom: 1px dotted #aaa; } +table#download-torrents .cpu-arch { text-align: center; } +table#download-mirrors { width: auto; margin-bottom: 1em; } +table#download-mirrors td.mirror-country { padding-top: 1em; } +table#download-mirrors td.mirror-server { padding-right: 1em; } +table#download-mirrors a { display: block; float: right; width: 4em; } + +/* pkglists/devlists */ +table.results { font-size: 0.846em; border-top: 1px dotted #999; border-bottom: 1px dotted #999; } +table.results th { padding: 0.5em 1em 0.25em 0.25em; border-bottom: 1px solid #999; white-space: nowrap; background-color:#fff; } +table.results td { padding: .3em 1em .3em 3px; } +table.results tr.odd { background: #fff; } +table.results tr.even { background: #e4eeff; } +/* additional styles for JS sorting */ +table.results th.header { padding-right: 20px; background-image: url(nosort.gif); background-repeat: no-repeat; background-position: center right; cursor: pointer; } +table.results th.headerSortDown { background-color: #e4eeff; background-image: url(desc.gif); } +table.results th.headerSortUp { background-color: #e4eeff; background-image: url(asc.gif); } +table.results .flagged { color: red; } + +/* pkglist: layout */ +div#pkglist-about { margin-top: 1.5em; } + +/* pkglist: results navigation */ +#pkglist-stats-top, #pkglist-stats-bottom { font-size: 0.85em; } +#pkglist-results .pkglist-nav { float: right; margin-top: -2.2em; } +.pkglist-nav .prev { margin-right: 1em; } +.pkglist-nav .next { margin-right: 1em; } + +/* search fields and other filter selections */ +.filter-criteria h3 { font-size: 1em; margin-top:0; } +.filter-criteria div { float: left; margin-right: 1.65em; font-size: 0.85em; } +.filter-criteria legend { display: none; } +.filter-criteria label { width: auto; display: block; font-weight: normal; } + +/* pkgdetails: details links that float on the right */ +#pkgdetails #detailslinks { float: right; } +#pkgdetails #detailslinks h4 { margin-top: 0; margin-bottom: 0.25em; } +#pkgdetails #detailslinks ul { list-style: none; padding: 0; margin-bottom: 0; font-size: 0.846em; } +#pkgdetails #detailslinks > div { padding: 0.5em; margin-bottom: 1em; background: #eee; border: 1px solid #bbb; } +#pkgdetails #actionlist .flagged { color: red; font-size: 0.9em; font-style: italic; } + +/* pkgdetails: pkg info */ +#pkgdetails #pkginfo { width: auto; } +#pkgdetails #pkginfo td { padding: 0.25em 0 0.25em 1.5em; } + +/* pkgdetails: flag package */ +form#flag-pkg-form label { width: 10em; } +form#flag-pkg-form textarea, form#flag-pkg-form input[type=text] { width: 45%; } + +/* pkgdetails: deps, required by and file lists */ +#pkgdetails #metadata h3 { background: #555; color: #fff; font-size: 1em; margin-bottom: 0.5em; padding: 0.2em 0.35em; } +#pkgdetails #metadata ul { list-style: none; margin: 0; padding: 0; } +#pkgdetails #metadata li { padding-left: 0.5em; } +#pkgdetails #metadata p { padding-left: 0.5em; } +#pkgdetails #metadata .message { font-style: italic; } +#pkgdetails #metadata br { clear: both; } +#pkgdetails #pkgdeps { float: left; width: 48%; margin-right: 2%; } +#pkgdetails #pkgreqs { float: left; width: 50%; } +#pkgdetails #pkgfiles { clear: left; padding-top: 1em; } + +/* dev/TU biographies */ +div#arch-bio-toc { width: 75%; margin: 0 auto; text-align: center; } +table.arch-bio-entry td.pic { vertical-align: top; padding-right: 15px; padding-top: 10px; } +table.arch-bio-entry td.pic img { padding: 4px; border: 1px solid #ccc; } +table.arch-bio-entry table.bio { margin-bottom: 2em; } +table.arch-bio-entry table.bio th { text-align: left; padding-right: 0.5em; vertical-align: top; white-space: nowrap; } +table.arch-bio-entry table.bio td { width: 100%; padding-bottom: 0.25em; } + +/* dev: login/out */ +p.login-error {} +table#dev-login { width: auto; } + +/* dev dashboard: flagged packages */ +form#dash-pkg-notify { text-align: right; padding: 1em 0 0; margin-top: 1em; font-size: 0.85em; border-top: 1px dotted #aaa; } +form#dash-pkg-notify label { width: auto; font-weight: normal; } +form#dash-pkg-notify input { vertical-align: middle; margin: 0 0.25em; } +form#dash-pkg-notify input[type=submit] { margin-top: -0.25em; } +form#dash-pkg-notify p { margin: 0; } + +/* dev dashboard: collapse stat tables by default */ +table#stats-by-maintainer, table#stats-by-repo, table#stats-by-arch { display: none; } +table.dash-stats .key { width: 50%; } +span.dash-click { font-weight: normal; font-size: 0.8em; color: #888; } +div.dash-stats h3 { color: #07b; } + +/* read only (public) todo lists */ +#public_todo_lists .todo_list { + margin-left: 2em; +} + +/* dev dashboard: admin actions (add news items, todo list, etc) */ +ul.admin-actions { float: right; list-style: none; margin-top: -2.5em; } +ul.admin-actions li { display: inline; padding-left: 1.5em; } + +/* dev: todo list */ +.todo-table .complete { color: green; } +.todo-table .incomplete { color: red; } + +/* dev: signoff page */ +#dev-signoffs ul { list-style: none; margin: 0; padding: 0; } +#dev-signoffs .signoff-yes { color: green; font-weight: bold; } +#dev-signoffs .signoff-no { color: red; } +#dev-signoffs .signed-username { color: #888; margin-left: 0.5em; } + +/* highlight current website in the navbar */ +#archnavbar.anb-home ul li#anb-home a { color: white !important; } +#archnavbar.anb-packages ul li#anb-packages a { color: white !important; } +#archnavbar.anb-download ul li#anb-download a { color: white !important; } diff --git a/retro/static/2011/asc.gif b/retro/static/2011/asc.gif Binary files differnew file mode 100644 index 00000000..74157867 --- /dev/null +++ b/retro/static/2011/asc.gif diff --git a/retro/static/2011/desc.gif b/retro/static/2011/desc.gif Binary files differnew file mode 100644 index 00000000..3b30b3c5 --- /dev/null +++ b/retro/static/2011/desc.gif diff --git a/retro/static/2011/nosort.gif b/retro/static/2011/nosort.gif Binary files differnew file mode 100644 index 00000000..fac668fc --- /dev/null +++ b/retro/static/2011/nosort.gif diff --git a/retro/static/2011/rss.png b/retro/static/2011/rss.png Binary files differnew file mode 100644 index 00000000..c9164592 --- /dev/null +++ b/retro/static/2011/rss.png diff --git a/retro/static/2011/sevenl_button.png b/retro/static/2011/sevenl_button.png Binary files differnew file mode 100644 index 00000000..93adcdf0 --- /dev/null +++ b/retro/static/2011/sevenl_button.png diff --git a/retro/static/2011/vnet_button.png b/retro/static/2011/vnet_button.png Binary files differnew file mode 100644 index 00000000..22cfa9e4 --- /dev/null +++ b/retro/static/2011/vnet_button.png diff --git a/retro/templates/retro/index-20020328.html b/retro/templates/retro/index-20020328.html index 3aec812b..ca74cb4f 100644 --- a/retro/templates/retro/index-20020328.html +++ b/retro/templates/retro/index-20020328.html @@ -2,7 +2,7 @@ "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"><title>Arch Linux</title> -<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}main-20020328.css"> +<link rel="stylesheet" type="text/css" href="{{ RETRO_STATIC_URL }}main.css"> </head> <body bgcolor="#000000" link="cccc00" text="#cccccc"> @@ -27,7 +27,7 @@ Devel: 0.2 </tr> </tbody></table> </td><td align="right"> -<img src="{{ STATIC_URL }}archlogo_black-20020328.gif" alt="Arch Logo"><br> +<img src="{{ RETRO_STATIC_URL }}archlogo_black.gif" alt="Arch Logo"><br> <span class="quote"> </span> </td></tr></tbody></table> @@ -131,7 +131,7 @@ here</a> to use the web interface. <<a href="mailto:jvinet@zeroflux.org">jvinet@zeroflux.org</a>> </span> <a href="http://web.archive.org/web/20020328043401/http://sourceforge.net/"> - <img src="{{ STATIC_URL }}sflogo-20020328.png" alt="SourceForge Logo" align="right" border="0" height="31" width="105"></a> + <img src="{{ RETRO_STATIC_URL }}sflogo.png" alt="SourceForge Logo" align="right" border="0" height="31" width="105"></a> </p></center> </body></html> diff --git a/retro/templates/retro/index-20030330.html b/retro/templates/retro/index-20030330.html new file mode 100644 index 00000000..59bb9189 --- /dev/null +++ b/retro/templates/retro/index-20030330.html @@ -0,0 +1,250 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html><head> +<meta http-equiv="content-type" content="text/html; charset=UTF-8"><title>Arch Linux</title> +<link rel="stylesheet" type="text/css" href="{{ RETRO_STATIC_URL }}main.css"> +<link rel="SHORTCUT ICON" href="{{ RETRO_STATIC_URL }}favicon.ico"> +</head> + +<body background="{{ RETRO_STATIC_URL }}dblue071.jpg" bgcolor="#222222" link="cccc00" text="#cccccc"> +<!--BANNER--> + +<table class="container" align="center" cellpadding="5" height="100%"> +<tbody><tr><td colspan="2"> + <!-- START Header Table --> + <table class="header" align="center" width="100%"><tbody><tr><td> + <table width="100%"><tbody><tr><td valign="top"> + <table class="technical"><tbody><tr><td> + <span class="technical"> + Release: 0.4 (Dragon)<br> + Devel: 0.5 + </span> + </td></tr></tbody></table><br> + </td><td rowspan="2" align="right"> + <img src="{{ RETRO_STATIC_URL }}logo.png"> + </td></tr><tr><td valign="bottom"> + <span class="quote">An i686-optimized Linux distribution.</span> + </td></tr></tbody></table> + </td></tr></tbody></table> + <!-- END Header Table --> +</td></tr><tr><td align="left" height="100%" valign="top"> + <!-- START Nav Table --> + <table class="nav" height="100%"><tbody><tr><td height="100%" nowrap="nowrap" valign="top"> + <a class="menu" href="http://web.archive.org/web/20030330090147/http://www.archlinux.org/index.php"> news </a><br> + <a class="menu" href="http://web.archive.org/web/20030330090147/http://www.archlinux.org/about.php"> about </a><br> + <a class="menu" href="http://web.archive.org/web/20030330090147/http://www.archlinux.org/people.php"> people </a><br> + <a class="menu" href="http://web.archive.org/web/20030330090147/http://www.archlinux.org/donation.php"> donate! </a><br> + <br> + <a class="menu" href="javascript:void(0);"> package lists</a><br> + <a class="menu" href="http://web.archive.org/web/20030330090147/http://www.archlinux.org/packages.php?r=arch"> arch </a><br> + <a class="menu" href="http://web.archive.org/web/20030330090147/http://www.archlinux.org/packages.php?r=unofficial"> unofficial </a><br> + <br> + <a class="menu" href="http://web.archive.org/web/20030330090147/http://www.archlinux.org/download.php"> download </a><br> + <a class="menu" href="http://web.archive.org/web/20030330090147/http://www.archlinux.org/docs.php"> documentation </a><br> + <a class="menu" href="http://web.archive.org/web/20030330090147/http://www.archlinux.org/support.php"> support </a><br> + <a class="menu" href="http://web.archive.org/web/20030330090147/http://bbs.archlinux.org/"> user forum </a><br> + <br> + <a class="menu" href="http://web.archive.org/web/20030330090147/http://www.archlinux.org/logos.php"> logos </a><br> + <a class="menu" href="http://web.archive.org/web/20030330090147/http://www.archlinux.org/changelog.php"> changelog </a><br> + <a class="menu" href="http://web.archive.org/web/20030330090147/http://www.archlinux.org/phpbt/"> bugs </a><br> + <a class="menu" href="http://web.archive.org/web/20030330090147/http://www.archlinux.org/cvs.php"> cvs </a><br> + </td></tr></tbody></table> + <!-- END Nav Table --> +</td><td height="100%" valign="top" width="100%"> + <!-- Start Content Table --> + <table class="content" height="100%" width="100%"><tbody><tr><td height="100%" valign="top"> + +<p><span class="subheader">News</span><br><br> + +<table class="box" align="center"> + <tbody><tr><td class="box_headline"> + <table width="100%"><tbody><tr><td class="trans_text"> + <span class="headline">XFree86 4.3.0 is out</span> + </td><td class="trans_text" align="right"> + <span class="fineprint">February 27, 2003<br>posted by judd</span> + </td></tr></tbody></table> + </td></tr> + <tr><td class="box_content" colspan="2"><br> +XFree86 4.3.0 was released today and the Arch package is ready to go.<pr> +The new version of Xfree86 now has xft2 and fontconfig built in, so if you've +already got these packages installed on your system, you will get a package +conflict error when you try to <b>--sysupgrade</b> with pacman. +<p> +You can fix this by removing the xft2 and fontconfig (ignoring dependencies) +and then re-running --sysupgrade.</p><p> +You might get a couple file conflicts as well, but these are just leftover +cache files from the fontconfig package. If they're +<code>fonts.cache-1</code> files, you can safely <b>--force</b> them. +</p><blockquote><code> +# pacman -Rd xft2 fontconfig<br> +# pacman -Syu +</code></blockquote> + </pr></td></tr> + </tbody></table><br><br> + +<table class="box" align="center"> + <tbody><tr><td class="box_headline"> + <table width="100%"><tbody><tr><td class="trans_text"> + <span class="headline">Pacman 2.3 Released</span> + </td><td class="trans_text" align="right"> + <span class="fineprint">February 23, 2003<br>posted by judd</span> + </td></tr></tbody></table> + </td></tr> + <tr><td class="box_content" colspan="2"><br> +Pacman 2.3 went out today. It has a few key bugfixes, a cleaner --search +output, and the first stage of source-side auto-resolving dependencies. +<p> +We've also opened a third package repository called +<a href="http://web.archive.org/web/20030330090147/http://www.archlinux.org/packages.php?r=unstable">unstable</a>. This repo +will contain packages that are deemed unstable by the software author(s) and/or +the Arch Linux package maintainers. + </p></td></tr> +</tbody></table><br><br> + +<table class="box" align="center"> + <tbody><tr><td class="box_headline"> + <table width="100%"><tbody><tr><td class="trans_text"> + <span class="headline">Arch 0.4 (Dragon) Released</span> + </td><td class="trans_text" align="right"> + <span class="fineprint">December 18, 2002<br>posted by judd</span> + </td></tr></tbody></table> + </td></tr> + <tr><td class="box_content" colspan="2"><br> +We are pleased to present Arch 0.4 to the public for general consumption. +The <a href="http://web.archive.org/web/20030330090147/http://www.archlinux.org/changelog.php">ChangeLog</a> and <a href="http://web.archive.org/web/20030330090147/http://www.archlinux.org/dragon.pkglist">package +list</a> are at their usual locations. +<p> +This release comes with KDE 3.1rc5 and GNOME 2.0.2 as well as the latest +versions of all our usual packges: OpenSSL 0.9.6h, OpenSSH 3.5p1, +XFree86 4.2.1, Linux 2.4.20, GCC 3.2.1, and Glibc 2.3.1. +</p><p> +Dragon still provides a streamlined package set (323 packages) but if you want +more you can always access our unofficial package repository, which has about +350 more packages and is growing fast. Docs can be found +<a href="http://web.archive.org/web/20030330090147/http://www.archlinux.org/archdoc.html">here</a> and live help can usually be found in the +#archlinux channel on <a href="http://web.archive.org/web/20030330090147/http://www.freenode.net/">irc.freenode.net</a>. +We also have a <a href="http://web.archive.org/web/20030330090147/http://bbs.archlinux.org/">user forum</a> where you +can post your problems and suggestions. +</p><p> +Happy holidays! + </p></td></tr> +</tbody></table><br><br> + +<table class="box" align="center"> + <tbody><tr><td class="box_headline"> + <table width="100%"><tbody><tr><td class="trans_text"> + <span class="headline">Arch moves to GCC 3.2</span> + </td><td class="trans_text" align="right"> + <span class="fineprint">October 2, 2002<br>posted by judd</span> + </td></tr></tbody></table> + </td></tr> + <tr><td class="box_content" colspan="2"><br> + After a few weeks of testing, we are ready to move to gcc 3.2. We have + rebuilt every package with the gcc3 compiler, so this means that you will + see a very large update the next time you run <code>pacman -Syu</code>. + It is advisable to reboot your machine after this upgrade. Remember to + run 'lilo' before rebooting.<p> + Note that packages from the unofficial repository may not work for a few + days. We are in the process of rebuilding them now.</p><p> + With gcc3 out of the way, we are focusing our efforts on the 0.4 release. + Stay tuned. + </p></td></tr> +</tbody></table><br><br> + +<table class="box" align="center"> + <tbody><tr><td class="box_headline"> + <table width="100%"><tbody><tr><td class="trans_text"> + <span class="headline">Pacman 2.1 Released</span> + </td><td class="trans_text" align="right"> + <span class="fineprint">August 22, 2002<br>posted by judd</span> + </td></tr></tbody></table> + </td></tr> + <tr><td class="box_content" colspan="2"><br> + Pacman 2.1 has new functionality to allow the use + of multiple package repositories and multiple servers. This was brought about + so we could open a new 'unofficial' package repository that will hold all the + unsupported packages that never made it into the official Arch package area. + <p> + To start using the unofficial repository, just upgrade to pacman 2.1 and + edit your /etc/pacman.conf. Find the block that starts with '[unofficial]' + and uncomment it and the servers listed underneath. Then just run pacman + as usual and it will check both repositories for packages.</p><p> + This also opens up a new opportunity for the more adventurous: You can + now create and use your own local package repositories. I often keep + my own PKGBUILD files in /usr/abs/local and install them on to my box. Now + I can turn that into a functional repository that can be used with the + 'pacman --sync' operation. The new 'gensync' script will do the dirty work + for you. See the pacman manpage for a crude explanation. + </p></td></tr> +</tbody></table><br><br> + +<table class="box" align="center"> + <tbody><tr><td class="box_headline"> + <table width="100%"><tbody><tr><td class="trans_text"> + <span class="headline">Arch 0.3 (Firefly) Released</span> + </td><td class="trans_text" align="right"> + <span class="fineprint">August 7, 2002<br>posted by judd</span> + </td></tr></tbody></table> + </td></tr> + <tr><td class="box_content" colspan="2"><br> + At long last, Arch Linux 0.3 is released! Firefly sports the new pacman 2.0, + many new/updated packages and a (hopefully) smoother installation process. + There is also some user documentation available which will get you started + with the nuances of pacman and makepkg. All packages now have meta-info + and dependencies, and the improved ABS system will allow you to follow + different package trees. See the <a href="http://web.archive.org/web/20030330090147/http://www.archlinux.org/changelog.php">changelog</a> + for a list of new packages.<br><br> + The 0.3 iso is about 543 MB with all the new packages. If there is enough + demand, I will release a second, smaller iso that only contains the base + packages. From there it is easy to install any additional packages with + pacman's new --sync feature. + </td></tr> +</tbody></table><br><br> + +<table class="box" align="center"> + <tbody><tr><td class="box_headline"> + <table width="100%"><tbody><tr><td class="trans_text"> + <span class="headline">Pacman 2.0 Released</span> + </td><td class="trans_text" align="right"> + <span class="fineprint">July 23, 2002<br>posted by judd</span> + </td></tr></tbody></table> + </td></tr> + <tr><td class="box_content" colspan="2"><br> + Pacman 2.0 was released yesterday and should be on the mirrors soon.<br><br> + Some new pacman features:<br> + <ul> + <li>Package-level dependency functionality</li> + <li>Built-in FTP support</li> + <li>New database structure</li> + <li>md5-based backup file control (a la rpm)</li> + <li>Ability to upgrade packages from a remote server</li> + <li>Auto-resolving dependencies with --sync</li> + <li>A search option for finding new packages</li> + <li>The 'abs' sync script for updating your ABS tree</li> + <li>Dependency checking at the source level with makepkg</li> + <li>More package meta-info available with the --info option</li> + <li>Easy conversion from a pacman 1.x database</li> + </ul><br> + I expect to release Firefly in the next week or so. + </td></tr> +</tbody></table><br><br> + + +<table width="100%"><tbody><tr><td align="right"> + [ <a href="http://web.archive.org/web/20030330090147/http://www.archlinux.org/oldnews.php">Older News</a> ] +</td></tr></tbody></table><br> +</p> +<br> + + + </td></tr></tbody></table> + <!-- End Content Table --> +</td></tr> +</tbody></table> +<p align="center"> +Copyright ©2002, Judd Vinet +<<a href="mailto:jvinet@zeroflux.org">jvinet@zeroflux.org</a>> +</p> +<a href="http://web.archive.org/web/20030330090147/http://sourceforge.net/"> + <img src="{{ RETRO_STATIC_URL }}sflogo.png" alt="SourceForge Logo" align="right" border="0" height="31" width="105"></a> + +</body></html> diff --git a/retro/templates/retro/index-20040327.html b/retro/templates/retro/index-20040327.html new file mode 100644 index 00000000..384ce03c --- /dev/null +++ b/retro/templates/retro/index-20040327.html @@ -0,0 +1,486 @@ +<html><head> +<meta http-equiv="content-type" content="text/html; charset=UTF-8"> +<title>Arch Linux</title> +<meta name="keywords" content="linux, linux distribution, arch, pacman, i686-optimized, distribution, open source, free, packages, server, daemon, network, systems"> +<link rel="stylesheet" type="text/css" href="{{ RETRO_STATIC_URL }}fonts.css"> +<link rel="stylesheet" type="text/css" href="{{ RETRO_STATIC_URL }}containers.css"> +<link rel="shortcut icon" href="{{ RETRO_STATIC_URL }}favicon.ico"> +</head> +<body> +<table style="background-color: rgb(0, 0, 0); width: 100%;" cellspacing="0"> + <tbody><tr> + <td colspan="2" class="preHeader"><span class="preHeader">An i686-optimized Linux distribution</span></td> + </tr> + <tr> + <td class="headerFill" colspan="2"> + <table width="100%"> + <tbody><tr> + <td class="headerDisplay"><img src="{{ RETRO_STATIC_URL }}logoTop.gif"></td> + <td class="headerDisplay" align="right"> + </td> + </tr> + </tbody></table> + </td> + </tr> + <tr> + <td class="mainLinks" align="center"><span class="f2"><span class="black">.:</span> <a href="http://web.archive.org/web/20040327023505/http://www.archlinux.org/index.php">Home</a> <span class="black"> - </span> <a href="http://web.archive.org/web/20040327023505/http://www.archlinux.org/news.php">News</a> <span class="black"> - </span> <a href="http://web.archive.org/web/20040327023505/http://www.archlinux.org/about.php">About</a> <span class="black"> - </span> <a href="http://web.archive.org/web/20040327023505/http://www.archlinux.org/packages.php">Packages</a> <span class="black"> - </span> <a href="http://web.archive.org/web/20040327023505/http://www.archlinux.org/download.php">Download</a> <span class="black">:.</span></span></td> + <td rowspan="2" class="sideBar" height="100%" valign="top"> + <table cellspacing="0" height="100%"> + <tbody><tr> + <td class="sideBarGrey"><center><br><br></center> + </td> + </tr> + <tr> + <td class="sideBarSmallHeader" valign="top"><span class="sideBarSmallHeader">Get Arch Linux</span></td> + </tr> + <tr> + <td class="sideBarGrey"> + <table cellspacing="6"> + <tbody><tr> + <td> + <span class="f4"><span class="blue">·<a href="http://web.archive.org/web/20040327023505/http://www.archlinux.org/download.php">Download</a></span></span> + </td> + </tr> + <tr> + <td> + <span class="f4"><span class="blue">·<a href="http://web.archive.org/web/20040327023505/http://www.osdisc.com/cgi-bin/view.cgi/products/linux/arch">Get a CD</a><!-- a href="http://www.linuxcd.org/view_distro.php?id_distro=48">Get a CD</a--></span></span> + </td> + </tr> + <tr> + <td> + <span class="f4"><span class="blue">·<a href="http://web.archive.org/web/20040327023505/http://www.archlinux.org/changelog.php">ChangeLog</a></span></span> + </td> + </tr> + <tr> + <td> + <span class="f4"><span class="blue">·<a href="http://web.archive.org/web/20040327023505/http://www.archlinux.org/logos.php">Logos/Wallpaper</a></span></span> + </td> + </tr> + </tbody></table> + </td> + </tr> + <tr> + <td class="sideBarSmallHeader"><span class="sideBarSmallHeader">Support / Community</span></td> + </tr> + <tr> + <td class="sideBarGrey"> + <table cellspacing="6"> + <tbody><tr> + <td> + <span class="f4"><span class="blue">·<a href="http://web.archive.org/web/20040327023505/http://bbs.archlinux.org/">User Forums</a></span></span> + </td> + </tr> + <tr> + <td> + <span class="f4"><span class="blue">·<a href="http://web.archive.org/web/20040327023505/http://www.archlinux.org/mailman/listinfo/arch/">Mailing List</a></span></span> + </td> + </tr> + <tr> + <td> + <span class="f4"><span class="blue"> ·<a href="http://web.archive.org/web/20040327023505/http://www.archlinux.org/pipermail/arch/">Archives</a></span></span> + </td> + </tr> + <tr> + <td> + <span class="f4"><span class="blue">·<a href="http://web.archive.org/web/20040327023505/http://wiki.archlinux.org/">Wiki</a></span></span> + </td> + </tr> + <tr> + <td> + <span class="f4"><span class="blue">·<a href="http://web.archive.org/web/20040327023505/http://archlinux.org/donations.php">Donations</a></span></span> + </td> + </tr> + <tr> + <td> + <table> + <tbody><tr><td valign="top"><span class="f4"><span class="blue"><b>·IRC:</b></span></span></td> + <td><span class="f4"><span class="blue">irc.freenode.net<br>#archlinux<br>#archlinuxfr</span></span></td></tr> + </tbody></table> + </td> + </tr> + </tbody></table> + </td> + </tr> + <tr> + <td class="sideBarSmallHeader"><span class="sideBarSmallHeader">Documentation</span></td> + </tr> + <tr> + <td class="sideBarGrey"> + <table cellspacing="6"> + <tbody><tr> + <td> + <span class="f4"><span class="blue"> ·<a href="http://web.archive.org/web/20040327023505/http://www.archlinux.org/docs/en/">English</a></span></span><br> + <span class="f4"><span class="blue"> ·<a href="http://web.archive.org/web/20040327023505/http://www.archlinux.org/docs/de/">Deutsch</a></span></span><br> + <span class="f4"><span class="blue"> ·<a href="http://web.archive.org/web/20040327023505/http://www.archlinux.org/docs/es/">Español</a></span></span><br> + <span class="f4"><span class="blue"> ·<a href="http://web.archive.org/web/20040327023505/http://www.archlinux.org/docs/fr/">Français</a></span> (old)</span><br> + </td> + </tr> + </tbody></table> + </td> + </tr> + <tr> + <td class="sideBarSmallHeader"><span class="sideBarSmallHeader">User Contributions</span></td> + </tr> + <tr> + <td class="sideBarGrey"> + <table cellspacing="6"> + <tbody><tr> + <td> + <span class="f4"><span class="blue">·<a href="http://web.archive.org/web/20040327023505/http://tur.archlinux.org/">TURs</a></span></span> + </td> + </tr> + <tr> + <td> + <span class="f4"><span class="blue">·<a href="http://web.archive.org/web/20040327023505/http://archstats.coding-zone.com/">ArchStats</a></span></span> + </td> + </tr> + <tr> + <td> + <span class="f4"><span class="blue">·<a href="http://web.archive.org/web/20040327023505/http://amlug.net/new-projects/live-cd/al-amlug-live-cd.html">Arch Live CD</a></span></span> + </td> + </tr> + <tr> + <td> + <span class="f4"><span class="blue">·<a href="http://web.archive.org/web/20040327023505/http://amlug.net/new-projects/hwd/hwd.html">Hardware Detection</a></span></span> + </td> + </tr> + </tbody></table> + </td> + </tr> + <tr> + <td class="sideBarSmallHeader"><span class="sideBarSmallHeader">Press</span></td> + </tr> + <tr> + <td class="sideBarGrey"> + <table cellspacing="6"> + <tbody><tr> + <td> + <span class="f4"><span class="blue">·<a href="http://web.archive.org/web/20040327023505/http://www.linuxlookup.com/modules.php?op=modload&name=Reviews&file=index&req=showcontent&id=58">Review at LinuxLookup</a></span></span> + </td> + </tr> + <tr> + <td> + <span class="f4"><span class="blue">·<a href="http://web.archive.org/web/20040327023505/http://www.osnews.com/story.php?news_id=5971">Review at OSNews</a></span></span> + </td> + </tr> + <tr> + <td> + <span class="f4"><span class="blue">·<a href="http://web.archive.org/web/20040327023505/http://www.osnews.com/story.php?news_id=4827">Review at OSNews</a></span></span> + </td> + </tr> + <tr> + <td> + <span class="f4"><span class="blue">·<a href="http://web.archive.org/web/20040327023505/http://lwn.net/Articles/40952/">Review at LWN</a></span></span> + </td> + </tr> + <tr> + <td> + <span class="f4"><span class="blue">·<a href="http://web.archive.org/web/20040327023505/http://www.distrowatch.com/dwres.php?resource=interview-arch">Interview at DW</a></span></span> + </td> + </tr> + <tr> + <td> + <span class="f4"><span class="blue">·<a href="http://web.archive.org/web/20040327023505/http://home.nyc.rr.com/computertaijutsu/arch.html">Scott Robbins</a></span></span> + </td> + </tr> + </tbody></table> + </td> + </tr> + <tr> + <td class="sideBarSmallHeader"><span class="sideBarSmallHeader">Development</span></td> + </tr> + <tr> + <td class="sideBarGrey"> + <table cellspacing="6"> + <tbody><tr> + <td> + <span class="f4"><span class="blue">·<a href="http://web.archive.org/web/20040327023505/http://www.archlinux.org/people.php">Developers</a></span></span> + </td> + </tr> + <tr> + <td> + <span class="f4"><span class="blue">·<a href="http://web.archive.org/web/20040327023505/http://bugs.archlinux.org/">Bug Tracker</a></span></span> + </td> + </tr> + <tr> + <td> + <span class="f4"><span class="blue">·<a href="http://web.archive.org/web/20040327023505/http://www.archlinux.org/cvs.php">CVS Repository</a></span></span> + </td> + </tr> + </tbody></table> + </td> + </tr> + <tr> + <td style="background-color: rgb(238, 238, 238);" align="center"><br> +<a href="http://web.archive.org/web/20040327023505/http://sourceforge.net/"><img src="{{ RETRO_STATIC_URL }}sflogo.png" alt="SourceForge Logo" border="0" height="31" width="105"></a> + </td> + </tr> + <tr> + <td style="background-color: rgb(238, 238, 238);" align="center"><br> +<!-- paypal code --> +<form action="http://web.archive.org/web/20040327023505/https://www.paypal.com/cgi-bin/webscr" method="post"> +<input name="cmd" value="_xclick" type="hidden"> +<input name="business" value="jvinet@zeroflux.org" type="hidden"> +<input name="item_name" value="Arch Linux" type="hidden"> +<input name="image_url" value="http://www.archlinux.org/logos/arch-paypal.jpg" type="hidden"> +<input name="no_shipping" value="1" type="hidden"> +<input name="cn" value="Suggestions/Comments" type="hidden"> +<input name="no_note" value="1" type="hidden"> +<input src="{{ RETRO_STATIC_URL }}x-click-butcc-donate.gif" name="submit" alt="Make payments with PayPal - it's fast, free and secure!" style="background: none repeat scroll 0% 0% transparent; border: medium none;" border="0" type="image"> +<br> +<span class="f4">All money goes directly to server costs</span> +</form> + </td> + </tr> + <tr> + <td class="sideBarGrey" style="border: medium none;" height="100%"> </td> + </tr> + </tbody></table> + </td> + </tr> + <tr> + <td class="contentDisplay"> + +<br> +<center> +<table class="boxSoft" cellspacing="3"> + <tbody><tr> + <td class="boxSoftTitle" align="right" nowrap="nowrap"> + <span class="f3">Package Directory</span> + </td> + </tr><tr> + <td class="boxSoft"> + <table style="width: 100%;" cellspacing="4"> + <tbody><tr> + <td colspan="2" style="text-align: center; width: 50%;"><img src="{{ RETRO_STATIC_URL }}frontComponents.gif" height="30" width="179"><br><img src="{{ RETRO_STATIC_URL }}pad.gif" height="50"></td> + <td colspan="2" style="text-align: center; width: 100%;" align="right" valign="top"> + <table class="boxSoftSmall" style="width: 250px;" align="right" cellspacing="3"> + <tbody><tr> + <td class="boxSoftSmall"> + <table style="width: 100%;" cellspacing="0"> + <tbody><tr> + <td style="text-align: center; padding-left: 10px;"> + <form action="http://web.archive.org/web/20040327023505/http://archlinux.org/packages.php" method="POST"> + <center> + <table cellspacing="0"><tbody><tr><td><span class="f3">Search: </span> + <input name="s_keyword" size="20" value="enter keywords" onfocus="this.value='';" type="text"> + </td><td style="width: 100%; text-align: center; vertical-align: bottom;"> + <span class="f3"><input class="button" value="Go" type="submit"></span> + </td></tr></tbody></table> + </center> + </form> + </td></tr> + + </tbody></table> + </td> + </tr> + </tbody></table><br> + </td> + </tr> + <tr> + <td colspan="2"> + <table class="boxSoft" cellspacing="2"> + <tbody><tr> + <td class="boxSoftTitle" align="right"> + <span class="f3">Recent Updates</span> + </td> + </tr><tr> + <td class="boxSoft"> + <table style="width: 100%;"> + <tbody><tr> + <td><span class="f4"><span class="blue"> +· <a href="http://web.archive.org/web/20040327023505/http://archlinux.org/packages.php?id=250">ethereal 0.10.3-1</a><br> +· <a href="http://web.archive.org/web/20040327023505/http://archlinux.org/packages.php?id=768">zsh 4.2.0-1</a><br> +· <a href="http://web.archive.org/web/20040327023505/http://archlinux.org/packages.php?id=3590">fbset 2.1-1</a><br> +· <a href="http://web.archive.org/web/20040327023505/http://archlinux.org/packages.php?id=559">oxine 0.2-2</a><br> +· <a href="http://web.archive.org/web/20040327023505/http://archlinux.org/packages.php?id=3589">xfce4-xmms-plugin 0.1.1-1</a><br> +· <a href="http://web.archive.org/web/20040327023505/http://archlinux.org/packages.php?id=3588">xfce4-fsguard-plugin 0.2.0-1</a><br> +· <a href="http://web.archive.org/web/20040327023505/http://archlinux.org/packages.php?id=885">galculator 1.2.1-1</a><br> +· <a href="http://web.archive.org/web/20040327023505/http://archlinux.org/packages.php?id=2037">mutt-devel 1.5.6i-2</a><br> +· <a href="http://web.archive.org/web/20040327023505/http://archlinux.org/packages.php?id=3587">xpenguins_themes 1.0-1</a><br> +· <a href="http://web.archive.org/web/20040327023505/http://archlinux.org/packages.php?id=3586">loudmouth 0.16-1</a><br> + </span> + </span></td> + <td align="right"><span class="f4"> +network<br> +system<br> +system<br> +multimedia<br> +xfce4<br> +xfce4<br> +x11<br> +network<br> +games<br> +network<br> + </span></td> + </tr> + </tbody></table> + <table style="width: 100%;"><tbody><tr><td align="right"> + <span class="f5"><br><a href="http://web.archive.org/web/20040327023505/http://archlinux.org/packages.php?os=lastupdate&s=lastupdate">More...</a></span> + </td></tr></tbody></table> + </td> + </tr> + </tbody></table> + </td> + <td class="ss"> + <table style="width: 100%;"><tbody><tr><td> + <span class="f3">Current Package Lists</span> + <table style="width: 90%;" align="right"> + <tbody><tr> + <td><span class="f4"><a href="http://web.archive.org/web/20040327023505/http://archlinux.org/packages.php?s_repo=1">Current</a></span></td> + <td align="right"><span class="f4"> +March 26 20:54 </span></td> + </tr><tr> + <td><span class="f4"><a href="http://web.archive.org/web/20040327023505/http://archlinux.org/packages.php?s_repo=2">Extra</a></span></td> + <td align="right"><span class="f4">March 26 16:35</span></td> + </tr><tr> + <td><span class="f4"><a href="http://web.archive.org/web/20040327023505/http://archlinux.org/packages.php?s_repo=3">Unstable</a></span></td> + <td align="right"><span class="f4">March 25 06:44</span></td> + </tr> + </tbody></table> + </td></tr><tr><td> + <img src="{{ RETRO_STATIC_URL }}pad.gif" height="30"><br> + <span class="f3">Release Package Lists</span> + <table style="width: 90%;" align="right"> + <tbody><tr> + <td><span class="f4"><a href="http://web.archive.org/web/20040327023505/http://archlinux.org/packages.php?s_repo=1">0.7 ______</a></span></td> + <td align="right"><span class="f4"><i>pending</i></span></td> + </tr><tr> + <td><span class="f4"><a href="http://web.archive.org/web/20040327023505/http://archlinux.org/pkglist.php?r=0.6">0.6 Widget</a></span></td> + <td align="right"><span class="f4">March 1, 2004</span></td> + </tr><tr> + <td><span class="f4"><a href="http://web.archive.org/web/20040327023505/http://archlinux.org/pkglist.php?r=0.5">0.5 Nova</a></span></td> + <td align="right"><span class="f4">July 21, 2003</span></td> + </tr><tr> + <td><span class="f4"><a href="http://web.archive.org/web/20040327023505/http://archlinux.org/pkglist.php?r=0.4">0.4 Dragon</a></span></td> + <td align="right"><span class="f4">December 18, 2002</span></td> + </tr><tr> + <td><span class="f4"><a href="http://web.archive.org/web/20040327023505/http://archlinux.org/pkglist.php?r=0.3">0.3 Firefly</a></span></td> + <td align="right"><span class="f4">August 7, 2002</span></td> + </tr><tr> + <td><span class="f4"><a href="http://web.archive.org/web/20040327023505/http://archlinux.org/pkglist.php?r=0.2">0.2 Vega</a></span></td> + <td align="right"><span class="f4">April 17, 2002</span></td> + </tr><tr> + <td><span class="f4"><a href="http://web.archive.org/web/20040327023505/http://archlinux.org/pkglist.php?r=0.1">0.1 Homer</a></span></td> + <td align="right"><span class="f4">March 11, 2002</span></td> + </tr> + </tbody></table> + </td></tr></tbody></table> + </td> + </tr> + <tr> + <td colspan="4"><img src="{{ RETRO_STATIC_URL }}pad.gif" height="10" width="1"></td> + </tr> + </tbody></table> + </td> + </tr> +</tbody></table> +</center> +<br> +<center> +<table class="boxSoft" cellspacing="3"> + <tbody><tr> + <td class="boxSoftTitle" align="right" nowrap="nowrap"> + <span class="f3">Current News</span> + </td> + </tr><tr> + <td class="boxSoft"> + <table style="width: 100%;" cellspacing="4"> + <tbody><tr> + <td colspan="2" style="text-align: center; width: 50%;"><img src="{{ RETRO_STATIC_URL }}frontNews.gif" height="30" width="179"><br><img src="{{ RETRO_STATIC_URL }}pad.gif" height="50"></td> + <td colspan="2" style="text-align: center; width: 50%;" align="right" valign="top"> + <table class="boxSoftSmall" style="width: 250px;" align="right" cellspacing="3"> + <tbody><tr> + <td class="boxSoftSmall"> + <table cellspacing="0"> + <tbody><tr> + <td style="text-align: center; padding-left: 10px;"> + <form action="http://web.archive.org/web/20040327023505/http://archlinux.org/subscribe.php" method="POST"> + <center> + <table cellspacing="0"><tbody><tr><td><span class="f3">Subscribe: </span> + <input name="email" size="20" value="enter email" onfocus="this.value='';" type="text"> + </td><td style="width: 100%; text-align: center; vertical-align: bottom;"> + <span class="f3"><input class="button" value="Go" type="submit"></span> + </td></tr></tbody></table> + </center> + </form> + </td></tr> + + </tbody></table> + </td> + </tr> + </tbody></table><br> + </td> + </tr> + <tr> + <td class="ss" colspan="4" align="center"> + <table> + <tbody><tr> + <td nowrap="nowrap"> + <span class="f3"><span class="blue"> + <a href="http://web.archive.org/web/20040327023505/http://archlinux.org/news.php#56">Arch Review at LinuxLookup</a><br> <div style="padding-left: 20"><span class="f5">There's a favorable review of Arch Linux at LinuxLookup.com....</span></div> </span> + </span></td><td style="width: 50px;"> </td> + <td align="right" nowrap="nowrap" valign="top"> + <span class="f5">March 23, 2004</span> + </td> + </tr> + <tr> + <td nowrap="nowrap"> + <span class="f3"><span class="blue"> + <a href="http://web.archive.org/web/20040327023505/http://archlinux.org/news.php#55">Arch Linux Newsletter for March 21, 2004</a><br> <div style="padding-left: 20"><span class="f5">New newsletter for this week: http://www.archlinux.org/~jason/newsletters/newsle...</span></div> </span> + </span></td><td style="width: 50px;"> </td> + <td align="right" nowrap="nowrap" valign="top"> + <span class="f5">March 22, 2004</span> + </td> + </tr> + <tr> + <td nowrap="nowrap"> + <span class="f3"><span class="blue"> + <a href="http://web.archive.org/web/20040327023505/http://archlinux.org/news.php#54">OpenSSL Upgrade</a><br> <div style="padding-left: 20"><span class="f5">We've started the not-so-fun upgrade from openssl 0.9.6 to openssl 0.9.7. We've...</span></div> </span> + </span></td><td style="width: 50px;"> </td> + <td align="right" nowrap="nowrap" valign="top"> + <span class="f5">March 20, 2004</span> + </td> + </tr> + <tr> + <td nowrap="nowrap"> + <span class="f3"><span class="blue"> + <a href="http://web.archive.org/web/20040327023505/http://archlinux.org/news.php#53">Arch Linux Newsletter for March 14, 2004</a><br> <div style="padding-left: 20"><span class="f5">New newsletter for this week: http://www.archlinux.org/~jason/newsletters/newsle...</span></div> </span> + </span></td><td style="width: 50px;"> </td> + <td align="right" nowrap="nowrap" valign="top"> + <span class="f5">March 14, 2004</span> + </td> + </tr> + <tr> + <td nowrap="nowrap"> + <span class="f3"><span class="blue"> + <a href="http://web.archive.org/web/20040327023505/http://archlinux.org/news.php#52">Arch Linux Newsletter for March 07, 2004</a><br> <div style="padding-left: 20"><span class="f5">New newsletter for this week: http://www.archlinux.org/~jason/newsletters/newsle...</span></div> </span> + </span></td><td style="width: 50px;"> </td> + <td align="right" nowrap="nowrap" valign="top"> + <span class="f5">March 07, 2004</span> + </td> + </tr> + </tbody></table> + </td> + </tr> + <tr> + <td colspan="4"><img src="{{ RETRO_STATIC_URL }}pad.gif" height="10" width="1"></td> + </tr> + </tbody></table> + </td> + </tr> +</tbody></table> +</center> +<br> + + </td> + </tr> + <tr> + <td colspan="2" class="footerDisplay"><span class="f5"> +Copyright ©2002-2004, Judd Vinet <<a href="mailto:jvinet@zeroflux.org">jvinet@zeroflux.org</a>> + </span> + </td> + </tr> +</tbody></table> + +</body></html> diff --git a/retro/templates/retro/index-20050328.html b/retro/templates/retro/index-20050328.html new file mode 100644 index 00000000..7cdca300 --- /dev/null +++ b/retro/templates/retro/index-20050328.html @@ -0,0 +1,618 @@ +<html><head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>Arch Linux</title> +<meta name="keywords" content="linux, linux distribution, arch, pacman, i686-optimized, distribution, open source, free, packages, server, daemon, network, systems"> +<link rel="stylesheet" type="text/css" href="{{ RETRO_STATIC_URL }}fonts.css"> +<link rel="stylesheet" type="text/css" href="{{ RETRO_STATIC_URL }}containers.css"> +<link rel="shortcut icon" href="http://web.archive.org/web/20050328032247im_/http://www.archlinux.org/favicon.ico"> +</head> +<body> +<table style="background-color: rgb(0, 0, 0); width: 100%;" cellspacing="0"> + <tbody><tr> + <td colspan="2" class="preHeader"><span class="preHeader">An i686-optimized Linux distribution</span></td> + </tr> + <tr> + <td class="headerFill" colspan="2"> + <table width="100%"> + <tbody><tr> + <td class="headerDisplay"><img src="{{ RETRO_STATIC_URL }}logoTop.png"></td> + <td class="headerDisplay" align="right"> + </td> + </tr> + </tbody></table> + </td> + </tr> + <tr> + <td class="mainLinks" align="center"><span class="f2"><span class="black">.:</span> <a href="http://web.archive.org/web/20050328032247/http://www.archlinux.org/index.php">Home</a> <span class="black"> - </span> <a href="http://web.archive.org/web/20050328032247/http://www.archlinux.org/news.php">News</a> <span class="black"> - </span> <a href="http://web.archive.org/web/20050328032247/http://www.archlinux.org/about.php">About</a> <span class="black"> - </span> <a href="http://web.archive.org/web/20050328032247/http://www.archlinux.org/packages.php">Packages</a> <span class="black"> - </span> <a href="http://web.archive.org/web/20050328032247/http://www.archlinux.org/download.php">Download</a> <span class="black">:.</span></span></td> + <td rowspan="2" class="sideBar" height="100%" valign="top"> + <table cellspacing="0" height="100%"> + <tbody><tr> + <td class="sideBarGrey"><center><br><br></center> + </td> + </tr> + <tr> + <td class="sideBarSmallHeader" valign="top"><span class="sideBarSmallHeader">Get Arch Linux</span></td> + </tr> + <tr> + <td class="sideBarGrey"> + <table cellspacing="6"> + <tbody><tr> + <td> + <span class="f4"><span class="blue">·<a href="http://web.archive.org/web/20050328032247/http://www.archlinux.org/download.php">Download</a></span></span> + </td> + </tr> + <tr> + <td> + <span class="f4"><span class="blue">·<a href="http://web.archive.org/web/20050328032247/http://www.osdisc.com/cgi-bin/view.cgi/products/linux/arch">Get a CD</a><!-- a href="http://www.linuxcd.org/view_distro.php?id_distro=48">Get a CD</a--></span></span> + </td> + </tr> + <tr> + <td> + <span class="f4"><span class="blue">·<a href="http://web.archive.org/web/20050328032247/http://www.archlinux.org/changelog.php">ChangeLog</a></span></span> + </td> + </tr> + <tr> + <td> + <span class="f4"><span class="blue">·<a href="http://web.archive.org/web/20050328032247/http://www.archlinux.org/logos.php">Logos/Wallpaper</a></span></span> + </td> + </tr> + <tr> + <td> + <span class="f4"><span class="blue">·<a href="http://web.archive.org/web/20050328032247/http://www.cafeshops.com/archlinux/">Schwag</a></span></span> + </td> + </tr> + </tbody></table> + </td> + </tr> + <tr> + <td class="sideBarSmallHeader"><span class="sideBarSmallHeader">Support / Community</span></td> + </tr> + <tr> + <td class="sideBarGrey"> + <table cellspacing="6"> + <tbody><tr> + <td> + <span class="f4"><span class="blue">·<a href="http://web.archive.org/web/20050328032247/http://bbs.archlinux.org/">User Forums</a></span></span> + </td> + </tr> + <tr> + <td> + <span class="f4"><span class="blue"> ·<a href="http://web.archive.org/web/20050328032247/http://www.archlinux.nl/forum/">Dutch</a></span></span> + </td> + </tr><tr> + <td> + <span class="f4"><span class="blue"> ·<a href="http://web.archive.org/web/20050328032247/http://forums.archlinuxfr.org/">French</a></span></span> + </td> + </tr><tr> + <td> + <span class="f4"><span class="blue"> ·<a href="http://web.archive.org/web/20050328032247/http://www.archlinux.it/">Italian</a></span></span> + </td> + </tr><tr> + <td> + <span class="f4"><span class="blue"> ·<a href="http://web.archive.org/web/20050328032247/http://archlinux.laber-land.de/">German</a></span></span> + </td> + </tr><tr> + <td> + <span class="f4"><span class="blue"> ·<a href="http://web.archive.org/web/20050328032247/http://archlinux.fc.pl/forum/">Polish</a></span></span> + </td> + </tr> + <tr> + <td> + <span class="f4"><span class="blue">·<a href="http://web.archive.org/web/20050328032247/http://www.archlinux.org/mailman/listinfo/arch/">Mailing List</a></span></span> + </td> + </tr> + <tr> + <td> + <span class="f4"><span class="blue"> ·<a href="http://web.archive.org/web/20050328032247/http://www.archlinux.org/pipermail/arch/">Archives</a></span></span> + </td> + </tr> + <tr> + <td> + <span class="f4"><span class="blue"> ·<a href="http://web.archive.org/web/20050328032247/http://news.gmane.org/gmane.linux.arch.general">Gmane</a></span></span> + </td> + </tr> + <tr> + <td> + <span class="f4"><span class="blue">·<a href="http://web.archive.org/web/20050328032247/http://wiki.archlinux.org/">Wiki</a></span></span> + </td> + </tr> + <tr> + <td> + <span class="f4"><span class="blue">·<a href="http://web.archive.org/web/20050328032247/http://www.archlinux.org/%7Ejason/newsletters/">Newsletters</a></span></span> + </td> + </tr> + <tr> + <td> + <span class="f4"><span class="blue">·<a href="http://web.archive.org/web/20050328032247/http://www.archlinux.org/donations.php">Donations</a></span></span> + </td> + </tr> + <tr> + <td> + <table> + <tbody><tr><td valign="top"><span class="f4"><span class="blue"><b>·IRC:</b></span></span></td> + <td><span class="f4"><span class="blue">irc.freenode.net<br>#archlinux<br>#archlinuxfr<br>#archlinux.de<br>#archlinux-es</span></span></td></tr> + </tbody></table> + </td> + </tr> + </tbody></table> + </td> + </tr> + <tr> + <td class="sideBarSmallHeader"><span class="sideBarSmallHeader">Documentation</span></td> + </tr> + <tr> + <td class="sideBarGrey"> + <table cellspacing="6"> + <tbody><tr> + <td> + <span class="f4"><span class="blue"> ·<a href="http://web.archive.org/web/20050328032247/http://www.archlinux.org/docs/en/">English</a></span></span><br> + <span class="f4"><span class="blue"> ·<a href="http://web.archive.org/web/20050328032247/http://www.archlinux.org/docs/de/">Deutsch</a></span></span><br> + <span class="f4"><span class="blue"> ·<a href="http://web.archive.org/web/20050328032247/http://www.archlinux.org/docs/es/">Español</a></span></span><br> + <span class="f4"><span class="blue"> ·<a href="http://web.archive.org/web/20050328032247/http://www.archlinux.org/docs/fr/">Français</a></span> (old)</span><br> + <span class="f4"><span class="blue"> ·<a href="http://web.archive.org/web/20050328032247/http://www.archlinux.org/docs/it/guide/install/arch-install-guide.html">Italian</a></span></span><br> + </td> + </tr> + </tbody></table> + </td> + </tr> + <tr> + <td class="sideBarSmallHeader"><span class="sideBarSmallHeader">User Contributions</span></td> + </tr> + <tr> + <td class="sideBarGrey"> + <table cellspacing="6"> + <tbody><tr> + <td> + <span class="f4"><span class="blue">·<a href="http://web.archive.org/web/20050328032247/http://tur.archlinux.org/">TURs</a></span></span> + </td> + </tr> + <tr> + <td> + <span class="f4"><span class="blue"> ·<a href="http://web.archive.org/web/20050328032247/http://www.archlinux.org/mailman/listinfo/tur-users/">Mailing List</a></span></span> + </td> + </tr> + <tr> + <td> + <span class="f4"><span class="blue">·<a href="http://web.archive.org/web/20050328032247/http://archstats.coding-zone.com/">ArchStats</a></span></span> + </td> + </tr> + <tr> + <td> + <span class="f4"><span class="blue">·<a href="http://web.archive.org/web/20050328032247/http://amlug.net/new-projects/live-cd/al-amlug-live-cd.html">Arch Live CD</a></span></span> + </td> + </tr> + <tr> + <td> + <span class="f4"><span class="blue">·<a href="http://web.archive.org/web/20050328032247/http://amlug.net/new-projects/hwd/hwd.html">Hardware Detection</a></span></span> + </td> + </tr> + <tr> + <td> + <span class="f4"><span class="blue">·<a href="http://web.archive.org/web/20050328032247/http://arch-i18n.berlios.de/">Translation Project</a></span></span> + </td> + </tr> + </tbody></table> + </td> + </tr> + <tr> + <td class="sideBarSmallHeader"><span class="sideBarSmallHeader">Press</span></td> + </tr> + <tr> + <td class="sideBarGrey"> + <table cellspacing="6"> + <tbody><tr> + <td> + <span class="f4"><span class="blue">·<a href="http://web.archive.org/web/20050328032247/http://osnews.com/story.php?news_id=10047">OSNews</a></span></span> + </td> + </tr> + <tr> + <td> + <span class="f4"><span class="blue">·<a href="http://web.archive.org/web/20050328032247/http://os.newsforge.com/os/05/02/14/1722211.shtml?tid=2">NewsForge</a></span></span> + </td> + </tr> + <tr> + <td> + <span class="f4"><span class="blue">·<a href="http://web.archive.org/web/20050328032247/http://www.linuxtimes.net/modules.php?name=News&file=article&sid=774">LinuxTimes</a></span></span> + </td> + </tr> + <tr> + <td> + <span class="f4"><span class="blue">·<a href="http://web.archive.org/web/20050328032247/http://osnews.com/story.php?news_id=9540">OSNews</a></span></span> + </td> + </tr> + <tr> + <td> + <span class="f4"><span class="blue">·<a href="http://web.archive.org/web/20050328032247/http://discuss.extremetech.com/n/mb/display.asp?webtag=extremetech&msg=53648.1">Robert Burns</a></span></span> + </td> + </tr> + <tr> + <td> + <span class="f4"><span class="blue">·<a href="http://web.archive.org/web/20050328032247/http://www.linuxlookup.com/modules.php?op=modload&name=Reviews&file=index&req=showcontent&id=58">LinuxLookup</a></span></span> + </td> + </tr> + <tr> + <td> + <span class="f4"><span class="blue">·<a href="http://web.archive.org/web/20050328032247/http://www.osnews.com/story.php?news_id=5971">OSNews</a></span></span> + </td> + </tr> + <tr> + <td> + <span class="f4"><span class="blue">·<a href="http://web.archive.org/web/20050328032247/http://www.osnews.com/story.php?news_id=4827">OSNews</a></span></span> + </td> + </tr> + <tr> + <td> + <span class="f4"><span class="blue">·<a href="http://web.archive.org/web/20050328032247/http://lwn.net/Articles/40952/">LWN</a></span></span> + </td> + </tr> + <tr> + <td> + <span class="f4"><span class="blue">·<a href="http://web.archive.org/web/20050328032247/http://www.distrowatch.com/dwres.php?resource=interview-arch">DistroWatch</a></span></span> + </td> + </tr> + <tr> + <td> + <span class="f4"><span class="blue">·<a href="http://web.archive.org/web/20050328032247/http://home.nyc.rr.com/computertaijutsu/arch.html">Scott Robbins</a></span></span> + </td> + </tr> + </tbody></table> + </td> + </tr> + <tr> + <td class="sideBarSmallHeader"><span class="sideBarSmallHeader">Development</span></td> + </tr> + <tr> + <td class="sideBarGrey"> + <table cellspacing="6"> + <tbody><tr> + <td> + <span class="f4"><span class="blue">·<a href="http://web.archive.org/web/20050328032247/http://www.archlinux.org/people.php">Developers</a></span></span> + </td> + </tr> + <tr> + <td> + <span class="f4"><span class="blue">·<a href="http://web.archive.org/web/20050328032247/http://bugs.archlinux.org/">Bug Tracker</a></span></span> + </td> + </tr> + <tr> + <td> + <span class="f4"><span class="blue">·<a href="http://web.archive.org/web/20050328032247/http://www.archlinux.org/cvs.php">CVS Repository</a></span></span> + </td> + </tr> + </tbody></table> + </td> + </tr> + <tr> + <td style="background-color: rgb(238, 238, 238);" align="center"><br> +<a href="http://web.archive.org/web/20050328032247/http://www.archlinux.org/"><img src="{{ RETRO_STATIC_URL }}button.png" alt="Arch Linux" border="0"></a> + </td> + </tr> + <tr> + <td style="background-color: rgb(238, 238, 238);" align="center"><br> +<a href="http://web.archive.org/web/20050328032247/http://sourceforge.net/"><img src="{{ RETRO_STATIC_URL }}sflogo.png" alt="SourceForge Logo" border="0" height="31" width="105"></a> + </td> + </tr> + <tr> + <td style="background-color: rgb(238, 238, 238);" align="center"><br> +<!-- paypal code --> +<form action="http://web.archive.org/web/20050328032247/https://www.paypal.com/cgi-bin/webscr" method="post"> +<input name="cmd" value="_xclick" type="hidden"> +<input name="business" value="jvinet@zeroflux.org" type="hidden"> +<input name="item_name" value="Arch Linux" type="hidden"> +<input name="image_url" value="http://www.archlinux.org/logos/arch-paypal.jpg" type="hidden"> +<input name="no_shipping" value="1" type="hidden"> +<input name="cn" value="Suggestions/Comments" type="hidden"> +<input name="no_note" value="1" type="hidden"> +<input src="{{ RETRO_STATIC_URL }}x-click-butcc-donate.gif" name="submit" alt="Make payments with PayPal - it's fast, free and secure!" style="background: none repeat scroll 0% 0% transparent; border: medium none;" border="0" type="image"> +<br> +<span class="f4">All money goes directly to server costs</span> +</form> + </td> + </tr> + <tr> + <td class="sideBarGrey" style="border: medium none;" height="100%"> </td> + </tr> + </tbody></table> + </td> + </tr> + <tr> + <td class="contentDisplay"> + +<br> +<center> +<table class="boxSoft" cellspacing="3"> + <tbody><tr> + <td class="boxSoftTitle" align="right" nowrap="nowrap"> + <span class="f3">Package Directory</span> + </td> + </tr><tr> + <td class="boxSoft"> + <table style="width: 100%;" cellspacing="4"> + <tbody><tr> + <td colspan="2" style="text-align: center; width: 50%;"><img src="{{ RETRO_STATIC_URL }}frontComponents.gif" height="30" width="179"><br><img src="{{ RETRO_STATIC_URL }}pad.gif" height="50"></td> + <td colspan="2" style="text-align: center; width: 100%;" align="right" valign="top"> + <table class="boxSoftSmall" style="width: 250px;" align="right" cellspacing="3"> + <tbody><tr> + <td class="boxSoftSmall"> + <table style="width: 100%;" cellspacing="0"> + <tbody><tr> + <td style="text-align: center; padding-left: 10px;"> + <form action="http://web.archive.org/web/20050328032247/http://www.archlinux.org/packages.php" method="POST"> + <center> + <table cellspacing="0"><tbody><tr><td><span class="f3">Search: </span> + <input name="s_keyword" size="20" value="enter keywords" onfocus="this.value='';" type="text"> + </td><td style="width: 100%; text-align: center; vertical-align: bottom;"> + <span class="f3"><input class="button" value="Go" type="submit"></span> + </td></tr></tbody></table> + </center> + </form> + </td></tr> + + </tbody></table> + </td> + </tr> + </tbody></table><br> + </td> + </tr> + <tr> + <td colspan="2"> + <table class="boxSoft" cellspacing="2"> + <tbody><tr> + <td class="boxSoftTitle" align="right"> + <span class="f3">Recent Updates</span> + </td> + </tr><tr> + <td class="boxSoft"> + <table style="width: 100%;" cellpadding="0" cellspacing="0"> +<tbody><tr><td><span class="f4"><span class="blue">· <a href="http://web.archive.org/web/20050328032247/http://www.archlinux.org/packages.php?id=6469">snapscreenshot 1.0.14.2-1</a></span></span></td><td align="right"><span class="f4">system</span></td></tr> +<tr><td><span class="f4"><span class="blue">· <a href="http://web.archive.org/web/20050328032247/http://www.archlinux.org/packages.php?id=364">guile 1.6.7-1</a></span></span></td><td align="right"><span class="f4">devel</span></td></tr> +<tr><td><span class="f4"><span class="blue">· <a href="http://web.archive.org/web/20050328032247/http://www.archlinux.org/packages.php?id=361">glade 2.10.0-1</a></span></span></td><td align="right"><span class="f4">devel</span></td></tr> +<tr><td><span class="f4"><span class="blue">· <a href="http://web.archive.org/web/20050328032247/http://www.archlinux.org/packages.php?id=6067">libgnomeprint-cups 2.10.2-1</a></span></span></td><td align="right"><span class="f4">gnome</span></td></tr> +<tr><td><span class="f4"><span class="blue">· <a href="http://web.archive.org/web/20050328032247/http://www.archlinux.org/packages.php?id=3163">libgnomeprintui 2.10.2-1</a></span></span></td><td align="right"><span class="f4">gnome</span></td></tr> +<tr><td><span class="f4"><span class="blue">· <a href="http://web.archive.org/web/20050328032247/http://www.archlinux.org/packages.php?id=3162">libgnomeprint 2.10.2-1</a></span></span></td><td align="right"><span class="f4">gnome</span></td></tr> +<tr><td><span class="f4"><span class="blue">· <a href="http://web.archive.org/web/20050328032247/http://www.archlinux.org/packages.php?id=3697">gok 1.0.3-1</a></span></span></td><td align="right"><span class="f4">gnome</span></td></tr> +<tr><td><span class="f4"><span class="blue">· <a href="http://web.archive.org/web/20050328032247/http://www.archlinux.org/packages.php?id=3696">gnopernicus 0.10.5-1</a></span></span></td><td align="right"><span class="f4">gnome</span></td></tr> +<tr><td><span class="f4"><span class="blue">· <a href="http://web.archive.org/web/20050328032247/http://www.archlinux.org/packages.php?id=6435">gnome-menus 2.10.1-1</a></span></span></td><td align="right"><span class="f4">gnome</span></td></tr> +<tr><td><span class="f4"><span class="blue">· <a href="http://web.archive.org/web/20050328032247/http://www.archlinux.org/packages.php?id=3890">genius 0.7.3-1</a></span></span></td><td align="right"><span class="f4">gnome</span></td></tr> +<tr><td><span class="f4"><span class="blue">· <a href="http://web.archive.org/web/20050328032247/http://www.archlinux.org/packages.php?id=1991">gedit 2.10.1-1</a></span></span></td><td align="right"><span class="f4">gnome</span></td></tr> +<tr><td><span class="f4"><span class="blue">· <a href="http://web.archive.org/web/20050328032247/http://www.archlinux.org/packages.php?id=3134">control-center 2.10.0-2</a></span></span></td><td align="right"><span class="f4">gnome</span></td></tr> +<tr><td><span class="f4"><span class="blue">· <a href="http://web.archive.org/web/20050328032247/http://www.archlinux.org/packages.php?id=1976">mplayer-plugin 2.80-1</a></span></span></td><td align="right"><span class="f4">multimedia</span></td></tr> +<tr><td><span class="f4"><span class="blue">· <a href="http://web.archive.org/web/20050328032247/http://www.archlinux.org/packages.php?id=3578">abcm2ps-devel 4.9.2-1</a></span></span></td><td align="right"><span class="f4">office</span></td></tr> +<tr><td><span class="f4"><span class="blue">· <a href="http://web.archive.org/web/20050328032247/http://www.archlinux.org/packages.php?id=3145">gnome-icon-theme 2.10.1-1</a></span></span></td><td align="right"><span class="f4">gnome</span></td></tr> + </tbody></table> + <table style="width: 100%;"><tbody><tr> + <td> + <span class="f5"><br><a href="http://web.archive.org/web/20050328032247/http://www.archlinux.org/rdf_feed.php">RDF</a></span> + </td><td align="right"> + <span class="f5"><br><a href="http://web.archive.org/web/20050328032247/http://www.archlinux.org/packages.php?os=lastupdate&s=lastupdate">More...</a></span> + </td></tr></tbody></table> + </td> + </tr> + </tbody></table> + </td> + <td class="ss"> + <table style="width: 100%;"><tbody><tr><td> + <span class="f3">Current Package Lists</span> + <table style="width: 90%;" align="right"> + <tbody><tr> + <td><span class="f4"><a href="http://web.archive.org/web/20050328032247/http://www.archlinux.org/packages.php?s_repo=1">Current</a></span></td> + <td align="right"><span class="f4"> +March 24 05:13 </span></td> + </tr><tr> + <td><span class="f4"><a href="http://web.archive.org/web/20050328032247/http://www.archlinux.org/packages.php?s_repo=2">Extra</a></span></td> + <td align="right"><span class="f4">March 27 12:06</span></td> + </tr><tr> + <td><span class="f4"><a href="http://web.archive.org/web/20050328032247/http://www.archlinux.org/packages.php?s_repo=3">Unstable</a></span></td> + <td align="right"><span class="f4">March 27 09:49</span></td> + </tr><tr> + <td><span class="f4"><a href="http://web.archive.org/web/20050328032247/http://www.archlinux.org/packages.php?s_repo=4">Testing</a></span></td> + <td align="right"><span class="f4">March 17 18:52</span></td> + </tr> + </tbody></table> + </td></tr><tr><td> + <img src="{{ RETRO_STATIC_URL }}pad.gif" height="30"><br> + <span class="f3">Release Package Lists</span> + <table style="width: 90%;" align="right"> + <tbody><tr> + <td><span class="f4"><a href="http://web.archive.org/web/20050328032247/http://www.archlinux.org/packages.php?s_repo=1">0.8 ______</a></span></td> + <td align="right"><span class="f4"><i>pending</i></span></td> + </tr><tr> + <td><span class="f4"><a href="http://web.archive.org/web/20050328032247/http://www.archlinux.org/pkglist.php?r=0.7">0.7 Wombat</a></span></td> + <td align="right"><span class="f4">January 24, 2005</span></td> + </tr><tr> + <td><span class="f4"><a href="http://web.archive.org/web/20050328032247/http://www.archlinux.org/pkglist.php?r=0.6">0.6 Widget</a></span></td> + <td align="right"><span class="f4">March 1, 2004</span></td> + </tr><tr> + <td><span class="f4"><a href="http://web.archive.org/web/20050328032247/http://www.archlinux.org/pkglist.php?r=0.5">0.5 Nova</a></span></td> + <td align="right"><span class="f4">July 21, 2003</span></td> + </tr><tr> + <td><span class="f4"><a href="http://web.archive.org/web/20050328032247/http://www.archlinux.org/pkglist.php?r=0.4">0.4 Dragon</a></span></td> + <td align="right"><span class="f4">December 18, 2002</span></td> + </tr><tr> + <td><span class="f4"><a href="http://web.archive.org/web/20050328032247/http://www.archlinux.org/pkglist.php?r=0.3">0.3 Firefly</a></span></td> + <td align="right"><span class="f4">August 7, 2002</span></td> + </tr><tr> + <td><span class="f4"><a href="http://web.archive.org/web/20050328032247/http://www.archlinux.org/pkglist.php?r=0.2">0.2 Vega</a></span></td> + <td align="right"><span class="f4">April 17, 2002</span></td> + </tr><tr> + <td><span class="f4"><a href="http://web.archive.org/web/20050328032247/http://www.archlinux.org/pkglist.php?r=0.1">0.1 Homer</a></span></td> + <td align="right"><span class="f4">March 11, 2002</span></td> + </tr> + </tbody></table> + </td></tr></tbody></table> + </td> + </tr> + <tr> + <td colspan="4"><img src="{{ RETRO_STATIC_URL }}pad.gif" height="10" width="1"></td> + </tr> + </tbody></table> + </td> + </tr> +</tbody></table> +</center> +<br> +<center> +<table class="boxSoft" cellspacing="3"> + <tbody><tr> + <td class="boxSoftTitle" align="right" nowrap="nowrap"> + <span class="f3">Current News</span> + </td> + </tr><tr> + <td class="boxSoft"> + <table style="width: 100%;" cellspacing="4"> + <tbody><tr> + <td colspan="2" style="text-align: center; width: 50%;"><img src="{{ RETRO_STATIC_URL }}frontNews.gif" height="30" width="179"><br><img src="{{ RETRO_STATIC_URL }}pad.gif" height="50"></td> + <td colspan="2" style="text-align: center; width: 50%;" align="right" valign="top"> + <table class="boxSoftSmall" style="width: 250px;" align="right" cellspacing="3"> + <tbody><tr> + <td class="boxSoftSmall"> + <table cellspacing="0"> + <tbody><tr> + <td style="text-align: center; padding-left: 10px;"> + <form action="http://web.archive.org/web/20050328032247/http://www.archlinux.org/subscribe.php" method="POST"> + <center> + <table cellspacing="0"><tbody><tr><td><span class="f3">Subscribe: </span> + <input name="email" size="20" value="enter email" onfocus="this.value='';" type="text"> + </td><td style="width: 100%; text-align: center; vertical-align: bottom;"> + <span class="f3"><input class="button" value="Go" type="submit"></span> + </td></tr></tbody></table> + </center> + </form> + </td></tr> + + </tbody></table> + </td> + </tr> + </tbody></table><br> + </td> + </tr> + <tr> + <td class="ss" colspan="4" align="center"> + <table> + <tbody><tr> + <td nowrap="nowrap"> + <span class="f3"><span class="blue"> + <a href="http://web.archive.org/web/20050328032247/http://www.archlinux.org/news.php#145">Arch Linux Newsletter for March 20, 2005</a><br> <div style="padding-left: 20"><span class="f5">New newsletter for this week: http://www.archlinux.org/~jason/newsletters/newsle...</span></div> </span> + </span></td><td style="width: 50px;"> </td> + <td align="right" nowrap="nowrap" valign="top"> + <span class="f5">March 22, 2005</span> + </td> + </tr> + <tr> + <td nowrap="nowrap"> + <span class="f3"><span class="blue"> + <a href="http://web.archive.org/web/20050328032247/http://www.archlinux.org/news.php#144">celestia 1.3.2-2 - switching from KDE to GTK2 UI</a><br> <div style="padding-left: 20"><span class="f5">Because of the bug 2422 i had to rebuild the celestia pkg. Considering that i di...</span></div> </span> + </span></td><td style="width: 50px;"> </td> + <td align="right" nowrap="nowrap" valign="top"> + <span class="f5">March 21, 2005</span> + </td> + </tr> + <tr> + <td nowrap="nowrap"> + <span class="f3"><span class="blue"> + <a href="http://web.archive.org/web/20050328032247/http://www.archlinux.org/news.php#143">KDE 3.4.0 in [extra] UPGRADERS PLEASE READ THIS!</a><br> <div style="padding-left: 20"><span class="f5">Greetings to all kde users out there. +kde 3.4.0 packages are now in extra repos...</span></div> </span> + </span></td><td style="width: 50px;"> </td> + <td align="right" nowrap="nowrap" valign="top"> + <span class="f5">March 16, 2005</span> + </td> + </tr> + <tr> + <td nowrap="nowrap"> + <span class="f3"><span class="blue"> + <a href="http://web.archive.org/web/20050328032247/http://www.archlinux.org/news.php#142">Arch Linux Newsletter for February 27, 2005</a><br> <div style="padding-left: 20"><span class="f5">New newsletter for this week: http://www.archlinux.org/~jason/newsletters/newsle...</span></div> </span> + </span></td><td style="width: 50px;"> </td> + <td align="right" nowrap="nowrap" valign="top"> + <span class="f5">February 27, 2005</span> + </td> + </tr> + <tr> + <td nowrap="nowrap"> + <span class="f3"><span class="blue"> + <a href="http://web.archive.org/web/20050328032247/http://www.archlinux.org/news.php#141">mono 1.2 beta series is in testing</a><br> <div style="padding-left: 20"><span class="f5">Actually this should go to unstable. But as written on a couple of websites, ann...</span></div> </span> + </span></td><td style="width: 50px;"> </td> + <td align="right" nowrap="nowrap" valign="top"> + <span class="f5">February 21, 2005</span> + </td> + </tr> + <tr> + <td nowrap="nowrap"> + <span class="f3"><span class="blue"> + <a href="http://web.archive.org/web/20050328032247/http://www.archlinux.org/news.php#140">The inevitable courier-smashing starts in testing</a><br> <div style="padding-left: 20"><span class="f5">The layout of courier sources has changed. So we have a courier-authlib now, pro...</span></div> </span> + </span></td><td style="width: 50px;"> </td> + <td align="right" nowrap="nowrap" valign="top"> + <span class="f5">February 20, 2005</span> + </td> + </tr> + <tr> + <td nowrap="nowrap"> + <span class="f3"><span class="blue"> + <a href="http://web.archive.org/web/20050328032247/http://www.archlinux.org/news.php#139">webmin in [testing]</a><br> <div style="padding-left: 20"><span class="f5">hi +for all who waited for webmin now it's available. Please use the bugtracker ...</span></div> </span> + </span></td><td style="width: 50px;"> </td> + <td align="right" nowrap="nowrap" valign="top"> + <span class="f5">February 15, 2005</span> + </td> + </tr> + <tr> + <td nowrap="nowrap"> + <span class="f3"><span class="blue"> + <a href="http://web.archive.org/web/20050328032247/http://www.archlinux.org/news.php#138">Udev-053 Changes</a><br> <div style="padding-left: 20"><span class="f5">The latest version of udev has some upstream changes in the configuration layout...</span></div> </span> + </span></td><td style="width: 50px;"> </td> + <td align="right" nowrap="nowrap" valign="top"> + <span class="f5">February 14, 2005</span> + </td> + </tr> + <tr> + <td nowrap="nowrap"> + <span class="f3"><span class="blue"> + <a href="http://web.archive.org/web/20050328032247/http://www.archlinux.org/news.php#137">Xorg 6.8.2 Released</a><br> <div style="padding-left: 20"><span class="f5">The new xorg package is now available in the Testing repository. + +You can enab...</span></div> </span> + </span></td><td style="width: 50px;"> </td> + <td align="right" nowrap="nowrap" valign="top"> + <span class="f5">February 10, 2005</span> + </td> + </tr> + <tr> + <td nowrap="nowrap"> + <span class="f3"><span class="blue"> + <a href="http://web.archive.org/web/20050328032247/http://www.archlinux.org/news.php#136">testing: fox 1.2.11 -> 1.4.y</a><br> <div style="padding-left: 20"><span class="f5">The fox toolkit released their first 1.4.y versions some days ago. As this is a ...</span></div> </span> + </span></td><td style="width: 50px;"> </td> + <td align="right" nowrap="nowrap" valign="top"> + <span class="f5">February 10, 2005</span> + </td> + </tr> + </tbody></table> + </td> + </tr> + <tr> + <td colspan="4"><img src="{{ RETRO_STATIC_URL }}pad.gif" height="10" width="1"></td> + </tr> + </tbody></table> + </td> + </tr><tr> + <td> + <table style="width: 100%; background: none repeat scroll 0% 0% rgb(255, 255, 255);"><tbody><tr> + <td> + <span class="f5"><br><a href="http://web.archive.org/web/20050328032247/http://www.archlinux.org/rdf_news.php">RDF</a></span> + </td><td align="right"> + <span class="f5"><br><a href="http://web.archive.org/web/20050328032247/http://www.archlinux.org/news.php">More...</a></span> + </td></tr></tbody></table> + </td> + </tr> +</tbody></table> +</center> +<br> + + </td> + </tr> + <tr> + <td colspan="2" class="footerDisplay"><span class="f5"> +Copyright ©2002-2005, Judd Vinet <<a href="mailto:jvinet@zeroflux.org">jvinet@zeroflux.org</a>> + </span> + </td> + </tr> +</tbody></table> + +</body></html> diff --git a/retro/templates/retro/index-20060328.html b/retro/templates/retro/index-20060328.html new file mode 100644 index 00000000..aaf006e5 --- /dev/null +++ b/retro/templates/retro/index-20060328.html @@ -0,0 +1,662 @@ +<html><head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>Arch Linux</title> +<meta name="keywords" content="linux, linux distribution, arch, pacman, i686-optimized, distribution, open source, free, packages, server, daemon, network, systems"> +<link rel="stylesheet" type="text/css" href="{{ RETRO_STATIC_URL }}fonts.css"> +<link rel="stylesheet" type="text/css" href="{{ RETRO_STATIC_URL }}containers.css"> +<link rel="alternate" type="application/rss+xml" title="Arch Linux News Feed" href="http://web.archive.org/web/20060328003102/http://www.archlinux.org/rdf_news.php"> +<link rel="alternate" type="application/rss+xml" title="Arch Linux Package Updates" href="http://web.archive.org/web/20060328003102/http://www.archlinux.org/rdf_feed.php"> +<link rel="shortcut icon" href="http://web.archive.org/web/20060328003102im_/http://archlinux.org/favicon.ico"> +</head> +<body> +<table style="background-color: rgb(0, 0, 0); width: 100%;" cellspacing="0"> + <tbody><tr> + <td colspan="2" class="preHeader"><span class="preHeader">An i686-optimized Linux distribution</span></td> + </tr> + <tr> + <td class="headerFill" colspan="2"> + <table width="100%"> + <tbody><tr> + <td class="headerDisplay"><img src="{{ RETRO_STATIC_URL }}logoTop.png"></td> + <td class="headerDisplay" align="right"> + </td> + </tr> + </tbody></table> + </td> + </tr> + <tr> + <td class="mainLinks" align="center"><span class="f2"><span class="black">.:</span> <a href="http://web.archive.org/web/20060328003102/http://www.archlinux.org/index.php">Home</a> <span class="black"> - </span> <a href="http://web.archive.org/web/20060328003102/http://www.archlinux.org/news.php">News</a> <span class="black"> - </span> <a href="http://web.archive.org/web/20060328003102/http://www.archlinux.org/about.php">About</a> <span class="black"> - </span> <a href="http://web.archive.org/web/20060328003102/http://www.archlinux.org/packages.php">Packages</a> <span class="black"> - </span> <a href="http://web.archive.org/web/20060328003102/http://www.archlinux.org/download.php">Download</a> <span class="black">:.</span></span></td> + <td rowspan="2" class="sideBar" height="100%" valign="top"> + <table cellspacing="0" height="100%"> + <tbody><tr> + <td class="sideBarGrey"><center><br><br></center> + </td> + </tr> + <tr> + <td class="sideBarSmallHeader" valign="top"><span class="sideBarSmallHeader">Get Arch Linux</span></td> + </tr> + <tr> + <td class="sideBarGrey"> + <table cellspacing="6"> + <tbody><tr> + <td> + <span class="f4"><span class="blue">·<a href="http://web.archive.org/web/20060328003102/http://www.archlinux.org/download.php">Download</a></span></span> + </td> + </tr> + <tr> + <td> + <span class="f4"><span class="blue">·<a href="http://web.archive.org/web/20060328003102/http://www.osdisc.com/cgi-bin/view.cgi/products/linux/arch">Get a CD</a><!-- a href="http://www.linuxcd.org/view_distro.php?id_distro=48">Get a CD</a--></span></span> + </td> + </tr> + <tr> + <td> + <span class="f4"><span class="blue">·<a href="http://web.archive.org/web/20060328003102/http://www.archlinux.org/changelog.php">ChangeLog</a></span></span> + </td> + </tr> + <tr> + <td> + <span class="f4"><span class="blue">·<a href="http://web.archive.org/web/20060328003102/http://www.archlinux.org/logos.php">Logos/Artwork</a></span></span> + </td> + </tr> + <tr> + <td> + <span class="f4"><span class="blue">·<a href="http://web.archive.org/web/20060328003102/http://www.cafeshops.com/archlinux/">Schwag</a></span></span> + </td> + </tr> + </tbody></table> + </td> + </tr> + <tr> + <td class="sideBarSmallHeader"><span class="sideBarSmallHeader">Support / Community</span></td> + </tr> + <tr> + <td class="sideBarGrey"> + <table cellspacing="6"> + <tbody><tr> + <td> + <span class="f4"><span class="blue">·<a href="http://web.archive.org/web/20060328003102/http://wiki.archlinux.org/">Wiki / Docs</a></span></span> + </td> + </tr> + <tr> + <td> + <span class="f4"><span class="blue">·<a href="http://web.archive.org/web/20060328003102/http://bbs.archlinux.org/">Forums</a></span></span> + </td> + </tr> + <tr> + <td> + <span class="f4"><span class="blue"> · + <a href="http://web.archive.org/web/20060328003102/http://archlinux.laber-land.de/">de</a>, + <a href="http://web.archive.org/web/20060328003102/http://www.archlinux.com.ar/">es</a>, + <a href="http://web.archive.org/web/20060328003102/http://forums.archlinuxfr.org/">fr</a>, + <a href="http://web.archive.org/web/20060328003102/http://www.archlinux.it/">it</a>, + <a href="http://web.archive.org/web/20060328003102/http://www.archlinux.nl/forum/">nl</a>, + <a href="http://web.archive.org/web/20060328003102/http://archlinux.fc.pl/forum/">pl</a> + </span></span> + </td> + </tr> + <tr> + <td> + <span class="f4"><span class="blue">·<a href="http://web.archive.org/web/20060328003102/http://www.archlinux.org/mailman/listinfo/arch/">Mailing List</a></span></span> + </td> + </tr> + <tr> + <td> + <span class="f4"><span class="blue"> ·<a href="http://web.archive.org/web/20060328003102/http://www.archlinux.org/pipermail/arch/">Archives</a></span></span> + </td> + </tr> + <tr> + <td> + <span class="f4"><span class="blue"> ·<a href="http://web.archive.org/web/20060328003102/http://news.gmane.org/gmane.linux.arch.general">Gmane</a></span></span> + </td> + </tr> + <tr> + <td> + <span class="f4"><span class="blue">·<a href="http://web.archive.org/web/20060328003102/http://aur.archlinux.org/">AUR</a></span></span> + </td> + </tr> + <tr> + <td> + <span class="f4"><span class="blue"> ·<a href="http://web.archive.org/web/20060328003102/http://www.archlinux.org/mailman/listinfo/tur-users/">Mailing List</a></span></span> + </td> + </tr> + <tr> + <td> + <span class="f4"><span class="blue">·<a href="http://web.archive.org/web/20060328003102/http://planet.archlinux.org/">Planet Arch</a></span></span> + </td> + </tr><tr> + <td> + <span class="f4"><span class="blue">·<a href="http://web.archive.org/web/20060328003102/http://www.archlinux.org/blog/">Blog</a></span></span> + </td> + </tr> + + <tr> + <td> + <span class="f4"><span class="blue">·<a href="http://web.archive.org/web/20060328003102/http://www.archlinux.org/%7Ejason/newsletters/">Newsletters</a></span></span> + </td> + </tr> + <tr> + <td> + <span class="f4"><span class="blue">·<a href="http://web.archive.org/web/20060328003102/http://www.archlinux.org/donations.php">Donations</a></span></span> + </td> + </tr> + <tr> + <td> + <table> + <tbody><tr><td valign="top"><span class="f4"><span class="blue"><b>·IRC:</b></span></span></td> + <td><span class="f4"><span class="blue">irc.freenode.net<br>#archlinux<br>#archlinuxfr<br>#archlinux.de<br>#archlinux.se<br>#archlinux-es</span></span></td></tr> + </tbody></table> + </td> + </tr> + </tbody></table> + </td> + </tr> + <tr> + <td class="sideBarSmallHeader"><span class="sideBarSmallHeader">Documentation</span></td> + </tr> + <tr> + <td class="sideBarGrey"> + <table cellspacing="6"> + <tbody><tr> + <td> + <span class="f4"><span class="blue"> ·<a href="http://web.archive.org/web/20060328003102/http://www.archlinux.org/docs/en/">English</a></span></span><br> + <span class="f4"><span class="blue"> ·<a href="http://web.archive.org/web/20060328003102/http://www.archlinux.org/docs/de/">Deutsch</a></span></span><br> + <span class="f4"><span class="blue"> ·<a href="http://web.archive.org/web/20060328003102/http://www.archlinux.org/docs/es/">Español</a></span></span><br> + <span class="f4"><span class="blue"> ·<a href="http://web.archive.org/web/20060328003102/http://www.archlinux.org/docs/fr/">Français</a></span></span><br> + <span class="f4"><span class="blue"> ·<a href="http://web.archive.org/web/20060328003102/http://www.archlinux.org/docs/it/guide/install/arch-install-guide.html">Italian</a></span></span><br> + </td> + </tr> + </tbody></table> + </td> + </tr> + <tr> + <td class="sideBarSmallHeader"><span class="sideBarSmallHeader">User Contributions</span></td> + </tr> + <tr> + <td class="sideBarGrey"> + <table cellspacing="6"> + <tbody><tr> + <td> + <span class="f4"><span class="blue">·<a href="http://web.archive.org/web/20060328003102/http://user-contributions.org/home/index.php">user-contributions.org</a></span></span> + </td> + </tr> + <tr> + <td> + <span class="f4"><span class="blue">·<a href="http://web.archive.org/web/20060328003102/http://www.archlinux.org/%7Esimo/archstats/">ArchStats</a></span></span> + </td> + </tr> + <tr> + <td> + <span class="f4"><span class="blue">·<a href="http://web.archive.org/web/20060328003102/http://archie.dotsrc.org/">Archie Live CD</a></span></span> + </td> + </tr> + <tr> + <td> + <span class="f4"><span class="blue">·<a href="http://web.archive.org/web/20060328003102/http://www.arch64.org/">Arch64</a></span></span> + </td> + </tr> + <tr> + <td> + <span class="f4"><span class="blue">·<a href="http://web.archive.org/web/20060328003102/http://amlug.net/new-projects/hwd/hwd.html">Hardware Detection</a></span></span> + </td> + </tr> + <tr> + <td> + <span class="f4"><span class="blue">·<a href="http://web.archive.org/web/20060328003102/http://arch-i18n.berlios.de/">Translation Project</a></span></span> + </td> + </tr> + <tr> + <td> + <span class="f4"><span class="blue">·<a href="http://web.archive.org/web/20060328003102/http://arch-egis.berlios.de/">AEGIS</a></span></span> + </td> + </tr> + </tbody></table> + </td> + </tr> + <tr> + <td class="sideBarSmallHeader"><span class="sideBarSmallHeader">Press</span></td> + </tr> + <tr> + <td class="sideBarGrey"> + <table cellspacing="6"> + <tbody><tr> + <td> + <span class="f4"><span class="blue">·<a href="http://web.archive.org/web/20060328003102/http://www.linux-magazine.com/issue/64/Arch_Linux_Review.pdf">Linux Magazine (pdf)</a></span></span> + </td> + </tr> + <tr> + <td> + <span class="f4"><span class="blue">·<a href="http://web.archive.org/web/20060328003102/http://michael-and-mary.net/intro/?q=node/260">Michael & Mary</a></span></span> + </td> + </tr> + <tr> + <td> + <span class="f4"><span class="blue">·<a href="http://web.archive.org/web/20060328003102/http://osnews.com/story.php?news_id=10142">OSNews</a></span></span> + </td> + </tr> + <tr> + <td> + <span class="f4"><span class="blue">·<a href="http://web.archive.org/web/20060328003102/http://osnews.com/story.php?news_id=10047">OSNews</a></span></span> + </td> + </tr> + <tr> + <td> + <span class="f4"><span class="blue">·<a href="http://web.archive.org/web/20060328003102/http://os.newsforge.com/os/05/02/14/1722211.shtml?tid=2">NewsForge</a></span></span> + </td> + </tr> + <tr> + <td> + <span class="f4"><span class="blue">·<a href="http://web.archive.org/web/20060328003102/http://www.linuxtimes.net/modules.php?name=News&file=article&sid=774">LinuxTimes</a></span></span> + </td> + </tr> + <tr> + <td> + <span class="f4"><span class="blue">·<a href="http://web.archive.org/web/20060328003102/http://osnews.com/story.php?news_id=9540">OSNews</a></span></span> + </td> + </tr> + <tr> + <td> + <span class="f4"><span class="blue">·<a href="http://web.archive.org/web/20060328003102/http://discuss.extremetech.com/n/mb/display.asp?webtag=extremetech&msg=53648.1">Robert Burns</a></span></span> + </td> + </tr> + <tr> + <td> + <span class="f4"><span class="blue">·<a href="http://web.archive.org/web/20060328003102/http://www.linuxlookup.com/modules.php?op=modload&name=Reviews&file=index&req=showcontent&id=58">LinuxLookup</a></span></span> + </td> + </tr> + <tr> + <td> + <span class="f4"><span class="blue">·<a href="http://web.archive.org/web/20060328003102/http://www.osnews.com/story.php?news_id=5971">OSNews</a></span></span> + </td> + </tr> + <tr> + <td> + <span class="f4"><span class="blue">·<a href="http://web.archive.org/web/20060328003102/http://www.osnews.com/story.php?news_id=4827">OSNews</a></span></span> + </td> + </tr> + <tr> + <td> + <span class="f4"><span class="blue">·<a href="http://web.archive.org/web/20060328003102/http://lwn.net/Articles/40952/">LWN</a></span></span> + </td> + </tr> + <tr> + <td> + <span class="f4"><span class="blue">·<a href="http://web.archive.org/web/20060328003102/http://www.distrowatch.com/dwres.php?resource=interview-arch">DistroWatch</a></span></span> + </td> + </tr> + <tr> + <td> + <span class="f4"><span class="blue">·<a href="http://web.archive.org/web/20060328003102/http://home.nyc.rr.com/computertaijutsu/arch.html">Scott Robbins</a></span></span> + </td> + </tr> + </tbody></table> + </td> + </tr> + <tr> + <td class="sideBarSmallHeader"><span class="sideBarSmallHeader">Development</span></td> + </tr> + <tr> + <td class="sideBarGrey"> + <table cellspacing="6"> + <tbody><tr> + <td> + <span class="f4"><span class="blue">·<a href="http://web.archive.org/web/20060328003102/http://www.archlinux.org/devs.php">Developers</a></span></span> + </td> + </tr> + <tr> + <td> + <span class="f4"><span class="blue">·<a href="http://web.archive.org/web/20060328003102/http://bugs.archlinux.org/">Bug Tracker</a></span></span> + </td> + </tr> + <tr> + <td> + <span class="f4"><span class="blue">·<a href="http://web.archive.org/web/20060328003102/http://www.archlinux.org/cvs.php">CVS Repository</a></span></span> + </td> + </tr> + </tbody></table> + </td> + </tr> + <tr> + <td style="background-color: rgb(238, 238, 238);" align="center"><br> + <a href="http://web.archive.org/web/20060328003102/http://www.archlinux.org/"><img src="{{ RETRO_STATIC_URL }}button.png" alt="Arch Linux" border="0"></a> + </td> + </tr> + <tr> + <td style="background-color: rgb(238, 238, 238);" align="center"><br> +<!-- paypal code --> +<form action="http://web.archive.org/web/20060328003102/https://www.paypal.com/cgi-bin/webscr" method="post"> +<input name="cmd" value="_xclick" type="hidden"> +<input name="business" value="jvinet@zeroflux.org" type="hidden"> +<input name="item_name" value="Arch Linux" type="hidden"> +<input name="image_url" value="/logos/arch-paypal.jpg" type="hidden"> +<input name="no_shipping" value="1" type="hidden"> +<input name="cn" value="Suggestions/Comments" type="hidden"> +<input name="no_note" value="1" type="hidden"> +<input src="{{ RETRO_STATIC_URL }}x-click-butcc-donate.gif" name="submit" alt="Make payments with PayPal - it's fast, free and secure!" style="background: none repeat scroll 0% 0% transparent; border: medium none;" border="0" type="image"> +</form> + </td> + </tr> + <tr> + <td class="sideBarGrey" style="border: medium none;" height="100%"> </td> + </tr> + </tbody></table> + </td> + </tr> + <tr> + <td class="contentDisplay"> + +<br> +<center> +<table class="boxSoft" cellspacing="3"> + <tbody><tr> + <td class="boxSoftTitle" align="right" nowrap="nowrap"> + <span class="f3">Package Directory</span> + </td> + </tr><tr> + <td class="boxSoft"> + <table style="width: 100%;" cellspacing="4"> + <tbody><tr> + <td colspan="2" style="text-align: center; width: 50%;"><img src="{{ RETRO_STATIC_URL }}frontComponents.gif" height="30" width="179"><br><img src="{{ RETRO_STATIC_URL }}pad.gif" height="50"></td> + <td colspan="2" style="text-align: center; width: 100%;" align="right" valign="top"> + <table class="boxSoftSmall" style="width: 250px;" align="right" cellspacing="3"> + <tbody><tr> + <td class="boxSoftSmall"> + <table style="width: 100%;" cellspacing="0"> + <tbody><tr> + <td style="text-align: center; padding-left: 10px;"> + <form action="http://web.archive.org/web/20060328003102/http://archlinux.org/packages.php" method="POST"> + <center> + <table cellspacing="0"><tbody><tr><td><span class="f3">Search: </span> + <input name="s_keyword" size="20" value="enter keywords" onfocus="this.value='';" type="text"> + </td><td style="width: 100%; text-align: center; vertical-align: bottom;"> + <span class="f3"><input class="button" value="Go" type="submit"></span> + </td></tr></tbody></table> + </center> + </form> + </td></tr> + + </tbody></table> + </td> + </tr> + </tbody></table><br> + </td> + </tr> + <tr> + <td colspan="2"> + <table class="boxSoft" cellspacing="2"> + <tbody><tr> + <td class="boxSoftTitle" align="right"> + <span class="f3">Recent Updates</span> + </td> + </tr><tr> + <td class="boxSoft"> + <table style="width: 100%;" cellpadding="0" cellspacing="0"> +<tbody><tr><td><span class="f4"><span class="blue">· <a href="http://web.archive.org/web/20060328003102/http://archlinux.org/packages.php?id=6741">amarok-engine-xine 1.3.9-1</a></span></span></td><td align="right"><span class="f4">multimedia</span></td></tr> +<tr><td><span class="f4"><span class="blue">· <a href="http://web.archive.org/web/20060328003102/http://archlinux.org/packages.php?id=6740">amarok-engine-gst 1.3.9-1</a></span></span></td><td align="right"><span class="f4">multimedia</span></td></tr> +<tr><td><span class="f4"><span class="blue">· <a href="http://web.archive.org/web/20060328003102/http://archlinux.org/packages.php?id=6739">amarok-engine-arts 1.3.9-1</a></span></span></td><td align="right"><span class="f4">multimedia</span></td></tr> +<tr><td><span class="f4"><span class="blue">· <a href="http://web.archive.org/web/20060328003102/http://archlinux.org/packages.php?id=6738">amarok-base-mysqlfree 1.3.9-1</a></span></span></td><td align="right"><span class="f4">multimedia</span></td></tr> +<tr><td><span class="f4"><span class="blue">· <a href="http://web.archive.org/web/20060328003102/http://archlinux.org/packages.php?id=6737">amarok-base 1.3.9-1</a></span></span></td><td align="right"><span class="f4">multimedia</span></td></tr> +<tr><td><span class="f4"><span class="blue">· <a href="http://web.archive.org/web/20060328003102/http://archlinux.org/packages.php?id=2134">bincimap 1.2.13-2</a></span></span></td><td align="right"><span class="f4">network</span></td></tr> +<tr><td><span class="f4"><span class="blue">· <a href="http://web.archive.org/web/20060328003102/http://archlinux.org/packages.php?id=10718">bmp-musepack 1.2-1</a></span></span></td><td align="right"><span class="f4">multimedia</span></td></tr> +<tr><td><span class="f4"><span class="blue">· <a href="http://web.archive.org/web/20060328003102/http://archlinux.org/packages.php?id=3280">bmp 0.9.7.1-4</a></span></span></td><td align="right"><span class="f4">multimedia</span></td></tr> +<tr><td><span class="f4"><span class="blue">· <a href="http://web.archive.org/web/20060328003102/http://archlinux.org/packages.php?id=4340">tunepimp 0.4.1-1</a></span></span></td><td align="right"><span class="f4">multimedia</span></td></tr> +<tr><td><span class="f4"><span class="blue">· <a href="http://web.archive.org/web/20060328003102/http://archlinux.org/packages.php?id=4297">mc 4.6.1-4</a></span></span></td><td align="right"><span class="f4">system</span></td></tr> +<tr><td><span class="f4"><span class="blue">· <a href="http://web.archive.org/web/20060328003102/http://archlinux.org/packages.php?id=4140">pcre 6.6-2</a></span></span></td><td align="right"><span class="f4">base</span></td></tr> +<tr><td><span class="f4"><span class="blue">· <a href="http://web.archive.org/web/20060328003102/http://archlinux.org/packages.php?id=855">bash-completion 20060301-5</a></span></span></td><td align="right"><span class="f4">system</span></td></tr> +<tr><td><span class="f4"><span class="blue">· <a href="http://web.archive.org/web/20060328003102/http://archlinux.org/packages.php?id=4162">mysql 5.0.19-2</a></span></span></td><td align="right"><span class="f4">daemons</span></td></tr> +<tr><td><span class="f4"><span class="blue">· <a href="http://web.archive.org/web/20060328003102/http://archlinux.org/packages.php?id=4174">vsftpd 2.0.4-3</a></span></span></td><td align="right"><span class="f4">daemons</span></td></tr> +<tr><td><span class="f4"><span class="blue">· <a href="http://web.archive.org/web/20060328003102/http://archlinux.org/packages.php?id=5755">mod_python 3.2.8-1</a></span></span></td><td align="right"><span class="f4">devel</span></td></tr> + </tbody></table> + <table style="width: 100%;"><tbody><tr> + <td> + <span class="f5"><br><a href="http://web.archive.org/web/20060328003102/http://archlinux.org/rdf_feed.php">RDF</a></span> + </td><td align="right"> + <span class="f5"><br><a href="http://web.archive.org/web/20060328003102/http://archlinux.org/packages.php?os=lastupdate&s=lastupdate">More...</a></span> + </td></tr></tbody></table> + </td> + </tr> + </tbody></table> + </td> + <td class="ss"> + <table style="width: 100%;"><tbody><tr><td> + <span class="f3">Current Package Lists</span> + <table style="width: 90%;" align="right"> + <tbody><tr> + <td><span class="f4"><a href="http://web.archive.org/web/20060328003102/http://archlinux.org/packages.php?s_repo=1">Current</a></span></td> + <td align="right"><span class="f4"> +March 27 13:34 </span></td> + </tr><tr> + <td><span class="f4"><a href="http://web.archive.org/web/20060328003102/http://archlinux.org/packages.php?s_repo=2">Extra</a></span></td> + <td align="right"><span class="f4">March 27 17:35</span></td> + </tr><tr> + <td><span class="f4"><a href="http://web.archive.org/web/20060328003102/http://archlinux.org/packages.php?s_repo=3">Unstable</a></span></td> + <td align="right"><span class="f4">March 18 20:43</span></td> + </tr><tr> + <td><span class="f4"><a href="http://web.archive.org/web/20060328003102/http://archlinux.org/packages.php?s_repo=4">Testing</a></span></td> + <td align="right"><span class="f4">March 27 13:14</span></td> + </tr> + </tbody></table> + </td></tr><tr><td> + <img src="{{ RETRO_STATIC_URL }}pad.gif" height="30"><br> + <span class="f3">Release Package Lists</span> + <table style="width: 90%;" align="right"> + <tbody><tr> + <td><span class="f4"><a href="http://web.archive.org/web/20060328003102/http://archlinux.org/packages.php?s_repo=1">0.7.2 </a></span></td> + <td><span class="f4"><a href="http://web.archive.org/web/20060328003102/http://archlinux.org/packages.php?s_repo=1">______</a></span></td> + <td align="right"><span class="f4"><i>pending</i></span></td> + </tr><tr> + <td><span class="f4"><a href="http://web.archive.org/web/20060328003102/http://archlinux.org/pkglist.php?r=0.7.1">0.7.1 </a></span></td> + <td><span class="f4"><a href="http://web.archive.org/web/20060328003102/http://archlinux.org/pkglist.php?r=0.7.1">Noodle</a></span></td> + <td align="right"><span class="f4">January 5, 2006</span></td> + </tr><tr> + <td><span class="f4"><a href="http://web.archive.org/web/20060328003102/http://archlinux.org/pkglist.php?r=0.7">0.7 </a></span></td> + <td><span class="f4"><a href="http://web.archive.org/web/20060328003102/http://archlinux.org/pkglist.php?r=0.7">Wombat</a></span></td> + <td align="right"><span class="f4">January 24, 2005</span></td> + </tr><tr> + <td><span class="f4"><a href="http://web.archive.org/web/20060328003102/http://archlinux.org/pkglist.php?r=0.6">0.6 </a></span></td> + <td><span class="f4"><a href="http://web.archive.org/web/20060328003102/http://archlinux.org/pkglist.php?r=0.6">Widget</a></span></td> + <td align="right"><span class="f4">March 1, 2004</span></td> + </tr><tr> + <td><span class="f4"><a href="http://web.archive.org/web/20060328003102/http://archlinux.org/pkglist.php?r=0.5">0.5 </a></span></td> + <td><span class="f4"><a href="http://web.archive.org/web/20060328003102/http://archlinux.org/pkglist.php?r=0.5">Nova</a></span></td> + <td align="right"><span class="f4">July 21, 2003</span></td> + </tr><tr> + <td><span class="f4"><a href="http://web.archive.org/web/20060328003102/http://archlinux.org/pkglist.php?r=0.4">0.4 </a></span></td> + <td><span class="f4"><a href="http://web.archive.org/web/20060328003102/http://archlinux.org/pkglist.php?r=0.4">Dragon</a></span></td> + <td align="right"><span class="f4">December 18, 2002</span></td> + </tr><tr> + <td><span class="f4"><a href="http://web.archive.org/web/20060328003102/http://archlinux.org/pkglist.php?r=0.3">0.3 </a></span></td> + <td><span class="f4"><a href="http://web.archive.org/web/20060328003102/http://archlinux.org/pkglist.php?r=0.3">Firefly</a></span></td> + <td align="right"><span class="f4">August 7, 2002</span></td> + </tr><tr> + <td><span class="f4"><a href="http://web.archive.org/web/20060328003102/http://archlinux.org/pkglist.php?r=0.2">0.2 </a></span></td> + <td><span class="f4"><a href="http://web.archive.org/web/20060328003102/http://archlinux.org/pkglist.php?r=0.2">Vega</a></span></td> + <td align="right"><span class="f4">April 17, 2002</span></td> + </tr><tr> + <td><span class="f4"><a href="http://web.archive.org/web/20060328003102/http://archlinux.org/pkglist.php?r=0.1">0.1 </a></span></td> + <td><span class="f4"><a href="http://web.archive.org/web/20060328003102/http://archlinux.org/pkglist.php?r=0.1">Homer</a></span></td> + <td align="right"><span class="f4">March 11, 2002</span></td> + </tr> + </tbody></table> + </td></tr></tbody></table> + </td> + </tr> + <tr> + <td colspan="4"><img src="{{ RETRO_STATIC_URL }}pad.gif" height="10" width="1"></td> + </tr> + </tbody></table> + </td> + </tr> +</tbody></table> +</center> +<br> +<center> +<table class="boxSoft" cellspacing="3"> + <tbody><tr> + <td class="boxSoftTitle" align="right" nowrap="nowrap"> + <span class="f3">Current News</span> + </td> + </tr><tr> + <td class="boxSoft"> + <table style="width: 100%;" cellspacing="4"> + <tbody><tr> + <td colspan="2" style="text-align: center; width: 50%;"><img src="{{ RETRO_STATIC_URL }}frontNews.gif" height="30" width="179"><br><img src="{{ RETRO_STATIC_URL }}pad.gif" height="50"></td> + <td colspan="2" style="text-align: center; width: 50%;" align="right" valign="top"> + <table class="boxSoftSmall" style="width: 250px;" align="right" cellspacing="3"> + <tbody><tr> + <td class="boxSoftSmall"> + <table cellspacing="0"> + <tbody><tr> + <td style="text-align: center; padding-left: 10px;"> + <form action="http://web.archive.org/web/20060328003102/http://archlinux.org/subscribe.php" method="POST"> + <center> + <table cellspacing="0"><tbody><tr><td><span class="f3">Subscribe: </span> + <input name="email" size="20" value="enter email" onfocus="this.value='';" type="text"> + </td><td style="width: 100%; text-align: center; vertical-align: bottom;"> + <span class="f3"><input class="button" value="Go" type="submit"></span> + </td></tr></tbody></table> + </center> + </form> + </td></tr> + + </tbody></table> + </td> + </tr> + </tbody></table><br> + </td> + </tr> + <tr> + <td class="ss" colspan="4" align="center"> + <table> + <tbody><tr> + <td nowrap="nowrap"> + <span class="f3"><span class="blue"> + <a href="http://web.archive.org/web/20060328003102/http://archlinux.org/news.php#212">Kernel 2.6.16 - modularized capability</a><br> <div style="padding-left: 20"><span class="f5">Hey all, + +Some people have requested that we move the default linux capability...</span></div> </span> + </span></td><td style="width: 50px;"> </td> + <td align="right" nowrap="nowrap" valign="top"> + <span class="f5">March 20, 2006</span> + </td> + </tr> + <tr> + <td nowrap="nowrap"> + <span class="f3"><span class="blue"> + <a href="http://web.archive.org/web/20060328003102/http://archlinux.org/news.php#211">Server Migration Complete!</a><br> <div style="padding-left: 20"><span class="f5">Thanks to everyone's generous donations, Dale was able to purchase a nice shiny ...</span></div> </span> + </span></td><td style="width: 50px;"> </td> + <td align="right" nowrap="nowrap" valign="top"> + <span class="f5">March 20, 2006</span> + </td> + </tr> + <tr> + <td nowrap="nowrap"> + <span class="f3"><span class="blue"> + <a href="http://web.archive.org/web/20060328003102/http://archlinux.org/news.php#210">New Newsletter for March 19th</a><br> <div style="padding-left: 20"><span class="f5">Today marks the day of a new newsletter. Read it and rejoice! + +Current: http:...</span></div> </span> + </span></td><td style="width: 50px;"> </td> + <td align="right" nowrap="nowrap" valign="top"> + <span class="f5">March 19, 2006</span> + </td> + </tr> + <tr> + <td nowrap="nowrap"> + <span class="f3"><span class="blue"> + <a href="http://web.archive.org/web/20060328003102/http://archlinux.org/news.php#209">Important glibc change</a><br> <div style="padding-left: 20"><span class="f5">glibc will no longer contain pre-generated locales. This means users who use som...</span></div> </span> + </span></td><td style="width: 50px;"> </td> + <td align="right" nowrap="nowrap" valign="top"> + <span class="f5">March 11, 2006</span> + </td> + </tr> + <tr> + <td nowrap="nowrap"> + <span class="f3"><span class="blue"> + <a href="http://web.archive.org/web/20060328003102/http://archlinux.org/news.php#208">ArchCK in Extra, madwifi-ng in [unstable], ATI drivers renamed.</a><br> <div style="padding-left: 20"><span class="f5">I have had to rename the ATI drivers a second time. Soon there will be driver pa...</span></div> </span> + </span></td><td style="width: 50px;"> </td> + <td align="right" nowrap="nowrap" valign="top"> + <span class="f5">March 10, 2006</span> + </td> + </tr> + <tr> + <td nowrap="nowrap"> + <span class="f3"><span class="blue"> + <a href="http://web.archive.org/web/20060328003102/http://archlinux.org/news.php#207">New Newsletter for March 05, 2006</a><br> <div style="padding-left: 20"><span class="f5">Latest newsletter: http://archlinux.org/~jason/newsletters/newsletter-2006-Mar-0...</span></div> </span> + </span></td><td style="width: 50px;"> </td> + <td align="right" nowrap="nowrap" valign="top"> + <span class="f5">March 05, 2006</span> + </td> + </tr> + <tr> + <td nowrap="nowrap"> + <span class="f3"><span class="blue"> + <a href="http://web.archive.org/web/20060328003102/http://archlinux.org/news.php#206">Donation Drive: We won!</a><br> <div style="padding-left: 20"><span class="f5">Just in case you weren't around for the last few days, we had a donation drive a...</span></div> </span> + </span></td><td style="width: 50px;"> </td> + <td align="right" nowrap="nowrap" valign="top"> + <span class="f5">February 28, 2006</span> + </td> + </tr> + <tr> + <td nowrap="nowrap"> + <span class="f3"><span class="blue"> + <a href="http://web.archive.org/web/20060328003102/http://archlinux.org/news.php#205">Important glibc locale change in testing</a><br> <div style="padding-left: 20"><span class="f5">Starting with glibc 2.3.6-1, locales will no longer be included as a pre-generat...</span></div> </span> + </span></td><td style="width: 50px;"> </td> + <td align="right" nowrap="nowrap" valign="top"> + <span class="f5">February 28, 2006</span> + </td> + </tr> + <tr> + <td nowrap="nowrap"> + <span class="f3"><span class="blue"> + <a href="http://web.archive.org/web/20060328003102/http://archlinux.org/news.php#204">Server Donation Drive</a><br> <div style="padding-left: 20"><span class="f5">On the Archlinux Mailing List, Judd posted the following: + +Hey all, + +I'm sur...</span></div> </span> + </span></td><td style="width: 50px;"> </td> + <td align="right" nowrap="nowrap" valign="top"> + <span class="f5">February 22, 2006</span> + </td> + </tr> + <tr> + <td nowrap="nowrap"> + <span class="f3"><span class="blue"> + <a href="http://web.archive.org/web/20060328003102/http://archlinux.org/news.php#203">Xorg7 Moves to Current</a><br> <div style="padding-left: 20"><span class="f5">Hey everyone, + +Xorg7 has finally moved into Current. The upgrade is pretty sm...</span></div> </span> + </span></td><td style="width: 50px;"> </td> + <td align="right" nowrap="nowrap" valign="top"> + <span class="f5">February 20, 2006</span> + </td> + </tr> + </tbody></table> + </td> + </tr> + <tr> + <td colspan="4"><img src="{{ RETRO_STATIC_URL }}pad.gif" height="10" width="1"></td> + </tr> + </tbody></table> + </td> + </tr><tr> + <td> + <table style="width: 100%; background: none repeat scroll 0% 0% rgb(255, 255, 255);"><tbody><tr> + <td> + <span class="f5"><br><a href="http://web.archive.org/web/20060328003102/http://archlinux.org/rdf_news.php">RDF</a></span> + </td><td align="right"> + <span class="f5"><br><a href="http://web.archive.org/web/20060328003102/http://archlinux.org/news.php">More...</a></span> + </td></tr></tbody></table> + </td> + </tr> +</tbody></table> +</center> +<br> + + </td> + </tr> + <tr> + <td colspan="2" class="footerDisplay"><span class="f5"> +Copyright ©2002-2006, Judd Vinet <<a href="mailto:jvinet@zeroflux.org">jvinet@zeroflux.org</a>> + </span> + </td> + </tr> +</tbody></table> + +</body></html> diff --git a/retro/templates/retro/index-20070324.html b/retro/templates/retro/index-20070324.html new file mode 100644 index 00000000..be4cedaf --- /dev/null +++ b/retro/templates/retro/index-20070324.html @@ -0,0 +1,382 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1-strict.dtd "> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head> + <title>Arch Linux</title> + <meta http-equiv="content-type" content="text/html; charset=UTF-8"> + <link rel="stylesheet" href="{{ RETRO_STATIC_URL }}arch.css"> + <link rel="icon" href="http://web.archive.org/web/20070324064759/http://archlinux.org/media/favicon.ico" type="image/x-icon"> + <link rel="shortcut icon" href="http://web.archive.org/web/20070324064759im_/http://archlinux.org/media/favicon.ico" type="image/x-icon"> + +<link rel="alternate" type="application/rss+xml" title="Arch Linux News Updates" href="http://web.archive.org/web/20070324064759/http://archlinux.org/feeds/news/"> +<link rel="alternate" type="application/rss+xml" title="Arch Linux Package Updates" href="http://web.archive.org/web/20070324064759/http://archlinux.org/feeds/packages/"> + + </head> + <body> + + <div id="head_container"> + <div id="title"> + <div id="logo"><a href="http://web.archive.org/web/20070324064759/http://archlinux.org/"><img src="{{ RETRO_STATIC_URL }}logo.png" alt="Arch Logo"></a></div> + <a href="http://web.archive.org/web/20070324064759/http://archlinux.org/"><img src="{{ RETRO_STATIC_URL }}title.png" alt="Arch Linux"></a> + </div> + <div style="float: right; color: #eeeeee; font-size: small"> + + </div> + <div id="main_nav"> + + <ul> + <li><a href="http://web.archive.org/web/20070324064759/http://archlinux.org/download/">Get Arch</a></li> + <li><a href="http://web.archive.org/web/20070324064759/http://aur.archlinux.org/">AUR</a></li> + <li><a href="http://web.archive.org/web/20070324064759/http://bugs.archlinux.org/">Bugs</a></li> + <li><a href="http://web.archive.org/web/20070324064759/http://wiki.archlinux.org/">Wiki</a></li> + <li><a href="http://web.archive.org/web/20070324064759/http://bbs.archlinux.org/">Forums</a></li> + <li class="selected"><a href="http://web.archive.org/web/20070324064759/http://archlinux.org/">Home</a></li> + </ul> + + </div> + + + <div id="ads"> + </div> + + </div> + <div id="content"> + + <div class="right"> + + <div id="search"> + <form method="get" action="http://web.archive.org/web/20070324064759/http://archlinux.org/packages/search/"> + <p>Package Search: <input name="q" size="20" maxlength="200" type="text"></p> + </form> + </div> + <div id="updates"> + <table width="100%"> + <tbody><tr> + <td><h3>Recent Updates</h3></td> + <td style="vertical-align: top; text-align: right;"><a href="http://web.archive.org/web/20070324064759/http://archlinux.org/feeds/packages/"><img src="{{ RETRO_STATIC_URL }}rss.png" alt="RSS Feed"></a></td> + </tr> + + <tr> + <td><a href="http://web.archive.org/web/20070324064759/http://archlinux.org/packages/4208/">gimp 2.2.13-3</a></td> + <td style="text-align: right;">multimedia</td> + </tr> + + <tr> + <td><a href="http://web.archive.org/web/20070324064759/http://archlinux.org/packages/8704/">netcdf 3.6.2-1</a></td> + <td style="text-align: right;">lib</td> + </tr> + + <tr> + <td><a href="http://web.archive.org/web/20070324064759/http://archlinux.org/packages/12748/">syslinux 3.36-1</a></td> + <td style="text-align: right;">system</td> + </tr> + + <tr> + <td><a href="http://web.archive.org/web/20070324064759/http://archlinux.org/packages/8605/">cairo 1.4.2-1</a></td> + <td style="text-align: right;">lib</td> + </tr> + + <tr> + <td><a href="http://web.archive.org/web/20070324064759/http://archlinux.org/packages/3874/">libgda 1.2.4-1</a></td> + <td style="text-align: right;">lib</td> + </tr> + + <tr> + <td><a href="http://web.archive.org/web/20070324064759/http://archlinux.org/packages/3873/">libgnomedb 1.2.2-4</a></td> + <td style="text-align: right;">gnome</td> + </tr> + + <tr> + <td><a href="http://web.archive.org/web/20070324064759/http://archlinux.org/packages/3333/">inkscape 0.45.1-1</a></td> + <td style="text-align: right;">multimedia</td> + </tr> + + <tr> + <td><a href="http://web.archive.org/web/20070324064759/http://archlinux.org/packages/4197/">kernel26 2.6.20.3-3</a></td> + <td style="text-align: right;">kernels</td> + </tr> + + <tr> + <td><a href="http://web.archive.org/web/20070324064759/http://archlinux.org/packages/12500/">mercurial 0.9.3-2</a></td> + <td style="text-align: right;">devel</td> + </tr> + + <tr> + <td><a href="http://web.archive.org/web/20070324064759/http://archlinux.org/packages/662/">squid 2.6.STABLE10-1</a></td> + <td style="text-align: right;">network</td> + </tr> + + <tr> + <td><a href="http://web.archive.org/web/20070324064759/http://archlinux.org/packages/361/">glade 3.2.0-1</a></td> + <td style="text-align: right;">devel</td> + </tr> + + <tr> + <td><a href="http://web.archive.org/web/20070324064759/http://archlinux.org/packages/3705/">wlan-ng26 0.2.7-4</a></td> + <td style="text-align: right;">network</td> + </tr> + + <tr> + <td><a href="http://web.archive.org/web/20070324064759/http://archlinux.org/packages/11314/">archboot 0.4.11-1</a></td> + <td style="text-align: right;">system</td> + </tr> + + <tr> + <td><a href="http://web.archive.org/web/20070324064759/http://archlinux.org/packages/12552/">kernel26mm 2.6.21.rc4.mm1-1</a></td> + <td style="text-align: right;">kernels</td> + </tr> + + <tr> + <td><a href="http://web.archive.org/web/20070324064759/http://archlinux.org/packages/12284/">hwdetect 0.8-5</a></td> + <td style="text-align: right;">base</td> + </tr> + + <tr> + <td colspan="2" style="text-align: right; font-size: x-small;"><br><a href="http://web.archive.org/web/20070324064759/http://archlinux.org/packages/search?sort=-last_update">More...</a></td> + </tr> + </tbody></table> + </div> + <br> + <div class="greybox"> + <h3>Package Repositories</h3> + <table id="repolinks"> + + <tbody><tr> + <th><a href="http://web.archive.org/web/20070324064759/http://archlinux.org/packages/?repo=Current">Current</a></th> + <td>2007-03-23 20:38:03</td> + </tr> + + <tr> + <th><a href="http://web.archive.org/web/20070324064759/http://archlinux.org/packages/?repo=Extra">Extra</a></th> + <td>2007-03-23 18:12:31</td> + </tr> + + <tr> + <th><a href="http://web.archive.org/web/20070324064759/http://archlinux.org/packages/?repo=Unstable">Unstable</a></th> + <td>2007-03-21 19:01:19</td> + </tr> + + <tr> + <th><a href="http://web.archive.org/web/20070324064759/http://archlinux.org/packages/?repo=Testing">Testing</a></th> + <td>2007-03-23 15:36:36</td> + </tr> + + </tbody></table> + </div> + <br> + <div class="greybox"> + <h3>Releases</h3> + <table id="releases"> + <tbody><tr> + <td><a href="http://web.archive.org/web/20070324064759/http://archlinux.org/packages/?repo=Current">0.8</a></td> + <td><a href="http://web.archive.org/web/20070324064759/http://archlinux.org/packages/?repo=Current">Voodoo</a></td> + <td style="text-align: right;"><em>pending</em></td> + </tr><tr> + <td><a href="http://web.archive.org/web/20070324064759/http://archlinux.org/static/pkglists/list-0.7.2.txt">0.7.2</a></td> + <td><a href="http://web.archive.org/web/20070324064759/http://archlinux.org/static/pkglists/list-0.7.2.txt">Gimmick</a></td> + <td style="text-align: right;">2006-05-23</td> + </tr><tr> + <td><a href="http://web.archive.org/web/20070324064759/http://archlinux.org/static/pkglists/list-0.7.1.txt">0.7.1</a></td> + <td><a href="http://web.archive.org/web/20070324064759/http://archlinux.org/static/pkglists/list-0.7.1.txt">Noodle</a></td> + <td style="text-align: right;">2006-01-05</td> + </tr><tr> + <td><a href="http://web.archive.org/web/20070324064759/http://archlinux.org/static/pkglists/list-0.7.txt">0.7</a></td> + <td><a href="http://web.archive.org/web/20070324064759/http://archlinux.org/static/pkglists/list-0.7.txt">Wombat</a></td> + <td style="text-align: right;">2005-01-24</td> + </tr><tr> + <td><a href="http://web.archive.org/web/20070324064759/http://archlinux.org/static/pkglists/list-0.6.txt">0.6</a></td> + <td><a href="http://web.archive.org/web/20070324064759/http://archlinux.org/static/pkglists/list-0.6.txt">Widget</a></td> + <td style="text-align: right;">2004-03-01</td> + </tr><tr> + <td><a href="http://web.archive.org/web/20070324064759/http://archlinux.org/static/pkglists/list-0.5.txt">0.5</a></td> + <td><a href="http://web.archive.org/web/20070324064759/http://archlinux.org/static/pkglists/list-0.5.txt">Nova</a></td> + <td style="text-align: right;">2003-07-21</td> + </tr><tr> + <td><a href="http://web.archive.org/web/20070324064759/http://archlinux.org/static/pkglists/list-0.4.txt">0.4</a></td> + <td><a href="http://web.archive.org/web/20070324064759/http://archlinux.org/static/pkglists/list-0.4.txt">Dragon</a></td> + <td style="text-align: right;">2002-12-18</td> + </tr><tr> + <td><a href="http://web.archive.org/web/20070324064759/http://archlinux.org/static/pkglists/list-0.3.txt">0.3</a></td> + <td><a href="http://web.archive.org/web/20070324064759/http://archlinux.org/static/pkglists/list-0.3.txt">Firefly</a></td> + <td style="text-align: right;">2002-08-07</td> + </tr><tr> + <td><a href="http://web.archive.org/web/20070324064759/http://archlinux.org/static/pkglists/list-0.2.txt">0.2</a></td> + <td><a href="http://web.archive.org/web/20070324064759/http://archlinux.org/static/pkglists/list-0.2.txt">Vega</a></td> + <td style="text-align: right;">2002-04-17</td> + </tr><tr> + <td><a href="http://web.archive.org/web/20070324064759/http://archlinux.org/static/pkglists/list-0.1.txt">0.1</a></td> + <td><a href="http://web.archive.org/web/20070324064759/http://archlinux.org/static/pkglists/list-0.1.txt">Homer</a></td> + <td style="text-align: right;">2002-03-11</td> + </tr> + </tbody></table> + </div> + <br> + <h3>Documentation:</h3> + <ul class="links"> + <li><a href="http://web.archive.org/web/20070324064759/http://archlinux.org/static/docs/arch-install-guide.html">Installation Guide</a></li> + <li><a href="http://web.archive.org/web/20070324064759/http://wiki.archlinux.org/">Wiki</a></li> + </ul> + <h3>Support Arch:</h3> + <ul class="links"> + <li><a href="http://web.archive.org/web/20070324064759/http://archlinux.org/donate/">Donate</a></li> + <li><a href="http://web.archive.org/web/20070324064759/http://www.cafeshops.com/archlinux/">Arch Schwag</a></li> + <li><a href="http://web.archive.org/web/20070324064759/http://archlinux.org/art/">Logos & Artwork</a></li> + </ul> + <h3>Community Links:</h3> + <ul class="links"> + <li><a href="http://web.archive.org/web/20070324064759/http://www.archlinux.org/mailman/listinfo/">Mailing Lists</a></li> + <li><a href="http://web.archive.org/web/20070324064759/http://archlinux.org/irc/">IRC Channels</a></li> + <li><a href="http://web.archive.org/web/20070324064759/http://planet.archlinux.org/">Planet Arch</a></li> + <li><a href="http://web.archive.org/web/20070324064759/http://blog.archlinux.org/">Development Blog</a></li> + <li><a href="http://web.archive.org/web/20070324064759/http://archlinux.org/static/newsletters/">Newsletters</a></li> + <li><a href="http://web.archive.org/web/20070324064759/http://archlinux.org/projects/">Arch-Based Projects</a></li> + <li><a href="http://web.archive.org/web/20070324064759/http://archlinux.org/moreforums/">Non-English Forums</a></li> + <li><a href="http://web.archive.org/web/20070324064759/http://archlinux.org/press/">Press</a></li> + </ul> + <h3>Development:</h3> + <ul class="links"> + <li><a href="http://web.archive.org/web/20070324064759/http://archlinux.org/developers/">Developers</a></li> + <li><a href="http://web.archive.org/web/20070324064759/http://bugs.archlinux.org/">Bug Tracker</a></li> + <li><a href="http://web.archive.org/web/20070324064759/http://archlinux.org/cvs/">CVS</a></li> + </ul> + + </div> + <div class="left"> + + <div id="about" class="box"> + <h2>Welcome to Arch!</h2> + <p> + You've reached the website for <strong>Arch Linux</strong>, a lightweight + and flexible linux distribution that tries to Keep It Simple. + </p><p> + Currently we have official packages optimized for the i686 and x86-64 + architectures. We complement our official package sets with a + <a href="http://web.archive.org/web/20070324064759/http://aur.archlinux.org/">community-operated package repository</a> + that grows in size and quality each and every day. + </p><p> + Our strong community is diverse and helpful, and we pride ourselves on + the range of skillsets and uses for Arch that stem from it. Please + check out our <a href="http://web.archive.org/web/20070324064759/http://bbs.archlinux.org/">forums</a> and + <a href="http://web.archive.org/web/20070324064759/http://www.archlinux.org/mailman/listinfo/">mailing lists</a> + to get your feet wet. Also glance through our <a href="http://web.archive.org/web/20070324064759/http://wiki.archlinux.org/">wiki</a> + if you want to learn more about Arch. + </p><p style="text-align: right"> + <a href="http://web.archive.org/web/20070324064759/http://archlinux.org/about/"><span style="font-size:x-small">Learn more...</span></a> + </p> + </div> + <br><br> + <div style="float:right;position:relative;bottom:-25px"> + <a href="http://web.archive.org/web/20070324064759/http://archlinux.org/feeds/news/"><img src="{{ RETRO_STATIC_URL }}rss.png" alt="RSS Feed"></a> + </div> + <h2 class="title">Latest News</h2> + <div> + + <br> + <span style="float:right; font-size:x-small">2007-03-23</span> + <h4 class="news"><a href="http://web.archive.org/web/20070324064759/http://archlinux.org/news/301/">GNOME 2.18 is in testing</a></h4> + <p class="news">GNOME 2.18 has been packaged and is placed into +testing. Some packages are still missing, these are left at the 2.16 +version we have in extra. These packages will be added later this +weekend. Please test this release very careful. I don't expect major +issues with this release, as the changes are not as big as the previous +version when ...</p> + <br> + + <br> + <span style="float:right; font-size:x-small">2007-03-18</span> + <h4 class="news"><a href="http://web.archive.org/web/20070324064759/http://archlinux.org/news/299/">Testing moved to current/extra</a></h4> + <p class="news">The contents of Testing have been moved to the current + and extra repositories today. This means python 2.5, DB 4.5, wxGTK 2.8, + PostgreSQL 8.2 and all the packages that have to be updated for these +updates have been merged into current and extra. As this move involves +many packages which take many megabytes, some mirrors can have problems +catching up ...</p> + <br> + + <br> + <span style="float:right; font-size:x-small">2007-03-18</span> + <h4 class="news"><a href="http://web.archive.org/web/20070324064759/http://archlinux.org/news/300/">Newsletter for March 18, 2007</a></h4> + <p class="news">A bunch new devland stuff in this newsletter. +Hopefully things are looking up. Current: +http://archlinux.org/static/newsletters/newsletter-2007-Mar-18.html +Archive:</p> + <br> + + <br> + <span style="float:right; font-size:x-small">2007-03-07</span> + <h4 class="news"><a href="http://web.archive.org/web/20070324064759/http://archlinux.org/news/298/">Newsletter for March 04, 2007</a></h4> + <p class="news">Sorry about not updating sooner. Current: +http://archlinux.org/static/newsletters/newsletter-2007-Mar-04.html +Archive: http://archlinux.org/static/newsletters/</p> + <br> + + <br> + <span style="float:right; font-size:x-small">2007-03-05</span> + <h4 class="news"><a href="http://web.archive.org/web/20070324064759/http://archlinux.org/news/297/">kernel26mm returns</a></h4> + <p class="news">The mm kernel is now reinstated, and has been moved to + the [unstable] repo, which is more appropriate to its bleeding edge +nature. A limited selection of compatible external modules is provided, +namely nvidia-mm ati-fglrx-mm ipw3945-mm wlan-ng26-mm If there is +sufficient demand for other modules, I will try to provide them, subject + of course to successful compilation against mm. Contact ...</p> + <br> + + <br> + <span style="float:right; font-size:x-small">2007-02-24</span> + <h4 class="news"><a href="http://web.archive.org/web/20070324064759/http://archlinux.org/news/296/">Voodoo Beta2 ISO release</a></h4> + <p class="news">Hi folks, after one month heavy hacking during the +evenings/weekends on archboot. 0.8 Beta2 Isos are available for i686 and + x86_64. This time only isolinux is used to avoid non booting cd media. - + switched to kernel 2.6.20.1 - to boot the ISO 96 MB RAM are +recommended, it breaks somewhere between 80 - 90 MB RAM. +(calculated like ...</p> + <br> + + <br> + <span style="float:right; font-size:x-small">2007-02-18</span> + <h4 class="news"><a href="http://web.archive.org/web/20070324064759/http://archlinux.org/news/295/">Arch64 Unstable Repo</a></h4> + <p class="news">The 'unstable' repository for Arch64 is now live. You +can enable unstable in pacman.conf. Currently only xfce-svn is in the +repo, but this will be updated soon to include beryl,gaim-svn and other +unstable stuff. As always, use unstable at your own risk. Enjoy! - +(ganja_guru)</p> + <br> + + <br> + <span style="float:right; font-size:x-small">2007-02-15</span> + <h4 class="news"><a href="http://web.archive.org/web/20070324064759/http://archlinux.org/news/294/">kernel 2.6.20 series went to current</a></h4> + <p class="news">Hi kernel 2.6.20 series entered current repository, +thanks to the people who tested it. Latest Changes: - reverted +additional framebuffer support - Recent Changes: Upstream Changes Nvidia + Users consider this New_Nvidia_Drivers have fun and report bugs thanks +greetings tpowa</p> + <br> + + <br> + <span style="float:right; font-size:x-small">2007-02-12</span> + <h4 class="news"><a href="http://web.archive.org/web/20070324064759/http://archlinux.org/news/293/">Newsletter for February 11, 2007</a></h4> + <p class="news">Current: http://archlinux.org/static/newsletters/newsletter-2007-Feb-11.html Archive: http://archlinux.org/static/newsletters/</p> + <br> + + <br> + <span style="float:right; font-size:x-small">2007-02-06</span> + <h4 class="news"><a href="http://web.archive.org/web/20070324064759/http://archlinux.org/news/290/">kernel 2.6.20 hits testing</a></h4> + <p class="news">Hi kernel 2.6.20 series is now in testing, it will be +the kernel series for 0.8 release so please test this stuff well before +it can go into current repository. Changes: Console framebuffers added: +--------- - to use the other framebuffers, disable vesa first in boot +manager video=vesa:off - load the correct framebuffer module from +MODULES= in rc.conf - Recent ...</p> + <br> + + <span style="float:right;font-size:x-small"><a href="http://web.archive.org/web/20070324064759/http://archlinux.org/news/">More News...</a></span> + <br><br> + </div> + + </div> + + </div> + <div class="foot"> + Copyright © 2002-2006, Judd Vinet <<a href="mailto:jvinet@zeroflux.org">jvinet@zeroflux.org</a>><br><br> + <img src="{{ RETRO_STATIC_URL }}button.png" alt="Arch Linux"> + </div> + +</body></html> diff --git a/retro/templates/retro/index-20080311.html b/retro/templates/retro/index-20080311.html new file mode 100644 index 00000000..95c88b74 --- /dev/null +++ b/retro/templates/retro/index-20080311.html @@ -0,0 +1,392 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1-strict.dtd "> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head> + <title>Arch Linux</title> + <meta http-equiv="content-type" content="text/html; charset=UTF-8"> + <link rel="stylesheet" href="{{ RETRO_STATIC_URL }}arch.css"> + <link rel="icon" href="http://web.archive.org/web/20080311110003/http://www.archlinux.org/media/favicon.ico" type="image/x-icon"> + <link rel="shortcut icon" href="http://web.archive.org/web/20080311110003im_/http://www.archlinux.org/media/favicon.ico" type="image/x-icon"> + +<link rel="alternate" type="application/rss+xml" title="Arch Linux News Updates" href="http://web.archive.org/web/20080311110003/http://www.archlinux.org/feeds/news/"> +<link rel="alternate" type="application/rss+xml" title="Arch Linux Package Updates" href="http://web.archive.org/web/20080311110003/http://www.archlinux.org/feeds/packages/"> + + </head> + <body> + + <div id="head_container"> + <div id="title"> + <div id="logo"><a href="http://web.archive.org/web/20070324064759/http://archlinux.org/"><img src="{{ RETRO_STATIC_URL }}logo.png" alt="Arch Logo"></a></div> + <a href="http://web.archive.org/web/20070324064759/http://archlinux.org/"><img src="{{ RETRO_STATIC_URL }}title.png" alt="Arch Linux"></a> + </div> + <div id="main_nav"> + <ul> + <li><a href="http://web.archive.org/web/20080311110003/http://www.archlinux.org/download/">Get Arch</a></li> + <li><a href="http://web.archive.org/web/20080311110003/http://aur.archlinux.org/">AUR</a></li> + <li><a href="http://web.archive.org/web/20080311110003/http://bugs.archlinux.org/">Bugs</a></li> + <li><a href="http://web.archive.org/web/20080311110003/http://wiki.archlinux.org/">Wiki</a></li> + <li><a href="http://web.archive.org/web/20080311110003/http://bbs.archlinux.org/">Forums</a></li> + <li class="selected"><a href="http://web.archive.org/web/20080311110003/http://www.archlinux.org/">Home</a></li> + </ul> + </div> + <div id="ads"> + </div> + </div> + <div id="content"> + + <div class="right"> + + <div id="search"> + <form method="get" action="http://web.archive.org/web/20080311110003/http://www.archlinux.org/packages/search/"> + <p>Package Search: <input name="q" size="20" maxlength="200" type="text"></p> + </form> + </div> + <div id="updates"> + <table width="100%"> + <tbody><tr> + <td><h3>Recent Updates</h3></td> + <td style="vertical-align: top; text-align: right;"><a href="http://web.archive.org/web/20080311110003/http://www.archlinux.org/feeds/packages/"><img src="{{ RETRO_STATIC_URL }}rss.png" alt="RSS Feed"></a></td> + </tr> + + <tr> + <td><a href="http://web.archive.org/web/20080311110003/http://www.archlinux.org/packages/13284/">filesystem 2008.03-2</a></td> + <td style="text-align: right;">base</td> + </tr> + + <tr> + <td><a href="http://web.archive.org/web/20080311110003/http://www.archlinux.org/packages/13565/">libpng 1.2.24-3</a></td> + <td style="text-align: right;">lib</td> + </tr> + + <tr> + <td><a href="http://web.archive.org/web/20080311110003/http://www.archlinux.org/packages/14687/">opera 9.26-1</a></td> + <td style="text-align: right;">network</td> + </tr> + + <tr> + <td><a href="http://web.archive.org/web/20080311110003/http://www.archlinux.org/packages/14812/">firefox3 3.0b4-1</a></td> + <td style="text-align: right;">network</td> + </tr> + + <tr> + <td><a href="http://web.archive.org/web/20080311110003/http://www.archlinux.org/packages/837/">drscheme 372-1</a></td> + <td style="text-align: right;">devel</td> + </tr> + + <tr> + <td><a href="http://web.archive.org/web/20080311110003/http://www.archlinux.org/packages/3582/">fvwm-devel 2.5.25-1</a></td> + <td style="text-align: right;">x11</td> + </tr> + + <tr> + <td><a href="http://web.archive.org/web/20080311110003/http://www.archlinux.org/packages/14751/">mpg123 1.3.1-1</a></td> + <td style="text-align: right;">multimedia</td> + </tr> + + <tr> + <td><a href="http://web.archive.org/web/20080311110003/http://www.archlinux.org/packages/2032/">dvd+rw-tools 7.1-1</a></td> + <td style="text-align: right;">system</td> + </tr> + + <tr> + <td><a href="http://web.archive.org/web/20080311110003/http://www.archlinux.org/packages/12004/">audacious-plugins 1.4.5-2</a></td> + <td style="text-align: right;">multimedia</td> + </tr> + + <tr> + <td><a href="http://web.archive.org/web/20080311110003/http://www.archlinux.org/packages/13318/">kernel26 2.6.24.3-3</a></td> + <td style="text-align: right;">base</td> + </tr> + + <tr> + <td><a href="http://web.archive.org/web/20080311110003/http://www.archlinux.org/packages/13299/">hdparm 8.6-1</a></td> + <td style="text-align: right;">base</td> + </tr> + + <tr> + <td><a href="http://web.archive.org/web/20080311110003/http://www.archlinux.org/packages/13401/">xfsprogs 2.9.7-1</a></td> + <td style="text-align: right;">base</td> + </tr> + + <tr> + <td><a href="http://web.archive.org/web/20080311110003/http://www.archlinux.org/packages/13285/">findutils 4.2.33-1</a></td> + <td style="text-align: right;">base</td> + </tr> + + <tr> + <td><a href="http://web.archive.org/web/20080311110003/http://www.archlinux.org/packages/13651/">php 5.2.5-7</a></td> + <td style="text-align: right;">devel</td> + </tr> + + <tr> + <td><a href="http://web.archive.org/web/20080311110003/http://www.archlinux.org/packages/13362/">pacman 3.1.3-1</a></td> + <td style="text-align: right;">base</td> + </tr> + + <tr> + <td colspan="2" style="text-align: right; font-size: x-small;"><br><a href="http://web.archive.org/web/20080311110003/http://www.archlinux.org/packages/search?sort=-last_update">More...</a></td> + </tr> + </tbody></table> + </div> + <br> + <div class="greybox"> + <h3>Package Repositories</h3> + <table id="repolinks"> + + <tbody><tr> + <th><a href="http://web.archive.org/web/20080311110003/http://www.archlinux.org/packages/?repo=Core">Core</a></th> + <td>2008-03-11 02:36:20</td> + </tr> + + <tr> + <th><a href="http://web.archive.org/web/20080311110003/http://www.archlinux.org/packages/?repo=Extra">Extra</a></th> + <td>2008-03-10 22:11:44</td> + </tr> + + <tr> + <th><a href="http://web.archive.org/web/20080311110003/http://www.archlinux.org/packages/?repo=Testing">Testing</a></th> + <td>2008-03-10 16:46:04</td> + </tr> + + <tr> + <th><a href="http://web.archive.org/web/20080311110003/http://www.archlinux.org/packages/?repo=Unstable">Unstable</a></th> + <td>2008-03-10 19:32:42</td> + </tr> + + </tbody></table> + </div> + <br> + <div class="greybox"> + <h3>Releases</h3> + <table id="releases"> + <tbody><tr> + <td><a href="http://web.archive.org/web/20080311110003/http://www.archlinux.org/packages/?repo=Core">2007.08-2</a></td> + <td><a href="http://web.archive.org/web/20080311110003/http://www.archlinux.org/packages/?repo=Core">Don't Panic</a></td> + <td style="text-align: right;">2007-10-07</td> + </tr><tr> + <td><a href="http://web.archive.org/web/20080311110003/http://www.archlinux.org/packages/?repo=Core">2007.08.1</a></td> + <td><a href="http://web.archive.org/web/20080311110003/http://www.archlinux.org/packages/?repo=Core">Don't Panic</a></td> + <td style="text-align: right;">2007-09-10</td> + </tr><tr> + <td><a href="http://web.archive.org/web/20080311110003/http://www.archlinux.org/packages/?repo=Core">2007.08</a></td> + <td><a href="http://web.archive.org/web/20080311110003/http://www.archlinux.org/packages/?repo=Core">Don't Panic</a></td> + <td style="text-align: right;">2007-08-05</td> + </tr><tr> + <td><a href="http://web.archive.org/web/20080311110003/http://www.archlinux.org/packages/?repo=Core">2007.05</a></td> + <td><a href="http://web.archive.org/web/20080311110003/http://www.archlinux.org/packages/?repo=Core">Duke</a></td> + <td style="text-align: right;">2007-05-17</td> + </tr><tr> + <td><a href="http://web.archive.org/web/20080311110003/http://www.archlinux.org/static/pkglists/list-0.8.txt">0.8</a></td> + <td><a href="http://web.archive.org/web/20080311110003/http://www.archlinux.org/static/pkglists/list-0.8.txt">Voodoo</a></td> + <td style="text-align: right;">2007-03-31</td> + </tr><tr> + <td><a href="http://web.archive.org/web/20080311110003/http://www.archlinux.org/static/pkglists/list-0.7.2.txt">0.7.2</a></td> + <td><a href="http://web.archive.org/web/20080311110003/http://www.archlinux.org/static/pkglists/list-0.7.2.txt">Gimmick</a></td> + <td style="text-align: right;">2006-05-23</td> + </tr><tr> + <td><a href="http://web.archive.org/web/20080311110003/http://www.archlinux.org/static/pkglists/list-0.7.1.txt">0.7.1</a></td> + <td><a href="http://web.archive.org/web/20080311110003/http://www.archlinux.org/static/pkglists/list-0.7.1.txt">Noodle</a></td> + <td style="text-align: right;">2006-01-05</td> + </tr><tr> + <td><a href="http://web.archive.org/web/20080311110003/http://www.archlinux.org/static/pkglists/list-0.7.txt">0.7</a></td> + <td><a href="http://web.archive.org/web/20080311110003/http://www.archlinux.org/static/pkglists/list-0.7.txt">Wombat</a></td> + <td style="text-align: right;">2005-01-24</td> + </tr><tr> + <td><a href="http://web.archive.org/web/20080311110003/http://www.archlinux.org/static/pkglists/list-0.6.txt">0.6</a></td> + <td><a href="http://web.archive.org/web/20080311110003/http://www.archlinux.org/static/pkglists/list-0.6.txt">Widget</a></td> + <td style="text-align: right;">2004-03-01</td> + </tr><tr> + <td><a href="http://web.archive.org/web/20080311110003/http://www.archlinux.org/static/pkglists/list-0.5.txt">0.5</a></td> + <td><a href="http://web.archive.org/web/20080311110003/http://www.archlinux.org/static/pkglists/list-0.5.txt">Nova</a></td> + <td style="text-align: right;">2003-07-21</td> + </tr><tr> + <td><a href="http://web.archive.org/web/20080311110003/http://www.archlinux.org/static/pkglists/list-0.4.txt">0.4</a></td> + <td><a href="http://web.archive.org/web/20080311110003/http://www.archlinux.org/static/pkglists/list-0.4.txt">Dragon</a></td> + <td style="text-align: right;">2002-12-18</td> + </tr><tr> + <td><a href="http://web.archive.org/web/20080311110003/http://www.archlinux.org/static/pkglists/list-0.3.txt">0.3</a></td> + <td><a href="http://web.archive.org/web/20080311110003/http://www.archlinux.org/static/pkglists/list-0.3.txt">Firefly</a></td> + <td style="text-align: right;">2002-08-07</td> + </tr><tr> + <td><a href="http://web.archive.org/web/20080311110003/http://www.archlinux.org/static/pkglists/list-0.2.txt">0.2</a></td> + <td><a href="http://web.archive.org/web/20080311110003/http://www.archlinux.org/static/pkglists/list-0.2.txt">Vega</a></td> + <td style="text-align: right;">2002-04-17</td> + </tr><tr> + <td><a href="http://web.archive.org/web/20080311110003/http://www.archlinux.org/static/pkglists/list-0.1.txt">0.1</a></td> + <td><a href="http://web.archive.org/web/20080311110003/http://www.archlinux.org/static/pkglists/list-0.1.txt">Homer</a></td> + <td style="text-align: right;">2002-03-11</td> + </tr> + </tbody></table> + </div> + <br> + <h3>Documentation:</h3> + <ul class="links"> + <li><a href="http://web.archive.org/web/20080311110003/http://www.archlinux.org/static/docs/arch-install-guide.txt">Installation Guide</a></li> + <li><a href="http://web.archive.org/web/20080311110003/http://wiki.archlinux.org/">Wiki</a></li> + </ul> + <h3>Support Arch:</h3> + <ul class="links"> + <li><a href="http://web.archive.org/web/20080311110003/http://www.archlinux.org/donate/">Donate</a></li> + <li><a href="http://web.archive.org/web/20080311110003/http://www.zazzle.com/archlinux*">Arch Schwag</a></li> + <li><a href="http://web.archive.org/web/20080311110003/http://www.archlinux.org/art/">Logos & Artwork</a></li> + </ul> + <h3>Community Links:</h3> + <ul class="links"> + <li><a href="http://web.archive.org/web/20080311110003/http://www.archlinux.org/mailman/listinfo/">Mailing Lists</a></li> + <li><a href="http://web.archive.org/web/20080311110003/http://www.archlinux.org/irc/">IRC Channels</a></li> + <li><a href="http://web.archive.org/web/20080311110003/http://planet.archlinux.org/">Planet Arch</a></li> + <li><a href="http://web.archive.org/web/20080311110003/http://www.archlinux.org/static/newsletters/">Newsletters</a></li> + <li><a href="http://web.archive.org/web/20080311110003/http://www.archlinux.org/projects/">Arch-Based Projects</a></li> + <li><a href="http://web.archive.org/web/20080311110003/http://www.archlinux.org/moreforums/">Non-English Forums</a></li> + <li><a href="http://web.archive.org/web/20080311110003/http://www.archlinux.org/press/">Press</a></li> + </ul> + <h3>Development:</h3> + <ul class="links"> + <li><a href="http://web.archive.org/web/20080311110003/http://www.archlinux.org/developers/">Developers</a></li> + <li><a href="http://web.archive.org/web/20080311110003/http://bugs.archlinux.org/">Bug Tracker</a></li> + <li><a href="http://web.archive.org/web/20080311110003/http://www.archlinux.org/cvs/">CVS</a></li> + <li><a href="http://web.archive.org/web/20080311110003/http://projects.archlinux.org/">Projects</a></li> + </ul> + + </div> + <div class="left"> + + <div id="about" class="box"> + <h2>Welcome to Arch!</h2> + <p> + You've reached the website for <strong>Arch Linux</strong>, a lightweight + and flexible linux distribution that tries to Keep It Simple. + </p><p> + Currently we have official packages optimized for the i686 and x86-64 + architectures. We complement our official package sets with a + <a href="http://web.archive.org/web/20080311110003/http://aur.archlinux.org/">community-operated package repository</a> + that grows in size and quality each and every day. + </p><p> + Our strong community is diverse and helpful, and we pride ourselves on + the range of skillsets and uses for Arch that stem from it. Please + check out our <a href="http://web.archive.org/web/20080311110003/http://bbs.archlinux.org/">forums</a> and + <a href="http://web.archive.org/web/20080311110003/http://www.archlinux.org/mailman/listinfo/">mailing lists</a> + to get your feet wet. Also glance through our <a href="http://web.archive.org/web/20080311110003/http://wiki.archlinux.org/">wiki</a> + if you want to learn more about Arch. + </p><p style="text-align: right"> + <a href="http://web.archive.org/web/20080311110003/http://www.archlinux.org/about/"><span style="font-size:x-small">Learn more...</span></a> + </p> + </div> + <br><br> + <div style="float:right;position:relative;bottom:-25px"> + <a href="http://web.archive.org/web/20080311110003/http://www.archlinux.org/feeds/news/"><img src="{{ RETRO_STATIC_URL }}rss.png" alt="RSS Feed"></a> + </div> + <h2 class="title">Latest News</h2> + <div> + + <br> + <span style="float:right; font-size:x-small">2008-02-25</span> + <h4 class="news"><a href="http://web.archive.org/web/20080311110003/http://www.archlinux.org/news/384/">Newsletter for February 25, 2008</a></h4> + <p class="news">Current: +http://www.archlinux.org/static/newsletters/newsletter-2008-Feb-25.html +Archive: http://www.archlinux.org/static/newsletters/</p> + <br> + + <br> + <span style="float:right; font-size:x-small">2008-02-10</span> + <h4 class="news"><a href="http://web.archive.org/web/20080311110003/http://www.archlinux.org/news/383/">Kernel 2.6.24.1 in Core</a></h4> + <p class="news">After a testing phase kernel 2.6.24.1 has been +moved to Core where it replaces version 2.6.23.14. Some of the most +visible changes for users include: * more mac80211-based wireless +drivers added * tickless support for x86_64 * uvesafb; support for ATI +Xpress 200M and Mac framebuffers * ACPI usage in libata * SATA port +multipliers support * NCQ support on ...</p> + <br> + + <br> + <span style="float:right; font-size:x-small">2008-02-10</span> + <h4 class="news"><a href="http://web.archive.org/web/20080311110003/http://www.archlinux.org/news/382/">Newsletter for February 11, 2008</a></h4> + <p class="news">This one is actually on time! Probably because I + had nothing to do with it... Current: +http://archlinux.org/static/newsletters/newsletter-2008-Feb-11.html +Archive: http://archlinux.org/static/newsletters/</p> + <br> + + <br> + <span style="float:right; font-size:x-small">2008-01-23</span> + <h4 class="news"><a href="http://web.archive.org/web/20080311110003/http://www.archlinux.org/news/381/">Newsletter for January 21, 2008</a></h4> + <p class="news">I just want to take this space to apologize. +Kensai had the newsletter ready for me early and I (Jason Chu) have not +had time to write the Devland section since then. Current: +http://archlinux.org/static/newsletters/newsletter-2008-Jan-21.html +Archive: http://archlinux.org/static/newsletters/</p> + <br> + + <br> + <span style="float:right; font-size:x-small">2008-01-20</span> + <h4 class="news"><a href="http://web.archive.org/web/20080311110003/http://www.archlinux.org/news/380/">QT-4 and QT3 moved to [extra]</a></h4> + <p class="news">As announced last year* and after a longer +period of testing, QT versions 3 and 4 have now been moved to [extra]. +At least until the final release of KDE4 there are plenty of packages +which still use version 3 of QT. Therefore a new package called qt3 was +introduced. The dependencies of all packages are updated according to +this ...</p> + <br> + + <br> + <span style="float:right; font-size:x-small">2008-01-12</span> + <h4 class="news"><a href="http://web.archive.org/web/20080311110003/http://www.archlinux.org/news/379/">Website theme update</a></h4> + <p class="news">Greetings Archers, After some hard work from +some very dedicated folks, we have re-themed much of the Arch website. +Special thanks to a few key contributions so far: To Thayer for his logo + and re-theme css work, and to Neotuli for his hard work on bringing the + new look to the other Arch sites. Awesome work guys. Thanks also to ...</p> + <br> + + <br> + <span style="float:right; font-size:x-small">2008-01-12</span> + <h4 class="news"><a href="http://web.archive.org/web/20080311110003/http://www.archlinux.org/news/378/">Pacman 3.1.0 moving to [core]</a></h4> + <p class="news">Pacman has now been signed off by our developers + as well as sufficiently tested by its users to allow it to move to the +[core] repository. There have been a few minor issues reported, but no +critical issues are known. Please report any bugs to the Pacman Project +on Flyspray or by sending an email to the pacman-dev mailing list ...</p> + <br> + + <br> + <span style="float:right; font-size:x-small">2008-01-09</span> + <h4 class="news"><a href="http://web.archive.org/web/20080311110003/http://www.archlinux.org/news/377/">Pacman 3.1.0 in [testing]</a></h4> + <p class="news">Pacman 3.1.0 has been released to testing. It +has been a long time coming, but a lot of work has been put into it by +several contributors over the last 9 months. Note that some options have + changed so your scripts may be incompatible with the new version and +will need some slight modifications. In addition, makepkg and pacman no +...</p> + <br> + + <br> + <span style="float:right; font-size:x-small">2008-01-07</span> + <h4 class="news"><a href="http://web.archive.org/web/20080311110003/http://www.archlinux.org/news/376/">PostgreSQL Security Update (8.2.6)</a></h4> + <p class="news">There was a critical security advisory for +PostgreSQL today, which is resolved in version 8.2.6. You should update +as soon as possible. Details here.</p> + <br> + + <br> + <span style="float:right; font-size:x-small">2007-12-22</span> + <h4 class="news"><a href="http://web.archive.org/web/20080311110003/http://www.archlinux.org/news/375/">Logo Contest Results (and Winner!)</a></h4> + <p class="news">I'm sure this is the announcement many of you +have been waiting for. After much discussion about legal issues at hand, + some voting, we are ready to announce the glorious victor of the logo +competition. Drumroll please! The winner is Thayer Williams' Archer +logo, available for your viewing pleasure in submission form here: +http://dev.archlinux.org/~travis/logo-contest/thayer/1-archer.png It +will be some time before ...</p> + <br> + + <span style="float:right;font-size:x-small"><a href="http://web.archive.org/web/20080311110003/http://www.archlinux.org/news/">More News...</a></span> + <br><br> + </div> + + </div> + + </div> + <div class="foot"> + Copyright © 2002-2008 <a href="mailto:jvinet@zeroflux.org" title="contact Judd Vinet">Judd Vinet</a> and <a href="mailto:aaron@archlinux.org" title="contact Aaron Griffin">Aaron Griffin</a>.<br> + The Arch Linux name and logo are recognized trademarks. Some rights reserved. + </div> + +</body></html> diff --git a/retro/templates/retro/index-20090327.html b/retro/templates/retro/index-20090327.html new file mode 100644 index 00000000..b65c59f9 --- /dev/null +++ b/retro/templates/retro/index-20090327.html @@ -0,0 +1,318 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head> + <title>Arch Linux</title> + <meta http-equiv="content-type" content="text/html; charset=UTF-8"> + <link rel="stylesheet" href="{{ RETRO_STATIC_URL }}arch.css"> + <link rel="icon" href="http://web.archive.org/web/20090327235558/http://www.archlinux.org/media/favicon.ico" type="image/x-icon"> + <link rel="shortcut icon" href="http://web.archive.org/web/20090327235558im_/http://www.archlinux.org/media/favicon.ico" type="image/x-icon"> + +<link rel="alternate" type="application/rss+xml" title="Arch Linux News Updates" href="http://web.archive.org/web/20090327235558/http://www.archlinux.org/feeds/news/"> +<link rel="alternate" type="application/rss+xml" title="Arch Linux Package Updates" href="http://web.archive.org/web/20090327235558/http://www.archlinux.org/feeds/packages/"> + + </head> + <body> + + <div id="head_container"> + <div id="title"> + <div id="logo"><h1 id="archtitle"><a href="http://web.archive.org/web/20090327235558/http://www.archlinux.org/" title="Arch Linux (Home)">Arch Linux</a></h1></div> + </div> + <div id="main_nav"> + <ul> + <li><a href="http://web.archive.org/web/20090327235558/http://www.archlinux.org/download/">Download</a></li> + <li><a href="http://web.archive.org/web/20090327235558/http://aur.archlinux.org/">AUR</a></li> + <li><a href="http://web.archive.org/web/20090327235558/http://bugs.archlinux.org/">Bugs</a></li> + <li><a href="http://web.archive.org/web/20090327235558/http://wiki.archlinux.org/">Wiki</a></li> + <li><a href="http://web.archive.org/web/20090327235558/http://bbs.archlinux.org/">Forums</a></li> + <li class="selected"><a href="http://web.archive.org/web/20090327235558/http://www.archlinux.org/">Home</a></li> + </ul> + </div> + <div id="ads"> + </div> + </div> + <div id="content"> + + <div class="right"> + + <div id="search"> + <form method="get" action="http://web.archive.org/web/20090327235558/http://www.archlinux.org/packages/"> + <p>Package Search: <input name="q" size="20" maxlength="200" type="text"></p> + </form> + </div> + <div id="updates"> + <table width="100%"> + <tbody><tr> + <td><h3>Recent Updates</h3></td> + <td style="vertical-align: top; text-align: right;"><a href="http://web.archive.org/web/20090327235558/http://www.archlinux.org/feeds/packages/"><img src="{{ RETRO_STATIC_URL }}rss.png" alt="RSS Feed"></a></td> + </tr> + + <tr> + <td><a href="http://web.archive.org/web/20090327235558/http://www.archlinux.org/packages/testing/x86_64/kde-l10n-da/" class="testing">kde-l10n-da 4.2.2-1</a></td> + <td style="text-align: right;">x86_64</td> + </tr> + + <tr> + <td><a href="http://web.archive.org/web/20090327235558/http://www.archlinux.org/packages/testing/x86_64/kde-l10n-es/" class="testing">kde-l10n-es 4.2.2-1</a></td> + <td style="text-align: right;">x86_64</td> + </tr> + + <tr> + <td><a href="http://web.archive.org/web/20090327235558/http://www.archlinux.org/packages/testing/x86_64/kde-l10n-en_gb/" class="testing">kde-l10n-en_gb 4.2.2-1</a></td> + <td style="text-align: right;">x86_64</td> + </tr> + + <tr> + <td><a href="http://web.archive.org/web/20090327235558/http://www.archlinux.org/packages/testing/x86_64/kde-l10n-el/" class="testing">kde-l10n-el 4.2.2-1</a></td> + <td style="text-align: right;">x86_64</td> + </tr> + + <tr> + <td><a href="http://web.archive.org/web/20090327235558/http://www.archlinux.org/packages/testing/x86_64/kde-l10n-de/" class="testing">kde-l10n-de 4.2.2-1</a></td> + <td style="text-align: right;">x86_64</td> + </tr> + + <tr> + <td><a href="http://web.archive.org/web/20090327235558/http://www.archlinux.org/packages/testing/x86_64/kde-l10n-et/" class="testing">kde-l10n-et 4.2.2-1</a></td> + <td style="text-align: right;">x86_64</td> + </tr> + + <tr> + <td><a href="http://web.archive.org/web/20090327235558/http://www.archlinux.org/packages/testing/x86_64/kde-l10n-csb/" class="testing">kde-l10n-csb 4.2.2-1</a></td> + <td style="text-align: right;">x86_64</td> + </tr> + + <tr> + <td><a href="http://web.archive.org/web/20090327235558/http://www.archlinux.org/packages/testing/x86_64/kde-l10n-cs/" class="testing">kde-l10n-cs 4.2.2-1</a></td> + <td style="text-align: right;">x86_64</td> + </tr> + + <tr> + <td><a href="http://web.archive.org/web/20090327235558/http://www.archlinux.org/packages/testing/x86_64/digikam/" class="testing">digikam 0.10.0-2</a></td> + <td style="text-align: right;">x86_64</td> + </tr> + + <tr> + <td><a href="http://web.archive.org/web/20090327235558/http://www.archlinux.org/packages/testing/x86_64/hugin/" class="testing">hugin 0.7.0-3</a></td> + <td style="text-align: right;">x86_64</td> + </tr> + + <tr> + <td><a href="http://web.archive.org/web/20090327235558/http://www.archlinux.org/packages/testing/x86_64/kde-l10n-ar/" class="testing">kde-l10n-ar 4.2.2-1</a></td> + <td style="text-align: right;">x86_64</td> + </tr> + + <tr> + <td><a href="http://web.archive.org/web/20090327235558/http://www.archlinux.org/packages/testing/x86_64/kde-l10n-bg/" class="testing">kde-l10n-bg 4.2.2-1</a></td> + <td style="text-align: right;">x86_64</td> + </tr> + + <tr> + <td><a href="http://web.archive.org/web/20090327235558/http://www.archlinux.org/packages/testing/x86_64/kde-l10n-bn_in/" class="testing">kde-l10n-bn_in 4.2.2-1</a></td> + <td style="text-align: right;">x86_64</td> + </tr> + + <tr> + <td><a href="http://web.archive.org/web/20090327235558/http://www.archlinux.org/packages/testing/x86_64/kde-l10n-ca/" class="testing">kde-l10n-ca 4.2.2-1</a></td> + <td style="text-align: right;">x86_64</td> + </tr> + + <tr> + <td><a href="http://web.archive.org/web/20090327235558/http://www.archlinux.org/packages/testing/x86_64/kde-l10n-eu/" class="testing">kde-l10n-eu 4.2.2-1</a></td> + <td style="text-align: right;">x86_64</td> + </tr> + + <tr> + <td colspan="2" style="text-align: right; font-size: x-small;"><br><a href="http://web.archive.org/web/20090327235558/http://www.archlinux.org/packages/?sort=-last_update">More...</a></td> + </tr> + </tbody></table> + </div> + <br> + <h3>Documentation:</h3> + <ul class="links"> + <li><a href="http://web.archive.org/web/20090327235558/http://wiki.archlinux.org/index.php/Official_Arch_Linux_Install_Guide">Installation Guide</a></li> + <li><a href="http://web.archive.org/web/20090327235558/http://wiki.archlinux.org/">Wiki</a></li> + </ul> + <h3>Support Arch:</h3> + <ul class="links"> + <li><a href="http://web.archive.org/web/20090327235558/http://www.archlinux.org/donate/">Donate</a></li> + <li><a href="http://web.archive.org/web/20090327235558/http://www.zazzle.com/archlinux*" title="T-shirts, mugs, mouse pads, hoodies, posters, skateboards, shoes, etc.">Arch Schwag</a></li> + <li><a href="http://web.archive.org/web/20090327235558/http://schwag.archlinux.ca/" title="USB keys, Jewellery, case badges">More Schwag</a></li> + <li><a href="http://web.archive.org/web/20090327235558/http://www.archlinux.org/art/">Logos & Artwork</a></li> + </ul> + <h3>Community Links:</h3> + <ul class="links"> + <li><a href="http://web.archive.org/web/20090327235558/http://www.archlinux.org/mailman/listinfo/">Mailing Lists</a></li> + <li><a href="http://web.archive.org/web/20090327235558/http://www.archlinux.org/irc/">IRC Channels</a></li> + <li><a href="http://web.archive.org/web/20090327235558/http://planet.archlinux.org/">Planet Arch</a></li> + <li><a href="http://web.archive.org/web/20090327235558/http://www.archlinux.org/static/newsletters/">Newsletters</a></li> + <li><a href="http://web.archive.org/web/20090327235558/http://www.archlinux.org/projects/">Arch-Based Projects</a></li> + <li><a href="http://web.archive.org/web/20090327235558/http://www.archlinux.org/moreforums/">International Communities</a></li> + <li><a href="http://web.archive.org/web/20090327235558/http://www.archlinux.org/press/">Press</a></li> + </ul> + <h3>Development:</h3> + <ul class="links"> + <li><a href="http://web.archive.org/web/20090327235558/http://www.archlinux.org/developers/">Developers</a></li> + <li><a href="http://web.archive.org/web/20090327235558/http://www.archlinux.org/fellows/">Fellows</a></li> + <li><a href="http://web.archive.org/web/20090327235558/http://bugs.archlinux.org/">Bug Tracker</a></li> + <li><a href="http://web.archive.org/web/20090327235558/http://www.archlinux.org/svn/">SVN</a></li> + <li><a href="http://web.archive.org/web/20090327235558/http://projects.archlinux.org/">Projects</a></li> + </ul> + <a href="http://web.archive.org/web/20090327235558/http://www.sevenl.net/" title="SevenL Networks - Dedicated Arch Linux servers"><img src="{{ RETRO_STATIC_URL }}sevenl_button.png" class="" title="A big Thank You to SevenL Networks for their generous contribution" alt="We would like to express our thanks to SevenL Networks for their generous contribution"></a> + + </div> + <div class="left"> + + <div id="about" class="box"> + <h2>Welcome to Arch!</h2> + <p> + You've reached the website for <strong>Arch Linux</strong>, a lightweight + and flexible Linux® distribution that tries to Keep It Simple. + </p><p> + Currently we have official packages optimized for the i686 and x86-64 + architectures. We complement our official package sets with a + <a href="http://web.archive.org/web/20090327235558/http://aur.archlinux.org/">community-operated package repository</a> + that grows in size and quality each and every day. + </p><p> + Our strong community is diverse and helpful, and we pride ourselves on + the range of skillsets and uses for Arch that stem from it. Please + check out our <a href="http://web.archive.org/web/20090327235558/http://bbs.archlinux.org/">forums</a> and + <a href="http://web.archive.org/web/20090327235558/http://www.archlinux.org/mailman/listinfo/">mailing lists</a> + to get your feet wet. Also glance through our <a href="http://web.archive.org/web/20090327235558/http://wiki.archlinux.org/">wiki</a> + if you want to learn more about Arch. + </p><p style="text-align: right"> + <a href="http://web.archive.org/web/20090327235558/http://www.archlinux.org/about/"><span style="font-size:x-small">Learn more...</span></a> + </p> + </div> + <br><br> + <div style="float:right;position:relative;bottom:-25px"> + <a href="http://web.archive.org/web/20090327235558/http://www.archlinux.org/feeds/news/"><img src="{{ RETRO_STATIC_URL }}rss.png" alt="RSS Feed"></a> + </div> + <h2 class="title">Latest News</h2> + <div> + + <br> + <span style="float:right; font-size:x-small">2009-03-23</span> + <h4 class="news"><a href="http://web.archive.org/web/20090327235558/http://www.archlinux.org/news/439/">ATI catalyst support dropped</a></h4> + <p class="news">As many of you may have noticed, support for the + catalyst ATI Linux driver, has been moved to the AUR (Arch Linux User +Repository). This was partly due to lack of motivation from the +maintainer in charge of the package and lack of support from AMD to the +general Linux ecosystem. AMD has been great to the Linux community, and +...</p> + <br> + + <br> + <span style="float:right; font-size:x-small">2009-03-09</span> + <h4 class="news"><a href="http://web.archive.org/web/20090327235558/http://www.archlinux.org/news/438/">Bug Day - Saturday 21st March</a></h4> + <p class="news">On Saturday the 21st of March we will be holding + a bug day to combat the ever increasing number of reports in our bug +tracker. We will clear outdated reports, fix/implement those that +already have patches provided or are trivial to fix/implement and +discuss the pros and cons of implementing some feature requests. A rough + TODO list that you can ...</p> + <br> + + <br> + <span style="float:right; font-size:x-small">2009-03-05</span> + <h4 class="news"><a href="http://web.archive.org/web/20090327235558/http://www.archlinux.org/news/437/">Newsletter for March, 2009</a></h4> + <p class="news">The Arch Linux Newsletter team is proud to +announce the Newsletter for March 2009. To discuss this newsletter, +click here. To read past issues of the Arch Linux Newsletter, here they +are.</p> + <br> + + <br> + <span style="float:right; font-size:x-small">2009-03-02</span> + <h4 class="news"><a href="http://web.archive.org/web/20090327235558/http://www.archlinux.org/news/436/">xorg-server 1.6.0 in testing</a></h4> + <p class="news">The upcoming version of xorg-server will have a +lot of workarounds and patches removed. Doing so, the package becomes +easier to understand, as even its maintainer has no idea what is +happening anymore. When upgrading to xorg-server-1.6, you will see these + file conflicts on most systems: error: failed to prepare transaction +(conflicting files) xorg-server: +/usr/lib/xorg/modules/extensions/libdri.so exists in filesystem +xorg-server: /usr/lib/xorg/modules/libwfb.so ...</p> + <br> + + <br> + <span style="float:right; font-size:x-small">2009-02-18</span> + <h4 class="news"><a href="http://web.archive.org/web/20090327235558/http://www.archlinux.org/news/435/">2009.02 ISO Release Update</a></h4> + <p class="news">The original archlinux-2009.02-ftp-i686.img USB +image was broken, a new image (archlinux-2009.02-2-ftp-i686.img) has +been uploaded. We are sorry for any inconvenience this may have caused +you. With one image broken, we also had to create new torrents: We now +use a single torrent per file again and added more mirrors to the +webseeds. All seeders should stop seeding the old torrent ...</p> + <br> + + <br> + <span style="float:right; font-size:x-small">2009-02-16</span> + <h4 class="news"><a href="http://web.archive.org/web/20090327235558/http://www.archlinux.org/news/434/">2009.02 ISO Release</a></h4> + <p class="news">We proudly announce the release of the new Arch +Linux installation images, version 2009.02. It took us quite a while, +but we think the result is worth it: we added some cool new things and +ironed out some long-lasting imperfections. 2009.02 comes with the +following features: - Kernel 2.6.28 - Ext4 support. Installation can be +done on a ext4 root ...</p> + <br> + + <br> + <span style="float:right; font-size:x-small">2009-02-13</span> + <h4 class="news"><a href="http://web.archive.org/web/20090327235558/http://www.archlinux.org/news/433/">Newsletter for February, 2009</a></h4> + <p class="news">The Arch Linux Newsletter team is proud to +announce the Newsletter for February 2009. To discuss this newsletter, +click here. To read past issues of the Arch Linux Newsletter, here they +are.</p> + <br> + + <br> + <span style="float:right; font-size:x-small">2009-01-26</span> + <h4 class="news"><a href="http://web.archive.org/web/20090327235558/http://www.archlinux.org/news/431/">KDE 4.2 is out and we are ready!</a></h4> + <p class="news">Today, on January 27th, the KDE team announces +the stable version of KDE 4.2.0, so we have moved all kde-packages from +[testing] to [extra]. We suggest that you exit from KDE before you +update, backup your ~/.kde4 configuration dir and start with a clean +config. Take a look at old plasmoids, they might not work with the new +Plasma. You ...</p> + <br> + + <br> + <span style="float:right; font-size:x-small">2009-01-22</span> + <h4 class="news"><a href="http://web.archive.org/web/20090327235558/http://www.archlinux.org/news/430/">Release Engineering Team</a></h4> + <p class="news">I'd like to announce a newly formed team made to + manage our ISO releases. The intent here is to provide you with up to +date installation tools and release ISOs based on the kernel's release +schedule. Current Team Members: Aaron Griffin (that's me!) Gerhard +Brauer (GerBra - ISO and installer) Dieter Plaetinck (Dieter@be - +installer/AIF) If you're interested in ISO ...</p> + <br> + + <br> + <span style="float:right; font-size:x-small">2009-01-19</span> + <h4 class="news"><a href="http://web.archive.org/web/20090327235558/http://www.archlinux.org/news/429/">inetutils-1.6-2 in [core]</a></h4> + <p class="news">To replace several orphaned netkit packages that + were unmaintained upstream, we just added inetutils-1.6-2 in the [core] + repo. This new package will provide the following network +clients/daemons: ftp/ftpd rexec/rexecd rlogin/rlogind rsh/rshd +talk/talkd telnet/telnetd rcp. It will be replacing the following +packages: core/netkit-telnet extra/netkit-ftp extra/netkit-rsh On a +related note, netkit-tftp will be remove from the repo in favor of +tftp-hpa. The ...</p> + <br> + + <span style="float:right;font-size:x-small"><a href="http://web.archive.org/web/20090327235558/http://www.archlinux.org/news/">More News...</a></span> + <br><br> + </div> + + </div> + + </div> + <div class="foot"> + Copyright © 2002-2009 <a href="mailto:jvinet@zeroflux.org" title="contact Judd Vinet">Judd Vinet</a> and <a href="mailto:aaron@archlinux.org" title="contact Aaron Griffin">Aaron Griffin</a>.<br> + The Arch Linux name and logo are recognized trademarks. Some rights + reserved.<br> + The registered trademark Linux® is used pursuant to a +sublicense from LMI, the exclusive licensee of Linus Torvalds, owner of +the mark on a world-wide basis. + </div> + +</body></html> diff --git a/retro/templates/retro/index-20100208.html b/retro/templates/retro/index-20100208.html new file mode 100644 index 00000000..5189037b --- /dev/null +++ b/retro/templates/retro/index-20100208.html @@ -0,0 +1,318 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head> + <title>Arch Linux</title> + <meta http-equiv="content-type" content="text/html; charset=UTF-8"> + <link rel="stylesheet" type="text/css" href="{{ RETRO_STATIC_URL }}arch.css"> + <link rel="icon" type="image/x-icon" href="http://web.archive.org/web/20100208061823/http://www.archlinux.org/media/favicon.ico"> + <link rel="shortcut icon" type="image/x-icon" href="http://web.archive.org/web/20100208061823im_/http://www.archlinux.org/media/favicon.ico"> + +<link rel="alternate" type="application/rss+xml" title="Arch Linux News Updates" href="http://web.archive.org/web/20100208061823/http://www.archlinux.org/feeds/news/"> +<link rel="alternate" type="application/rss+xml" title="Arch Linux Package Updates" href="http://web.archive.org/web/20100208061823/http://www.archlinux.org/feeds/packages/"> + + </head> + <body> + + <div id="head_container"> + <div id="title"> + <div id="logo"><h1 id="archtitle"><a href="http://web.archive.org/web/20100208061823/http://www.archlinux.org/" title="Arch Linux (Home)">Arch Linux</a></h1></div> + </div> + <div id="main_nav"> + + <ul> + <li class="selected"><a href="http://web.archive.org/web/20100208061823/http://www.archlinux.org/">Home</a></li> + <li><a href="http://web.archive.org/web/20100208061823/http://bbs.archlinux.org/">Forums</a></li> + <li><a href="http://web.archive.org/web/20100208061823/http://wiki.archlinux.org/">Wiki</a></li> + <li><a href="http://web.archive.org/web/20100208061823/http://bugs.archlinux.org/">Bugs</a></li> + <li><a href="http://web.archive.org/web/20100208061823/http://aur.archlinux.org/">AUR</a></li> + <li><a href="http://web.archive.org/web/20100208061823/http://www.archlinux.org/download/">Download</a></li> + </ul> + + </div> + <div id="dev_nav"> + + </div> + </div> + <div id="content"> + + + <div class="right"> + + <div id="search"> + <form method="get" action="http://web.archive.org/web/20100208061823/http://www.archlinux.org/packages/"> + <p>Package Search: <input name="q" size="20" maxlength="200" type="text"></p> + </form> + </div> + <div id="updates"> + <table width="100%"> + <tbody><tr> + <td><h3>Recent Updates</h3></td> + <td style="vertical-align: top; text-align: right;"><a href="http://web.archive.org/web/20100208061823/http://www.archlinux.org/feeds/packages/"><img src="{{ RETRO_STATIC_URL }}rss.png" alt="RSS Feed"></a></td> + </tr> + + <tr> + <td><a href="http://web.archive.org/web/20100208061823/http://www.archlinux.org/packages/community/x86_64/zim/" class="community">zim 0.43-2</a></td> + <td style="text-align: right;">i686/x86_64</td> + </tr> + + <tr> + <td><a href="http://web.archive.org/web/20100208061823/http://www.archlinux.org/packages/community/x86_64/snort/" class="community">snort 2.8.3.2-1</a></td> + <td style="text-align: right;">i686/x86_64</td> + </tr> + + <tr> + <td><a href="http://web.archive.org/web/20100208061823/http://www.archlinux.org/packages/extra/x86_64/spamassassin-spamc/" class="extra">spamassassin-spamc 3.3.0-1</a></td> + <td style="text-align: right;">i686/x86_64</td> + </tr> + + <tr> + <td><a href="http://web.archive.org/web/20100208061823/http://www.archlinux.org/packages/extra/any/python-gdata/" class="extra">python-gdata 2.0.7-1</a></td> + <td style="text-align: right;">any</td> + </tr> + + <tr> + <td><a href="http://web.archive.org/web/20100208061823/http://www.archlinux.org/packages/extra/i686/wine/" class="extra">wine 1.1.38-1</a></td> + <td style="text-align: right;">i686</td> + </tr> + + <tr> + <td><a href="http://web.archive.org/web/20100208061823/http://www.archlinux.org/packages/extra/x86_64/fetchmail/" class="extra">fetchmail 6.3.14-1</a></td> + <td style="text-align: right;">i686/x86_64</td> + </tr> + + <tr> + <td><a href="http://web.archive.org/web/20100208061823/http://www.archlinux.org/packages/extra/x86_64/mplayer/" class="extra">mplayer 30325-2</a></td> + <td style="text-align: right;">i686/x86_64</td> + </tr> + + <tr> + <td><a href="http://web.archive.org/web/20100208061823/http://www.archlinux.org/packages/community/x86_64/exim/" class="community">exim 4.71-1.1</a></td> + <td style="text-align: right;">i686/x86_64</td> + </tr> + + <tr> + <td><a href="http://web.archive.org/web/20100208061823/http://www.archlinux.org/packages/extra/x86_64/hwdetect/" class="extra">hwdetect 2010.02-1</a></td> + <td style="text-align: right;">i686/x86_64</td> + </tr> + + <tr> + <td><a href="http://web.archive.org/web/20100208061823/http://www.archlinux.org/packages/extra/x86_64/spamassassin/" class="extra">spamassassin 3.3.0-1</a></td> + <td style="text-align: right;">i686/x86_64</td> + </tr> + + <tr> + <td><a href="http://web.archive.org/web/20100208061823/http://www.archlinux.org/packages/extra/x86_64/lighttpd/" class="extra">lighttpd 1.4.26-1</a></td> + <td style="text-align: right;">i686/x86_64</td> + </tr> + + <tr> + <td><a href="http://web.archive.org/web/20100208061823/http://www.archlinux.org/packages/community/any/hgsvn/" class="community">hgsvn 0.1.8-1</a></td> + <td style="text-align: right;">any</td> + </tr> + + <tr> + <td><a href="http://web.archive.org/web/20100208061823/http://www.archlinux.org/packages/testing/any/mkinitcpio/" class="testing">mkinitcpio 0.5.99.4-1</a></td> + <td style="text-align: right;">any</td> + </tr> + + <tr> + <td><a href="http://web.archive.org/web/20100208061823/http://www.archlinux.org/packages/extra/x86_64/ardour/" class="extra">ardour 2.8.7-1</a></td> + <td style="text-align: right;">i686/x86_64</td> + </tr> + + <tr> + <td><a href="http://web.archive.org/web/20100208061823/http://www.archlinux.org/packages/community-testing/i686/qtcreator/" class="community-testing">qtcreator 1.3.1-1</a></td> + <td style="text-align: right;">i686</td> + </tr> + + <tr> + <td style="font-size: x-small;"><br><a href="http://web.archive.org/web/20100208061823/http://www.archlinux.org/feeds/">More Feeds...</a></td> + <td style="text-align: right; font-size: x-small;"><br><a href="http://web.archive.org/web/20100208061823/http://www.archlinux.org/packages/?sort=-last_update">More Updates...</a></td> + </tr> + </tbody></table> + </div> + <br> + + <h3>Documentation:</h3> + <ul class="links"> + <li><a href="http://web.archive.org/web/20100208061823/http://wiki.archlinux.org/index.php/Official_Arch_Linux_Install_Guide">Installation Guide</a></li> + <li><a href="http://web.archive.org/web/20100208061823/http://wiki.archlinux.org/index.php/Beginners%27_Guide">Beginners' Guide</a></li> + <li><a href="http://web.archive.org/web/20100208061823/http://wiki.archlinux.org/">Wiki</a></li> + </ul> + <h3>Support Arch:</h3> + <ul class="links"> + <li><a href="http://web.archive.org/web/20100208061823/http://www.archlinux.org/donate/">Donate</a></li> + <li><a href="http://web.archive.org/web/20100208061823/http://schwag.archlinux.ca/" title="USB keys, Jewellery, case badges">Arch Schwag</a></li> + <li><a href="http://web.archive.org/web/20100208061823/http://www.zazzle.com/archlinux*" title="T-shirts, mugs, mouse pads, hoodies, posters, skateboards, shoes, etc.">Schwag via Zazzle</a></li> + <li><a href="http://web.archive.org/web/20100208061823/http://www.freewear.org/?page=list_items&org=Archlinux" title="T-shirts">Schwag via Freewear</a></li> + <li><a href="http://web.archive.org/web/20100208061823/http://www.archlinux.org/art/">Logos & Artwork</a></li> + </ul> + <h3>Community Links:</h3> + <ul class="links"> + <li><a href="http://web.archive.org/web/20100208061823/http://www.archlinux.org/mailman/listinfo/">Mailing Lists</a></li> + <li><a href="http://web.archive.org/web/20100208061823/http://www.archlinux.org/irc/">IRC Channels</a></li> + <li><a href="http://web.archive.org/web/20100208061823/http://planet.archlinux.org/">Planet Arch</a></li> + <li><a href="http://web.archive.org/web/20100208061823/http://www.archlinux.org/static/newsletters/">Newsletters</a></li> + <li><a href="http://web.archive.org/web/20100208061823/http://www.archlinux.org/projects/">Arch-Based Projects</a></li> + <li><a href="http://web.archive.org/web/20100208061823/http://www.archlinux.org/moreforums/">International Communities</a></li> + <li><a href="http://web.archive.org/web/20100208061823/http://wiki.archlinux.org/index.php/Arch_Linux_Press_Review">Press</a></li> + </ul> + <h3>Development:</h3> + <ul class="links"> + <li><a href="http://web.archive.org/web/20100208061823/http://www.archlinux.org/developers/">Developers</a></li> + <li><a href="http://web.archive.org/web/20100208061823/http://www.archlinux.org/trustedusers/">Trusted Users</a></li> + <li><a href="http://web.archive.org/web/20100208061823/http://www.archlinux.org/fellows/">Fellows</a></li> + <li><a href="http://web.archive.org/web/20100208061823/http://bugs.archlinux.org/">Bug Tracker</a></li> + <li><a href="http://web.archive.org/web/20100208061823/http://www.archlinux.org/svn/">SVN</a></li> + <li><a href="http://web.archive.org/web/20100208061823/http://projects.archlinux.org/">Projects</a></li> + </ul> + <a href="http://web.archive.org/web/20100208061823/http://www.velocitynetwork.net/?hosting_by=ArchLinux" title="velocity network"><img src="{{ RETRO_STATIC_URL }}vnet_button.png" class="" title="" alt="velocity network - it's about time"></a> + <a href="http://web.archive.org/web/20100208061823/https://www.sevenl.net/?utm_source=archlinux-org&utm_medium=sponsored-banner&utm_campaign=thanks-to-sevenl" title="SevenL Networks - Dedicated Arch Linux servers"><img src="{{ RETRO_STATIC_URL }}sevenl_button.png" class="" title="A big Thank You to SevenL Networks for their generous contribution" alt="We would like to express our thanks to SevenL Networks for their generous contribution"></a> + + </div> + <div class="left"> + + <div id="about" class="box"> + <h2>Welcome to Arch!</h2> + <p> + You've reached the website for <strong>Arch Linux</strong>, a lightweight + and flexible Linux® distribution that tries to Keep It Simple. + </p><p> + Currently we have official packages optimized for the i686 and x86-64 + architectures. We complement our official package sets with a + <a href="http://web.archive.org/web/20100208061823/http://aur.archlinux.org/">community-operated package repository</a> + that grows in size and quality each and every day. + </p><p> + Our strong community is diverse and helpful, and we pride ourselves on + the range of skillsets and uses for Arch that stem from it. Please + check out our <a href="http://web.archive.org/web/20100208061823/http://bbs.archlinux.org/">forums</a> and + <a href="http://web.archive.org/web/20100208061823/http://www.archlinux.org/mailman/listinfo/">mailing lists</a> + to get your feet wet. Also glance through our <a href="http://web.archive.org/web/20100208061823/http://wiki.archlinux.org/">wiki</a> + if you want to learn more about Arch. + </p><p style="text-align: right"> + <a href="http://web.archive.org/web/20100208061823/http://www.archlinux.org/about/"><span style="font-size:x-small">Learn more...</span></a> + </p> + </div> + <br><br> + <div style="float:right;position:relative;bottom:-25px"> + <a href="http://web.archive.org/web/20100208061823/http://www.archlinux.org/feeds/news/"><img src="{{ RETRO_STATIC_URL }}rss.png" alt="RSS Feed"></a> + </div> + <h2 class="title">Latest News</h2> + <div> + + <br> + <span style="float:right; font-size:x-small">2010-01-30</span> + <h4 class="news"><a href="http://web.archive.org/web/20100208061823/http://www.archlinux.org/news/482/">libpng/libjpeg rebuilds move from [testing]</a></h4> + <p class="news">The new versions of libjpeg and libpng required a + rebuild of all dependent packages. The libjpeg/libpng rebuilds are now +complete and are moving from [testing] into the main repos. Due to the +large number of rebuilds required, packages will take a while to +propagate to the mirrors. It is advisable to check the state of your +mirror before updating (https://www.archlinux.de/?page=MirrorStatus). +...</p> + <br> + + <br> + <span style="float:right; font-size:x-small">2010-01-26</span> + <h4 class="news"><a href="http://web.archive.org/web/20100208061823/http://www.archlinux.org/news/481/">ArchCon2010 registration</a></h4> + <p class="news">Two prominent community members, Dusty and +ralvez have been working hard to bring Arch Linux it's very own +conference. ArchCon 2010 will take place in Toronto, Canada's largest +city, on July 22 and 23. Registration is now open at +http://archcon.archlinux.ca/ and more information can be found on the +ArchCon site at http://archlinux.ca/archcon2010/. ArchCon will feature +talks and tutorials from prominent ...</p> + <br> + + <br> + <span style="float:right; font-size:x-small">2010-01-23</span> + <h4 class="news"><a href="http://web.archive.org/web/20100208061823/http://www.archlinux.org/news/480/">Bug Day: Saturday, February 6</a></h4> + <p class="news">By popular demand, the next Bug Day will be on +Saturday, February 6. People are usually around all day, but you will +certainly find us in the #archlinux-bugs IRC forum in the afternoon and +evening EST. There's a job for everyone! Come help out however you can.</p> + <br> + + <br> + <span style="float:right; font-size:x-small">2010-01-21</span> + <h4 class="news"><a href="http://web.archive.org/web/20100208061823/http://www.archlinux.org/news/479/">Hacklab.CL's Arch Linux Orphan's Day</a></h4> + <p class="news">This weekend on January 23rd, Hacklab.CL is +organizing an event called Arch Linux Orphan's Day. This event will +consist of talks and presentations about Arch Linux packaging, covering +the Packaging Guidelines, the AUR, complementary tools, and much more. +The event concludes with a review of the AUR orphan packages and, +hopefully, some new maintainers. This will happen at "KernelHouse" +(Antonia ...</p> + <br> + + <br> + <span style="float:right; font-size:x-small">2010-01-13</span> + <h4 class="news"><a href="http://web.archive.org/web/20100208061823/http://www.archlinux.org/news/478/">Arch Linux Magazine, January 2010</a></h4> + <p class="news">In with a bang: * Get it! * Discuss it! Enjoy!</p> + <br> + + <br> + <span style="float:right; font-size:x-small">2009-12-29</span> + <h4 class="news"><a href="http://web.archive.org/web/20100208061823/http://www.archlinux.org/news/477/">kernel 2.6.32 series moved to the [core] repository</a></h4> + <p class="news">Hi arch community, The new 2.6.32 kernel series +moved to the [core] repository. Upstream changes Arch Linux +bugfixes/feature requests: # added CONFIG_PM_DEBUG # added +CONFIG_MMIOTRACE KMS changes: - changed intel kms enabled by default - +radeon kms is now disabled by default Please use the modeset option to +enable it. - Early userspace KMS support is broken at the moment ...</p> + <br> + + <br> + <span style="float:right; font-size:x-small">2009-12-16</span> + <h4 class="news"><a href="http://web.archive.org/web/20100208061823/http://www.archlinux.org/news/476/">filesystem-2009.11-1 and LC_COLLATE</a></h4> + <p class="news">The filesystem-2009.11-1 package has removed +LC_COLLATE=C from /etc/profile as this caused incorrect sorting on some +locales (See FS#15250). Any scripts relying on this value should +manually set the LC_COLLATE variable.</p> + <br> + + <br> + <span style="float:right; font-size:x-small">2009-12-14</span> + <h4 class="news"><a href="http://web.archive.org/web/20100208061823/http://www.archlinux.org/news/475/">Next Bug Day: Sun 1/3</a></h4> + <p class="news">When the holidays are over and mid-winter +depressions sets in, Arch Linux will be there for you. On Sunday 1/3, +we'll have our next Bug Day. We've been making progress each month-- +let's surge in 2010! Join us whenever you can; you can find us in the +#archlinux-bugs IRC forum in the afternoon and evening EST. Happy +holidays, bugs-- they ...</p> + <br> + + <br> + <span style="float:right; font-size:x-small">2009-11-20</span> + <h4 class="news"><a href="http://web.archive.org/web/20100208061823/http://www.archlinux.org/news/474/">Next Bug Day: Sun 12/6</a></h4> + <p class="news">The next Bug Day is scheduled for Sunday 12/6. +The bugs will be there all day, so start whenever you want, but you can +find us in the #archlinux-bugs IRC forum in the afternoon and evening +EST. The more the merrier!</p> + <br> + + <br> + <span style="float:right; font-size:x-small">2009-11-18</span> + <h4 class="news"><a href="http://web.archive.org/web/20100208061823/http://www.archlinux.org/news/473/">MySQL 5.1.40 - configuration file moved</a></h4> + <p class="news">Starting with the mysql 5.1.40 release, the +mysql configuration file resides in the /etc/mysql/ directory and the +pid and sock files are in the /var/run/mysqld/ directory. This is to +comply with the Filesystem Hierarchy Standard.</p> + <br> + + <span style="float:right;font-size:x-small"><a href="http://web.archive.org/web/20100208061823/http://www.archlinux.org/news/">More News...</a></span> + <br><br> + </div> + + </div> + + </div> + <div class="foot"> + Copyright © 2002-2010 <a href="mailto:jvinet@zeroflux.org" title="contact Judd Vinet">Judd Vinet</a> and <a href="mailto:aaron@archlinux.org" title="contact Aaron Griffin">Aaron Griffin</a>.<br> + The Arch Linux name and logo are recognized trademarks. Some rights + reserved.<br> + The registered trademark Linux® is used pursuant to a +sublicense from LMI, the exclusive licensee of Linus Torvalds, owner of +the mark on a world-wide basis. + </div> + +</body></html> diff --git a/retro/templates/retro/index-20110212.html b/retro/templates/retro/index-20110212.html new file mode 100644 index 00000000..88c9664f --- /dev/null +++ b/retro/templates/retro/index-20110212.html @@ -0,0 +1,443 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head> + <title>Arch Linux</title> + <meta http-equiv="content-type" content="text/html; charset=UTF-8"> + <link rel="stylesheet" type="text/css" href="{{ RETRO_STATIC_URL }}archweb.css" media="screen, projection"> + <link rel="stylesheet" type="text/css" href="{{ RETRO_STATIC_URL }}archweb-print.css" media="print"> + <link rel="icon" type="image/x-icon" href="http://web.archive.org/web/20110212035546/http://www.archlinux.org/media/favicon.ico"> + <link rel="shortcut icon" type="image/x-icon" href="http://web.archive.org/web/20110212035546im_/http://www.archlinux.org/media/favicon.ico"> + <link rel="search" type="application/opensearchdescription+xml" href="http://web.archive.org/web/20110212035546/http://www.archlinux.org/opensearch/packages/" title="Arch Linux Packages"> + +<link rel="alternate" type="application/rss+xml" title="Arch Linux News Updates" href="http://web.archive.org/web/20110212035546/http://www.archlinux.org/feeds/news/"> +<link rel="alternate" type="application/rss+xml" title="Arch Linux Package Updates" href="http://web.archive.org/web/20110212035546/http://www.archlinux.org/feeds/packages/"> + +</head> +<body class=""> + + + <div id="archnavbar" class="anb-home"> + <div id="archnavbarlogo"><h1><a href="http://web.archive.org/web/20110212035546/http://www.archlinux.org/" title="Return to the main page">Arch Linux</a></h1></div> + <div id="archnavbarmenu"> + <ul id="archnavbarlist"> + <li id="anb-home"><a href="http://web.archive.org/web/20110212035546/http://www.archlinux.org/" title="Arch news, packages, projects and more">Home</a></li> + <li id="anb-packages"><a href="http://web.archive.org/web/20110212035546/http://www.archlinux.org/packages/" title="Arch Package Database">Packages</a></li> + <li id="anb-forums"><a href="http://web.archive.org/web/20110212035546/https://bbs.archlinux.org/" title="Community forums">Forums</a></li> + <li id="anb-wiki"><a href="http://web.archive.org/web/20110212035546/https://wiki.archlinux.org/" title="Community documentation">Wiki</a></li> + <li id="anb-bugs"><a href="http://web.archive.org/web/20110212035546/https://bugs.archlinux.org/" title="Report and track bugs">Bugs</a></li> + <li id="anb-aur"><a href="http://web.archive.org/web/20110212035546/https://aur.archlinux.org/" title="Arch Linux User Repository">AUR</a></li> + <li id="anb-download"><a href="http://web.archive.org/web/20110212035546/http://www.archlinux.org/download/" title="Get Arch Linux">Download</a></li> + </ul> + </div> + </div><!-- #archnavbar --> + + <div id="content"> + <div id="archdev-navbar"> + + </div><!-- #archdev-navbar --> + + + + + <div id="content-left-wrapper"> + <div id="content-left"> + + +<div id="intro" class="box"> + + <h2>A simple, lightweight distribution</h2> + + <p>You've reached the website for <strong>Arch Linux</strong>, a + lightweight and flexible Linux® distribution that tries to Keep It + Simple.</p> + + <p>Currently we have official packages optimized for the i686 and + x86-64 architectures. We complement our official package sets with a + <a href="http://web.archive.org/web/20110212035546/https://aur.archlinux.org/" title="Arch User Repository (AUR)"> + community-operated package repository</a> that grows in size and + quality each and every day.</p> + + <p>Our strong community is diverse and helpful, and we pride ourselves + on the range of skillsets and uses for Arch that stem from it. Please + check out our <a href="http://web.archive.org/web/20110212035546/https://bbs.archlinux.org/" title="Arch Forums">forums</a> + and <a href="http://web.archive.org/web/20110212035546/http://mailman.archlinux.org/mailman/listinfo/" title="Arch Mailing Lists">mailing lists</a> + to get your feet wet. Also glance through our <a href="http://web.archive.org/web/20110212035546/https://wiki.archlinux.org/" title="Arch Wiki">wiki</a> + if you want to learn more about Arch.</p> + + <p class="readmore"><a href="http://web.archive.org/web/20110212035546/http://www.archlinux.org/about/" title="Learn more about Arch Linux">Learn more...</a></p> + +</div><!-- #intro --> + +<div id="news"> + + <h3>Latest News <span class="more">(<a href="http://web.archive.org/web/20110212035546/http://www.archlinux.org/news/" title="Browse the news archives">more</a>)</span></h3> + + <a href="http://web.archive.org/web/20110212035546/http://www.archlinux.org/feeds/news/" title="Arch News RSS Feed" class="rss-icon"><img src="{{ RETRO_STATIC_URL }}rss.png" alt="RSS Feed"></a> + + + <h4><a href="http://web.archive.org/web/20110212035546/http://www.archlinux.org/news/mysql-55-is-now-in-extra/" title="View full article: MySQL 5.5 is now in [extra]">MySQL 5.5 is now in [extra]</a></h4> + <p class="timestamp">2011-02-07</p> + <div class="article-content"><p>MySQL 5.5 is now in [extra]. This is a major version upgrade from the +5.1 editions previously in the repositories. Archive, Blackhole, and +Federated engine support are no longer included in this package, since +they are not heavily used.</p> +<p>After upgrading the MySQL package and restarting the database, you +will need to run <code>mysql_upgrade</code> to ensure your tables, views and +stored procedures are up to date and compatible with MySQL 5.5.</p> +<p>It ...</p></div> + + <h4><a href="http://web.archive.org/web/20110212035546/http://www.archlinux.org/news/kde-sc-46-to-extra/" title="View full article: KDE SC 4.6 to [extra]">KDE SC 4.6 to [extra]</a></h4> + <p class="timestamp">2011-01-26</p> + <div class="article-content"><p>KDE announced the availability of +its Software Compilation 4.6. You will find all upstream changes and new + features on their website: http://kde.org/announcements/4.6/. As usual +we provide the latest packages for Arch.</p> +<p>This release offers UPower, UDev and UDisks support that can be used +instead of the deprecated HAL. For that, the hal package is no more a +requirement of kdebase-workspace and can be removed from your system.</p> +<p>KDE PIM ...</p></div> + + <h4><a href="http://web.archive.org/web/20110212035546/http://www.archlinux.org/news/minimum-required-kernel-version-increased-1/" title="View full article: Minimum required kernel version increased">Minimum required kernel version increased</a></h4> + <p class="timestamp">2010-12-28</p> + <div class="article-content"><p>The update to glibc-2.12.2-1 +increases the minimum required kernel version to 2.6.27. This kernel +version was chosen as it is currently the oldest kernel with longterm +support upstream. Users of the Arch "kernel26" and "kernel26-lts" +packages are unaffected by this change.</p> +<p>Those wanting to continue the use of an older kernel version will be +required to rebuild the glibc package with the appropriate adjustment +made to the "--enable-kernel" configuration option.</p></div> + + <h4><a href="http://web.archive.org/web/20110212035546/http://www.archlinux.org/news/python-is-now-python-3/" title="View full article: Python is now Python 3">Python is now Python 3</a></h4> + <p class="timestamp">2010-10-18</p> + <div class="article-content"><p>A major Python update has just been moved from the testing +repositories and will be available on a mirror near you. The default +"python" package is now for the 3.x series while the 2.x series has +been moved to a "python2" package, with python-2.7 having been +scheduled to be the last major release in the python-2.x series.</p> +<p>Since /usr/bin/python will now point to the 3.x binary, any program ...</p></div> + + <h4><a href="http://web.archive.org/web/20110212035546/http://www.archlinux.org/news/mirror-status-and-custom-mirror-lists/" title="View full article: Mirror status and custom mirror lists">Mirror status and custom mirror lists</a></h4> + <p class="timestamp">2010-10-07</p> + <div class="article-content"><p>We now regularly poll all official +mirrors and gather statistics such as syncing delay, check duration, +availability, and error conditions. This information is available on the + <a href="http://web.archive.org/web/20110212035546/http://www.archlinux.org/mirrors/status/">mirror status page</a>. Please consult the page for more details on what is collected, how often it runs, and how it works.</p> +<p>In addition, you can now <a href="http://web.archive.org/web/20110212035546/http://www.archlinux.org/mirrorlist/">update your mirrorlist</a> and choose to have it automatically sorted using the up-to-date mirror status information.</p></div> + + <h4><a href="http://web.archive.org/web/20110212035546/http://www.archlinux.org/news/pkgstats-round-two-take-your-vote-and-help-improving-arch/" title="View full article: pkgstats round two: take your vote and help improving Arch">pkgstats round two: take your vote and help improving Arch</a></h4> + <p class="timestamp">2010-09-24</p> + <div class="article-content"><p>Two years ago, we introduced <a href="http://web.archive.org/web/20110212035546/http://www.archlinux.org/news/pkgstats-contribution-was-never-that-easy/">pkgstats</a>. +This time, after a major revamp, we are re-introducing it to you!</p> +<p>Contributing is as easy as installing the package - a weekly cron job +will take care of the rest. You will be sending us a list of packages +installed on your system, along with the architecture and mirror you +use. This information is anonymous and cannot be used to identify you, +but it will help us prioritize our ...</p></div> + + <h4><a href="http://web.archive.org/web/20110212035546/http://www.archlinux.org/news/the-new-arch-linux-ezine/" title="View full article: The new Arch Linux ezine">The new Arch Linux ezine</a></h4> + <p class="timestamp">2010-09-20</p> + <div class="article-content"><p>Announcing the much-anticipated Arch Linux ezine, <a href="http://web.archive.org/web/20110212035546/http://rollingrelease.com/">Rolling Release</a>! + Based on the Ars Technica model, Rolling Release provides an open +platform for sharing news of interest to the Arch community. Check it +out, contribute, and follow us onsite, or via email, RSS, Twitter, or +Identi.ca!</p></div> + + <h4><a href="http://web.archive.org/web/20110212035546/http://www.archlinux.org/news/true-multilib-for-arch-linux-x86_64/" title="View full article: True multilib for Arch Linux x86_64">True multilib for Arch Linux x86_64</a></h4> + <p class="timestamp">2010-08-27</p> + <div class="article-content"><p>I am happy to announce the availability of the new multilib repository. +At this time, it contains wine, skype and flashplugin. Furthermore, a +multilib compiler is available.</p> +<p>With the launch of the multilib repository all old 'lib32' packages are +being removed from community - the core/extra/community repositories +will be "pure 64 bit" again.</p> +<p>If you want to use the new multilib packages (and most desktop or laptop +users probably do), add the following lines ...</p></div> + + <h4><a href="http://web.archive.org/web/20110212035546/http://www.archlinux.org/news/kde-sc-450-moved-to-extra/" title="View full article: KDE SC 4.5.0 moved to [extra]">KDE SC 4.5.0 moved to [extra]</a></h4> + <p class="timestamp">2010-08-24</p> + <div class="article-content"><p>KDE SC 4.5.0 has moved into the [extra] repository. Notable changes +with respect to previous releases are:</p> +<ul> +<li>kdepim has seen no new release, please continue to use version 4.4.5</li> +<li>due to incompatibility with ruby 1.9, ruby kdebindings are not provided</li> +<li>webkit support in konqueror is provided by kwebkitpart</li> +<li>KDM is now started as the kdm user</li> +<li>upstream removed five translations: csb, mai, mk, si and tg</li> +</ul> +<p>The full upstream changelog ...</p></div> + + <h4><a href="http://web.archive.org/web/20110212035546/http://www.archlinux.org/news/perl-5121-moved-to-core/" title="View full article: Perl 5.12.1 moved to Core">Perl 5.12.1 moved to Core</a></h4> + <p class="timestamp">2010-08-02</p> + <div class="article-content"><p>The latest version of perl 5.12.1 has been moved to core.</p> +<p>The perl package no longer implements versioned site_perl directories + but the 5.10.1 directories remains for legacy packages for now. Anyone + who custom builds perl modules into site_perl should rebuild them to +use the proper directories.</p></div> + + +</div><!-- #news --> + + + </div><!-- #content_left --> + </div> + + <div id="content-right"> + + +<div id="pkgsearch" class="widget"> + + <form id="pkgsearch-form" method="get" action="http://web.archive.org/web/20110212035546/http://www.archlinux.org/packages/"> + <fieldset> + <label for="pkgsearch-field">Package Search:</label> + <input id="pkgsearch-field" name="q" size="18" maxlength="200" type="text"> + </fieldset> + </form> + +</div> + +<div id="pkg-updates" class="widget box"> + + <h3>Recent Updates <span class="more">(<a href="http://web.archive.org/web/20110212035546/http://www.archlinux.org/packages/?sort=-last_update" title="Browse all of the latest packages">more</a>)</span></h3> + + <a href="http://web.archive.org/web/20110212035546/http://www.archlinux.org/feeds/packages/" title="Arch Package Updates RSS Feed" class="rss-icon"><img src="{{ RETRO_STATIC_URL }}rss.png" alt="RSS Feed"></a> + + <table> + + + <tbody><tr> + <td class="pkg-name"><span class="extra">time 1.7-3</span></td> + <td class="pkg-arch"> + <a href="http://web.archive.org/web/20110212035546/http://www.archlinux.org/packages/extra/i686/time/" title="Details for time [extra]">i686</a>/<a href="http://web.archive.org/web/20110212035546/http://www.archlinux.org/packages/extra/x86_64/time/" title="Details for time [extra]">x86_64</a> + </td> + </tr> + + + + <tr> + <td class="pkg-name"><span class="community">calibre 0.7.45-1</span></td> + <td class="pkg-arch"> + <a href="http://web.archive.org/web/20110212035546/http://www.archlinux.org/packages/community/i686/calibre/" title="Details for calibre [community]">i686</a>/<a href="http://web.archive.org/web/20110212035546/http://www.archlinux.org/packages/community/x86_64/calibre/" title="Details for calibre [community]">x86_64</a> + </td> + </tr> + + + + <tr> + <td class="pkg-name"><span class="community">python-bsddb 5.0.0-2</span></td> + <td class="pkg-arch"> + <a href="http://web.archive.org/web/20110212035546/http://www.archlinux.org/packages/community/i686/python-bsddb/" title="Details for python-bsddb [community]">i686</a>/<a href="http://web.archive.org/web/20110212035546/http://www.archlinux.org/packages/community/x86_64/python-bsddb/" title="Details for python-bsddb [community]">x86_64</a> + </td> + </tr> + + + + <tr> + <td class="pkg-name"><span class="community-testing">python-bsddb 5.1.0-2</span></td> + <td class="pkg-arch"> + <a href="http://web.archive.org/web/20110212035546/http://www.archlinux.org/packages/community-testing/i686/python-bsddb/" title="Details for python-bsddb [community-testing]">i686</a>/<a href="http://web.archive.org/web/20110212035546/http://www.archlinux.org/packages/community-testing/x86_64/python-bsddb/" title="Details for python-bsddb [community-testing]">x86_64</a> + </td> + </tr> + + + + <tr> + <td class="pkg-name"><span class="core">db 5.1.25-1</span></td> + <td class="pkg-arch"> + <a href="http://web.archive.org/web/20110212035546/http://www.archlinux.org/packages/core/i686/db/" title="Details for db [core]">i686</a>/<a href="http://web.archive.org/web/20110212035546/http://www.archlinux.org/packages/core/x86_64/db/" title="Details for db [core]">x86_64</a> + </td> + </tr> + + + + <tr> + <td class="pkg-name"><span class="extra">python2 2.7.1-5</span></td> + <td class="pkg-arch"> + <a href="http://web.archive.org/web/20110212035546/http://www.archlinux.org/packages/extra/i686/python2/" title="Details for python2 [extra]">i686</a>/<a href="http://web.archive.org/web/20110212035546/http://www.archlinux.org/packages/extra/x86_64/python2/" title="Details for python2 [extra]">x86_64</a> + </td> + </tr> + + + + <tr> + <td class="pkg-name"><span class="community">task 1.9.3-1</span></td> + <td class="pkg-arch"> + <a href="http://web.archive.org/web/20110212035546/http://www.archlinux.org/packages/community/i686/task/" title="Details for task [community]">i686</a>/<a href="http://web.archive.org/web/20110212035546/http://www.archlinux.org/packages/community/x86_64/task/" title="Details for task [community]">x86_64</a> + </td> + </tr> + + + + <tr> + <td class="pkg-name"><span class="extra">bash-completion 1.3-2</span></td> + <td class="pkg-arch"> + <a href="http://web.archive.org/web/20110212035546/http://www.archlinux.org/packages/extra/any/bash-completion/" title="Details for bash-completion [extra]">any</a> + </td> + </tr> + + + + <tr> + <td class="pkg-name"><span class="extra">nxserver 3.4.0-8</span></td> + <td class="pkg-arch"> + <a href="http://web.archive.org/web/20110212035546/http://www.archlinux.org/packages/extra/i686/nxserver/" title="Details for nxserver [extra]">i686</a>/<a href="http://web.archive.org/web/20110212035546/http://www.archlinux.org/packages/extra/x86_64/nxserver/" title="Details for nxserver [extra]">x86_64</a> + </td> + </tr> + + + + <tr> + <td class="pkg-name"><span class="community">gsoap 2.8.1-2</span></td> + <td class="pkg-arch"> + <a href="http://web.archive.org/web/20110212035546/http://www.archlinux.org/packages/community/i686/gsoap/" title="Details for gsoap [community]">i686</a>/<a href="http://web.archive.org/web/20110212035546/http://www.archlinux.org/packages/community/x86_64/gsoap/" title="Details for gsoap [community]">x86_64</a> + </td> + </tr> + + + + <tr> + <td class="pkg-name"><span class="community">xloadimage 4.1-11</span></td> + <td class="pkg-arch"> + <a href="http://web.archive.org/web/20110212035546/http://www.archlinux.org/packages/community/i686/xloadimage/" title="Details for xloadimage [community]">i686</a>/<a href="http://web.archive.org/web/20110212035546/http://www.archlinux.org/packages/community/x86_64/xloadimage/" title="Details for xloadimage [community]">x86_64</a> + </td> + </tr> + + + + <tr> + <td class="pkg-name"><span class="extra">gio-sharp 0.2-2</span></td> + <td class="pkg-arch"> + <a href="http://web.archive.org/web/20110212035546/http://www.archlinux.org/packages/extra/any/gio-sharp/" title="Details for gio-sharp [extra]">any</a> + </td> + </tr> + + + + <tr> + <td class="pkg-name"><span class="extra">django 1.2.5-1</span></td> + <td class="pkg-arch"> + <a href="http://web.archive.org/web/20110212035546/http://www.archlinux.org/packages/extra/any/django/" title="Details for django [extra]">any</a> + </td> + </tr> + + + + <tr> + <td class="pkg-name"><span class="community">docky 2.1.0-1</span></td> + <td class="pkg-arch"> + <a href="http://web.archive.org/web/20110212035546/http://www.archlinux.org/packages/community/i686/docky/" title="Details for docky [community]">i686</a>/<a href="http://web.archive.org/web/20110212035546/http://www.archlinux.org/packages/community/x86_64/docky/" title="Details for docky [community]">x86_64</a> + </td> + </tr> + + + + <tr> + <td class="pkg-name"><span class="community">clang-analyzer 2.8-5</span></td> + <td class="pkg-arch"> + <a href="http://web.archive.org/web/20110212035546/http://www.archlinux.org/packages/community/i686/clang-analyzer/" title="Details for clang-analyzer [community]">i686</a>/<a href="http://web.archive.org/web/20110212035546/http://www.archlinux.org/packages/community/x86_64/clang-analyzer/" title="Details for clang-analyzer [community]">x86_64</a> + </td> + </tr> + + + </tbody></table> +</div> + +<div id="nav-sidebar" class="widget"> + + <h4>Documentation</h4> + + <ul> + <li><a href="http://web.archive.org/web/20110212035546/https://wiki.archlinux.org/" title="Community documentation">Wiki</a></li> + <li><a href="http://web.archive.org/web/20110212035546/https://wiki.archlinux.org/index.php/Official_Arch_Linux_Install_Guide" title="Official installation guide">Official Installation Guide</a></li> + <li><a href="http://web.archive.org/web/20110212035546/https://wiki.archlinux.org/index.php/Beginners%27_Guide" title="A good place to start for beginners">Unofficial Beginners' Guide</a></li> + </ul> + + <h4>Community</h4> + + <ul> + <li><a href="http://web.archive.org/web/20110212035546/http://mailman.archlinux.org/mailman/listinfo/" title="Community and developer mailing lists">Mailing Lists</a></li> + <li><a href="http://web.archive.org/web/20110212035546/https://wiki.archlinux.org/index.php/IRC_Channels" title="Official and regional IRC communities">IRC Channels</a></li> + <li><a href="http://web.archive.org/web/20110212035546/http://planet.archlinux.org/" title="Arch in the blogosphere">Planet Arch</a></li> + <li><a href="http://web.archive.org/web/20110212035546/http://rollingrelease.com/" title="Community online magazine">Rolling Release Ezine</a></li> + <li><a href="http://web.archive.org/web/20110212035546/https://wiki.archlinux.org/index.php/International_Communities" title="Arch communities in your native language">International Communities</a></li> + <li><a href="http://web.archive.org/web/20110212035546/https://wiki.archlinux.org/index.php/Related_Projects" title="Projects that are in some way related to Arch Linux">Related Projects</a></li> + </ul> + + <h4>Support</h4> + + <ul> + <li><a href="http://web.archive.org/web/20110212035546/http://www.archlinux.org/donate/" title="Help support Arch Linux">Donate</a></li> + <li><a href="http://web.archive.org/web/20110212035546/http://schwag.archlinux.ca/" title="USB keys, jewellery, case badges">Arch Schwag</a></li> + <li><a href="http://web.archive.org/web/20110212035546/http://www.zazzle.com/archlinux*" title="T-shirts, mugs, mouse pads, hoodies, posters, skateboards, shoes, etc.">Products via Zazzle</a></li> + <li><a href="http://web.archive.org/web/20110212035546/http://www.freewear.org/?page=list_items&org=Archlinux" title="T-shirts">T-shirts via Freewear</a></li> + <li><a href="http://web.archive.org/web/20110212035546/http://stuff.lsupport.net/catalog/22763/" title="T-shirts, keychains, bags, mugs, notebooks from a Ukraine retailer">Merchandise via ProstoPrint</a></li> + </ul> + + <h4>Tools</h4> + + <ul> + <li><a href="http://web.archive.org/web/20110212035546/http://www.archlinux.org/mirrorlist/" title="Get a custom mirrorlist from our database">Mirrorlist Updater</a></li> + <li><a href="http://web.archive.org/web/20110212035546/http://www.archlinux.org/mirrors/status/" title="Check the status of all known mirrors">Mirror Status</a></li> + <li><a href="http://web.archive.org/web/20110212035546/http://www.archlinux.org/packages/differences/" title="See differences in packages between available architectures">Differences by Architecture</a></li> + </ul> + + <h4>Development</h4> + + <ul> + <li><a href="http://web.archive.org/web/20110212035546/http://www.archlinux.org/packages/" title="View/search the package repository database">Packages</a></li> + <li><a href="http://web.archive.org/web/20110212035546/http://www.archlinux.org/groups/" title="View the available package groups">Package Groups</a></li> + <li><a href="http://web.archive.org/web/20110212035546/https://bugs.archlinux.org/" title="Report/track bugs or make feature requests">Bug Tracker</a></li> + <li><a href="http://web.archive.org/web/20110212035546/http://www.archlinux.org/svn/" title="View SVN entries for packages">SVN Repositories</a></li> + <li><a href="http://web.archive.org/web/20110212035546/http://projects.archlinux.org/" title="Official Arch projects (git)">Projects in Git</a></li> + <li><a href="http://web.archive.org/web/20110212035546/https://wiki.archlinux.org/index.php/DeveloperWiki" title="Developer Wiki articles">DeveloperWiki</a></li> + <li><a href="http://web.archive.org/web/20110212035546/http://www.archlinux.org/todolists/" title="Developer Todo Lists">Todo Lists</a></li> + </ul> + + <h4>About</h4> + + <ul> + <li><a href="http://web.archive.org/web/20110212035546/https://wiki.archlinux.org/index.php/ArchLinux:About" title="Learn more about Arch Linux">About Arch</a></li> + <li><a href="http://web.archive.org/web/20110212035546/http://www.archlinux.org/download/" title="Get Arch Linux">Download Arch</a></li> + <li><a href="http://web.archive.org/web/20110212035546/https://wiki.archlinux.org/index.php/Arch_Linux_Press_Review" title="Arch Linux in the media">Press Coverage</a></li> + <li><a href="http://web.archive.org/web/20110212035546/http://www.archlinux.org/art/" title="Arch logos and other artwork for promotional use">Logos & Artwork</a></li> + <li><a href="http://web.archive.org/web/20110212035546/http://www.archlinux.org/news/" title="News Archives">News Archives</a></li> + <li><a href="http://web.archive.org/web/20110212035546/http://www.archlinux.org/feeds/" title="Various RSS Feeds">RSS Feeds</a></li> + <li><a href="http://web.archive.org/web/20110212035546/http://www.archlinux.org/developers/" title="Active developers">Developer Profiles</a></li> + <li><a href="http://web.archive.org/web/20110212035546/http://www.archlinux.org/trustedusers/" title="Active Trusted Users (TUs)">Trusted User Profiles</a></li> + <li><a href="http://web.archive.org/web/20110212035546/http://www.archlinux.org/fellows/" title="Retired Developers">Fellows Profiles</a></li> + </ul> + +</div><!-- #nav-sidebar --> + + + +<div id="arch-sponsors" class="widget"> + + <a href="http://web.archive.org/web/20110212035546/http://www.velocitynetwork.net/?hosting_by=ArchLinux" title="Velocity Network"> + <img src="{{ RETRO_STATIC_URL }}vnet_button.png" alt="Velocity Network - It's about time"> + </a> + <a href="http://web.archive.org/web/20110212035546/https://www.sevenl.net/?utm_source=archlinux-org&utm_medium=sponsored-banner&utm_campaign=thanks-to-sevenl" title="SevenL Networks - Dedicated Arch Linux servers"> + <img src="{{ RETRO_STATIC_URL }}sevenl_button.png" title="A big Thank You to SevenL Networks for their generous contribution" alt="We would like to express our thanks to SevenL Networks for their generous contribution"> + </a> + <a href="http://web.archive.org/web/20110212035546/http://www.airvm.com/ArchLinux" title="AirVM.com - Your Green Technology Partner"> + <img src="{{ RETRO_STATIC_URL }}airvm_button.png" title="AirVM.com - Your Green Technology Partner" alt="AirVM.com - Your Green Technology Partner"> + </a> + +</div> + + + </div><!-- #content_right --> + + + <div id="footer"> + <p>Copyright © 2002-2011 <a href="mailto:jvinet@zeroflux.org" title="Contact Judd Vinet">Judd Vinet</a> and <a href="mailto:aaron@archlinux.org" title="Contact Aaron Griffin">Aaron Griffin</a>.</p> + + <p>The Arch Linux name and logo are recognized + <a href="http://web.archive.org/web/20110212035546/https://wiki.archlinux.org/index.php/DeveloperWiki:TrademarkPolicy" title="Arch Linux Trademark Policy">trademarks</a>. Some rights reserved.</p> + + <p>The registered trademark Linux® is used pursuant to a sublicense from LMI, + the exclusive licensee of Linus Torvalds, owner of the mark on a world-wide basis.</p> + </div><!-- #footer --> + + </div><!-- #content --> + +</body></html> diff --git a/retro/views.py b/retro/views.py index ba1109b0..5ce6d19d 100644 --- a/retro/views.py +++ b/retro/views.py @@ -1,3 +1,4 @@ +from django.conf import settings from django.http import Http404 from django.views.decorators.cache import cache_page from django.views.generic.simple import direct_to_template @@ -5,6 +6,15 @@ from django.views.generic.simple import direct_to_template RETRO_YEAR_MAP = { 2002: 'index-20020328.html', + 2003: 'index-20030330.html', + 2004: 'index-20040327.html', + 2005: 'index-20050328.html', + 2006: 'index-20060328.html', + 2007: 'index-20070324.html', + 2008: 'index-20080311.html', + 2009: 'index-20090327.html', + 2010: 'index-20100208.html', + 2011: 'index-20110212.html', } @@ -14,6 +24,10 @@ def retro_homepage(request, year): template = RETRO_YEAR_MAP.get(year, None) if template is None: raise Http404 - return direct_to_template(request, 'retro/%s' % template, {}) + static_url = '%s%d/' % (settings.STATIC_URL, year) + context = { + 'RETRO_STATIC_URL': static_url, + } + return direct_to_template(request, 'retro/%s' % template, context) # vim: set ts=4 sw=4 et: |