From 94a03fad3ca252513cef8ba0804506c0ac99dd49 Mon Sep 17 00:00:00 2001 From: Mark Hoeber Date: Tue, 19 Aug 2014 16:05:32 -0400 Subject: [PATCH 1/4] Added shared browser topic To include in all guides --- .../course_authors/source/change_log.rst | 2 + .../source/getting_started/browsers.rst | 1 + .../source/getting_started/index.rst | 2 +- docs/en_us/shared/browsers.rst | 80 +++++++++++++++++++ 4 files changed, 84 insertions(+), 1 deletion(-) create mode 100644 docs/en_us/course_authors/source/getting_started/browsers.rst create mode 100644 docs/en_us/shared/browsers.rst diff --git a/docs/en_us/course_authors/source/change_log.rst b/docs/en_us/course_authors/source/change_log.rst index 2236ed6105..67280a2a59 100644 --- a/docs/en_us/course_authors/source/change_log.rst +++ b/docs/en_us/course_authors/source/change_log.rst @@ -12,6 +12,8 @@ August, 2014 * - Date - Change + * - 08/20/14 + - Added :ref:`Browsers` to the :ref:`Getting Started Index` section * - 08/18/14 - Expanded the :ref:`Example Messages to Students` in the :ref:`Launch` chapter. diff --git a/docs/en_us/course_authors/source/getting_started/browsers.rst b/docs/en_us/course_authors/source/getting_started/browsers.rst new file mode 100644 index 0000000000..7f2a1b17db --- /dev/null +++ b/docs/en_us/course_authors/source/getting_started/browsers.rst @@ -0,0 +1 @@ +.. include:: ../../../shared/browsers.rst \ No newline at end of file diff --git a/docs/en_us/course_authors/source/getting_started/index.rst b/docs/en_us/course_authors/source/getting_started/index.rst index 13a61b11ab..90a6457d25 100644 --- a/docs/en_us/course_authors/source/getting_started/index.rst +++ b/docs/en_us/course_authors/source/getting_started/index.rst @@ -8,7 +8,7 @@ Getting Started :maxdepth: 3 - + browsers accounts get_started accessibility diff --git a/docs/en_us/shared/browsers.rst b/docs/en_us/shared/browsers.rst new file mode 100644 index 0000000000..08827095ff --- /dev/null +++ b/docs/en_us/shared/browsers.rst @@ -0,0 +1,80 @@ +.. _Browsers: + +#################### +edX Browser Support +#################### + +The edX Platform runs on the following browsers: + +* Internet Explorer +* Chrome +* Safari +* Firefox + +The edX Platform is routinely tested and verified on the current +and previous version of each of these browsers, but we generally encourage the +use of and fully support only the latest version. + +This page is updated as new major operating system and browser versions +are released. All point releases are supported unless noted; these occasional +exceptions are based on specific bug fixes or feature updates. + +*********************************** +The edX Learning Management System +*********************************** + +The following table shows operating system and browser support for the Learning +Management System, which students and course staff use to interact with +courseware. + +.. list-table:: + :widths: 20 10 10 10 10 10 + :header-rows: 1 + + * - + - Chrome + - Safari + - Firefox + - IE 9 + - IE 10 + * - Windows 7 + - Yes + - N/A + - Yes + - Yes + - Yes + * - Mac OSX 10.8 or 10.9 + - Yes + - Yes + - Yes + - N/A + - N/A + +*********************************** +edX Studio +*********************************** + +The following table shows operating system and browser support for edX Studio, which course staff use to build courseware. + +.. list-table:: + :widths: 20 10 10 10 10 10 + :header-rows: 1 + + * - + - Chrome + - Safari + - Firefox + - IE 9 + - IE 10 + * - Windows 7 + - Yes + - N/A + - Yes + - Provisional + - Provisional + * - Mac OSX 10.8 or 10.9 + - Yes + - Yes + - Yes + - N/A + - N/A \ No newline at end of file From 33502f68d26de9cf5215c91df6944938a7f0e831 Mon Sep 17 00:00:00 2001 From: Mark Hoeber Date: Wed, 20 Aug 2014 09:13:07 -0400 Subject: [PATCH 2/4] Edits - Alison --- docs/en_us/shared/browsers.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/en_us/shared/browsers.rst b/docs/en_us/shared/browsers.rst index 08827095ff..9c87aa6cbf 100644 --- a/docs/en_us/shared/browsers.rst +++ b/docs/en_us/shared/browsers.rst @@ -12,20 +12,20 @@ The edX Platform runs on the following browsers: * Firefox The edX Platform is routinely tested and verified on the current -and previous version of each of these browsers, but we generally encourage the +and previous version of each of these browsers. We generally encourage the use of and fully support only the latest version. -This page is updated as new major operating system and browser versions -are released. All point releases are supported unless noted; these occasional +This information is updated as new major operating system and browser versions +are released. All point releases are supported unless noted; occasional exceptions are based on specific bug fixes or feature updates. *********************************** The edX Learning Management System *********************************** -The following table shows operating system and browser support for the Learning -Management System, which students and course staff use to interact with -courseware. +The following table shows operating system and browser support for the edX +Learning Management System, which students and course staff use to interact +with course content. .. list-table:: :widths: 20 10 10 10 10 10 @@ -54,7 +54,7 @@ courseware. edX Studio *********************************** -The following table shows operating system and browser support for edX Studio, which course staff use to build courseware. +The following table shows operating system and browser support for edX Studio, which staff use to build a course. .. list-table:: :widths: 20 10 10 10 10 10 From 3a37436266353bd95369d24b1cbc3cc8812d1505 Mon Sep 17 00:00:00 2001 From: Mark Hoeber Date: Wed, 20 Aug 2014 09:23:32 -0400 Subject: [PATCH 3/4] Added browsers to data, developers, install, release notes --- docs/en_us/data/source/browsers.rst | 1 + docs/en_us/data/source/index.rst | 1 + docs/en_us/developers/source/browsers.rst | 1 + docs/en_us/developers/source/index.rst | 1 + docs/en_us/install_operations/source/browsers.rst | 1 + docs/en_us/install_operations/source/index.rst | 1 + docs/en_us/release_notes/source/browsers.rst | 1 + docs/en_us/release_notes/source/index.rst | 1 + 8 files changed, 8 insertions(+) create mode 100644 docs/en_us/data/source/browsers.rst create mode 100644 docs/en_us/developers/source/browsers.rst create mode 100644 docs/en_us/install_operations/source/browsers.rst create mode 100644 docs/en_us/release_notes/source/browsers.rst diff --git a/docs/en_us/data/source/browsers.rst b/docs/en_us/data/source/browsers.rst new file mode 100644 index 0000000000..c98836b8f7 --- /dev/null +++ b/docs/en_us/data/source/browsers.rst @@ -0,0 +1 @@ +.. include:: ../../shared/browsers.rst \ No newline at end of file diff --git a/docs/en_us/data/source/index.rst b/docs/en_us/data/source/index.rst index 4cf04ff203..4140845be3 100644 --- a/docs/en_us/data/source/index.rst +++ b/docs/en_us/data/source/index.rst @@ -9,6 +9,7 @@ This document is intended for researchers and data czars at edX partner institut read_me.rst preface.rst + browsers.rst internal_data_formats/change_log.rst internal_data_formats/data_czar.rst internal_data_formats/credentials.rst diff --git a/docs/en_us/developers/source/browsers.rst b/docs/en_us/developers/source/browsers.rst new file mode 100644 index 0000000000..c98836b8f7 --- /dev/null +++ b/docs/en_us/developers/source/browsers.rst @@ -0,0 +1 @@ +.. include:: ../../shared/browsers.rst \ No newline at end of file diff --git a/docs/en_us/developers/source/index.rst b/docs/en_us/developers/source/index.rst index e98248c4f3..212b84b051 100644 --- a/docs/en_us/developers/source/index.rst +++ b/docs/en_us/developers/source/index.rst @@ -16,6 +16,7 @@ Contents: change_log preface.rst + browsers.rst overview.rst extending_platform/index xblocks.rst diff --git a/docs/en_us/install_operations/source/browsers.rst b/docs/en_us/install_operations/source/browsers.rst new file mode 100644 index 0000000000..c98836b8f7 --- /dev/null +++ b/docs/en_us/install_operations/source/browsers.rst @@ -0,0 +1 @@ +.. include:: ../../shared/browsers.rst \ No newline at end of file diff --git a/docs/en_us/install_operations/source/index.rst b/docs/en_us/install_operations/source/index.rst index 62f642f031..0669ad21f1 100755 --- a/docs/en_us/install_operations/source/index.rst +++ b/docs/en_us/install_operations/source/index.rst @@ -13,6 +13,7 @@ Installing, Configuring, and Running the edX Platform read_me change_log + browsers install_options devstack/install_devstack devstack/run_devstack diff --git a/docs/en_us/release_notes/source/browsers.rst b/docs/en_us/release_notes/source/browsers.rst new file mode 100644 index 0000000000..c98836b8f7 --- /dev/null +++ b/docs/en_us/release_notes/source/browsers.rst @@ -0,0 +1 @@ +.. include:: ../../shared/browsers.rst \ No newline at end of file diff --git a/docs/en_us/release_notes/source/index.rst b/docs/en_us/release_notes/source/index.rst index 572772e6d6..28315d5629 100755 --- a/docs/en_us/release_notes/source/index.rst +++ b/docs/en_us/release_notes/source/index.rst @@ -31,6 +31,7 @@ email message when we have updated the edX Course Staff Release Notes. read_me preface + browsers 08-12-2014 08-07-2014 07-30-2014 From d89cb9018b72cbe91b579c936dae9026e71df39c Mon Sep 17 00:00:00 2001 From: Mark Hoeber Date: Wed, 20 Aug 2014 09:32:04 -0400 Subject: [PATCH 4/4] title edit --- docs/en_us/shared/browsers.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en_us/shared/browsers.rst b/docs/en_us/shared/browsers.rst index 9c87aa6cbf..a002f05269 100644 --- a/docs/en_us/shared/browsers.rst +++ b/docs/en_us/shared/browsers.rst @@ -20,7 +20,7 @@ are released. All point releases are supported unless noted; occasional exceptions are based on specific bug fixes or feature updates. *********************************** -The edX Learning Management System +edX Learning Management System *********************************** The following table shows operating system and browser support for the edX