From 3f5b3c37b3cb168d8e2b42aeaae1bbefd41848c3 Mon Sep 17 00:00:00 2001 From: Rob Nagler Date: Sat, 4 May 2024 19:36:55 -0600 Subject: [PATCH] fixup links; remove bivio_power; link robnagler.com; remove yahoo groups --- bk/acceptance-testing.html | 6 +++--- bk/coding-style.html | 6 +++--- bk/continuous-design.html | 6 +++--- bk/extreme-programming.html | 6 +++--- bk/iteration-planning.html | 6 +++--- bk/its-a-smop.html | 6 +++--- bk/logistics.html | 6 +++--- bk/pair-programming.html | 6 +++--- bk/perl.html | 10 +++++----- bk/preface.html | 6 +++--- bk/refactoring.html | 6 +++--- bk/release-planning.html | 6 +++--- bk/test-driven-design.html | 6 +++--- bk/the-problem.html | 6 +++--- bk/tracking.html | 6 +++--- bk/unit-testing.html | 6 +++--- index.html | 12 ++++-------- 17 files changed, 54 insertions(+), 58 deletions(-) diff --git a/bk/acceptance-testing.html b/bk/acceptance-testing.html index 16ed186..aae925b 100644 --- a/bk/acceptance-testing.html +++ b/bk/acceptance-testing.html @@ -588,12 +588,12 @@

