November 18, 2007

Kris wrote:
> ... Written with the usual clarity and quality that Daniel is becoming known for.

Sorry about that.  I'll try to reduce the gobbledygook quotient next time...

	-- Daniel
November 18, 2007
hehe ... er, that is, clarity and quality of the most excellent variety  :)


"Daniel Keep" <daniel.keep.lists@gmail.com> wrote in message news:fho83r$209d$1@digitalmars.com...
>
>
> Kris wrote:
>> ... Written with the usual clarity and quality that Daniel is becoming known for.
>
> Sorry about that.  I'll try to reduce the gobbledygook quotient next time...
>
> -- Daniel


November 18, 2007
Lars Ivar Igesund wrote:
>  * 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

Are all the online docs updated to reflect the above?

I am a little confused regarding:

http://dsource.org/projects/tango/wiki/WindowsInstall
http://dsource.org/projects/tango/wiki/TopicFirstTangoProgram

And use of the DMD -defaultlib switch.

Maybe I haven't read things correctly, so sorry for the silly questions if that's the case.
November 18, 2007
Hello,

The install doc looks recent enough (from a glance) since it refers to -defaultlib, though the other link appears to show the use of 'bud' for compilation. I'm not sure whether bud is aware of -defaultlib or not, or whether that would even matter. However, if you have an sc.ini configured to use -defaultlib (or have installed the downloadable dmd+Tango bundle from dsource) then you should be good to go just using dmd. If you are using Win32, I'd tend to suggest using the bundle. If on linux, I understand there are tools/scripts to update the config files appropriately.

Hope this helps, but if not, perhaps you can describe the issue you've run into a bit further? Better still, jump onto freenode IRC and join #d.tango ... someone there should be able to help you get going quickly.


"Brian Hay" <bhay@construct3d.com> wrote in message news:fhoc0k$25dr$1@digitalmars.com...
> Lars Ivar Igesund wrote:
>>  * 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
>
> Are all the online docs updated to reflect the above?
>
> I am a little confused regarding:
>
> http://dsource.org/projects/tango/wiki/WindowsInstall http://dsource.org/projects/tango/wiki/TopicFirstTangoProgram
>
> And use of the DMD -defaultlib switch.
>
> Maybe I haven't read things correctly, so sorry for the silly questions if that's the case.


November 18, 2007
* Kris <foo@bar.com> [07-11-15 10:11]:
>Boorad has been messing with some software to convert the Wiki into pdf format ...

A downloadable HTML version would be much better. IMO, PDF is not
well-suited to be viewed on screen.
November 18, 2007
Can you do something to assist in this process?


"Lars Noschinski" <lars-2006-1@usenet.noschinski.de> wrote in message news:20071118084508.GA21034@lars.home.noschinski.de...
>* Kris <foo@bar.com> [07-11-15 10:11]:
>>Boorad has been messing with some software to convert the Wiki into pdf format ...
>
> A downloadable HTML version would be much better. IMO, PDF is not well-suited to be viewed on screen.


November 18, 2007
* Kris <foo@bar.com> [07-11-18 21:00]:
>"Lars Noschinski" <lars-2006-1@usenet.noschinski.de> wrote:
>> A downloadable HTML version would be much better. IMO, PDF is not
>> well-suited to be viewed on screen.
>
>Can you do something to assist in this process?

% wget -l1 -R '*\?*' -k -p -r --no-parent -E http://www.dsource.org/projects/tango/wiki/TitleIndex

gives usable but raw output.

It would be a good idea to filter out those standard wiki pages and
apply an XSLT transformation to remove the unneeded navigation elements.
November 19, 2007

Lars Noschinski wrote:
> * Kris <foo@bar.com> [07-11-18 21:00]:
>> "Lars Noschinski" <lars-2006-1@usenet.noschinski.de> wrote:
>>> A downloadable HTML version would be much better. IMO, PDF is not well-suited to be viewed on screen.
>>
>> Can you do something to assist in this process?
> 
> % wget -l1 -R '*\?*' -k -p -r --no-parent -E http://www.dsource.org/projects/tango/wiki/TitleIndex
> 
> gives usable but raw output.
> 
> It would be a good idea to filter out those standard wiki pages and apply an XSLT transformation to remove the unneeded navigation elements.

I use this to suck down the API reference.  There are also a few .js files you need to manually get, but I'm not sure which ones...

#!/bin/bash
wget -np -nH -m -p -k -E -x --cut-dirs=4 \
http://www.dsource.org/projects/tango/docs/current/
wget -np -nH -m -p -k -E -x --cut-dirs=6 \
http://svn.dsource.org/projects/tango/trunk/doc/html/candydoc/img/
November 19, 2007
Lars Ivar Igesund schrieb:
> Dear D community
> .... 

Just want to say: THANK YOU FOLKS.
It is absolutely amazing what you have created in your spare time.
Incredible.
Bjoern
1 2 3
Next ›   Last »