Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(333)

Side by Side Diff: native_client_sdk/src/doc/help.rst

Issue 1059423002: Add PNaCl release note about how to try out Subzero / which flag to set. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 .. _help: 1 .. _help:
2 2
3 ############## 3 ##############
4 Help with NaCl 4 Help with NaCl
5 ############## 5 ##############
6 6
7 Check the documentation resources below for help with common issues and 7 Check the documentation resources below for help with common issues and
8 problems. For additional questions, reach out to the Native Client 8 problems. For additional questions, reach out to the Native Client
9 community in the forums below. You can also :ref:`report new issues 9 community in the forums below. You can also :ref:`report new issues
10 <report_issue>` using the Native Client issue tracker. 10 <report_issue>` using the Native Client issue tracker.
11 11
12 Documentation 12 Documentation
13 ============= 13 =============
14 14
15 * :doc:`Release Notes <sdk/release-notes>`. 15 * :doc:`Release Notes <sdk/release-notes>`.
16 * :doc:`FAQ <faq>`. 16 * :doc:`FAQ <faq>`.
17 17
18 .. TODO: Fix the following talk link once ReST-ified. 18 .. TODO: Fix the following talk link once ReST-ified.
19 .. * :doc:`Talks, Demos, and Publications <community/talks>` (see especially Col t McAnlis' talk on porting C++ games to Native Client). 19 .. * :doc:`Talks, Demos, and Publications <community/talks>` (see especially Col t McAnlis' talk on porting C++ games to Native Client).
20 20
21 Forums 21 Forums
22 ====== 22 ======
23 23
24 .. _forums_list:
25
24 * For new Native Client developers: `Stack Overflow 26 * For new Native Client developers: `Stack Overflow
25 <http://stackoverflow.com/questions/tagged/google-nativeclient>`_ is a 27 <http://stackoverflow.com/questions/tagged/google-nativeclient>`_ is a
26 great resource --- check this forum first for answers to your 28 great resource --- check this forum first for answers to your
27 questions. 29 questions.
28 * For in-depth technical discussions: `native-client-discuss mailing 30 * For in-depth technical discussions: `native-client-discuss mailing
29 list <https://groups.google.com/group/native-client-discuss>`_ is a good 31 list <https://groups.google.com/group/native-client-discuss>`_ is a good
30 group for detailed technical discussions about bugs and other Native Client 32 group for detailed technical discussions about bugs and other Native Client
31 issues. 33 issues.
32 * For announcements, follow the `native-client-announce mailing list 34 * For announcements, follow the `native-client-announce mailing list
33 <http://groups.google.com/group/native-client-announce>`_. 35 <http://groups.google.com/group/native-client-announce>`_.
(...skipping 20 matching lines...) Expand all
54 * A `Native Client defect 56 * A `Native Client defect
55 <https://code.google.com/p/nativeclient/issues/entry?template=Defect%20repo rt>`_. 57 <https://code.google.com/p/nativeclient/issues/entry?template=Defect%20repo rt>`_.
56 * A `Native Client security issue 58 * A `Native Client security issue
57 <https://code.google.com/p/nativeclient/issues/entry?template=Security%20Bu g>`_ 59 <https://code.google.com/p/nativeclient/issues/entry?template=Security%20Bu g>`_
58 (only visible to the security team). 60 (only visible to the security team).
59 * A `Native Client + Chrome integration issue 61 * A `Native Client + Chrome integration issue
60 <https://code.google.com/p/chromium/issues/entry?template=NaCl%20Issue>`_. 62 <https://code.google.com/p/chromium/issues/entry?template=NaCl%20Issue>`_.
61 * A `Native Client + Chrome integration security issue 63 * A `Native Client + Chrome integration security issue
62 <https://code.google.com/p/chromium/issues/entry?template=Security%20Bug>`_ 64 <https://code.google.com/p/chromium/issues/entry?template=Security%20Bug>`_
63 (only visible to the security team). 65 (only visible to the security team).
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698