| OLD | NEW |
| 1 .. _overview: | 1 .. _overview: |
| 2 | 2 |
| 3 ################## | 3 ################## |
| 4 Technical Overview | 4 Technical Overview |
| 5 ################## | 5 ################## |
| 6 | 6 |
| 7 .. contents:: | 7 .. contents:: |
| 8 :local: | 8 :local: |
| 9 :backlinks: none | 9 :backlinks: none |
| 10 :depth: 2 | 10 :depth: 2 |
| (...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 252 `Pepper Concepts <http://code.google.com/p/ppapi/wiki/Concepts>`_. | 252 `Pepper Concepts <http://code.google.com/p/ppapi/wiki/Concepts>`_. |
| 253 | 253 |
| 254 Versioning | 254 Versioning |
| 255 ========== | 255 ========== |
| 256 | 256 |
| 257 Chrome is released on a six week cycle, and developer versions of Chrome are | 257 Chrome is released on a six week cycle, and developer versions of Chrome are |
| 258 pushed to the public beta channel three weeks before each release. As with any | 258 pushed to the public beta channel three weeks before each release. As with any |
| 259 software, each release of Chrome may include changes to Native Client and the | 259 software, each release of Chrome may include changes to Native Client and the |
| 260 Pepper interfaces that may require modification to existing applications. | 260 Pepper interfaces that may require modification to existing applications. |
| 261 However, modules compiled for one version of Pepper/Chrome should work with | 261 However, modules compiled for one version of Pepper/Chrome should work with |
| 262 subsequent versions of Pepper/Chrome. The SDK includes multiple `versions | 262 subsequent versions of Pepper/Chrome. The SDK includes multiple versions of the |
| 263 <https://developers.google.com/native-client/version>`_ of the Pepper APIs to | 263 Pepper APIs to help developers make adjustments to API changes and take |
| 264 help developers make adjustments to API changes and take advantage of new | 264 advantage of new features: `stable </native-client/pepper_stable>`_, `beta |
| 265 features. | 265 </native-client/pepper_beta>`_ and `dev </native-client/pepper_dev>`_. |
| 266 | 266 |
| 267 Where to start | 267 Where to start |
| 268 ============== | 268 ============== |
| 269 | 269 |
| 270 The :doc:`Quick Start <quick-start>` document provides links to downloads and | 270 The :doc:`Quick Start <quick-start>` document provides links to downloads and |
| 271 documentation that should help you get started with developing and distributing | 271 documentation that should help you get started with developing and distributing |
| 272 Native Client applications. | 272 Native Client applications. |
| OLD | NEW |