Skip to content

Commit e36614f

Browse files
committed
doc: fix links: 302/302, images from lfw.org, wayback for sc
Some documents result in 302 status: www.lfw.org -> lfw.org new location for IIS documentation pypi link missing trailing / All software carpentry links inline point to wayback machine. Some images used in original_overview still point to lfw. Make them point to new downloaded copies of images.
1 parent 9f7d8e9 commit e36614f

File tree

9 files changed

+16
-16
lines changed

9 files changed

+16
-16
lines changed

doc/announcement.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ To give Roundup a try, just download (directions above), unpack and run::
104104
then open the url printed by the demo app.
105105

106106
Release info and download page:
107-
https://pypi.org/project/roundup
107+
https://pypi.org/project/roundup/
108108
Source and documentation is available at the website:
109109
https://www.roundup-tracker.org/
110110
Mailing lists - the place to ask questions:
30.7 KB
Loading
24.7 KB
Loading
23.3 KB
Loading
28.8 KB
Loading
28.3 KB
Loading

doc/html_extra/original_overview.html

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<tr>
1212

1313
<td align="left">
14-
<a href="http://www.software-carpentry.com">
14+
<a href="https://web.archive.org/web/20010828124306/http://www.software-carpentry.com">
1515
<img src="images/logo-software-carpentry-standard.png" alt="[Software Carpentry logo]" border="0">
1616
</a>
1717
</td>
@@ -41,7 +41,7 @@
4141
be distributed only subject to the terms and conditions set forth in
4242
the Software Carpentry Open Publication License, which is available at:
4343
<center>
44-
<a href="http://www.software-carpentry.com/openpub-license.html">http://www.software-carpentry.com/openpub-license.html</a>
44+
<a href="https://web.archive.org/web/20010828124306/http://www.software-carpentry.com/openpub-license.html">http://www.software-carpentry.com/openpub-license.html</a>
4545
</center>
4646
</em></td>
4747

@@ -54,7 +54,7 @@
5454
<h1 align=center>Roundup</h1>
5555
<h3 align=center>An Issue-Tracking System for Knowledge Workers</h3>
5656
<h4 align=center>Ka-Ping Yee</h4>
57-
<h4 align=center><a href="http://www.lfw.org/">lfw discorporated</a><br>
57+
<h4 align=center><a href="http://lfw.org/">lfw discorporated</a><br>
5858
<a href="mailto:[email protected]">[email protected]</a></h4>
5959

6060
<!-- the following line will start a comment in lynx -soft_dquotes mode -->
@@ -106,11 +106,11 @@ <h2><a name="overview">Overview</a></h2>
106106
notifying interested parties when issues are edited.
107107

108108
<p>This design draws on experience from
109-
<a href="http://www.lfw.org/ping/roundup.html">an existing
109+
<a href="http://lfw.org/ping/roundup.html">an existing
110110
implementation</a> which we will refer to
111111
as "the Roundup prototype".
112112
The graphical interface we have in mind will resemble
113-
<a href="http://www.lfw.org/ping/roundup-1.png">
113+
<a href="images/roundup-1.png">
114114
the main display of the prototype</a>.
115115

116116
<p align=center>
@@ -437,7 +437,7 @@ <h3><a name="schema">The Default Schema</a></h3>
437437
development items to design requirements which
438438
they satisfy, which should
439439
be enough to provide basic support for
440-
<a href="http://software-carpentry.codesourcery.com/lists/sc-discuss/msg00046.html">traceability</a>.
440+
<a href="https://web.archive.org/web/20010828124306/http://software-carpentry.codesourcery.com/lists/sc-discuss/msg00046.html">traceability</a>.
441441
Clearly there is also potential for adding
442442
properties for related source files, check-ins,
443443
test results, regression tests for resolved items,
@@ -745,19 +745,19 @@ <h3><a name="browse">Browsing and Searching</a></h3>
745745
useful information in accordance with our guiding principle of
746746
<em>efficiency</em>.
747747
For example,
748-
<a href="http://www.lfw.org/ping/bugzilla-4.gif">Bugzilla
748+
<a href="images/bugzilla-4.gif">Bugzilla
749749
initially displays seven or eight items of the index</a>, but only
750750
after the user has
751-
<a href="http://www.lfw.org/ping/bugzilla-1.gif">waded</a>
751+
<a href="images/bugzilla-1.gif">waded</a>
752752
through
753-
<a href="http://www.lfw.org/ping/bugzilla-2.gif">three</a>
753+
<a href="images/bugzilla-2.gif">three</a>
754754
bewildering
755-
<a href="http://www.lfw.org/ping/bugzilla-3.gif">screens</a> of
755+
<a href="images/bugzilla-3.gif">screens</a> of
756756
form widgets.
757-
<a href="http://www.lfw.org/ping/jitterbug-1.gif">Jitterbug can't
757+
<a href="images/jitterbug-1.gif">Jitterbug can't
758758
even fit any items at all in the first screenful</a>, as it's
759759
taken up by artwork and adminstrative debris. In contrast,
760-
<a href="http://www.lfw.org/ping/roundup-1.gif">in the
760+
<a href="images/roundup-1.png">in the
761761
Roundup prototype,
762762
25 high-priority issues are immediately visible</a>, with
763763
most of the screen space devoted to their descriptions.
@@ -877,7 +877,7 @@ <h2><a name="issues">Open Issues</a></h2>
877877

878878
<p>This design tries to address as many as possible of the
879879
suggested requirements mentioned on
880-
<a href="http://software-carpentry.codesourcery.com/sc_track">the contest page</a>:
880+
<a href="https://web.archive.org/web/20010828124306/http://software-carpentry.codesourcery.com/sc_track">the contest page</a>:
881881

882882
<ul>
883883
<li>configuring states: Edit the schema.

doc/html_extra/spec.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
<h1 align=center>Roundup</h1>
4141
<h3 align=center>An Issue-Tracking System for Knowledge Workers</h3>
42-
<h4 align=center><a href="http://www.lfw.org/ping/">Ka-Ping Yee</a><br>
42+
<h4 align=center><a href="http://lfw.org/ping/">Ka-Ping Yee</a><br>
4343
<a href="mailto:[email protected]">[email protected]</a></h4>
4444
<h3 align=center>Implementation Guide</h3>
4545

doc/installation.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -717,7 +717,7 @@ See:
717717

718718
More information about ISS setup may be found at:
719719

720-
https://docs.microsoft.com/en-us/iis/
720+
https://learn.microsoft.com/en-us/iis/
721721

722722
Copy the ``share/roundup/cgi-bin/roundup-cgi``
723723
(``frontends/roundup.cgi`` in source tree) file to your web

0 commit comments

Comments
 (0)