From owner-freebsd-www Mon Jan 19 07:38:34 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA06702 for www-outgoing; Mon, 19 Jan 1998 07:38:34 -0800 (PST) (envelope-from owner-freebsd-www) Received: from ns11.rim.or.jp (root@ns11.rim.or.jp [202.247.130.230]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA06697 for ; Mon, 19 Jan 1998 07:38:31 -0800 (PST) (envelope-from motoyuki@snipe.rim.or.jp) Received: from rayearth.rim.or.jp (rayearth.rim.or.jp [202.247.130.242]) by ns11.rim.or.jp (8.8.5/3.5Wpl2-ns11/RIMNET-2) with ESMTP id AAA18621 for ; Tue, 20 Jan 1998 00:38:30 +0900 (JST) Received: (from uucp@localhost) by rayearth.rim.or.jp (8.8.5/3.5Wpl2-uucp1/RIMNET) with UUCP id AAA00868 for freebsd-www@freebsd.org; Tue, 20 Jan 1998 00:38:30 +0900 (JST) Received: from eddie.snipe.rim.or.jp (eddie.snipe.rim.or.jp [192.168.11.1]) by mserver.snipe.rim.or.jp (8.8.7/3.5Wpl7) with ESMTP id AAA02993; Tue, 20 Jan 1998 00:37:25 +0900 (JST) Received: from eddie.snipe.rim.or.jp (localhost.snipe.rim.or.jp [127.0.0.1]) by eddie.snipe.rim.or.jp (8.8.7/3.5Wpl7) with ESMTP id AAA03422; Tue, 20 Jan 1998 00:37:24 +0900 (JST) Message-Id: <199801191537.AAA03422@eddie.snipe.rim.or.jp> To: freebsd-www@FreeBSD.ORG Cc: motoyuki@snipe.rim.or.jp Subject: Build the WWW Date: Tue, 20 Jan 1998 00:37:24 +0900 From: Motoyuki Konno Sender: owner-freebsd-www@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi, I wrote a Makefile to build the FreeBSD WWW. Please send me your comments or suggestions. --- motoyuki @ FreeBSD Japanese Documentation Project ======== Makefile ====================================================== ######################################################################## # Makefile to build the WWW # Created by motoyuki@jp.FreeBSD.ORG # # How to build the WWW # # 1. Install the following ports/packages into your FreeBSD machine. # textproc/sgmlformat, textproc/jade, textproc/html, # textproc/linuxdoc, textproc/docbook, # net/cvsup (in case you want to update the source by cvsup) # # 2. Configure the "USER CONFIGURATION" section of this Makefile. # 3. Simply run "make", and "make install" # ######################################################################## # USER CONFIGURATION # # USE_CVSUP Uncomment if you want to update the sources by cvsup. # NO_LOCAL Uncomment if you do not want to make the "LOCAL" file of # the WWW (stats.html, stats-img.html). # HTML_ONLY Uncomment if you want to make the html formats only. # SUPFILE Filename of the cvsup supfile. # CVSROOT CVSROOT directory of the FreeBSD CVS repository. # # DESTDIR Directory you want to install the WWW files. # # WEBOWN Owner of the WWW files. # WEBGRP Group of the WWW files. # CGIOWN Owner of the CGI files. # CGIGRP Group of the CGI files. USE_CVSUP= true NO_LOCAL= true HTML_ONLY= true SUPFILE= www-supfile CVSROOT= /home/ncvs DESTDIR= /home/motoyuki/www WEBOWN= motoyuki WEBGRP= staff CGIOWN= motoyuki CGIGRP= staff ######################################################################## # SYSTEM CONFIGURATION DOCS= FAQ handbook ja_JP.EUC/FAQ ja_JP.EUC/handbook LANGSUBDIR= ja_JP.EUC LINKFILES= Makefile.inc doc.hdr doc.ftr ######################################################################## # Nothing needed be changed below here FLAGS= CVSDIR= .ifdef NO_LOCAL FLAGS+= LOCAL= .endif .ifdef HTML_ONLY FLAGS+= FORMATS=html .endif INSTFLAGS= DESTDIR=${DESTDIR} INSTFLAGS+= WEBOWN=${WEBOWN} WEBGRP=${WEBGRP} INSTFLAGS+= CGIOWN=${CGIOWN} CGIGRP=${CGIGRP} all: checkout symlinks build checkout: .if defined(USE_CVSUP) cvsup -g -L 2 ${SUPFILE} .else if [ -d CVS ]; then \ cvs -d ${CVSROOT} update -Pd doc www; \ cvs -d ${CVSROOT} update ports/INDEX; \ else \ cvs -d ${CVSROOT} checkout -P doc www; \ cvs -d ${CVSROOT} checkout ports/INDEX; \ fi .endif symlinks: ln -sf ${.CURDIR}/ports ${.CURDIR}/www/data/ports/ports ln -sf ${.CURDIR}/ports ${.CURDIR}/www/data/ja_JP.EUC/ports touch ${.CURDIR}/www/data/ports/index touch ${.CURDIR}/www/data/ja_JP.EUC/ports/index .for i in ${DOCS} ln -sf ${.CURDIR}/doc/$i ${.CURDIR}/www/data/$i .endfor .for i in ${LINKFILES} ln -sf ${.CURDIR}/www/data/$i ${.CURDIR}/doc/$i .for j in ${LANGSUBDIR} ln -sf ${.CURDIR}/www/data/$j/$i ${.CURDIR}/doc/$j/$i .endfor .endfor build: cd www/data; ${MAKE} ${FLAGS} clean: cd www/data; ${MAKE} ${FLAGS} clean install: cd www/data; ${MAKE} ${FLAGS} ${INSTFLAGS} install ======== www-supfile =================================================== # Sample supfile *default host=cvsup.jp.freebsd.org *default base=. *default prefix=. *default release=cvs tag=. *default delete use-rel-suffix *default preserve ports-base doc-all www ======================================================================== --- ------------------------------------------------------------------------ Motoyuki Konno mkonno@res.yamanashi-med.ac.jp (Univ) motoyuki@snipe.rim.or.jp (Home) motoyuki@jp.FreeBSD.ORG (FreeBSD) Yamanashi Medical University http://www.jp.FreeBSD.ORG/~motoyuki/ From owner-freebsd-www Mon Jan 19 10:17:04 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA00629 for www-outgoing; Mon, 19 Jan 1998 10:17:04 -0800 (PST) (envelope-from owner-freebsd-www) Received: from fallout.campusview.indiana.edu (fallout.campusview.indiana.edu [149.159.1.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA00624 for ; Mon, 19 Jan 1998 10:17:02 -0800 (PST) (envelope-from jfieber@indiana.edu) Received: from localhost (jfieber@localhost) by fallout.campusview.indiana.edu (8.8.7/8.8.7) with SMTP id MAA12772; Mon, 19 Jan 1998 12:44:41 -0500 (EST) Date: Mon, 19 Jan 1998 12:44:40 -0500 (EST) From: John Fieber To: Motoyuki Konno cc: freebsd-www@FreeBSD.ORG Subject: Re: Build the WWW In-Reply-To: <199801191537.AAA03422@eddie.snipe.rim.or.jp> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-www@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, 20 Jan 1998, Motoyuki Konno wrote: > I wrote a Makefile to build the FreeBSD WWW. Please send me your > comments or suggestions. Looks good. I think we do need a better way of getting the ports INDEX file though. It would be nice if a new one was generated on a regular basis by by a cron job, and made available via ftp or http. That would also help keeping the ports web pages in sync with the ftp site. When ports go away (for example, the various now-obsolete permutations of samba), it can take quite a while for that to be reflected in the web pages. It might also be good to add a target for checking to ensure all the necessary ports are installed. In fact, this makefile could probably be packaged as a port and then it could use the BUILD_DEPENDS to ensure a complete toolkit. If we get mirrors building their own web pages, that opens the door to local tweaks, such as an option to run various CGIs locally. Also, as a slightly tangential topic, I would like to migrate from /ja_JP.EUC/... URLs to /ja/... URLs. Any objections? Any suggestions about the least painful (for mirrors) of doing it? The best way would be to just move stuff to ja, and issue a permanent redirect for ja_JP.EUC, but that requires that all mirrors twiddle their server config. I suppose we could install a symlink from ja_JP.EUC to ja for a period of time, but web crawlers and indexers will persist in using the obsolete URL and do redundant indexing. -john From owner-freebsd-www Mon Jan 19 20:10:40 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA28416 for www-outgoing; Mon, 19 Jan 1998 20:10:40 -0800 (PST) (envelope-from owner-freebsd-www) Received: from ns11.rim.or.jp (root@ns11.rim.or.jp [202.247.130.230]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA28403 for ; Mon, 19 Jan 1998 20:10:34 -0800 (PST) (envelope-from motoyuki@snipe.rim.or.jp) Received: from rayearth.rim.or.jp (rayearth.rim.or.jp [202.247.130.242]) by ns11.rim.or.jp (8.8.5/3.5Wpl2-ns11/RIMNET-2) with ESMTP id NAA04884; Tue, 20 Jan 1998 13:10:27 +0900 (JST) Received: (from uucp@localhost) by rayearth.rim.or.jp (8.8.5/3.5Wpl2-uucp1/RIMNET) with UUCP id NAA09570; Tue, 20 Jan 1998 13:10:27 +0900 (JST) Received: from eddie.snipe.rim.or.jp (eddie.snipe.rim.or.jp [192.168.11.1]) by mserver.snipe.rim.or.jp (8.8.7/3.5Wpl7) with ESMTP id NAA12629; Tue, 20 Jan 1998 13:00:49 +0900 (JST) Received: from eddie.snipe.rim.or.jp (localhost.snipe.rim.or.jp [127.0.0.1]) by eddie.snipe.rim.or.jp (8.8.7/3.5Wpl7) with ESMTP id NAA04670; Tue, 20 Jan 1998 13:00:48 +0900 (JST) Message-Id: <199801200400.NAA04670@eddie.snipe.rim.or.jp> To: John Fieber Cc: freebsd-www@FreeBSD.ORG Subject: Re: Build the WWW In-reply-to: Your message of "Mon, 19 Jan 1998 12:44:40 EST." Sender: owner-freebsd-www@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Date: Tue, 20 Jan 1998 13:00:48 +0900 From: Motoyuki Konno > Also, as a slightly tangential topic, I would like to migrate > from /ja_JP.EUC/... URLs to /ja/... URLs. Any objections? Any > suggestions about the least painful (for mirrors) of doing it? > The best way would be to just move stuff to ja, and issue a > permanent redirect for ja_JP.EUC, but that requires that all > mirrors twiddle their server config. I suppose we could install > a symlink from ja_JP.EUC to ja for a period of time, but web > crawlers and indexers will persist in using the obsolete URL and > do redundant indexing. Wait for a while. I'll discuss this topic with the other doc-jp members. Cheers, --- motoyuki From owner-freebsd-www Tue Jan 20 06:54:29 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA05044 for www-outgoing; Tue, 20 Jan 1998 06:54:29 -0800 (PST) (envelope-from owner-freebsd-www) Received: from adam.adonai.net (adam.adonai.net [207.8.83.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA04975 for ; Tue, 20 Jan 1998 06:54:07 -0800 (PST) (envelope-from leec@adam.adonai.net) Received: from localhost (leec@localhost) by adam.adonai.net (8.8.5/8.7.3) with SMTP id IAA16261; Tue, 20 Jan 1998 08:53:51 -0600 (CST) Date: Tue, 20 Jan 1998 08:53:51 -0600 (CST) From: "Lee Crites (AEI)" To: John Fieber cc: freebsd-www@FreeBSD.ORG Subject: Re: Build the WWW In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-www@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Mon, 19 Jan 1998, John Fieber wrote: =>Looks good. I think we do need a better way of getting the ports =>INDEX file though. It would be nice if a new one was generated =>on a regular basis by by a cron job, and made available via ftp =>or http. That would also help keeping the ports web pages in =>sync with the ftp site. When ports go away (for example, the =>various now-obsolete permutations of samba), it can take quite a =>while for that to be reflected in the web pages. I have a set of scripts which I use to keep the web pages for my my source code directories and such up to date. I have bundled them into a not-very-slick-tar-file-installation file so I can use them on various client machines. I put them/it on my web page so I could get it whenever I wanted from whichever client I was working with (and they could get updates/bug fixes as well). It is really a lot more than you are looking for (above), but could probably be tweeked to do the trick. If you'd like to take a look at it, check out: http://www.adonai.net/~leec/programming/html.build You will see it is highly customized for the express purpose of indexing source code and extracting comments from each file. As an aside, I also use it for my own program documentation and such. I also used it to build nearly all of my personal web pages (www.adonai.net/~leec). But that has nothing to do with the subject at hand... If you see something which can be exploited in such a way that you can automatically build your html page, then that's great! If you need some changes to it, let me know. I have an email list for html.build users (html_build@adonai.net) for such requests and suggestions. Lee From owner-freebsd-www Wed Jan 21 01:06:04 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA06413 for www-outgoing; Wed, 21 Jan 1998 01:06:04 -0800 (PST) (envelope-from owner-freebsd-www) Received: from ns.shokonet.or.jp (ns.hokennet.co.jp [203.180.17.194]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA06376 for ; Wed, 21 Jan 1998 01:05:50 -0800 (PST) (envelope-from nakayama@fnet.ne.jp) Received: from wyagi2sv ([203.180.17.202]) by ns.shokonet.or.jp (8.7.3 Version 1.1 Build 562/8.7.3) with SMTP id RAA00008 for ; Wed, 21 Jan 1998 17:38:45 +0900 (JST) Date: Wed, 21 Jan 1998 17:38:45 +0900 (JST) Message-Id: <199801210838.RAA00008@ns.shokonet.or.jp> Received: (shiroyagi 2.5.1 Release build 1308) ; Wed, 21 Jan 1998 17:03:19 +0900 (JST) From: =?ISO-2022-JP?B?GyRCJVUlZSE8JUElYyE8JU0lQyVIJW8hPCUvGyhC?= To: =?ISO-2022-JP?B?GyRCJWolcyUvRVBPPyROMydNTRsoQg==?= Subject: =?ISO-2022-JP?B?GyRCJVUlZSE8JUElYyE8JU0lQyVIJW8hPCUvJUslZSE8?= =?ISO-2022-JP?B?GyRCJTkbKEI=?= Sender: owner-freebsd-www@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk X-Shiroyagi-ID: 199712180001 ■□■□■  フューチャーネットワークニュース  ■□■□■ ****************************************************************** このメールは厳選検索ネット「フューチャーネットワーク」にリンク登録を されている方へお送りしています。 ****************************************************************** 皆様いかがお過ごしでしょうか。日頃はお世話になり有り難うございます。 フューチャーネットワークもスタートして早 3ヶ月が経ちました。 その後についてご報告申し上げます。 ■スタート日(10月9日)には日本経済新聞で記事として掲載されました。 ■日本経済新聞の記事を見て取材にいらした日本教育新聞社でも10月  25日記事として全国版の日本教育新聞に掲載して頂きました。 ■昨年12月には幕張で開催されました「SYEBOLD SEMINARS TOKYO97]  に出展致し、多くの方々に説明することができスタッフ一同感激しておりま  す。  また、MainichiDailyMailで記事として取り上げて頂き会員の方々へメール  にて流して頂いたようです。 ■フューチャーネットワークのトップページおよびサブページを大幅に変更  同時にキーワード検索ができるようになりました。 ■昨年12月26日には神奈川新聞にて記事として掲載されました。 ■4月6日から幕張で開催される「COMDEX Japan98」に出展が決まりました 主な動きとしましては以上ですが、今後も定期的にご報告させて頂きたいと 存じますので、何卒宜しくお願い申し上げます。 トップページもスタート時から変更しており、プレゼントはモバイルが当たる 「お年玉賞」を実施しております。ご覧の上是非ご応募頂きますようお願い 致します。 また、トップページに登録ボタンを設置致しました。いいページがありましたら 登録(ご紹介)頂ければ幸いです。 今後とも宜しくお願い申し上げます。 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ フューチャーネットワーク http://www.fnet.ne.jp ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ □財団法人神奈川県経営者福祉振興財団 □□webmaster@fnet.ne.jp □□□Tel045-671-7101 Fax045-671-7129 From owner-freebsd-www Thu Jan 22 13:02:00 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA20570 for www-outgoing; Thu, 22 Jan 1998 13:02:00 -0800 (PST) (envelope-from owner-freebsd-www) Received: from fallout.campusview.indiana.edu (fallout.campusview.indiana.edu [149.159.1.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA20564 for ; Thu, 22 Jan 1998 13:01:56 -0800 (PST) (envelope-from jfieber@indiana.edu) Received: from localhost (jfieber@localhost) by fallout.campusview.indiana.edu (8.8.7/8.8.7) with SMTP id QAA00330 for ; Thu, 22 Jan 1998 16:01:55 -0500 (EST) Date: Thu, 22 Jan 1998 16:01:55 -0500 (EST) From: John Fieber To: www@FreeBSD.ORG Subject: FYI, rsync mirroring back in order Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-www@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Now that the dust seems to have settled a bit after the death and reincarnation of hub, people using rsync to mirror the web pages should be able to do so again. -john From owner-freebsd-www Thu Jan 22 22:21:14 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA03358 for www-outgoing; Thu, 22 Jan 1998 22:21:14 -0800 (PST) (envelope-from owner-freebsd-www) Received: from ns11.rim.or.jp (root@ns11.rim.or.jp [202.247.130.230]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA03344 for ; Thu, 22 Jan 1998 22:21:12 -0800 (PST) (envelope-from motoyuki@snipe.rim.or.jp) Received: from rayearth.rim.or.jp (rayearth.rim.or.jp [202.247.130.242]) by ns11.rim.or.jp (8.8.5/3.5Wpl2-ns11/RIMNET-2) with ESMTP id PAA27187; Fri, 23 Jan 1998 15:21:09 +0900 (JST) Received: (from uucp@localhost) by rayearth.rim.or.jp (8.8.5/3.5Wpl2-uucp1/RIMNET) with UUCP id PAA12479; Fri, 23 Jan 1998 15:21:08 +0900 (JST) Received: from ron.snipe.rim.or.jp (localhost.snipe.rim.or.jp [127.0.0.1]) by ron.snipe.rim.or.jp (8.8.7/3.5Wpl7) with ESMTP id PAA08544; Fri, 23 Jan 1998 15:19:07 +0900 (JST) Message-Id: <199801230619.PAA08544@ron.snipe.rim.or.jp> To: John Fieber Cc: freebsd-www@FreeBSD.ORG References: <199801200400.NAA04670@eddie.snipe.rim.or.jp> Subject: Re: Build the WWW Date: Fri, 23 Jan 1998 15:19:07 +0900 From: Motoyuki Konno Sender: owner-freebsd-www@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi, On Tue, 20 Jan 1998 13:00:48 +0900, I wrote: > > Also, as a slightly tangential topic, I would like to migrate > > from /ja_JP.EUC/... URLs to /ja/... URLs. Any objections? > Wait for a while. I'll discuss this topic with the other doc-jp > members. I also agrees with your idea. The discussion about the same topic is going on in the FreeBSD-DOC mailing lists. # I'm sorry that this replay is so late. > Any > suggestions about the least painful (for mirrors) of doing it? > The best way would be to just move stuff to ja, and issue a > permanent redirect for ja_JP.EUC, but that requires that all > mirrors twiddle their server config. I suppose we could install > a symlink from ja_JP.EUC to ja for a period of time, but web > crawlers and indexers will persist in using the obsolete URL and > do redundant indexing. I think a temporary symlink (perhaps 2 or 3 months ?) from ja_JP.EUC to ja is better, because the permanent redirect will cause more confusion. Most of the people who have used the Japanese WWW are using the mirror site in Japan (http://www.jp.freebsd.org/www.freebsd.org/). I will announce the URL changes in the Japanese FreeBSD announce mailing list and in the Web http://www.jp.freebsd.org. Cheers, --- motoyuki