developer's faq

Started by Vince Vielhaberover 24 years ago8 messageshackers
Jump to latest
#1Vince Vielhaber
vev@michvhf.com

Is the developer's faq still a valid document? After last nite's website
changes I've been tracking down missing items and this one pops up. The
only place I see it tho is in the cvs Attic. Isn't the attic where the
junk goes that noone wants anymore? Is that where the faq belongs?

Vince.
--
==========================================================================
Vince Vielhaber -- KA8CSH email: vev@michvhf.com http://www.pop4.net
56K Nationwide Dialup from $16.00/mo at Pop4 Networking
Online Campground Directory http://www.camping-usa.com
Online Giftshop Superstore http://www.cloudninegifts.com
==========================================================================

#2Bruce Momjian
bruce@momjian.us
In reply to: Vince Vielhaber (#1)
Re: developer's faq

Is the developer's faq still a valid document? After last nite's website
changes I've been tracking down missing items and this one pops up. The
only place I see it tho is in the cvs Attic. Isn't the attic where the
junk goes that noone wants anymore? Is that where the faq belongs?

It is in the main cvs and copied into the web directory. It is not in
the web cvs.

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026
#3Vince Vielhaber
vev@michvhf.com
In reply to: Bruce Momjian (#2)
Re: developer's faq

On Mon, 1 Oct 2001, Bruce Momjian wrote:

Is the developer's faq still a valid document? After last nite's website
changes I've been tracking down missing items and this one pops up. The
only place I see it tho is in the cvs Attic. Isn't the attic where the
junk goes that noone wants anymore? Is that where the faq belongs?

It is in the main cvs and copied into the web directory. It is not in
the web cvs.

Where? This is the only place I see it.

$ locate faq-dev-english
/cvsroot/www/html/docs/Attic/faq-dev-english.html,v
/cvsroot/www/html/docs/Attic/faq-dev-english.shtml,v
$

I'm already getting a few things out of cvs now (TODO and flowchard are
a couple) for the developer site. WebCVS will be there whenever SOMEONE
gets around to some configuration changes I requested.

Vince.
--
==========================================================================
Vince Vielhaber -- KA8CSH email: vev@michvhf.com http://www.pop4.net
56K Nationwide Dialup from $16.00/mo at Pop4 Networking
Online Campground Directory http://www.camping-usa.com
Online Giftshop Superstore http://www.cloudninegifts.com
==========================================================================

#4Bruce Momjian
bruce@momjian.us
In reply to: Vince Vielhaber (#3)
Re: developer's faq

On Mon, 1 Oct 2001, Bruce Momjian wrote:

Is the developer's faq still a valid document? After last nite's website
changes I've been tracking down missing items and this one pops up. The
only place I see it tho is in the cvs Attic. Isn't the attic where the
junk goes that noone wants anymore? Is that where the faq belongs?

It is in the main cvs and copied into the web directory. It is not in
the web cvs.

Where? This is the only place I see it.

$ locate faq-dev-english
/cvsroot/www/html/docs/Attic/faq-dev-english.html,v
/cvsroot/www/html/docs/Attic/faq-dev-english.shtml,v
$

The pgsql CVS, not the www CVS:

$ ls pgsql/doc/src/FAQ
CVS/ FAQ_DEV.html FAQ_japanese.html
FAQ.html FAQ_german.html

I copy them to the web directory like the platform-specific FAQ's.

I'm already getting a few things out of cvs now (TODO and flowchard are
a couple) for the developer site. WebCVS will be there whenever SOMEONE
gets around to some configuration changes I requested.

TODO should not be in the www CVS either. That is generated by txt2html
and I copy that to www too.

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026
#5Vince Vielhaber
vev@michvhf.com
In reply to: Bruce Momjian (#4)
Re: developer's faq

On Mon, 1 Oct 2001, Bruce Momjian wrote:

On Mon, 1 Oct 2001, Bruce Momjian wrote:

Is the developer's faq still a valid document? After last nite's website
changes I've been tracking down missing items and this one pops up. The
only place I see it tho is in the cvs Attic. Isn't the attic where the
junk goes that noone wants anymore? Is that where the faq belongs?

It is in the main cvs and copied into the web directory. It is not in
the web cvs.

Where? This is the only place I see it.

$ locate faq-dev-english
/cvsroot/www/html/docs/Attic/faq-dev-english.html,v
/cvsroot/www/html/docs/Attic/faq-dev-english.shtml,v
$

The pgsql CVS, not the www CVS:

$ ls pgsql/doc/src/FAQ
CVS/ FAQ_DEV.html FAQ_japanese.html
FAQ.html FAQ_german.html

I copy them to the web directory like the platform-specific FAQ's.

So you renamed it to faq-dev-english... Ok. I can get that out.

I'm already getting a few things out of cvs now (TODO and flowchard are
a couple) for the developer site. WebCVS will be there whenever SOMEONE
gets around to some configuration changes I requested.

TODO should not be in the www CVS either. That is generated by txt2html
and I copy that to www too.

I'm trying to get everything as automated as possible without having to
depend on any one person which is why I'm going into cvs to get it. If
it doesn't belong in cvs, then why is it still there? More importantly
if it's not going to be there, where will it be? Should we put it in
the database?

Vince.
--
==========================================================================
Vince Vielhaber -- KA8CSH email: vev@michvhf.com http://www.pop4.net
56K Nationwide Dialup from $16.00/mo at Pop4 Networking
Online Campground Directory http://www.camping-usa.com
Online Giftshop Superstore http://www.cloudninegifts.com
==========================================================================

#6Bruce Momjian
bruce@momjian.us
In reply to: Vince Vielhaber (#5)
Re: developer's faq

The pgsql CVS, not the www CVS:

$ ls pgsql/doc/src/FAQ
CVS/ FAQ_DEV.html FAQ_japanese.html
FAQ.html FAQ_german.html

I copy them to the web directory like the platform-specific FAQ's.

So you renamed it to faq-dev-english... Ok. I can get that out.

See copyfaq script for copy renames. I have one i my home directory
that I use to copy from my local CVS while you have one too.

I'm already getting a few things out of cvs now (TODO and flowchard are
a couple) for the developer site. WebCVS will be there whenever SOMEONE
gets around to some configuration changes I requested.

TODO should not be in the www CVS either. That is generated by txt2html
and I copy that to www too.

I'm trying to get everything as automated as possible without having to
depend on any one person which is why I'm going into cvs to get it. If
it doesn't belong in cvs, then why is it still there? More importantly
if it's not going to be there, where will it be? Should we put it in
the database?

Not sure about TODO. I don't see it in my www CVS copy here. It is a
funny file because it is generated from the text TODO file in the pgsql
cvs. I can put the script I use with txt2html to generate it.

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026
#7Vince Vielhaber
vev@michvhf.com
In reply to: Bruce Momjian (#6)
Re: developer's faq

On Mon, 1 Oct 2001, Bruce Momjian wrote:

The pgsql CVS, not the www CVS:

$ ls pgsql/doc/src/FAQ
CVS/ FAQ_DEV.html FAQ_japanese.html
FAQ.html FAQ_german.html

I copy them to the web directory like the platform-specific FAQ's.

So you renamed it to faq-dev-english... Ok. I can get that out.

See copyfaq script for copy renames. I have one i my home directory
that I use to copy from my local CVS while you have one too.

I'm trying to avoid renaming. Since the sites are going php I have more
(better) options.

I'm already getting a few things out of cvs now (TODO and flowchard are
a couple) for the developer site. WebCVS will be there whenever SOMEONE
gets around to some configuration changes I requested.

TODO should not be in the www CVS either. That is generated by txt2html
and I copy that to www too.

I'm trying to get everything as automated as possible without having to
depend on any one person which is why I'm going into cvs to get it. If
it doesn't belong in cvs, then why is it still there? More importantly
if it's not going to be there, where will it be? Should we put it in
the database?

Not sure about TODO. I don't see it in my www CVS copy here. It is a
funny file because it is generated from the text TODO file in the pgsql
cvs. I can put the script I use with txt2html to generate it.

It's not in www cvs. It's in pgsql cvs. That's where I'm getting it.
I'm trying to have php use cvs to update the copy I'm about to serve up
but it's complaining so I have to look and see how I did it before.

Vince.
--
==========================================================================
Vince Vielhaber -- KA8CSH email: vev@michvhf.com http://www.pop4.net
56K Nationwide Dialup from $16.00/mo at Pop4 Networking
Online Campground Directory http://www.camping-usa.com
Online Giftshop Superstore http://www.cloudninegifts.com
==========================================================================

#8Bruce Momjian
bruce@momjian.us
In reply to: Vince Vielhaber (#7)
Re: developer's faq

On Mon, 1 Oct 2001, Bruce Momjian wrote:

The pgsql CVS, not the www CVS:

$ ls pgsql/doc/src/FAQ
CVS/ FAQ_DEV.html FAQ_japanese.html
FAQ.html FAQ_german.html

I copy them to the web directory like the platform-specific FAQ's.

So you renamed it to faq-dev-english... Ok. I can get that out.

See copyfaq script for copy renames. I have one i my home directory
that I use to copy from my local CVS while you have one too.

I'm trying to avoid renaming. Since the sites are going php I have more
(better) options.

Sure.

Not sure about TODO. I don't see it in my www CVS copy here. It is a
funny file because it is generated from the text TODO file in the pgsql
cvs. I can put the script I use with txt2html to generate it.

It's not in www cvs. It's in pgsql cvs. That's where I'm getting it.
I'm trying to have php use cvs to update the copy I'm about to serve up
but it's complaining so I have to look and see how I did it before.

Attached is the script I use and a supporting file. You will need
txt2html installed.

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

Attachments:

/bjm/putTODOtext/plainDownload
/u/txt2html/BODYtext/plainDownload