Changeset 6308


Ignore:
Timestamp:
Jun 11, 2021, 1:43:32 PM (2 years ago)
Author:
Nicklas Nordborg
Message:

References #1317: base.thep.lu.se is moving to https

Fixed links in the documentation of the OTP login extension.

Location:
extensions/net.sf.basedb.otp/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • extensions/net.sf.basedb.otp/trunk/LICENSE

    r4846 r6308  
    11This file is part of OTP login extension for BASE.
    2 Available at http://baseplugins.thep.lu.se/
    3 BASE main site: http://base.thep.lu.se/
     2Available at https://baseplugins.thep.lu.se/
     3BASE main site: https://base.thep.lu.se/
    44
    55This is free software; you can redistribute it and/or
  • extensions/net.sf.basedb.otp/trunk/META-INF/extensions.xml

    r5563 r6308  
    1111    <copyright>BASE development team</copyright>
    1212    <email>basedb-users@lists.sourceforge.net</email>
    13     <url>http://baseplugins.thep.lu.se/wiki/net.sf.basedb.otp</url>
     13    <url>https://baseplugins.thep.lu.se/wiki/net.sf.basedb.otp</url>
    1414  </about>
    1515
  • extensions/net.sf.basedb.otp/trunk/README

    r5496 r6308  
    1111
    1212 * The homepage for this extension:
    13    http://baseplugins.thep.lu.se/wiki/net.sf.basedb.otp
     13   https://baseplugins.thep.lu.se/wiki/net.sf.basedb.otp
    1414   
    1515 * More information about OTP:
     
    1919== Installation ==
    2020
    21 See http://baseplugins.thep.lu.se/wiki/net.sf.basedb.otp/install
     21See https://baseplugins.thep.lu.se/wiki/net.sf.basedb.otp/install
    2222 
    2323== Using ==
    2424
    25 See http://baseplugins.thep.lu.se/wiki/net.sf.basedb.otp/using
     25See https://baseplugins.thep.lu.se/wiki/net.sf.basedb.otp/using
    2626
    2727
     
    3636
    3737 1. Download the source code from the subversion repository. See
    38     http://baseplugins.thep.lu.se/wiki/net.sf.basedb.otp for instructions.
     38    https://baseplugins.thep.lu.se/wiki/net.sf.basedb.otp for instructions.
    3939 
    4040 2. Type `ant download-lib` to automatically download the BASE core JAR files that
  • extensions/net.sf.basedb.otp/trunk/RELEASE

    r4937 r6308  
    2323    and the wiki pages (see also step 8 and 9 below):
    2424   
    25       http://baseplugins.thep.lu.se/wiki/net.sf.basedb.otp
    26       http://baseplugins.thep.lu.se/wiki/PluginDownload
     25      https://baseplugins.thep.lu.se/wiki/net.sf.basedb.otp
     26      https://baseplugins.thep.lu.se/wiki/PluginDownload
    2727
    2828 3. Make sure that the code compiles and can be packaged.
     
    4040 6. Create a tag in subversion:
    4141
    42     svn copy http://baseplugins.thep.lu.se/svn/extensions/net.sf.basedb.otp/trunk \
    43         http://baseplugins.thep.lu.se/svn/extensions/net.sf.basedb.otp/tags/A.B \
     42    svn copy https://baseplugins.thep.lu.se/svn/extensions/net.sf.basedb.otp/trunk \
     43        https://baseplugins.thep.lu.se/svn/extensions/net.sf.basedb.otp/tags/A.B \
    4444        -m "Tagging release A.B"
    4545
    4646 7. Upload the packaged release as an attachment to:
    47     http://baseplugins.thep.lu.se/wiki/net.sf.basedb.otp
     47    https://baseplugins.thep.lu.se/wiki/net.sf.basedb.otp
    4848 
    49  8. Edit the http://baseplugins.thep.lu.se/wiki/net.sf.basedb.otp
     49 8. Edit the https://baseplugins.thep.lu.se/wiki/net.sf.basedb.otp
    5050    page:
    5151   
     
    5555      [source:/extensions/net.sf.basedb.otp/tags/A.B/README README]
    5656    * Check the information on the download page
    57       http://baseplugins.thep.lu.se/wiki/PluginDownload
     57      https://baseplugins.thep.lu.se/wiki/PluginDownload
    5858      and make sure it is correct
    5959
Note: See TracChangeset for help on using the changeset viewer.