Footnotes

    dot -Discussion at Extreme Perl Group
    -Copyright © 2004 Robert Nagler (nagler at extremeperl.org)
    + +Copyright © 2004 Robert Nagler
    Licensed under a Creative Commons Attribution 4.0 International License.
      -back to top
     
    none +back to top diff --git a/bk/coding-style.html b/bk/coding-style.html index 8c49052..40740c3 100644 --- a/bk/coding-style.html +++ b/bk/coding-style.html @@ -870,12 +870,12 @@

    Footnotes

      dot -Discussion at Extreme Perl Group
      -Copyright © 2004 Robert Nagler (nagler at extremeperl.org)
      + +Copyright © 2004 Robert Nagler
      Licensed under a Creative Commons Attribution 4.0 International License.
        -back to top
       
      none +back to top diff --git a/bk/continuous-design.html b/bk/continuous-design.html index 3446558..a9b1c3d 100644 --- a/bk/continuous-design.html +++ b/bk/continuous-design.html @@ -822,12 +822,12 @@

      Footnotes

        dot -Discussion at Extreme Perl Group
        -Copyright © 2004 Robert Nagler (nagler at extremeperl.org)
        + +Copyright © 2004 Robert Nagler
        Licensed under a Creative Commons Attribution 4.0 International License.
          -back to top
         
        none +back to top diff --git a/bk/extreme-programming.html b/bk/extreme-programming.html index 1908710..ed2238a 100644 --- a/bk/extreme-programming.html +++ b/bk/extreme-programming.html @@ -584,12 +584,12 @@

        Footnotes

          dot -Discussion at Extreme Perl Group
          -Copyright © 2004 Robert Nagler (nagler at extremeperl.org)
          + +Copyright © 2004 Robert Nagler
          Licensed under a Creative Commons Attribution 4.0 International License.
            -back to top
           
          none +back to top diff --git a/bk/iteration-planning.html b/bk/iteration-planning.html index c98954a..82153bc 100644 --- a/bk/iteration-planning.html +++ b/bk/iteration-planning.html @@ -416,12 +416,12 @@

          Footnotes

            dot -Discussion at Extreme Perl Group
            -Copyright © 2004 Robert Nagler (nagler at extremeperl.org)
            + +Copyright © 2004 Robert Nagler
            Licensed under a Creative Commons Attribution 4.0 International License.
              -back to top
             
            none +back to top diff --git a/bk/its-a-smop.html b/bk/its-a-smop.html index b58b21f..63c540d 100644 --- a/bk/its-a-smop.html +++ b/bk/its-a-smop.html @@ -2138,12 +2138,12 @@

            Footnotes

              dot -Discussion at Extreme Perl Group
              -Copyright © 2004 Robert Nagler (nagler at extremeperl.org)
              + +Copyright © 2004 Robert Nagler
              Licensed under a Creative Commons Attribution 4.0 International License.
                -back to top
               
              none +back to top diff --git a/bk/logistics.html b/bk/logistics.html index 68c10b1..0797dcf 100644 --- a/bk/logistics.html +++ b/bk/logistics.html @@ -46,12 +46,12 @@ dot -Discussion at Extreme Perl Group
              -Copyright © 2004 Robert Nagler (nagler at extremeperl.org)
              + +Copyright © 2004 Robert Nagler
              Licensed under a Creative Commons Attribution 4.0 International License.
                -back to top
               
              none +back to top diff --git a/bk/pair-programming.html b/bk/pair-programming.html index a564de1..cedf69d 100644 --- a/bk/pair-programming.html +++ b/bk/pair-programming.html @@ -509,12 +509,12 @@

              Footnotes

                dot -Discussion at Extreme Perl Group
                -Copyright © 2004 Robert Nagler (nagler at extremeperl.org)
                + +Copyright © 2004 Robert Nagler
                Licensed under a Creative Commons Attribution 4.0 International License.
                  -back to top
                 
                none +back to top diff --git a/bk/perl.html b/bk/perl.html index 3ff2a07..f483188 100644 --- a/bk/perl.html +++ b/bk/perl.html @@ -148,7 +148,7 @@

                Testing

                testers.[4] Perl programmers are lazy, so sometimes on CPAN the only useful documentation for a package is its tests. Some programmers find it's easier to write -tests than +tests than documents, and conveniently that's the XP way of doing things anyway. Unit tests communicate exactly how to use an API, and acceptance tests demonstrate correctness and progress to the customer. @@ -233,7 +233,7 @@

                Footnotes

                  Perl's Motto, "There Is More Than One Way To Do It", as one of the three reasons Yahoo! was moving away from Perl. Visit -http://public.yahoo.com/~radwin/talks/yahoo-phpcon2002.htm +https://www.radwin.org/michael/talks/yahoo-phpcon2002.pdf for the complete presentation.

                @@ -251,12 +251,12 @@

                Footnotes

                  dot -Discussion at Extreme Perl Group
                  -Copyright © 2004 Robert Nagler (nagler at extremeperl.org)
                  + +Copyright © 2004 Robert Nagler
                  Licensed under a Creative Commons Attribution 4.0 International License.
                    -back to top
                   
                  none +back to top diff --git a/bk/preface.html b/bk/preface.html index 1675233..ab02773 100644 --- a/bk/preface.html +++ b/bk/preface.html @@ -399,12 +399,12 @@

                  Acknowledgments

                  dot -Discussion at Extreme Perl Group
                  -Copyright © 2004 Robert Nagler (nagler at extremeperl.org)
                  + +Copyright © 2004 Robert Nagler
                  Licensed under a Creative Commons Attribution 4.0 International License.
                    -back to top
                   
                  none +back to top diff --git a/bk/refactoring.html b/bk/refactoring.html index e379915..52ede1d 100644 --- a/bk/refactoring.html +++ b/bk/refactoring.html @@ -889,12 +889,12 @@

                  Footnotes

                    dot -Discussion at Extreme Perl Group
                    -Copyright © 2004 Robert Nagler (nagler at extremeperl.org)
                    + +Copyright © 2004 Robert Nagler
                    Licensed under a Creative Commons Attribution 4.0 International License.
                      -back to top
                     
                    none +back to top diff --git a/bk/release-planning.html b/bk/release-planning.html index eb94b3c..e83b5c5 100644 --- a/bk/release-planning.html +++ b/bk/release-planning.html @@ -782,12 +782,12 @@

                    Footnotes

                      dot -Discussion at Extreme Perl Group
                      -Copyright © 2004 Robert Nagler (nagler at extremeperl.org)
                      + +Copyright © 2004 Robert Nagler
                      Licensed under a Creative Commons Attribution 4.0 International License.
                        -back to top
                       
                      none +back to top diff --git a/bk/test-driven-design.html b/bk/test-driven-design.html index 2dd560a..e4bfaa6 100644 --- a/bk/test-driven-design.html +++ b/bk/test-driven-design.html @@ -785,12 +785,12 @@

                      Footnotes

                        dot -Discussion at Extreme Perl Group
                        -Copyright © 2004 Robert Nagler (nagler at extremeperl.org)
                        + +Copyright © 2004 Robert Nagler
                        Licensed under a Creative Commons Attribution 4.0 International License.
                          -back to top
                         
                        none +back to top diff --git a/bk/the-problem.html b/bk/the-problem.html index 829763f..1718a50 100644 --- a/bk/the-problem.html +++ b/bk/the-problem.html @@ -411,12 +411,12 @@

                        Footnotes

                          dot -Discussion at Extreme Perl Group
                          -Copyright © 2004 Robert Nagler (nagler at extremeperl.org)
                          + +Copyright © 2004 Robert Nagler
                          Licensed under a Creative Commons Attribution 4.0 International License.
                            -back to top
                           
                          none +back to top diff --git a/bk/tracking.html b/bk/tracking.html index 7d548ef..1fe8c41 100644 --- a/bk/tracking.html +++ b/bk/tracking.html @@ -546,12 +546,12 @@

                          Footnotes

                            dot -Discussion at Extreme Perl Group
                            -Copyright © 2004 Robert Nagler (nagler at extremeperl.org)
                            + +Copyright © 2004 Robert Nagler
                            Licensed under a Creative Commons Attribution 4.0 International License.
                              -back to top
                             
                            none +back to top diff --git a/bk/unit-testing.html b/bk/unit-testing.html index ebcc338..533f442 100644 --- a/bk/unit-testing.html +++ b/bk/unit-testing.html @@ -923,12 +923,12 @@

                            Footnotes

                              dot -Discussion at Extreme Perl Group
                              -Copyright © 2004 Robert Nagler (nagler at extremeperl.org)
                              + +Copyright © 2004 Robert Nagler
                              Licensed under a Creative Commons Attribution 4.0 International License.
                                -back to top
                               
                              none +back to top diff --git a/index.html b/index.html index 261ea38..4d91d45 100644 --- a/index.html +++ b/index.html @@ -22,11 +22,7 @@ Extreme Programming using the programming language Perl. -This site contains the entire book. Please send me your suggestions, -questions, etc. to comments at extremeperl.org. You may also want -to join -the Extreme Perl Group at Yahoo! Groups -to discuss Extreme Programming with Perl. +This site contains the entire book.

                              The book is available in HTML, @@ -136,12 +132,12 @@ dot -Discussion at Extreme Perl Group
                              -Copyright © 2004 Robert Nagler (nagler at extremeperl.org)
                              + +Copyright © 2004 Robert Nagler
                              Licensed under a Creative Commons Attribution 4.0 International License.
                                -back to top
                               
                              none +back to top