November 15, 2007
Try using http://www.httrack.com/

BCS wrote:
> Reply to Chad,
>
>> Lutger wrote:
>>
>>> Great!
>>>
>>> The new IO docs are nice.
>>>
>> No kidding.  I had to take a look when I read this, and I have to
>> agree.
>> Well done.
>
> YeeGads I think you've got it!!! That (after about 32 second of scrolling) looks a lot better than I remember the last times I looked.
>
> Ok now I need to come up with another pet peeve.... Um, how do I download the docs? Running Wget on the root, doesn't work to well. My first though is to get a second copy of the wiky running on the same content but with page templates that skip all but the navigation links. wget would cover the rest. I'm interested in this because most of my dev time is spent with little or no Internet connection.
>
>
>
>
November 15, 2007
Reply to kris,

> Boorad has been messing with some software to convert the Wiki into
> pdf format ...
> 
> - Kris
> 

That would be great (not my first choice, but it would get the job done)


November 15, 2007
What, no zombies or ghouls in this release?? :P



Hehe, keep up the good work :)

-- 
Bruno Medeiros - MSc in CS/E student
http://www.prowiki.org/wiki4d/wiki.cgi?BrunoMedeiros#D
November 16, 2007
> What, no zombies or ghouls in this release?? :P

Only larsivi and I  :p



November 16, 2007
Upgraded.
for make it compiled in dsss, I had to compile a svn trunk version dsss.

everythin is ok, except log.trace changed, in pervious svn, it provide a api like stdout, so I can use trace(3).newline, so I change from my syncPrint to it, after upgrade, it's api is like log, my code broken, so I change back to my syncPrint :)

Lars Ivar Igesund Wrote:

> Dear D community

November 16, 2007
On Wed, 14 Nov 2007 09:55:26 +0100, Lars Ivar Igesund wrote:

> Dear D community
> 
> The most recent version of Tango is now available for download. Named after Peter Triller for his robust Unicode classification & transformation contribution (toUpper, toLower, toTitle, isX, etc), this release contains several other notable additions and improvements:
> 
>  * DMD builds no longer generate libphobos.a/phobos.lib, but instead utilize
> the -defaultlib switch. This enables phobos to install side-by-side with
> Tango
>  * full-featured tango.util.time.ISO8601 from Deewiant
>  * tango.text.Unicode, courtesy of Peter Triller
>  * new tango.io.stream KISS package, exposing various convenience wrappers
> and filters
>  * VFS (1) is functional and awaiting Zip support. Are you interested in
> writing a webDav or FTP driver?
>  * Preserve GC block attributes across reallocations, resolving some issues
> with void[] resizing
>  * Formatting with Layout now works on X86_64, thanks to David Brown
>  * Support for DMD 1.023
> 
> Also note that there is an experimental D2.0 branch in our repositories now.
> 
> For a complete list of changes please see http://www.dsource.org/projects/tango/wiki/0_99_3_Changelog. We welcome all feedback and testing.
> 
> We are always looking for new participants, so feel free to contact us via the page linked below. In particular, we are looking for someone to help drive the online presence via our Trac pages, and for additional VFS adapters.
> 
> Tango.Scrapple at DSource is functioning as a place for Tango compatible code, and as a staging ground for future inclusion in Tango.
> 
> (1) http://www.dsource.org/projects/tango/wiki/ChapterVFS
> 
> The Tango homepage can be found at http://www.dsource.org/projects/tango
> 
> Downloads: http://www.dsource.org/projects/tango/wiki/Download
> 
> See http://www.dsource.org/projects/tango/wiki/TopicInstallTango for more detailed installation instructions for your system.
> 
> Contact:
> http://www.dsource.org/projects/tango/wiki/Contact
> 
> Signed,
> 
> The Tango Team
> 
> http://www.dsource.org/projects/tango/wiki/Contributors
> 
> ----
> 
> Tango is a D library providing a cohesive runtime and library for the D programming language. A feature list can be found on http://www.dsource.org/projects/tango/wiki/Features

This still doesn't allow both to be used in the same code though right? How's that coming along, timeframe?

November 16, 2007
"Denton Cockburn" <diboss@hotmail.com> wrote in message news:pan.2007.11.16.16.19.08.743371@hotmail.com...

>
> This still doesn't allow both to be used in the same code though right? How's that coming along, timeframe?
>

It probably won't happen with D1, unless Walter really wants to pull the rug out from under Phobos 1.  But you can still use Tangobos, which works, in most cases, flawlessly.


November 17, 2007
Yeah, that had to change in order to make the output atomic

"redsea" <redsea@163.com> wrote in message news:fhjsct$1pb2$1@digitalmars.com...
> Upgraded.
> for make it compiled in dsss, I had to compile a svn trunk version dsss.
>
> everythin is ok, except log.trace changed, in pervious svn, it provide a api like stdout, so I can use trace(3).newline, so I change from my syncPrint to it, after upgrade, it's api is like log, my code broken, so I change back to my syncPrint :)
>
> Lars Ivar Igesund Wrote:
>
>> Dear D community
> 


November 17, 2007
Ach!

Don't know how we managed to skip this one, but Daniel contributed an awesome Convert module, which exposes a to!(type)(value) interface and seems to convert almost anything to almost anything. It has some unique and very handy features, is highly extensible via struct/class methods, and is a really great example of how to apply both templates and CFTE. Written with the usual clarity and quality that Daniel is becoming known for.

