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
- Host: GitHub
- URL: https://github.com/philips/lpc2011
- Owner: philips
- Created: 2012-03-05T14:24:44.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-03-05T22:44:36.000Z (over 14 years ago)
- Last Synced: 2025-02-01T20:31:38.819Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 30.1 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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