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
- Host: GitHub
- URL: https://github.com/philips/lpc2010
- Owner: philips
- Created: 2011-02-10T16:29:51.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2011-02-10T17:59:18.000Z (over 15 years ago)
- Last Synced: 2025-02-01T20:31:40.466Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://linuxplumbersconf.org/2010
- Size: 13.9 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
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' {} \;