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

https://github.com/philips/lpc2010

Linux Plumbers Conf 2010 Website Archive
https://github.com/philips/lpc2010

Last synced: over 1 year ago
JSON representation

Linux Plumbers Conf 2010 Website Archive

Awesome Lists containing this project

README

          

Linux Plumbers Conf 2010 Archive
--------------------------------

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

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