aboutsummaryrefslogtreecommitdiffhomepage
path: root/setup/rbuild
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2023-01-30 14:09:43 -0500
committerRalph Amissah <ralph.amissah@gmail.com>2023-01-30 17:11:30 -0500
commite1082e5c5592d1253f21cbbd25280467d63cd170 (patch)
treeacb3cbbfc8c0b4c2c09029f414b0ca59f1c7ff44 /setup/rbuild
parentversion & changelog, open commit window (diff)
changelog & urls housekeeping, more required
- keep manual changelog? could rely on git changelogs - qi modified to match current urls - lots of url related stuff needs checking
Diffstat (limited to 'setup/rbuild')
-rwxr-xr-xsetup/rbuild16
1 files changed, 7 insertions, 9 deletions
diff --git a/setup/rbuild b/setup/rbuild
index ddba6999..44054910 100755
--- a/setup/rbuild
+++ b/setup/rbuild
@@ -3,8 +3,7 @@
Common Rakefile, Rantfile installer for SiSU
softlink Rakefile and Rantfile to this file
- - Homepage: <http://search.sisudoc.org>
- - Download: <http://www.jus.uio.no/sisu/download>
+ - Homepage: <https://sisudoc.org>
Copyright (C) 2007 Ralph Amissah
@@ -15,11 +14,11 @@
Rake is a Ruby build program by Jim Weirich
- Rake may be downloaded and installed from:
- <http://rake.rubyforge.org/>
+ <https://rake.rubyforge.org/>
Rant is a Ruby build program by Stefan Lang
- Rant may be downloaded and installed from:
- <http://make.rubyforge.org/>
+ <https://make.rubyforge.org/>
Notes on use:
[if rake is preferred and installed]
@@ -508,13 +507,12 @@ task :note_sources do
puts <<-WOK
SiSU project:
- <http://sisudoc.org>
- <http://www.jus.uio.no/sisu>
+ <https://sisudoc.org>
sisu source code is available at:
- <http://git.sisudoc.org>
- <http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=summary>
+ <https://git.sisudoc.org>
+ <https://git.sisudoc.org/gitweb/?p=code/sisu.git;a=summary>
sisu markup samples are provided/packaged separately as sisu-markup-samples:
- <http://git.sisudoc.org/gitweb/?p=doc/sisu-markup-samples.git;a=summary>
+ <https://git.sisudoc.org/gitweb/?p=doc/sisu-markup-samples.git;a=summary>
WOK
end
task :note_installation do