[ANN] XMLWriter moved to GitHub

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

[ANN] XMLWriter moved to GitHub

Torsten Bergmann
Hi,

the STHub -> PharoExtras project "XMLWriter"

1. was now moved from http://smalltalkhub.com/#!/~PharoExtras/XMLWriter to
   https://github.com/pharo-contributions/XML-XMLWriter including the FULL HISTORY

   The old STHub repo was marked as obsolete - but is linking to the new one

2. Travis CI job was setup (https://travis-ci.org/pharo-contributions/XML-XMLWriter) for P7 which is green

4. the new version is tagged in git as version 2.8.5

5. the Config was adopted with 2.8.5 and uploaded into MetaRepoForPharo70 so it works in catalog


You can load "XMLWriter" in Pharo 7 and 8 from Catalog or via load instructions

   Metacello new
        baseline: 'XMLWriter';
        repository: 'github://pharo-contributions/XML-XMLWriter/src';
        load.


More to come...

Bye
T.

Reply | Threaded
Open this post in threaded view
|

Re: [ANN] XMLWriter moved to GitHub

NorbertHartl
Bravo! Long time overdue!

Norbert

> Am 28.10.2019 um 09:30 schrieb Torsten Bergmann <[hidden email]>:
>
> Hi,
>
> the STHub -> PharoExtras project "XMLWriter"
>
> 1. was now moved from http://smalltalkhub.com/#!/~PharoExtras/XMLWriter to
>   https://github.com/pharo-contributions/XML-XMLWriter including the FULL HISTORY
>
>   The old STHub repo was marked as obsolete - but is linking to the new one
>
> 2. Travis CI job was setup (https://travis-ci.org/pharo-contributions/XML-XMLWriter) for P7 which is green
>
> 4. the new version is tagged in git as version 2.8.5
>
> 5. the Config was adopted with 2.8.5 and uploaded into MetaRepoForPharo70 so it works in catalog
>
>
> You can load "XMLWriter" in Pharo 7 and 8 from Catalog or via load instructions
>
>   Metacello new
> baseline: 'XMLWriter';
> repository: 'github://pharo-contributions/XML-XMLWriter/src';
> load.
>
>
> More to come...
>
> Bye
> T.
>


Reply | Threaded
Open this post in threaded view
|

Re: [ANN] XMLWriter moved to GitHub

CyrilFerlicot
In reply to this post by Torsten Bergmann
On Mon, Oct 28, 2019 at 9:31 AM Torsten Bergmann <[hidden email]> wrote:

>
> Hi,
>
> the STHub -> PharoExtras project "XMLWriter"
>
> 1. was now moved from http://smalltalkhub.com/#!/~PharoExtras/XMLWriter to
>    https://github.com/pharo-contributions/XML-XMLWriter including the FULL HISTORY
>
>    The old STHub repo was marked as obsolete - but is linking to the new one
>
> 2. Travis CI job was setup (https://travis-ci.org/pharo-contributions/XML-XMLWriter) for P7 which is green
>
> 4. the new version is tagged in git as version 2.8.5
>
> 5. the Config was adopted with 2.8.5 and uploaded into MetaRepoForPharo70 so it works in catalog
>
>
> You can load "XMLWriter" in Pharo 7 and 8 from Catalog or via load instructions
>
>    Metacello new
>         baseline: 'XMLWriter';
>         repository: 'github://pharo-contributions/XML-XMLWriter/src';
>         load.
>
>

This is really cool thanks!

Do you plan to also migrate XMLParserHTML and XPath?

Also, I have a question. Why the "XML" prefix? I find it redundant
since there is already XML in the name.

> More to come...
>
> Bye
> T.
>


--
Cyril Ferlicot
https://ferlicot.fr

Reply | Threaded
Open this post in threaded view
|

Re: [ANN] XMLWriter moved to GitHub

Torsten Bergmann
Hi Cyril,

> This is really cool thanks!

I just step in - looks like people where too shy so far.

> Do you plan to also migrate XMLParserHTML and XPath?

Yes - more is in the pipe already. You can follow activities on GH.

> Also, I have a question. Why the "XML" prefix? I find it redundant
> since there is already XML in the name.

"pharo-contributions" is having also non-XML related repos. So this is a kind of
simplistic repo-grouping for all XML related repos.

For XMLWriter it is redundant - but I plan for

 XML-XMLWriter
 XML-XMLParser
 XML-XPath
 XML-Pastell
 XML-...

so when you filter contribution repos in github for "xml" you will easier find
or recognize it. Same in Iceberg when loaded.

Hope this makes sense to you as well ...

Bye
T.