The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
# do not edit -- automatically generated by arch changelog
# arch-tag: automatic-ChangeLog--dev@wikitravel.org--contrib/wix--mainline--0.1
#

2004-03-25 19:13:00 GMT	Mark Jaroski <mark@geekhive.net>	patch-11

    Summary:
      Added default initialisation values for Wikpedia and Wikitravel
    Revision:
      wix--mainline--0.1--patch-11

    Wikipedia and Wikitravel are the two of the most commonly used Mediawiki
    sites, so it makes sense that useing these sites with wix should be as easy
    as possible.  This change causes the wix script to initialise using
    reasonable default values for URLs which correspond to one of those sites.

    modified files:
     ChangeLog TODO bin/wix {arch}/=tagging-method


2004-03-24 21:25:33 GMT	Mark Jaroski <mark@geekhive.net>	patch-10

    Summary:
      Attempting to automate changelog
    Revision:
      wix--mainline--0.1--patch-10

    This is a tla related commit with no major changes in the code.

    new files:
     .arch-ids/ChangeLog.id ChangeLog

    removed files:
     .arch-ids/CHANGELOG.id CHANGELOG


2004-03-23 22:33:27 GMT	Mark Jaroski <mark@geekhive.net>	patch-9

    Summary:
      Debugging problem with Wikipedia
    Revision:
      wix--mainline--0.1--patch-9

    
    V. 0.14
    
        Added debugging code to which proved to be needed to understand the
        client's interation with Wikipedia.
    
        Added user agent identification to avoid robot redirects.
    

    modified files:
     CHANGELOG lib/WWW/Mediawiki/Client.pm


2004-03-23 22:20:56 GMT	Mark Jaroski <mark@geekhive.net>	patch-8

    Summary:
      Added additional debugging stuff for Wikipedia
    Revision:
      wix--mainline--0.1--patch-8

    I got a complaint the other day that WWW::Mediawiki::Client and hence wix
    doesn't actually work with Wikipedia.  Carp!  So I'm working on a solution,
    and improving the module's debugging capability as I go.
    
    

    modified files:
     bin/wix lib/WWW/Mediawiki/Client.pm


2004-03-23 21:14:17 GMT	Mark Jaroski <mark@geekhive.net>	patch-7

    Summary:
      documentation change
    Revision:
      wix--mainline--0.1--patch-7

        Changed documentation to suggest that user test wix within their own
        namespace first.

    new files:
     .arch-ids/CHANGELOG.id CHANGELOG

    modified files:
     TODO bin/wix {arch}/=tagging-method


2004-03-18 15:05:28 GMT	Mark Jaroski <mark@geekhive.net>	patch-6

    Summary:
      Fixed HTTP failure bug.  Eliminated multi-file updating and commiting.
    Revision:
      wix--mainline--0.1--patch-6

    I noticed a bug in which local files were getting blanked when the HTTP
    request failed.  This could be very bad, since if the user fails to double
    check the contents they might overwrite the page on the server.
    
    Also I took out the multi-file updates and commits.  The convenience is not
    worth the risk or the load on the server.
    
    

    modified files:
     bin/wix lib/WWW/Mediawiki/Client.pm


2004-03-16 16:34:35 GMT	Mark Jaroski <mark@geekhive.net>	patch-5

    Summary:
      minor documentation fixes
    Revision:
      wix--mainline--0.1--patch-5

    Tightened up some phrasology in the documentation.
    
    Simplified README.

    modified files:
     README bin/wix


2004-03-16 09:11:27 GMT	Mark Jaroski <mark@geekhive.net>	patch-4

    Summary:
      always mark committed pages as 'watched'
    Revision:
      wix--mainline--0.1--patch-4

    
    

    modified files:
     TODO lib/WWW/Mediawiki/Client.pm


2004-03-16 08:52:54 GMT	Mark Jaroski <mark@geekhive.net>	patch-3

    Summary:
      added documentation
    Revision:
      wix--mainline--0.1--patch-3

    I fixed some problems with the wix script's man page, and added a
    step-by-step quickstart section.

    modified files:
     TODO bin/wix


2004-03-15 22:19:54 GMT	Mark Jaroski <mark@geekhive.net>	patch-2

    Summary:
      Changed do_ methods to handle multiple filenames, added proper update results
    Revision:
      wix--mainline--0.1--patch-2

    Also added a couple of new TODOs
    Added update file status messages.
    tested everything.

    modified files:
     Makefile.PL TODO bin/wix lib/WWW/Mediawiki/Client.pm


2004-03-12 21:00:11 GMT	Mark Jaroski <mark@geekhive.net>	patch-1

    Summary:
      Documentation changes in wix wrapper script
    Revision:
      wix--mainline--0.1--patch-1

    Added the new commands, and updated commands which have changed. Added new
    options.  Created new readme using perldoc -t.

    modified files:
     README bin/wix {arch}/=tagging-method


2004-03-11 17:56:26 GMT	Mark Jaroski <mark@geekhive.net>	base-0

    Summary:
      initial import
    Revision:
      wix--mainline--0.1--base-0

    This is a little program which serves as a perl library client to a running
    Mediawiki server.  There is also a small perl script wix which makes that
    client into something like a cvs interface for Mediawiki.

    new files:
     Makefile.PL README TODO bin/wix lib/WWW/Mediawiki/Client.pm
     t/files/local.wiki t/files/merged.wiki t/files/paris.html
     t/files/paris.wiki t/files/reference.wiki t/files/server.wiki
     t/wix.t