FreeBSD.org website CMS

2004-08-25 Thread wesw
As a fan of FreeBSD, I suppose it's also no surprise that I like the FreeBSD.org 
website layout.

Hoping to implement and learn a website content management system (CMS) myself, I was 
wondering what software(s) FreeBSD.org uses to manage their vast website?

I apologize if this information is posted on the site, but after looking for it for 
some time I still came up empty-handed.

Thank you so much for your time.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD.org website CMS

2004-08-25 Thread Lowell Gilbert
[EMAIL PROTECTED] writes:

 Hoping to implement and learn a website content management system (CMS) myself, I 
 was wondering what software(s) FreeBSD.org uses to manage their vast website?

http://www.freebsd.org/doc/en_US.ISO8859-1/books/fdp-primer/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD.org website CMS

2004-08-25 Thread Matthew Seaman
On Wed, Aug 25, 2004 at 09:03:56AM -0400, [EMAIL PROTECTED] wrote:
 As a fan of FreeBSD, I suppose it's also no surprise that I like the FreeBSD.org 
 website layout.
 
 Hoping to implement and learn a website content management system (CMS) myself, I 
 was wondering what software(s) FreeBSD.org uses to manage their vast website?
 
 I apologize if this information is posted on the site, but after looking for it for 
 some time I still came up empty-handed.

The site is built out of cvs at regular intervals -- different parts
of the site get rebuilt with different frequencies.  Take a look at
the www section of the FreeBSD cvs repository for details of how the
main parts are managed:

http://www.freebsd.org/cgi/cvsweb.cgi/www/

http://www.freebsd.org/cgi/cvsweb.cgi/www/share/mk/web.site.mk

Mostly it's just a case of checking out the www collection from cvs,
and then running 'make' at the top level.  A lot of the html is
generated by doing XSLT transforms of XML input, or by processing SGML
input -- the XML stuff tends to be more recent, and seems to be slowly
taking over.

Large chunks of the website come out of the documentation project: see
the FreeBSD Documentation Project Primer for details of how they
generate the required output:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/fdp-primer/index.html

The FDP stuff is produced by processing SGML sources: it can be
turned into web pages, as here; or into PDF etc. for printing out in
book format.

Finally, take a look at the [EMAIL PROTECTED] mailing list, where the
project's webmasters tend to hang out:

http://lists.freebsd.org/pipermail/freebsd-www/2004-August/

There's quite a lot of cross-over between that list, and
[EMAIL PROTECTED] as you might expect.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgpaPnZj04Bmu.pgp
Description: PGP signature


Re: FreeBSD.org website CMS

2004-08-25 Thread Ilker OZUPAK
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Wednesday 25 August 2004 16:03, [EMAIL PROTECTED] wrote:
 As a fan of FreeBSD, I suppose it's also no surprise that I like the
 FreeBSD.org website layout.

 Hoping to implement and learn a website content management system (CMS)
 myself, I was wondering what software(s) FreeBSD.org uses to manage their
 vast website?

 I apologize if this information is posted on the site, but after looking
 for it for some time I still came up empty-handed.

 Thank you so much for your time.

take a look at
http://www.freebsd.org/docproj/index.html


- -- 
- --
gpg public key @ http://cmpe.emu.edu.tr/ilker/ilker.asc
pub  1024D/A4F41BD0 2003-07-16 Ilker Ozupak [EMAIL PROTECTED]
Primary key fingerprint: E509 17B6 C8E2 ADB7 32A7  4746 BF14 814A A4F4 1BD0
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.5 (FreeBSD)

iD8DBQFBLJeAvxSBSqT0G9ARAow6AJ4yhw9l7EFHtjkjEpuH2mb13NELsgCfdFla
eRxKd3vzk14J24N5HHRY0g0=
=oQzr
-END PGP SIGNATURE-
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]