public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Re: Useful articles.
@ 2004-04-27 11:04 Ian Bruntlett
  0 siblings, 0 replies; 6+ messages in thread
From: Ian Bruntlett @ 2004-04-27 11:04 UTC (permalink / raw)
  To: dank; +Cc: gcc

Hi Dan,

>Here's a few updates to www.accu.org/terse/cpp.htm for you:
[snip!] Thanks a bundle for your links. They should appear on the ACCU 
website within the next two weeks.

Sincerely,


Ian Bruntlett,
ACCU Internet Zonemaster.

_________________________________________________________________
Sign-up for a FREE BT Broadband connection today! 
http://www.msn.co.uk/specials/btbroadband

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Useful articles.
  2004-04-27 11:04 Ian Bruntlett
@ 2004-04-27 14:14 ` Dan Kegel
  0 siblings, 0 replies; 6+ messages in thread
From: Dan Kegel @ 2004-04-27 14:14 UTC (permalink / raw)
  To: Ian Bruntlett; +Cc: gcc

Ian Bruntlett wrote:
> Could you recommend a particular HTML 
> validator for me to use? (I'm more of a programmer than a webmaster but 
> I'm willing to learn more to make the website better.

I use two.  There's the online one, http://validator.w3.org,
which is good for a quick check from a browser,
and then there's "HTML Tidy", http://tidy.sourceforge.net/
which I use not just for validation, but also for
reformatting (I tend to use things like 'tidy -i -wrap 200 -b -c'
when I run into a page that's so cluttered I can't read
the code to debug it).
- Dan

-- 
My technical stuff: http://kegel.com
My politics: see http://www.misleader.org for examples of why I'm for regime change

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Useful articles.
@ 2004-04-27 11:04 Ian Bruntlett
  2004-04-27 14:14 ` Dan Kegel
  0 siblings, 1 reply; 6+ messages in thread
From: Ian Bruntlett @ 2004-04-27 11:04 UTC (permalink / raw)
  To: dank; +Cc: gcc

Hi Dan,

>And last but not least, *please* run the pages through an HTML
>validator.  They look pretty awful in Mozilla.  For instance,
>please don't put <h2> or <h3> tags inside lists; they just don't
>render well.

OK I'll set about doing that. Could you recommend a particular HTML 
validator for me to use? (I'm more of a programmer than a webmaster but I'm 
willing to learn more to make the website better.


Ian

_________________________________________________________________
Express yourself with cool new emoticons http://www.msn.co.uk/specials/myemo

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Useful articles.
@ 2004-04-27  9:26 Dan Kegel
  0 siblings, 0 replies; 6+ messages in thread
From: Dan Kegel @ 2004-04-27  9:26 UTC (permalink / raw)
  To: ianbruntlett; +Cc: gcc

Ian wrote:
 > I maintain the "internet links/resources" section of the ACCU
 > (Association of C & C++ Users) website.

Here's a few updates to www.accu.org/terse/cpp.htm for you:

Under 'Discussion', please remove the outdated link to
http://www.subduck.com/

Under 'glibc2', please remove the outdated links to
http://www.imaxx.net/~thrytis

Under 'C++ Compilers', please remove the outdated links to
http://www.codesourcery.com/gcc-compile.shtml
http://egcs.cygnus.com/ and
http://www.goof.com/pcg/
and add a link to
http://kegel.com/crosstool (it's a gcc/glibc build script)

You might change http://sources.redhat.com/cygwin/ to the shorter 
http://cygwin.com

On http://www.accu.org/resources/public/terse/develop.htm,
the 'Version control / Configuration management' section
please add links to http://perforce.com, http://bitkeeper.com,
http://subversion.tigris.org, and http://www.gnu.org/software/gnu-arch/

And last but not least, *please* run the pages through an HTML
validator.  They look pretty awful in Mozilla.  For instance,
please don't put <h2> or <h3> tags inside lists; they just don't
render well.

Cheers,
Dan

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Useful articles.
  2004-04-26 16:49 Ian Bruntlett
@ 2004-04-26 20:01 ` Joe Buck
  0 siblings, 0 replies; 6+ messages in thread
From: Joe Buck @ 2004-04-26 20:01 UTC (permalink / raw)
  To: Ian Bruntlett; +Cc: gcc

On Mon, Apr 26, 2004 at 11:28:32AM +0000, Ian Bruntlett wrote:
> I maintain the "internet links/resources" section of the ACCU (Association 
> of C & C++ Users) website.
> 
> There are two reasons for me contacting you.
> 
> 1. I would like to know of any URLs/resources you have on your websites that 
> would be suitable for inclusion on the website, possibly
> www.accu.org/terse/unix.htm
> www.accu.org/terse/cpp.htm

You would probably find a lot of interest, but that's really up to you.
It's your editorial decision, not ours.  Just go to http://gcc.gnu.org/
and look around.  

You might want to include links to ...

Main site: http://gcc.gnu.org/
Obtaining pre-compiled versions: http://gcc.gnu.org/install/binaries.html
Online documentation: http://gcc.gnu.org/onlinedocs/

> 2.  I asked RMS where I might find a good home for a couple of programming 
> articles I wrote about User Defined Types / Classes. He suggested that I 
> contact you. The articles are
> http://www.accu.org/resources/public/terse/learn.htm
> http://www.accu.org/resources/public/terse/overload/UserDefinedTypesQualitiesPrinciplesArchetypes.html

I don't think it's a good idea for us to publish such material.  The
reason is that doing so would suggest that we are a resource to help
programmers learn to program.  That's not the function of the GCC project;
our main mailing list is strictly for serious developers and testers of
the compiler, and even the gcc-help list is intended for people who know
the language they are programming in but require specific help with some
GCC issue.

If you link to any pointers to our mailing lists, please warn people that
questions like "How do I do X in C++?" will not get a friendly reception
on any GCC list.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Useful articles.
@ 2004-04-26 16:49 Ian Bruntlett
  2004-04-26 20:01 ` Joe Buck
  0 siblings, 1 reply; 6+ messages in thread
From: Ian Bruntlett @ 2004-04-26 16:49 UTC (permalink / raw)
  To: gcc

Hi,

I maintain the "internet links/resources" section of the ACCU (Association 
of C & C++ Users) website.

There are two reasons for me contacting you.

1. I would like to know of any URLs/resources you have on your websites that 
would be suitable for inclusion on the website, possibly
www.accu.org/terse/unix.htm
www.accu.org/terse/cpp.htm

2.  I asked RMS where I might find a good home for a couple of programming 
articles I wrote about User Defined Types / Classes. He suggested that I 
contact you. The articles are
http://www.accu.org/resources/public/terse/learn.htm
http://www.accu.org/resources/public/terse/overload/UserDefinedTypesQualitiesPrinciplesArchetypes.html

Thank you for your time.

Ian Bruntlett
ACCU Internet Zonemaster

_________________________________________________________________
Find a cheaper internet access deal - choose one to suit you. 
http://www.msn.co.uk/internetaccess

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2004-04-27 13:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-04-27 11:04 Useful articles Ian Bruntlett
  -- strict thread matches above, loose matches on Subject: below --
2004-04-27 11:04 Ian Bruntlett
2004-04-27 14:14 ` Dan Kegel
2004-04-27  9:26 Dan Kegel
2004-04-26 16:49 Ian Bruntlett
2004-04-26 20:01 ` Joe Buck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).