Oh, and documented also ... check it out in tango.util.Convert!

- Kris

"Lars Ivar Igesund" <larsivar@igesund.net> wrote in message news:fhed5u$abm$1@digitalmars.com...
> Dear D community
>
> The most recent version of Tango is now available for download. Named
> after
> Peter Triller for his robust Unicode classification & transformation
> contribution (toUpper, toLower, toTitle, isX, etc), this release contains
> several other notable additions and improvements:
>
> * DMD builds no longer generate libphobos.a/phobos.lib, but instead
> utilize
> the -defaultlib switch. This enables phobos to install side-by-side with
> Tango
> * full-featured tango.util.time.ISO8601 from Deewiant
> * tango.text.Unicode, courtesy of Peter Triller
> * new tango.io.stream KISS package, exposing various convenience wrappers
> and filters
> * VFS (1) is functional and awaiting Zip support. Are you interested in
> writing a webDav or FTP driver?
> * Preserve GC block attributes across reallocations, resolving some issues
> with void[] resizing
> * Formatting with Layout now works on X86_64, thanks to David Brown
> * Support for DMD 1.023
>
> Also note that there is an experimental D2.0 branch in our repositories now.
>
> For a complete list of changes please see
> http://www.dsource.org/projects/tango/wiki/0_99_3_Changelog. We welcome
> all
> feedback and testing.
>
> We are always looking for new participants, so feel free to contact us via the page linked below. In particular, we are looking for someone to help drive the online presence via our Trac pages, and for additional VFS adapters.
>
> Tango.Scrapple at DSource is functioning as a place for Tango compatible code, and as a staging ground for future inclusion in Tango.
>
> (1) http://www.dsource.org/projects/tango/wiki/ChapterVFS
>
> The Tango homepage can be found at http://www.dsource.org/projects/tango
>
> Downloads: http://www.dsource.org/projects/tango/wiki/Download
>
> See http://www.dsource.org/projects/tango/wiki/TopicInstallTango for more detailed installation instructions for your system.
>
> Contact:
> http://www.dsource.org/projects/tango/wiki/Contact
>
> Signed,
>
> The Tango Team
>
> http://www.dsource.org/projects/tango/wiki/Contributors
>
> ----
>
> Tango is a D library providing a cohesive runtime and library for the D programming language. A feature list can be found on http://www.dsource.org/projects/tango/wiki/Features


November 17, 2007
You can say that again!

thanks, kris, Daniel!



Kris Wrote:

> Ach!
> 
> Don't know how we managed to skip this one, but Daniel contributed an awesome Convert module, which exposes a to!(type)(value) interface and seems to convert almost anything to almost anything. It has some unique and very handy features, is highly extensible via struct/class methods, and is a really great example of how to apply both templates and CFTE. Written with the usual clarity and quality that Daniel is becoming known for.
> 
> Oh, and documented also ... check it out in tango.util.Convert!
> 
> - Kris
> 
> "Lars Ivar Igesund" <larsivar@igesund.net> wrote in message news:fhed5u$abm$1@digitalmars.com...
> > Dear D community
> >
> > The most recent version of Tango is now available for download. Named
> > after
> > Peter Triller for his robust Unicode classification & transformation
> > contribution (toUpper, toLower, toTitle, isX, etc), this release contains
> > several other notable additions and improvements:
> >
> > * DMD builds no longer generate libphobos.a/phobos.lib, but instead
> > utilize
> > the -defaultlib switch. This enables phobos to install side-by-side with
> > Tango
> > * full-featured tango.util.time.ISO8601 from Deewiant
> > * tango.text.Unicode, courtesy of Peter Triller
> > * new tango.io.stream KISS package, exposing various convenience wrappers
> > and filters
> > * VFS (1) is functional and awaiting Zip support. Are you interested in
> > writing a webDav or FTP driver?
> > * Preserve GC block attributes across reallocations, resolving some issues
> > with void[] resizing
> > * Formatting with Layout now works on X86_64, thanks to David Brown
> > * Support for DMD 1.023
> >
> > Also note that there is an experimental D2.0 branch in our repositories now.
> >
> > For a complete list of changes please see
> > http://www.dsource.org/projects/tango/wiki/0_99_3_Changelog. We welcome
> > all
> > feedback and testing.
> >
> > We are always looking for new participants, so feel free to contact us via the page linked below. In particular, we are looking for someone to help drive the online presence via our Trac pages, and for additional VFS adapters.
> >
> > Tango.Scrapple at DSource is functioning as a place for Tango compatible code, and as a staging ground for future inclusion in Tango.
> >
> > (1) http://www.dsource.org/projects/tango/wiki/ChapterVFS
> >
> > The Tango homepage can be found at http://www.dsource.org/projects/tango
> >
> > Downloads: http://www.dsource.org/projects/tango/wiki/Download
> >
> > See http://www.dsource.org/projects/tango/wiki/TopicInstallTango for more detailed installation instructions for your system.
> >
> > Contact:
> > http://www.dsource.org/projects/tango/wiki/Contact
> >
> > Signed,
> >
> > The Tango Team
> >
> > http://www.dsource.org/projects/tango/wiki/Contributors
> >
> > ----
> >
> > Tango is a D library providing a cohesive runtime and library for the D programming language. A feature list can be found on http://www.dsource.org/projects/tango/wiki/Features
> 
>