Skip to content

Commit

Permalink
- Updated wiki information in main README file
Browse files Browse the repository at this point in the history
- Updated all links to HTTPS in README files
  • Loading branch information
iarwain committed Sep 23, 2019
1 parent 35963f4 commit 194ea78
Show file tree
Hide file tree
Showing 4 changed files with 828 additions and 835 deletions.
27 changes: 15 additions & 12 deletions README.html
Original file line number Diff line number Diff line change
Expand Up @@ -736,17 +736,17 @@
<h1>
<a id="user-content-orx---portable-game-engine-version-110" class="anchor" href="#orx---portable-game-engine-version-110" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Orx - Portable Game Engine (Version 1.10)</h1>
<p>Email iarwain [at] orx-project.org to contact the author; or, better,
check <a href="http://orx-project.org" rel="nofollow">orx's homepage</a> for the most up-to-date contact information.
check <a href="https://orx-project.org" rel="nofollow">orx's homepage</a> for the most up-to-date contact information.
You can also come <a href="https://gitter.im/orx/orx" rel="nofollow">chat with us</a>
if you have any questions or comments.</p>
<p>This engine is licensed under the very permissive <a href="http://en.wikipedia.org/wiki/Zlib_License" rel="nofollow">zlib license</a>,
<p>This engine is licensed under the very permissive <a href="https://en.wikipedia.org/wiki/Zlib_License" rel="nofollow">zlib license</a>,
see the <a href="https://bitbucket.org/orx/orx/src/default/LICENSE" rel="nofollow">LICENSE</a> file for details.</p>
<h2>
<a id="user-content-summary" class="anchor" href="#summary" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Summary</h2>
<p><a href="http://orx-project.org" rel="nofollow">Orx</a> is a 2D-oriented, data-driven, portable game engine focused primarily on ease of use and powerful features.
<p><a href="https://orx-project.org" rel="nofollow">Orx</a> is a 2D-oriented, data-driven, portable game engine focused primarily on ease of use and powerful features.
See below for a list of supported platforms.</p>
<p>This is a release candidate for orx v1.10. If you find any bugs,
please report them on the <a href="http://forum.orx-project.org" rel="nofollow">forum</a>, in the "Bug report - Feature request" board,
please report them on the <a href="https://forum.orx-project.org" rel="nofollow">forum</a>, in the "Bug report - Feature request" board,
or via orx's <a href="https://bitbucket.org/orx/orx/issues?status=new&amp;status=open" rel="nofollow">issue page/tracker</a>.</p>
<p>Some notable features of the engine are:</p>
<ul>
Expand Down Expand Up @@ -777,13 +777,16 @@ <h2>
<li>plugin system</li>
<li>screenshot capture tool (supports bmp, png, jpg, tga and dds)</li>
</ul>
<p>See <a href="https://orx-project.org/wiki" rel="nofollow">orx's wiki</a> for detailed information, including:</p>
<ul>
<li>initial setup</li>
<li>beginner's guide</li>
<li>tools</li>
<li>samples</li>
<li>detailed tutorials (both official and community-made ones)</li>
</ul>
<p>See the <a href="https://bitbucket.org/orx/orx/src/default/doc/html" rel="nofollow">doc/html</a> directory for the doxygen documentation of orx's API.
The documentation for the latest release version is <a href="http://orx-project.org/orx/doc/html" rel="nofollow">available here</a> at orx's homepage.</p>
<p>You can find details about the tutorials (as well as community-made ones), the tools and the data-driven side of orx
(ie. how to use the config system) on <a href="http://wiki.orx-project.org" rel="nofollow">orx's wiki</a>.<br>
The English version is the most complete one.<br>
Chinese and Spanish translations are entirely written and maintained by community members,
and they might be less accurate/somewhat outdated.</p>
The documentation for the latest release version is <a href="https://orx-project.org/orx/doc/html" rel="nofollow">available here</a> at orx's homepage.</p>
<h2>
<a id="user-content-supported-platforms" class="anchor" href="#supported-platforms" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Supported Platforms</h2>
<p>The engine compiles and is tested for:</p>
Expand Down Expand Up @@ -831,7 +834,7 @@ <h2>
</ul>
<h2>
<a id="user-content-packages" class="anchor" href="#packages" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Packages</h2>
<p>You can download all the packages from <a href="http://orx.sf.net" rel="nofollow">sourceforge</a> or <a href="https://github.com/orx/orx/releases">github</a>.
<p>You can download all the packages from <a href="https://orx.sf.net" rel="nofollow">sourceforge</a> or <a href="https://github.com/orx/orx/releases">github</a>.
Here is a list with a small description for each package.</p>
<ul>
<li>
Expand Down Expand Up @@ -1040,7 +1043,7 @@ <h2>
<h2>
<a id="user-content-comments" class="anchor" href="#comments" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Comments</h2>
<p>If you have any questions, comments, ideas or reviews, feel free to either
post them on <a href="http://forum.orx-project.org" rel="nofollow">orx's forum</a>,
post them on <a href="https://forum.orx-project.org" rel="nofollow">orx's forum</a>,
come <a href="https://gitter.im/orx/orx" rel="nofollow">chat with us</a>
or send them directly by email to iarwain [at] orx-project.org</p>
<p>Enjoy!</p>
Expand Down
27 changes: 14 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,22 @@ Orx - Portable Game Engine (Version 1.10)


