GraphicsMagick: www/Hg.rst: Change from defunct OSDN to Heptpod

GraphicsMagick Commits <[email protected]> Tue, 23 Jan 2024 17:00:27 -0600
Newsgroups gmane.comp.video.graphicsmagick.cvs
Message-ID <mailman.5522.1706050842.19238.graphicsmagick-commit@lists.sourceforge.net>
changeset db1d4d708db5 in /hg/GraphicsMagick
details: http://hg.GraphicsMagick.org/hg/GraphicsMagick?cmd=changeset;node=db1d4d708db5
summary: www/Hg.rst: Change from defunct OSDN to Heptpod

diffstat:

 ChangeLog          |  4 ++++
 www/Changelog.html |  6 ++++++
 www/Hg.html        |  6 +++---
 www/Hg.rst         |  6 +++---
 4 files changed, 16 insertions(+), 6 deletions(-)

diffs (82 lines):

diff -r 5f3518689ba6 -r db1d4d708db5 ChangeLog
--- a/ChangeLog	Tue Jan 23 16:51:05 2024 -0600
+++ b/ChangeLog	Tue Jan 23 17:00:25 2024 -0600
@@ -1,3 +1,7 @@
+2024-01-23  Bob Friesenhahn  <[email protected]>
+
+	* www/Hg.rst: Change from defunct OSDN to Heptpod.
+
 2024-01-23  Fojtik Jaroslav  <[email protected]>
 
 	coders/tiff.c: Copy uint16_t EXIF arrays.
diff -r 5f3518689ba6 -r db1d4d708db5 www/Changelog.html
--- a/www/Changelog.html	Tue Jan 23 16:51:05 2024 -0600
+++ b/www/Changelog.html	Tue Jan 23 17:00:25 2024 -0600
@@ -37,6 +37,12 @@
 </div>
 
 <div class="document">
+<p>2024-01-23  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
+<blockquote>
+<ul class="simple">
+<li><p>www/Hg.rst: Change from defunct OSDN to Heptpod.</p></li>
+</ul>
+</blockquote>
 <p>2024-01-23  Fojtik Jaroslav  &lt;<a class="reference external" href="mailto:JaFojtik&#37;&#52;&#48;yandex&#46;com">JaFojtik<span>&#64;</span>yandex<span>&#46;</span>com</a>&gt;</p>
 <blockquote>
 <p>coders/tiff.c: Copy uint16_t EXIF arrays.</p>
diff -r 5f3518689ba6 -r db1d4d708db5 www/Hg.html
--- a/www/Hg.html	Tue Jan 23 16:51:05 2024 -0600
+++ b/www/Hg.html	Tue Jan 23 17:00:25 2024 -0600
@@ -181,7 +181,7 @@
 <blockquote>
 <p>The stable repository is available via http at
 &quot;<a class="reference external" href="http://hg.code.sf.net/p/graphicsmagick/code">http://hg.code.sf.net/p/graphicsmagick/code</a>&quot; or
-&quot;<a class="reference external" href="https://hg.osdn.net/view/graphicsmagick/GM">https://hg.osdn.net/view/graphicsmagick/GM</a>&quot;.  Any changes in the
+&quot;<a class="reference external" href="https://foss.heptapod.net/graphicsmagick/graphicsmagick">https://foss.heptapod.net/graphicsmagick/graphicsmagick</a>&quot;.  Any changes in the
 unstable development repository are pushed to the stable
 repositories (by the developer responsible for this role) once any
 necessary adjustments have been made, documentation files have been
@@ -191,12 +191,12 @@
 <p>To build your local development repository (as quickly as possible),
 you may use these steps:</p>
 <ol class="arabic">
-<li><p>Clone the stable repository at SourceForge or OSDN:</p>
+<li><p>Clone the stable repository at SourceForge or Heptapod:</p>
 <pre class="literal-block">hg clone http://hg.code.sf.net/p/graphicsmagick/code GM
 
 or
 
-hg clone https://hg.osdn.net/view/graphicsmagick/GM GM</pre>
+hg clone https://foss.heptapod.net/graphicsmagick/graphicsmagick GM</pre>
 </li>
 <li><p>Adjust your local repository path default to use the unstable repository.</p>
 <p>Edit .hg/hgrc in your local repository so that it contains:</p>
diff -r 5f3518689ba6 -r db1d4d708db5 www/Hg.rst
--- a/www/Hg.rst	Tue Jan 23 16:51:05 2024 -0600
+++ b/www/Hg.rst	Tue Jan 23 17:00:25 2024 -0600
@@ -176,7 +176,7 @@
 
   The stable repository is available via http at
   "http://hg.code.sf.net/p/graphicsmagick/code" or
-  "https://hg.osdn.net/view/graphicsmagick/GM".  Any changes in the
+  "https://foss.heptapod.net/graphicsmagick/graphicsmagick".  Any changes in the
   unstable development repository are pushed to the stable
   repositories (by the developer responsible for this role) once any
   necessary adjustments have been made, documentation files have been
@@ -186,13 +186,13 @@
 To build your local development repository (as quickly as possible),
 you may use these steps:
 
-1. Clone the stable repository at SourceForge or OSDN::
+1. Clone the stable repository at SourceForge or Heptapod::
 
      hg clone http://hg.code.sf.net/p/graphicsmagick/code GM
 
      or
 
-     hg clone https://hg.osdn.net/view/graphicsmagick/GM GM
+     hg clone https://foss.heptapod.net/graphicsmagick/graphicsmagick GM
 
 2. Adjust your local repository path default to use the unstable repository.