index.html 3.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1">
  6. <style type="text/css">
  7. @import url('../css/main.css');
  8. </style>
  9. <title>Hardware modifications</title>
  10. </head>
  11. <body>
  12. <div class="section">
  13. <h1 id="pagetop">Hardware modifications</h1>
  14. <p>
  15. This section relates to hardware maintenance on supported targets.
  16. </p>
  17. <p>
  18. <a href="../index.html">Back to previous index</a>.
  19. </p>
  20. <ul>
  21. <li><a href="x60_keyboard.html">ThinkPad X60/X60s/X60T: Change keyboard</a> (the procedure on X200/X200S/X200T is almost identical)</li>
  22. <li><a href="x60_heatsink.html">ThinkPad X60/X60S: change the fan/heatsink</a></li>
  23. <li><a href="x60_lcd_change.html">ThinkPad X60/X60s: How to change the LCD panel</a> (incomplete. pics only for now)</li>
  24. <li><a href="t60_lcd_15.html">ThinkPad T60 15.1&quot; changing LCD panel</a></li>
  25. <li><a href="t60_heatsink.html">ThinkPad T60: change the fan/heatsink</a></li>
  26. <li><a href="x60_security.html">ThinkPad X60/X60S: hardware security</a></li>
  27. <li><a href="t60_security.html">ThinkPad T60: hardware security</a></li>
  28. </ul>
  29. </div>
  30. <div class="section">
  31. <p>
  32. Copyright &copy; 2014, 2015 Leah Rowe &lt;info@minifree.org&gt;<br/>
  33. Permission is granted to copy, distribute and/or modify this document
  34. under the terms of the Creative Commons Attribution-ShareAlike 4.0 International license
  35. or any later version published by Creative Commons;
  36. A copy of the license can be found at <a href="../cc-by-sa-4.0.txt">../cc-by-sa-4.0.txt</a>
  37. </p>
  38. <p>
  39. Updated versions of the license (when available) can be found at
  40. <a href="https://creativecommons.org/licenses/by-sa/4.0/legalcode">https://creativecommons.org/licenses/by-sa/4.0/legalcode</a>
  41. </p>
  42. <p>
  43. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
  44. EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
  45. AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
  46. ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
  47. IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
  48. WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
  49. PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
  50. ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
  51. KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
  52. ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.
  53. </p>
  54. <p>
  55. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
  56. TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
  57. NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
  58. INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
  59. COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
  60. USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
  61. ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
  62. DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
  63. IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.
  64. </p>
  65. <p>
  66. The disclaimer of warranties and limitation of liability provided
  67. above shall be interpreted in a manner that, to the extent
  68. possible, most closely approximates an absolute disclaimer and
  69. waiver of all liability.
  70. </p>
  71. </div>
  72. </body>
  73. </html>