Email iarwain [at] orx-project.org to contact the author; or, better,
check [orx's homepage](http://orx-project.org) for the most up-to-date contact information.
check [orx's homepage](https://orx-project.org) for the most up-to-date contact information.
You can also come [chat with us](https://gitter.im/orx/orx)
if you have any questions or comments.

This engine is licensed under the very permissive [zlib license](http://en.wikipedia.org/wiki/Zlib_License),
This engine is licensed under the very permissive [zlib license](https://en.wikipedia.org/wiki/Zlib_License),
see the [LICENSE](https://bitbucket.org/orx/orx/src/default/LICENSE) file for details.


Summary
-------

[Orx](http://orx-project.org) is a 2D-oriented, data-driven, portable game engine focused primarily on ease of use and powerful features.
[Orx](https://orx-project.org) is a 2D-oriented, data-driven, portable game engine focused primarily on ease of use and powerful features.
See below for a list of supported platforms.

This is a release candidate for orx v1.10. If you find any bugs,
please report them on the [forum](http://forum.orx-project.org), in the "Bug report - Feature request" board,
please report them on the [forum](https://forum.orx-project.org), in the "Bug report - Feature request" board,
or via orx's [issue page/tracker](https://bitbucket.org/orx/orx/issues?status=new&status=open).

Some notable features of the engine are:
Expand Down Expand Up @@ -54,14 +54,15 @@ Some notable features of the engine are:
- plugin system
- screenshot capture tool (supports bmp, png, jpg, tga and dds)

See the [doc/html](https://bitbucket.org/orx/orx/src/default/doc/html) directory for the doxygen documentation of orx's API.
The documentation for the latest release version is [available here](http://orx-project.org/orx/doc/html) at orx's homepage.
See [orx's wiki](https://orx-project.org/wiki) for detailed information, including:
- initial setup
- beginner's guide
- tools
- samples
- detailed tutorials (both official and community-made ones)

You can find details about the tutorials (as well as community-made ones), the tools and the data-driven side of orx
(ie. how to use the config system) on [orx's wiki](http://wiki.orx-project.org).
The English version is the most complete one.
Chinese and Spanish translations are entirely written and maintained by community members,
and they might be less accurate/somewhat outdated.
See the [doc/html](https://bitbucket.org/orx/orx/src/default/doc/html) directory for the doxygen documentation of orx's API.
The documentation for the latest release version is [available here](https://orx-project.org/orx/doc/html) at orx's homepage.


Supported Platforms
Expand Down Expand Up @@ -119,7 +120,7 @@ Some tools (precompiled binaries only) are also shipped with the dev packages:
Packages
--------

You can download all the packages from [sourceforge](http://orx.sf.net) or [github](https://github.com/orx/orx/releases).
You can download all the packages from [sourceforge](https://orx.sf.net) or [github](https://github.com/orx/orx/releases).
Here is a list with a small description for each package.

- `orx-doc-1.10.zip` : orx's API doxygen documentation
Expand Down Expand Up @@ -239,7 +240,7 @@ Comments
--------

If you have any questions, comments, ideas or reviews, feel free to either
post them on [orx's forum](http://forum.orx-project.org),
post them on [orx's forum](https://forum.orx-project.org),
come [chat with us](https://gitter.im/orx/orx)
or send them directly by email to iarwain [at] orx-project.org

Expand Down
Loading

0 comments on commit 194ea78

Please sign in to comment.