Skip to content

Commit

Permalink
chore: update supported websites + screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
shatgupt committed Dec 15, 2018
1 parent f847e7a commit 3dfb6a1
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 6 deletions.
25 changes: 19 additions & 6 deletions faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ <h4 id="limits"><a href="#limits">#</a> What are the limitations?</h4>
<li>No internet access from code.</li>
</ul>

<h4 id="browser-ext"><a href="#browser-ext">#</a> Which browser extensions are available?</h4>
<h4 id="browser-ext"><a href="#browser-ext">#</a> What browser extensions are available?</h4>
<ul>
<li><a href="https://chrome.google.com/webstore/detail/runmycode-online/iidcnkpdmnopbbkdmneglbelcefgfohf">Google Chrome</a></li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/runmycode-online">Mozilla Firefox</a></li>
Expand All @@ -71,9 +71,9 @@ <h4 id="browser-ext"><a href="#browser-ext">#</a> Which browser extensions are a

<h4 id="config-ext"><a href="#config-ext">#</a> How do I configure the extension?</h4>
<p>You don't need to. On install, the extension will redirect to RunMyCode Online dashboard to auto-configure itself. If you are already authenticated, then you are done. Otherwise you will be prompted to authenticate following which extension will auto-configure itself.<br>
If you are still facing issue, follow this YouTube video: <a href="https://www.youtube.com/watch?v=EoE7d9cvVVY">Configuring RunMyCode Online Extension.</a></p>
If you are still facing issues, follow this YouTube video: <a href="https://www.youtube.com/watch?v=EoE7d9cvVVY">Configuring RunMyCode Online Extension.</a></p>

<h4 id="supported-lang"><a href="#supported-lang">#</a> What are the supported languages?</h4>
<h4 id="supported-lang"><a href="#supported-lang">#</a> What languages are supported?</h4>
<ol>
<li>C (GCC 7.2)</li>
<li>C++ (GCC 7.2)</li>
Expand All @@ -88,18 +88,31 @@ <h4 id="supported-lang"><a href="#supported-lang">#</a> What are the supported l
<li>Scala</li>
</ol>

<h4 id="supported-sites"><a href="#supported-sites">#</a> What are the supported sites for browser extensions?</h4>
<h4 id="supported-sites"><a href="#supported-sites">#</a> What websites are supported by the browser extensions?</h4>
<p>All the supported version control sites have support for running standalone code from view, edit and new file pages.</p>
<ol>
<li><a href="https://github.com/shatgupt/runmycode-test/blob/master/ruby.rb">GitHub</a></li>
<li><a href="https://gitlab.com/shatgupt/runmycode-test/blob/master/ruby.rb">GitLab</a></li>
<li><a href="https://bitbucket.org/shatgupt/runmycode-test/src/master/ruby.rb">BitBucket</a></li>
<li><a href="https://gobyexample.com/hello-world">Go by Example</a></li>
<li><a href="https://gist.github.com/shatgupt/b76ebbf67c6a38d0decb686ff230dd04">GitHub Gist</a></li>
<li><a href="https://gitlab.com/snippets/1664532">GitLab Snippets</a></li>
<li><a href="https://bitbucket.org/snippets/shatgupt/jykE9">Bitbucket Snippets</a></li>
<li><a href="https://gobyexample.com/hello-world">Go by Example</a></li>
<li><a href="http://xahlee.info/php/list_basics.html">Xahlee</a></li>
<li><a href="http://www.learntosolveit.com/ruby/forloop.html">Learn To Solve It</a></li>
<li><a href="https://www.tutorialspoint.com/python3/python_basic_syntax.htm">Tutorials Point</a></li>
</ol>

<h4 id="permissions"><a href="#permissions">#</a> What permissions are requested by the browser extensions?</h4>
<p>Starting with v2, RMCO extensions only ask permission for GitHub by default. All other websites are optional and can be allowed on demand. Check your URL/tool bar for a blue RMCO icon on supported sites.</p>
<ul>
<li>Optional permissions for the above supported websites to allow extension to run code directly from there.</li>
<li><i>runmycode.online</i> - To auto-configure the extension.</li>
<li><i>api.runmycode.online</i> - To compile and run code.</li>
<li><i>tabs</i> - For detecting url change and page loading complete for single page apps like GitHub, BitBucket.</li>
<li><i>storage</i> - To store API URL and Key as extension options.</li>
</ul>

<h4 id="privacy-policy"><a href="#privacy-policy">#</a> Privacy Policy OR How is my data used/stored?</h4>
<ul>
<li>Only your name and email are accessed from auth provider and stored.</li>
Expand All @@ -124,7 +137,7 @@ <h4 id="source"><a href="#source">#</a> Where is the source code?</h4>
</ul>

<h4 id="contact"><a href="#contact">#</a> How do I contact you?</h4>
<p>Please email to <a href="mailto:[email protected]">[email protected]</a></p>
<p>Please email to <a href="mailto:[email protected]">[email protected]</a>.</p>
</main>

<footer>
Expand Down
3 changes: 3 additions & 0 deletions screenshots.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ <h3 class="text-center">Screenshots</h3>
<a href="screenshots/github-gist-edit.png"><img src="screenshots/github-gist-edit.png" title="Github Gist Edit"></a>
<a href="screenshots/bitbucket-snippets-edit.png"><img src="screenshots/bitbucket-snippets-edit.png" title="Bitbucket Snippets Edit"></a>
<a href="screenshots/codesheet.png"><img src="screenshots/codesheet.png" title="CodeSheet"></a>
<a href="screenshots/xahlee.png"><img src="screenshots/xahlee.png" title="Xahlee"></a>
<a href="screenshots/learntosolveit.png"><img src="screenshots/learntosolveit.png" title="Learn To Solve It"></a>
<a href="screenshots/tutorialspoint.png"><img src="screenshots/tutorialspoint.png" title="Tutorials Point"></a>
<a href="screenshots/bitbucket.png"><img src="screenshots/bitbucket.png" title="Bitbucket"></a>
</div>
</main>
Expand Down
Binary file added screenshots/learntosolveit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/tutorialspoint.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/xahlee.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3dfb6a1

Please sign in to comment.