An open API service indexing awesome lists of open source software.

https://github.com/philips/lpc2011

Linux Plumbers Conf 2011 Website Archive
https://github.com/philips/lpc2011

Last synced: over 1 year ago
JSON representation

Linux Plumbers Conf 2011 Website Archive

Awesome Lists containing this project

README

          

Linux Plumbers Conf 2011 Archive
--------------------------------

Static archive of the 2011 site on http://linuxplumbersconf.org/2011

Archive Creation Notes
----------------------
wget --exclude-directories=2008,2009,2010 -r -l20 -t1 -nc -N -k -p --no-host-directories -R "feed" -D www.linuxplumbersconf.org http://www.linuxplumbersconf.org/2011/ 2> wget.log
find . -type f -exec "" sed -i 's/2011.1/2011\//g' {} \;

The files without extensions in their filenames might get served up as
plain text. These .htaccess files help override the file types:

./2011/.htaccess
./2011/ocw/sessions/.htaccess
./2011/ocw/events/LPC2011MC/.htaccess
./2011/ocw/events/LPC2011BOFS/.htaccess
./2011/ocw/events/LPC2011/.htaccess
./2011/ocw/proposals/.htaccess
./2011/ocw/users/.htaccess