changeset 107:dde34eaf03ed

Add 2010 OLS papers.
author Rob Landley <rob@landley.net>
date Sun, 12 Dec 2010 16:49:15 -0600
parents 88f40fbf8e8b
children 185c8f72730e
files make/mirror.py make/splitols.py ols/index.html
diffstat 3 files changed, 12 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/make/mirror.py	Sun Dec 12 16:48:45 2010 -0600
+++ b/make/mirror.py	Sun Dec 12 16:49:15 2010 -0600
@@ -24,7 +24,8 @@
           ["60fdaa6a74dec29a0538325b742bee4097247c6d", "https://ols2006.108.redhat.com/2007/Reprints/OLS2007-Proceedings-V2.pdf", "ols2007v2.pdf"],
           ["a31ac3ae1fffcd747ae37a2e667ec3bd695ede47", "http://www.linuxsymposium.org/2008/ols-2008-Proceedings-V1.pdf", "ols2008v1.pdf"],
           ["5132655a740f98c81ad159c20b5c12887ea3cf8a", "http://www.linuxsymposium.org/2008/ols-2008-Proceedings-V2.pdf", "ols2008v2.pdf"],
-          ["f48e8682c14355df15567be2c95307485edb1587", "http://www.linuxsymposium.org/2009/ls-2009-proceedings.pdf", "ols2009.pdf"]
+          ["f48e8682c14355df15567be2c95307485edb1587", "http://www.linuxsymposium.org/2009/ls-2009-proceedings.pdf", "ols2009.pdf"],
+          ["6d643fee833b7cf1db33b53fa2a6d96a217a3170", "http://www.linuxsymposium.org/LS_2010_Proceedings_Draft.pdf", "ols2010.pdf"]
          ):
   file=i[1].split('/')[-1]
   if len(i)>2: file=i[2]
--- a/make/splitols.py	Sun Dec 12 16:48:45 2010 -0600
+++ b/make/splitols.py	Sun Dec 12 16:49:15 2010 -0600
@@ -33,8 +33,8 @@
             ("ols2007v2", "2007", 7, (9, 21, 35, 45, 59, 65, 71, 79, 87, 97, 107, 119, 127, 135, 145, 151, 161, 173, 179, 187, 201, 209, 223, 229, 235, 245, 253, 261, 273, 285, 297, 305, 311, 319)),
             ("ols2008v1", "2008", 7, (9, 19, 31, 39, 53, 63, 77, 85, 101, 107, 113, 123, 129, 135, 137, 143, 151, 163, 173, 183, 193, 197, 211, 219, 229, 239, 253, 263, 275, 285)),
             ("ols2008v2", "2008", 5, (7, 19, 27, 39, 47, 57, 67, 75, 85, 91, 101, 115, 125, 135, 145, 151, 157, 163, 179, 187, 199, 205, 215, 227, 235, 245, 255, 261, 268)),
-            ("ols2009", "2009", 7, (9, 19, 29, 39, 47, 55, 61, 69, 79, 87, 95, 101, 111, 123, 131, 141, 149, 159, 169, 185, 191, 201, 209, 221, 235, 239, 251, 263, 275, 287, 297, 303, 311, 319, 331, 340))
-
+            ("ols2009", "2009", 7, (9, 19, 29, 39, 47, 55, 61, 69, 79, 87, 95, 101, 111, 123, 131, 141, 149, 159, 169, 185, 191, 201, 209, 221, 235, 239, 251, 263, 275, 287, 297, 303, 311, 319, 331, 340)),
+            ("ols2010", "2010", 7, (9, 19, 33, 35, 41, 43, 45, 57, 63, 75, 83, 91, 101, 109, 121, 133, 147, 153, 155, 159, 173, 175, 177, 189, 197, 207, 217, 225, 231, 245, 255, 263, 265))
           )
 
 for i in volumes: splitvolume(i[0],"%s/%s" % (outpath,i[1]),i[2],i[3])
--- a/ols/index.html	Sun Dec 12 16:48:45 2010 -0600
+++ b/ols/index.html	Sun Dec 12 16:49:15 2010 -0600
@@ -4,6 +4,14 @@
 Linux Symposium.  The original volumes are available from
 <a href=http://www.linuxsymposium.org>the OLS website</a>.</p>
 
+<h1><a href=2010>OLS 2010 individual papers</a></h1>
+
+<p>The proceedings are also available as <a href=../mirror/ols2010.pdf>one
+big PDF volume</a> from the
+<a href=http://linuxsymposium.org/2010>OLS 2010 website</a>.</p>
+
+
+
 <h1><a href=2009>OLS 2009 individual papers</a></h1>
 
 <p>The proceedings are also available as <a href=../mirror/ols2009.pdf>one