Changeset 6309


Ignore:
Timestamp:
Jun 11, 2021, 1:45:10 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 Reggie extension.

Location:
extensions/net.sf.basedb.reggie/trunk
Files:
5 edited

Legend:

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

    r2869 r6309  
    11This file is part of Reggie 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.reggie/trunk/META-INF/extensions.xml

    r6183 r6309  
    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.reggie</url>
     13    <url>https://baseplugins.thep.lu.se/wiki/net.sf.basedb.reggie</url>
    1414  </about>
    1515
  • extensions/net.sf.basedb.reggie/trunk/README

    r6183 r6309  
    1111
    1212 * The homepage for this extension:
    13    http://baseplugins.thep.lu.se/wiki/net.sf.basedb.reggie
     13   https://baseplugins.thep.lu.se/wiki/net.sf.basedb.reggie
    1414
    1515== Installation and updating ==
     
    114114
    115115 1. Download the source code from the subversion repository. See
    116     http://baseplugins.thep.lu.se/wiki/net.sf.basedb.reggie for instructions.
     116    https://baseplugins.thep.lu.se/wiki/net.sf.basedb.reggie for instructions.
    117117 
    118118 2. Type `ant download-lib` to automatically download the BASE core JAR files that
  • extensions/net.sf.basedb.reggie/trunk/RELEASE

    r4185 r6309  
    2828    and the wiki pages (see also step 8 and 9 below):
    2929   
    30       http://baseplugins.thep.lu.se/wiki/net.sf.basedb.reggie
    31       http://baseplugins.thep.lu.se/wiki/PluginDownload
     30      https://baseplugins.thep.lu.se/wiki/net.sf.basedb.reggie
     31      https://baseplugins.thep.lu.se/wiki/PluginDownload
    3232
    3333 3. Make sure that debug flags in javascript files have been reset.
     
    4949 7. Create a tag in subversion:
    5050
    51     svn copy http://baseplugins.thep.lu.se/svn/extensions/net.sf.basedb.reggie/trunk \
    52         http://baseplugins.thep.lu.se/svn/extensions/net.sf.basedb.reggie/tags/A.B \
     51    svn copy https://baseplugins.thep.lu.se/svn/extensions/net.sf.basedb.reggie/trunk \
     52        https://baseplugins.thep.lu.se/svn/extensions/net.sf.basedb.reggie/tags/A.B \
    5353        -m "Tagging release A.B"
    5454
     
    6060
    6161    Upload the packaged release as an attachment to:
    62     http://baseplugins.thep.lu.se/wiki/net.sf.basedb.reggie
     62    https://baseplugins.thep.lu.se/wiki/net.sf.basedb.reggie
    6363
    64  9. Edit the http://baseplugins.thep.lu.se/wiki/net.sf.basedb.examples.reggie
     64 9. Edit the https://baseplugins.thep.lu.se/wiki/net.sf.basedb.examples.reggie
    6565    page:
    6666   
     
    7070      [source:/extensions/net.sf.basedb.reggie/tags/A.B/README README]
    7171    * Check the information on the download page
    72       http://baseplugins.thep.lu.se/wiki/PluginDownload
     72      https://baseplugins.thep.lu.se/wiki/PluginDownload
    7373      and make sure it is correct
    7474
  • extensions/net.sf.basedb.reggie/trunk/src/net/sf/basedb/reggie/extensions/ThumbnailsColumnFactory.java

    r6050 r6309  
    3838 
    3939  This extension depends on the "Thumbnails" extension
    40   (http://baseplugins.thep.lu.se/wiki/net.sf.basedb.thumbnails)
     40  (https://baseplugins.thep.lu.se/wiki/net.sf.basedb.thumbnails)
    4141  for generating the thumbnail. If that extension is not installed,
    4242  the column will display the path to the file
Note: See TracChangeset for help on using the changeset viewer.