Changeset 31923 in osm


Ignore:
Timestamp:
2016-01-03T15:44:33+01:00 (9 years ago)
Author:
donvip
Message:

[josm_plugins] use https links to OSM wiki

Location:
applications/editors/josm/plugins
Files:
74 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/ColumbusCSV/build.xml

    r30768 r31923  
    1010    <property name="plugin.class" value="org.openstreetmap.josm.plugins.columbusCSV.ColumbusCSVPlugin"/>
    1111    <property name="plugin.description" value="Imports proprietary CSV files of the Columbus/Visiontac V-900 GPS logger into a GPX layer."/>
    12     <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/ColumbusCSV"/>
     12    <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/ColumbusCSV"/>
    1313    <!-- Plugin icon -->
    1414    <property name="plugin.icon" value="images/colcsvicon.png"/>
  • applications/editors/josm/plugins/CommandLine/build.xml

    r31869 r31923  
    1313    <property name="plugin.description" value="Implements a command line and enables to create your commands. See link for standard commands (arc, circle etc.)"/>
    1414    <property name="plugin.icon" value="images/commandline.png"/>
    15     <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/CommandLine"/>
     15    <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/CommandLine"/>
    1616
    1717    <!-- ** include targets that all plugins have in common ** -->
  • applications/editors/josm/plugins/Create_grid_of_ways/build.xml

    r30416 r31923  
    1313    <property name="plugin.description" value="Create a grid of ways."/>
    1414    <property name="plugin.icon" value="images/creategridofways.png"/>
    15     <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/Create_grid_of_ways"/>
     15    <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/Create_grid_of_ways"/>
    1616
    1717    <!-- ** include targets that all plugins have in common ** -->
  • applications/editors/josm/plugins/DirectUpload/build.xml

    r31871 r31923  
    1414    <property name="plugin.description" value="This plugin directly upload GPS Traces from current active layer in JOSM to openstreetmap.org."/>
    1515    <property name="plugin.icon" value="images/UploadAction.png"/>
    16     <property name="plugin.link" value="http://wiki.openstreetmap.org/index.php/User:Subhodip/GSoC_Doc#DirectUpload_Plugin_in_JOSM_:"/>
     16    <property name="plugin.link" value="https://wiki.openstreetmap.org/index.php/User:Subhodip/GSoC_Doc#DirectUpload_Plugin_in_JOSM_:"/>
    1717    <!--<property name="plugin.early" value="..."/>-->
    1818    <!--<property name="plugin.requires" value="..."/>-->
  • applications/editors/josm/plugins/ElevationProfile/build.xml

    r31574 r31923  
    1313    <property name="plugin.description" value="Shows the elevation profile and some statistical data of a GPX track."/>
    1414    <property name="plugin.icon" value="images/elevation.png"/>
    15     <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/ElevationProfile"/>
     15    <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/ElevationProfile"/>
    1616
    1717    <!-- ** include targets that all plugins have in common ** -->
  • applications/editors/josm/plugins/FastDraw/build.xml

    r31265 r31923  
    1313    <property name="plugin.description" value="Fast drawing ways by mouse"/>
    1414    <property name="plugin.icon" value="images/favicon.png"/>
    15     <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/FastDraw"/>
     15    <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/FastDraw"/>
    1616
    1717    <!-- ** include targets that all plugins have in common ** -->
  • applications/editors/josm/plugins/FixAddresses/build.xml

    r30416 r31923  
    1313    <property name="plugin.description" value="Finds and fixes invalid street addresses in a comfortable way."/>
    1414    <property name="plugin.icon" value="images/fixaddresses.png"/>
    15     <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/FixAddresses"/>
     15    <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/FixAddresses"/>
    1616
    1717    <!-- ** include targets that all plugins have in common ** -->
  • applications/editors/josm/plugins/ImportImagePlugin/build.xml

    r31757 r31923  
    1111    <property name="plugin.description" value="Plugin for importing spatial referenced images"/>
    1212    <property name="plugin.icon" value="images/layericon.png"/>
    13     <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/ImportImagePlugin"/>
     13    <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/ImportImagePlugin"/>
    1414    <property name="plugin.requires" value="log4j;jts;ejml;geotools"/>
    1515   
  • applications/editors/josm/plugins/NanoLog/build.xml

    r30527 r31923  
    1111    <property name="plugin.icon" value="images/nanolog.png"/>
    1212        <property name="plugin.description.ru" value="Загрузчик слоя NanoLog"/>
    13         <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/NanoLog"/>
    14         <property name="plugin.link.ru" value="http://wiki.openstreetmap.org/wiki/RU:NanoLog"/>
     13        <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/NanoLog"/>
     14        <property name="plugin.link.ru" value="https://wiki.openstreetmap.org/wiki/RU:NanoLog"/>
    1515
    1616    <!-- ** include targets that all plugins have in common ** -->
  • applications/editors/josm/plugins/OSMRecPlugin/build.xml

    r31699 r31923  
    1313    <property name="plugin.description" value="Recommends categories/tags on newly created OSM entities by analysing spatial entities into training features and using SVM classification"/>
    1414    <property name="plugin.icon" value="images/dialogs/logo-osmrec.png"/>
    15     <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/OSMRec"/>
     15    <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/OSMRec"/>
    1616    <property name="plugin.requires" value="log4j;apache-commons;jts;geotools"/>
    1717   
  • applications/editors/josm/plugins/OSMRecPlugin/resources/files/owl.xml

    r31106 r31923  
    1042910429        <label xmlns="http://www.w3.org/2000/01/rdf-schema#" xml:lang="it">Prato alpino</label>
    1043010430        <label xmlns="http://www.w3.org/2000/01/rdf-schema#" xml:lang="tl">Pulak</label>
    10431         <label xmlns="http://www.w3.org/2000/01/rdf-schema#" xml:lang="cs">See http://wiki.openstreetmap.org/wiki/Tag:natural=fell</label>
     10431        <label xmlns="http://www.w3.org/2000/01/rdf-schema#" xml:lang="cs">See https://wiki.openstreetmap.org/wiki/Tag:natural=fell</label>
    1043210432        <label xmlns="http://www.w3.org/2000/01/rdf-schema#" xml:lang="fi">Tunturi</label>
    1043310433        <label xmlns="http://www.w3.org/2000/01/rdf-schema#" xml:lang="sl">Višinski travnik</label>
  • applications/editors/josm/plugins/OpeningHoursEditor/build.xml

    r30962 r31923  
    1010    <property name="plugin.description" value="extended options for editing opening_hours"/>
    1111    <property name="plugin.icon" value="images/opening_hours.png"/>
    12     <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpeningHoursEditor"/>
     12    <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpeningHoursEditor"/>
    1313    <property name="plugin.canloadatruntime" value="true"/>
    1414
  • applications/editors/josm/plugins/addrinterpolation/build.xml

    r30416 r31923  
    1313    <property name="plugin.description" value="Group common Address Interpolation inputs in a single dialog, as well as an option to automatically generate individual house number nodes from a Way."/>
    1414    <property name="plugin.icon" value="images/AddrInterpolation.png"/>
    15     <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/AddrInterpolation"/>
     15    <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/AddrInterpolation"/>
    1616
    1717    <!-- ** include targets that all plugins have in common ** -->
  • applications/editors/josm/plugins/alignways/build.xml

    r30550 r31923  
    1313    <property name="plugin.description" value="Makes a pair of selected way segments parallel by rotating one of them around a chosen pivot."/>
    1414    <property name="plugin.icon" value="images/alignways.png"/>
    15     <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/AlignWayS"/>
     15    <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/AlignWayS"/>
    1616
    1717    <!-- ** include targets that all plugins have in common ** -->
  • applications/editors/josm/plugins/buildings_tools/build.xml

    r31640 r31923  
    1313    <property name="plugin.description" value="Tools for drawing buildings."/>
    1414    <property name="plugin.icon" value="images/mapmode/building.png"/>
    15     <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/BuildingsTools"/>
     15    <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/BuildingsTools"/>
    1616    <property name="plugin.canloadatruntime" value="true"/>
    1717
  • applications/editors/josm/plugins/cadastre-fr/build.xml

    r30703 r31923  
    1313    <property name="plugin.description" value="A special handler for the French land registry WMS server."/>
    1414    <property name="plugin.icon" value="images/preferences/cadastrewms.png"/>
    15     <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/FR:JOSM/Fr:Plugin/Cadastre"/>
     15    <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/FR:JOSM/Fr:Plugin/Cadastre"/>
    1616    <property name="plugin.stage" value="60"/>
    1717    <property name="plugin.requires" value="jts;geotools"/>
  • applications/editors/josm/plugins/czechaddress/build.xml

    r31768 r31923  
    3131            <attribute name="Plugin-Date" value="${version.entry.commit.date}"/>
    3232            <attribute name="Plugin-Description" value="Creating and handling address nodes and buildings within Czech Republic."/>
    33             <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/wiki/CS:JOSM/Plugins/CzechAddress"/>
     33            <attribute name="Plugin-Link" value="https://wiki.openstreetmap.org/wiki/CS:JOSM/Plugins/CzechAddress"/>
    3434            <attribute name="Plugin-Icon" value="images/preferences/czech_flag.png"/>
    3535            <attribute name="Plugin-Mainversion" value="7001"/>
  • applications/editors/josm/plugins/download_along/build.xml

    r30416 r31923  
    1313    <property name="plugin.description" value="Downloads OSM data along a way"/>
    1414    <property name="plugin.icon" value="images/download_along.png"/>
    15     <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/DownloadAlong"/>
     15    <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/DownloadAlong"/>
    1616    <!--<property name="plugin.early" value="..."/>-->
    1717    <!--<property name="plugin.requires" value="..."/>-->
  • applications/editors/josm/plugins/editgpx/build.xml

    r30416 r31923  
    1313    <property name="plugin.description" value="Allows the user to anonymize timestamps and delete parts of huge GPX tracks very fast."/>
    1414    <property name="plugin.icon" value="images/mapmode/editgpx_mode.png"/>
    15     <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/EditGpx"/>
     15    <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/EditGpx"/>
    1616
    1717    <!-- ** include targets that all plugins have in common ** -->
  • applications/editors/josm/plugins/epci-fr/build.xml

    r31017 r31923  
    1414    <!--<property name="plugin.icon" value="..."/>-->
    1515    <property name="plugin.canloadatruntime" value="true"/>
    16     <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/FR:JOSM/Fr:Plugin/EPCI-fr"/>
     16    <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/FR:JOSM/Fr:Plugin/EPCI-fr"/>
    1717    <property name="plugin.early" value="true"/>
    1818    <!--<property name="plugin.requires" value="..."/>-->
  • applications/editors/josm/plugins/ext_tools/build.xml

    r31768 r31923  
    7474                <attribute name="Plugin-Description" value="Use external scripts in JOSM"/>
    7575                <attribute name="Plugin-Icon" value="images/ext.png"/>
    76                 <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/ExtTools"/>
     76                <attribute name="Plugin-Link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/ExtTools"/>
    7777                <attribute name="Plugin-Mainversion" value="${plugin.main.version}"/>
    7878                <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>
  • applications/editors/josm/plugins/geochat/build.xml

    r31056 r31923  
    1111    <property name="plugin.description" value="Talk with users editing the map nearby, be notified when someone comes close."/>
    1212    <property name="plugin.icon" value="images/dialogs/geochat.png"/>
    13     <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/GeoChat"/>
     13    <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/GeoChat"/>
    1414        <property name="plugin.canloadatruntime" value="true"/>
    1515
     
    1818            <attribute name="ru_Author" value="Илья Зверев"/>
    1919            <attribute name="ru_Plugin-Description" value="Панель для общения с редактирующими карту поблизости, а также способ узнать, когда кто-то собирается править окрестности."/>
    20             <attribute name="ru_Plugin_Link" value="http://wiki.openstreetmap.org/wiki/RU:JOSM/Plugins/GeoChat"/>
     20            <attribute name="ru_Plugin_Link" value="https://wiki.openstreetmap.org/wiki/RU:JOSM/Plugins/GeoChat"/>
    2121        </manifest>
    2222    </target>
  • applications/editors/josm/plugins/gpsblam/build.xml

    r31768 r31923  
    5151                <attribute name="Plugin-Description" value="Analyse a set of GPS points to obtain its centre and direction of spread."/>
    5252                <attribute name="Plugin-Icon" value="images/mapmode/gpsblam_mode.png"/>
    53                 <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/GPSBlam"/>
     53                <attribute name="Plugin-Link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/GPSBlam"/>
    5454                <attribute name="Plugin-Mainversion" value="${plugin.main.version}"/>
    5555                <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>
  • applications/editors/josm/plugins/gpxfilter/build.xml

    r30416 r31923  
    1010    <property name="plugin.description" value="Allows to filter out unnecessary GPS tracks"/>
    1111<!--    <property name="plugin.icon" value="images/preferences/walkingpapers.png"/>-->
    12     <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/GPXFilter"/>
     12    <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/GPXFilter"/>
    1313
    1414    <!-- ** include targets that all plugins have in common ** -->
  • applications/editors/josm/plugins/graphview/build.xml

    r30550 r31923  
    1111    <property name="plugin.description" value="Visualizes routing information as a routing graph."/>
    1212    <property name="plugin.icon" value="images/preferences/graphview.png"/>
    13     <property name="plugin.link" value="http://wiki.openstreetmap.org/index.php/JOSM/Plugins/Graphview"/>
     13    <property name="plugin.link" value="https://wiki.openstreetmap.org/index.php/JOSM/Plugins/Graphview"/>
    1414
    1515    <!-- ** include targets that all plugins have in common ** -->
  • applications/editors/josm/plugins/graphview/resources/accessRuleset.xml

    r30041 r31923  
    6060                       
    6161                <!-- implications based on
    62                      http://wiki.openstreetmap.org/wiki/OSM_tags_for_routing/Access-Restrictions
     62                     https://wiki.openstreetmap.org/wiki/OSM_tags_for_routing/Access-Restrictions
    6363                     section Default  -->
    6464       
  • applications/editors/josm/plugins/graphview/resources/accessRuleset_de.xml

    r30041 r31923  
    6060                       
    6161                <!-- implications based on
    62                      http://wiki.openstreetmap.org/wiki/OSM_tags_for_routing/Access-Restrictions
     62                     https://wiki.openstreetmap.org/wiki/OSM_tags_for_routing/Access-Restrictions
    6363                     section Germany  -->
    6464       
  • applications/editors/josm/plugins/imagery-xml-bounds/build.xml

    r31530 r31923  
    1414    <property name="plugin.canloadatruntime" value="true"/>
    1515    <property name="plugin.icon" value="images/xml_24.png"/>
    16     <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/Imagery-XML-Bounds"/>
     16    <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/Imagery-XML-Bounds"/>
    1717
    1818    <!-- ** include targets that all plugins have in common ** -->
  • applications/editors/josm/plugins/imagery_offset_db/build.xml

    r31056 r31923  
    1212    <property name="plugin.description" value="Database of imagery offsets: share and aquire imagery offsets with one button."/>
    1313    <property name="plugin.icon" value="images/iodb.png"/>
    14     <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/Imagery_Offset_Database"/>
     14    <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/Imagery_Offset_Database"/>
    1515
    1616    <target name="additional-manifest">
     
    1818            <attribute name="ru_Author" value="Илья Зверев"/>
    1919            <attribute name="ru_Plugin-Description" value="База данных смещений подложек: загружайте и делитесь смещениями одной кнопкой."/>
    20             <attribute name="ru_Plugin-Link" value="http://wiki.openstreetmap.org/wiki/RU:Imagery_Offset_Database"/>
     20            <attribute name="ru_Plugin-Link" value="https://wiki.openstreetmap.org/wiki/RU:Imagery_Offset_Database"/>
    2121        </manifest>
    2222    </target>
  • applications/editors/josm/plugins/imageryadjust/build.xml

    r30416 r31923  
    88    <property name="plugin.description" value="WMSPlugin-style imagery adjustment mapmode"/>
    99    <property name="plugin.icon" value="images/mapmode/adjustimg.png"/>
    10     <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/ImageryAdjust"/>
     10    <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/ImageryAdjust"/>
    1111
    1212    <!-- ** include targets that all plugins have in common ** -->
  • applications/editors/josm/plugins/imagewaypoint/build.xml

    r30416 r31923  
    1313    <property name="plugin.description" value="Another plugin to match images to the waypoints in a GPX file. A match is made when the ''name'', ''cmt'' or ''desc'' attribute of a waypoint tag matches the filename of an image."/>
    1414    <property name="plugin.icon" value="images/dialogs/imagewaypoint.png"/>
    15     <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/ImageWayPoint"/>
     15    <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/ImageWayPoint"/>
    1616
    1717    <!-- ** include targets that all plugins have in common ** -->
  • applications/editors/josm/plugins/importvec/build.xml

    r30416 r31923  
    1010    <property name="plugin.description" value="Import vector graphics (SVG)"/>
    1111    <!-- <property name="plugin.icon" value=""/> -->
    12     <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/ImportVec"/>
     12    <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/ImportVec"/>
    1313
    1414    <!-- ** include targets that all plugins have in common ** -->
  • applications/editors/josm/plugins/infomode/build.xml

    r31768 r31923  
    7171                <attribute name="Plugin-Description" value="Extra information about current layer objects pop ups - currently GPX trackpoint info"/>
    7272                <attribute name="Plugin-Icon" value="images/mapmode/infomode.png"/>
    73                 <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/InfoMode"/>
    74                 <attribute name="ru_Plugin-Link" value="http://wiki.openstreetmap.org/wiki/RU:JOSM/Plugins/InfoMode"/>
     73                <attribute name="Plugin-Link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/InfoMode"/>
     74                <attribute name="ru_Plugin-Link" value="https://wiki.openstreetmap.org/wiki/RU:JOSM/Plugins/InfoMode"/>
    7575                <attribute name="Plugin-Mainversion" value="${plugin.main.version}"/>
    7676                <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>
  • applications/editors/josm/plugins/junctionchecking/build.xml

    r30664 r31923  
    1212    <property name="plugin.description" value="creates a channel digraph and checks a subset of channels if it is a junction or searches in a subset of channels for junctions"/>
    1313    <property name="plugin.icon" value="images/dialogs/junctionchecker.png"/>
    14     <property name="plugin.link" value="http://wiki.openstreetmap.org/index.php/JOSM/Plugins/JunctionChecking"/>
     14    <property name="plugin.link" value="https://wiki.openstreetmap.org/index.php/JOSM/Plugins/JunctionChecking"/>
    1515
    1616    <!-- ** include targets that all plugins have in common ** -->
  • applications/editors/josm/plugins/livegps/build.xml

    r30416 r31923  
    1111    <property name="plugin.description" value="Support live GPS input (moving dot) through a connection to gpsd server."/>
    1212    <property name="plugin.icon" value="images/dialogs/livegps.png"/>
    13     <property name="plugin.link" value="http://wiki.openstreetmap.org/index.php/JOSM/Plugins/LiveGPS"/>
     13    <property name="plugin.link" value="https://wiki.openstreetmap.org/index.php/JOSM/Plugins/LiveGPS"/>
    1414    <property name="plugin.stage" value="50"/>
    1515   
  • applications/editors/josm/plugins/mapdust/build.xml

    r31768 r31923  
    5858                <attribute name="Plugin-Date" value="${version.entry.commit.date}"/>
    5959                <attribute name="Plugin-Description" value="The MapDust Plug-In shows the MapDust bug reports on the map. You can create, close,invalidate, re-open and comment bug reports by using this plugin."/>
    60                 <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/MapDust"/>
     60                <attribute name="Plugin-Link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/MapDust"/>
    6161                <attribute name="Plugin-Mainversion" value="${plugin.main.version}"/>
    6262                <attribute name="Plugin-Requires" value="gson"/>
  • applications/editors/josm/plugins/michigan_left/build.xml

    r30416 r31923  
    1313    <property name="plugin.description" value="Adds no left turn for sets of 4 or 5 ways"/>
    1414    <property name="plugin.icon" value="images/michigan_left.png"/>
    15     <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/MichiganLeft"/>
     15    <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/MichiganLeft"/>
    1616
    1717    <!-- ** include targets that all plugins have in common ** -->
  • applications/editors/josm/plugins/namemanager/build.xml

    r30772 r31923  
    1414    <property name="plugin.pl_description" value="Pozwala na dodawanie, edycję i usuwanie tagów znajdujących się we wskazanym obszarze na raz"/>
    1515<!--    <property name="plugin.icon" value="images/michigan_left.png"/>
    16     <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/MichiganLeft"/>-->
     16    <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/MichiganLeft"/>-->
    1717
    1818    <!-- ** include targets that all plugins have in common ** -->
  • applications/editors/josm/plugins/native-password-manager/build.xml

    r30822 r31923  
    1010    <property name="plugin.description" value="Use your system''s password manager to store the API username and password. (KWallet and gnome-keyring are supported.)"/>
    1111    <property name="plugin.icon" value="images/lock24x24.png"/>
    12     <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/Native_Password_Manager"/>
     12    <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/Native_Password_Manager"/>
    1313    <property name="plugin.requires" value="jna"/>
    1414
  • applications/editors/josm/plugins/opendata/build.xml

    r31766 r31923  
    77    <property name="plugin.icon" value="images/dialogs/o24.png"/>
    88    <property name="plugin.canloadatruntime" value="true"/>
    9     <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpenData"/>
     9    <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpenData"/>
    1010    <property name="plugin.requires" value="apache-commons;jts;ejml;geotools;utilsplugin2"/>
    1111
  • applications/editors/josm/plugins/opendata/modules/00_module_dir_template/build.xml

    r31768 r31923  
    116116                <attribute name="Module-Description" value="A description for your module"/>
    117117                <attribute name="Module-Icon" value="images/dialogs/your_image_of_24_px.png"/>
    118                 <attribute name="Module-Link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpenData/YourModule"/>
     118                <attribute name="Module-Link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpenData/YourModule"/>
    119119                <attribute name="Module-Version" value="${version.entry.commit.revision}"/>
    120120            </manifest>
  • applications/editors/josm/plugins/opendata/modules/be.bruxelles/build.xml

    r31768 r31923  
    9393                <attribute name="Module-Description" value="Bruxelles"/>
    9494                <attribute name="Module-Icon" value="images/data.be.bruxelles_24.png"/>
    95                 <!--<attribute name="Module-Link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpenData/Bruxelles"/>-->
     95                <!--<attribute name="Module-Link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpenData/Bruxelles"/>-->
    9696                <attribute name="Module-Version" value="${version.entry.commit.revision}"/>
    9797            </manifest>
  • applications/editors/josm/plugins/opendata/modules/be.datagovbe/build.xml

    r31768 r31923  
    9393                <attribute name="Module-Description" value="Belgian Open Data initiative"/>
    9494                <attribute name="Module-Icon" value="images/be24.png"/>
    95                 <!--<attribute name="Module-Link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpenData/Datagov.be"/>-->
     95                <!--<attribute name="Module-Link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpenData/Datagov.be"/>-->
    9696                <attribute name="Module-Version" value="${version.entry.commit.revision}"/>
    9797            </manifest>
  • applications/editors/josm/plugins/opendata/modules/fr.cg41/build.xml

    r31768 r31923  
    9393                <attribute name="Module-Description" value="CG41 - Loir-et-Cher"/>
    9494                <attribute name="Module-Icon" value="images/data.fr.cg41_24.png"/>
    95                 <!--<attribute name="Module-Link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpenData/CG41"/>-->
     95                <!--<attribute name="Module-Link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpenData/CG41"/>-->
    9696                <attribute name="Module-Version" value="${version.entry.commit.revision}"/>
    9797            </manifest>
  • applications/editors/josm/plugins/opendata/modules/fr.datagouvfr/build.xml

    r31768 r31923  
    9393                <attribute name="Module-Description" value="data.gouv.fr"/>
    9494                <attribute name="Module-Icon" value="images/fr24.png"/>
    95                 <attribute name="Module-Link" value="http://wiki.openstreetmap.org/wiki/WikiProject_France/data.gouv.fr"/>
     95                <attribute name="Module-Link" value="https://wiki.openstreetmap.org/wiki/WikiProject_France/data.gouv.fr"/>
    9696                <attribute name="Module-Version" value="${version.entry.commit.revision}"/>
    9797            </manifest>
  • applications/editors/josm/plugins/opendata/modules/fr.lemans/build.xml

    r31768 r31923  
    9393                <attribute name="Module-Description" value="Informations publiques du Mans Métropole."/>
    9494                <!--<attribute name="Module-Icon" value="images/dialogs/your_image_of_24_px.png"/>
    95                 <attribute name="Module-Link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpenData/YourModule"/>-->
     95                <attribute name="Module-Link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpenData/YourModule"/>-->
    9696                <attribute name="Module-Version" value="${version.entry.commit.revision}"/>
    9797            </manifest>
  • applications/editors/josm/plugins/opendata/modules/fr.paca/build.xml

    r31768 r31923  
    9393                <attribute name="Module-Description" value="A description for your module"/>
    9494                <attribute name="Module-Icon" value="images/dialogs/your_image_of_24_px.png"/>
    95                 <attribute name="Module-Link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpenData/YourModule"/>
     95                <attribute name="Module-Link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpenData/YourModule"/>
    9696                <attribute name="Module-Version" value="${version.entry.commit.revision}"/>
    9797            </manifest>
  • applications/editors/josm/plugins/opendata/modules/fr.paris/build.xml

    r31768 r31923  
    9797                <attribute name="Module-Description" value="Paris"/>
    9898                <attribute name="Module-Icon" value="images/data.fr.paris_24.png"/>
    99                 <!--<attribute name="Module-Link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpenData/Paris"/>-->
     99                <!--<attribute name="Module-Link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpenData/Paris"/>-->
    100100                <attribute name="Module-Version" value="${version.entry.commit.revision}"/>
    101101            </manifest>
  • applications/editors/josm/plugins/opendata/modules/fr.sncf/build.xml

    r31768 r31923  
    9393                <attribute name="Module-Description" value="SNCF"/>
    9494                <attribute name="Module-Icon" value="images/data.fr.sncf_24.png"/>
    95                 <!--<attribute name="Module-Link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpenData/SNCF"/>-->
     95                <!--<attribute name="Module-Link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpenData/SNCF"/>-->
    9696                <attribute name="Module-Version" value="${version.entry.commit.revision}"/>
    9797            </manifest>
  • applications/editors/josm/plugins/opendata/modules/fr.toulouse/build.xml

    r31768 r31923  
    9595                <attribute name="Module-Description" value="Toulouse"/>
    9696                <attribute name="Module-Icon" value="images/data.fr.toulouse_24.png"/>
    97                 <attribute name="Module-Link" value="http://wiki.openstreetmap.org/wiki/Toulouse/ToulouseMetropoleData"/>
     97                <attribute name="Module-Link" value="https://wiki.openstreetmap.org/wiki/Toulouse/ToulouseMetropoleData"/>
    9898                <attribute name="Module-Version" value="${version.entry.commit.revision}"/>
    9999            </manifest>
  • applications/editors/josm/plugins/pbf/build.xml

    r31010 r31923  
    1010    <!--<property name="plugin.icon" value="images/pbf_24.png"/>-->
    1111    <property name="plugin.canloadatruntime" value="true"/>
    12     <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/PBF"/>
     12    <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/PBF"/>
    1313
    1414    <!-- ** include targets that all plugins have in common ** -->
  • applications/editors/josm/plugins/photo_geotagging/build.xml

    r31677 r31923  
    1111    <property name="plugin.description" value="Write gps position info to the image file header. Run this feature from the right click menu of the image layer."/>
    1212    <property name="plugin.icon" value="images/geotagging.png"/>
    13     <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/Photo_Geotagging"/>
     13    <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/Photo_Geotagging"/>
    1414    <property name="plugin.canloadatruntime" value="true"/>
    1515    <property name="plugin.requires" value="apache-commons"/>
  • applications/editors/josm/plugins/photoadjust/build.xml

    r31922 r31923  
    1414    <property name="plugin.description" value="Make photos movable and position them on the map."/>
    1515    <property name="plugin.icon" value="images/photoadjust.png"/>
    16     <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/PhotoAdjust"/>
     16    <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/PhotoAdjust"/>
    1717    <!--<property name="plugin.early" value="..."/>-->
    1818    <!--<property name="plugin.requires" value="..."/>-->
  • applications/editors/josm/plugins/poly/build.xml

    r31056 r31923  
    1414    <property name="plugin.description" value="Read and write osmosis poly filter files"/>
    1515    <!--<property name="plugin.icon" value="images/..."/>-->
    16     <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/Osmosis/Polygon_Filter_File_Format"/>
     16    <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/Osmosis/Polygon_Filter_File_Format"/>
    1717    <!--<property name="plugin.early" value="..."/>-->
    1818    <!--<property name="plugin.requires" value="..."/>-->
  • applications/editors/josm/plugins/proj4j/build.xml

    r30483 r31923  
    99    <property name="plugin.class"  value="org.openstreetmap.josm.plugins.proj4j.Proj4J"/>
    1010    <property name="plugin.description" value="adds projections from Proj4J"/>
    11     <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/Proj4J"/>
     11    <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/Proj4J"/>
    1212        <property name="plugin.early" value="true"/>
    1313
  • applications/editors/josm/plugins/public_transport/build.xml

    r31114 r31923  
    1111    <property name="plugin.description" value="This plugin simplifies the mapping and editing of public transport routes."/>
    1212    <!-- <property name="plugin.icon" value=""/> -->
    13     <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/public_transport"/>
     13    <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/public_transport"/>
    1414
    1515    <!-- ** include targets that all plugins have in common ** -->
  • applications/editors/josm/plugins/reltoolbox/build.xml

    r31056 r31923  
    1010    <property name="plugin.description" value="Relation and multipolygon creating and editing panel."/>
    1111    <property name="plugin.icon" value="images/reltoolbox.png"/>
    12     <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/Relation_Toolbox"/>
     12    <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/Relation_Toolbox"/>
    1313    <property name="plugin.stage" value="10"/>
    1414        <property name="plugin.canloadatruntime" value="true"/>
  • applications/editors/josm/plugins/reverter/build.xml

    r31897 r31923  
    1313    <property name="plugin.description" value="Plugin for reverting changesets"/>
    1414    <property name="plugin.icon" value="images/revert-changeset.png"/>
    15     <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/Reverter"/>
     15    <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/Reverter"/>
    1616    <property name="plugin.canloadatruntime" value="true"/>
    1717    <property name="plugin.stage" value="5"/>
  • applications/editors/josm/plugins/roadsigns/build.xml

    r31768 r31923  
    4747                <attribute name="Plugin-Description" value="Plugin for tagging of objects based on a selection of road signs. The dialog can be opened by clicking a small icon in the upper right corner of the properties window. Available country presets: Belgium, Germany, Poland, Slovakia, Spain."/>
    4848                <attribute name="Plugin-Icon" value="images/pref/roadsigns.png"/>
    49                 <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/RoadSigns"/>
     49                <attribute name="Plugin-Link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/RoadSigns"/>
    5050                <attribute name="Plugin-Mainversion" value="${plugin.main.version}"/>
    5151                <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>
  • applications/editors/josm/plugins/routing/build.xml

    r31768 r31923  
    6464                <attribute name="Plugin-Description" value="Provides routing capabilities."/>
    6565                <attribute name="Plugin-Icon" value="images/preferences/routing.png"/>
    66                 <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/index.php/JOSM/Plugins/Routing"/>
     66                <attribute name="Plugin-Link" value="https://wiki.openstreetmap.org/index.php/JOSM/Plugins/Routing"/>
    6767                <attribute name="Plugin-Mainversion" value="${plugin.main.version}"/>
    6868                <attribute name="Plugin-Stage" value="50"/>
  • applications/editors/josm/plugins/simplifyarea/build.xml

    r30962 r31923  
    1313    <property name="plugin.description" value="Simplify area by removing nodes on very obtuse angles. This can be constrained by maximum removed area size. Also average nearby nodes."/>
    1414    <property name="plugin.icon" value="images/preferences/simplifyArea.png"/>
    15     <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/SimplifyArea"/>
     15    <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/SimplifyArea"/>
    1616    <property name="plugin.canloadatruntime" value="true"/>
    1717
  • applications/editors/josm/plugins/surveyor/build.xml

    r31615 r31923  
    1717    <property name="plugin.description" value="Allow adding markers/nodes on current gps positions."/>
    1818    <property name="plugin.icon" value="images/surveyormenu.png"/>
    19     <property name="plugin.link" value="http://wiki.openstreetmap.org/index.php/JOSM/Plugins/Surveyor"/>
     19    <property name="plugin.link" value="https://wiki.openstreetmap.org/index.php/JOSM/Plugins/Surveyor"/>
    2020    <property name="plugin.requires" value="livegps"/>
    2121    <property name="plugin.stage" value="60"/>
  • applications/editors/josm/plugins/tag2link/build.xml

    r30962 r31923  
    1111    <property name="plugin.description" value="Launch browser to a Web resource about a selected object having known tags, such as Wikipedia"/>
    1212    <property name="plugin.icon" value="images/tag2linkv2_24x24.png"/>
    13     <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/Tag2Link"/>
     13    <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/Tag2Link"/>
    1414    <property name="plugin.canloadatruntime" value="true"/>
    1515
  • applications/editors/josm/plugins/tageditor/build.xml

    r31615 r31923  
    77    <property name="plugin.class" value="org.openstreetmap.josm.plugins.tageditor.TagEditorPlugin"/>
    88    <property name="plugin.description" value="Provides a dialog for editing tags in a tabular grid."/>
    9     <property name="plugin.link" value="http://wiki.openstreetmap.org/index.php/JOSM/Plugins/TagEditor"/>
     9    <property name="plugin.link" value="https://wiki.openstreetmap.org/index.php/JOSM/Plugins/TagEditor"/>
    1010
    1111    <!-- ** include targets that all plugins have in common ** -->
  • applications/editors/josm/plugins/terracer/build.xml

    r31655 r31923  
    77    <property name="plugin.description" value="Make terraced houses out of single blocks."/>
    88    <property name="plugin.icon" value="images/terrace.png"/>
    9     <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/Terracer"/>
     9    <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/Terracer"/>
    1010
    1111    <!-- ** include targets that all plugins have in common ** -->
  • applications/editors/josm/plugins/touchscreenhelper/build.xml

    r30416 r31923  
    99    <property name="plugin.description" value="Provides helper buttons to allow working with single button mouse (stylus). Activate by holding T and slip map with left mouse button"/>
    1010    <property name="plugin.icon" value="images/mapmode/browse.png"/>
    11     <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/TouchScreenHelper"/>
     11    <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/TouchScreenHelper"/>
    1212    <import file="../build-common.xml"/>
    1313</project>
  • applications/editors/josm/plugins/tracer/build.xml

    r30997 r31923  
    1111    <property name="plugin.description" value="Traces buildings from Czech cadastral map. Needs TracerServer (.NET or Mono) to be running."/>
    1212    <property name="plugin.icon" value="images/mapmode/tracer-sml.png"/>
    13     <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/Tracer"/>
     13    <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/Tracer"/>
    1414
    1515    <!-- ** include targets that all plugins have in common ** -->
  • applications/editors/josm/plugins/tracer2/build.xml

    r31150 r31923  
    1717    <property name="plugin.description" value="Traces buildings and other shapes from a map. Needs Tracer2Server to be running."/>
    1818    <property name="plugin.icon" value="images/mapmode/tracer2-sml.png"/>
    19     <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/Tracer2"/>
     19    <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/Tracer2"/>
    2020    <property name="plugin.canloadatruntime" value="true"/>
    2121        <!--<property name="plugin.early" value="..."/>-->
  • applications/editors/josm/plugins/turnlanes/build.xml

    r31768 r31923  
    5151                <attribute name="Plugin-Description" value="Provides a straightforward GUI for adding, editing and deleting turn lanes."/>
    5252                <attribute name="Plugin-Icon" value="images/dialogs/turnlanes.png" />
    53                 <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/wiki/Relations/Proposed/turn_lanes#Plugin" />
     53                <attribute name="Plugin-Link" value="https://wiki.openstreetmap.org/wiki/Relations/Proposed/turn_lanes#Plugin" />
    5454                <attribute name="Plugin-Mainversion" value="${plugin.main.version}"/>
    5555                <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>
  • applications/editors/josm/plugins/undelete/build.xml

    r30416 r31923  
    1010    <property name="plugin.description" value="Allows undeleting object from OSM database"/>
    1111    <property name="plugin.icon" value="images/undelete.png"/>
    12     <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/Undelete"/>
     12    <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/Undelete"/>
    1313
    1414    <!-- ** include targets that all plugins have in common ** -->
  • applications/editors/josm/plugins/videomapping/build.xml

    r30821 r31923  
    1010    <property name="plugin.description" value="(This Plugin is currently work in progress!!!) Links and syncs a georeferenced video against a GPS track, to use it for identify visible objects."/>
    1111    <property name="plugin.icon" value="images/videomapping.png"/>
    12     <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/VideoMapping"/>
     12    <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/VideoMapping"/>
    1313    <property name="plugin.requires" value="jna;log4j"/>
    1414
  • applications/editors/josm/plugins/walkingpapers/build.xml

    r31114 r31923  
    1111    <property name="plugin.description" value="Supports downloading tiled, scanned maps from walking-papers.org. This plugin is still under early development and may be buggy."/>
    1212    <property name="plugin.icon" value="images/preferences/walkingpapers.png"/>
    13     <property name="plugin.link" value="http://wiki.openstreetmap.org/index.php/JOSM/Plugins/WalkingPapers"/>
     13    <property name="plugin.link" value="https://wiki.openstreetmap.org/index.php/JOSM/Plugins/WalkingPapers"/>
    1414
    1515    <!-- ** include targets that all plugins have in common ** -->
  • applications/editors/josm/plugins/waydownloader/build.xml

    r30664 r31923  
    1111    <property name="plugin.description" value="Easy downloading along a long set of interconnected ways"/>
    1212    <property name="plugin.icon" value="images/way-download.png"/>
    13     <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/WayDownloaderPlugin"/>
     13    <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/WayDownloaderPlugin"/>
    1414
    1515    <!-- ** include targets that all plugins have in common ** -->
  • applications/editors/josm/plugins/wms-turbo-challenge2/build.xml

    r31308 r31923  
    1111    <property name="plugin.description" value="Drive a race car from point A to point B over aerial imagery, leave cacti behind."/>
    1212    <property name="plugin.icon" value="images/wmsracer.png"/>
    13     <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/WMS_Racer"/>
     13    <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/WMS_Racer"/>
    1414       
    1515    <!-- ** include targets that all plugins have in common ** -->
Note: See TracChangeset for help on using the changeset viewer.