Skip to content

Commit

Permalink
Updated some http URLs to https
Browse files Browse the repository at this point in the history
Also removed a very outdated README.txt about building a Windows
installer.
  • Loading branch information
bjorn committed Feb 12, 2020
1 parent 71f4ec6 commit d86facb
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 59 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Also, please consider adding a screenshot or video if it helps illustrate the is

First of all, look around the already open issues to see if the feature was already requested in some form. In that case it's better to comment on the existing feature instead.

If you're not entirely sure about what feature you need, consider to [post your problem on the forum](http://discourse.mapeditor.org/) instead.
If you're not entirely sure about what feature you need, consider to [post your problem on the forum](https://discourse.mapeditor.org/) instead.

In any case, be sure to describe the feature in enough detail, to consider its implications on existing parts of the software if relevant and to describe how it would help you in particular. Also, please consider including a mockup if the issue includes UI changes.

Expand Down
4 changes: 2 additions & 2 deletions LICENSE.APACHE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
https://www.apache.org/licenses/

TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

Expand Down Expand Up @@ -192,7 +192,7 @@
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0
https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
Expand Down
16 changes: 8 additions & 8 deletions dist/copr/tiled.spec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Release: 1%{?dist}
Summary: Tiled Map Editor
# tiled itself is GPLv2+, libtiled and tmxviewer are BSD
License: GPLv2+ and BSD
URL: http://www.mapeditor.org
URL: https://www.mapeditor.org
Source0: https://github.com/bjorn/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz

BuildRequires: pkgconfig(Qt5Core)
Expand All @@ -29,7 +29,7 @@ to view Tiled maps.
%package plugin-python
Summary: Python plugin for Tiled
License: GPLv2+
URL: http://www.mapeditor.org
URL: https://www.mapeditor.org
Requires: %{name} = %{epoch}:%{version}-%{release}
%description plugin-python
A plugin for tiled which allows to write Python plugins.
Expand All @@ -39,7 +39,7 @@ A plugin for tiled which allows to write Python plugins.
%package plugin-droidcraft
Summary: Droidcraft plugin for Tiled
License: GPLv2+
URL: http://www.mapeditor.org
URL: https://www.mapeditor.org
Requires: %{name} = %{epoch}:%{version}-%{release}
%description plugin-droidcraft
A plugin for tiled which allows to save maps as .dat droidcraft maps.
Expand All @@ -49,7 +49,7 @@ A plugin for tiled which allows to save maps as .dat droidcraft maps.
%package plugin-flare
Summary: Flare plugin for Tiled
License: GPLv2+
URL: http://www.mapeditor.org
URL: https://www.mapeditor.org
Requires: %{name} = %{epoch}:%{version}-%{release}
%description plugin-flare
A plugin for tiled which allows to save maps as .txt flare maps.
Expand All @@ -59,7 +59,7 @@ A plugin for tiled which allows to save maps as .txt flare maps.
%package plugin-replica-island
Summary: Replica Island plugin for Tiled
License: GPLv2+
URL: http://www.mapeditor.org
URL: https://www.mapeditor.org
Requires: %{name} = %{epoch}:%{version}-%{release}
%description plugin-replica-island
A plugin for tiled which allows to save maps as .bin Replica Island maps.
Expand All @@ -69,7 +69,7 @@ A plugin for tiled which allows to save maps as .bin Replica Island maps.
%package plugin-t-engine4
Summary: T-Engine4 plugin for Tiled
License: GPLv2+
URL: http://www.mapeditor.org
URL: https://www.mapeditor.org
Requires: %{name} = %{epoch}:%{version}-%{release}
%description plugin-t-engine4
A plugin for tiled which allows to export maps as .lua T-Engine4 maps.
Expand All @@ -79,7 +79,7 @@ A plugin for tiled which allows to export maps as .lua T-Engine4 maps.
%package plugin-defold
Summary: Defold plugin for Tiled
License: GPLv2+
URL: http://www.mapeditor.org
URL: https://www.mapeditor.org
Requires: %{name} = %{epoch}:%{version}-%{release}
%description plugin-defold
A plugin for tiled which allows to export maps as .tilemap Defold maps.
Expand All @@ -89,7 +89,7 @@ A plugin for tiled which allows to export maps as .tilemap Defold maps.
%package plugin-gmx
Summary: GameMaker Studio plugin for Tiled
License: GPLv2+
URL: http://www.mapeditor.org
URL: https://www.mapeditor.org
Requires: %{name} = %{epoch}:%{version}-%{release}
%description plugin-gmx
A plugin for tiled which allows to export maps as GameMaker Studio room files.
Expand Down
45 changes: 0 additions & 45 deletions dist/win/README.txt

This file was deleted.

4 changes: 2 additions & 2 deletions dist/win/installer.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<?define ProductName = "Tiled" ?>
<?define Manufacturer = "mapeditor.org" ?>
<?define UpgradeCode = "F7EEDD05-BBFC-4D6A-9BF6-98D3BA77F327" ?>
<?define WebsiteURL="http://www.mapeditor.org/" ?>
<?define WebsiteURL="https://www.mapeditor.org/" ?>

<?ifndef InstallRoot ?>
<?error InstallRoot must be defined ?>
Expand Down Expand Up @@ -48,7 +48,7 @@
<Property Id='DiskPrompt' Value="Tiled Installation [1]" />

<!-- Save the command line value INSTALLDIR and restore it later in the sequence or it will be overwritten by the value saved to the registry during an upgrade -->
<!-- http://robmensching.com/blog/posts/2010/5/2/the-wix-toolsets-remember-property-pattern/ -->
<!-- https://robmensching.com/blog/posts/2010/5/2/the-wix-toolsets-remember-property-pattern/ -->
<CustomAction Id='SaveCmdLineValueINSTALLDIR' Property='CMDLINE_INSTALLDIR' Value='[INSTALLDIR]' Execute='firstSequence' />
<CustomAction Id='SetFromCmdLineValueINSTALLDIR' Property='INSTALLDIR' Value='[CMDLINE_INSTALLDIR]' Execute='firstSequence' />
<InstallUISequence>
Expand Down
2 changes: 1 addition & 1 deletion util/java/libtiled-java/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This small library is BSD licensed. See the LICENSE.BSD file for details.
* Thorbjørn Lindeijer <[email protected]>
* Mike Thomas <[email protected]>

http://www.mapeditor.org/
https://www.mapeditor.org/


## Building
Expand Down

0 comments on commit d86facb

Please sign in to comment.