Various changes after repository copy.
This commit is contained in:
parent
06b32c224c
commit
38645b85d5
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=3239
5 changed files with 40 additions and 12 deletions
24
en/gallery/Makefile
Normal file
24
en/gallery/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
# $Id: Makefile,v 1.1 1998-08-03 09:34:03 wosch Exp $
|
||||
|
||||
|
||||
DOCS+= cgallery.sgml
|
||||
DOCS+= gallery.sgml
|
||||
DOCS+= npgallery.sgml
|
||||
DOCS+= pgallery.sgml
|
||||
|
||||
CLEANFILES+= cgallery.inc npgallery.inc pgallery.inc
|
||||
|
||||
cgallery.html: cgallery.sgml cgallery.inc
|
||||
cgallery.inc: gallery.db gengallery.pl
|
||||
./gengallery.pl commercial gallery.db > cgallery.inc
|
||||
|
||||
npgallery.html: npgallery.sgml npgallery.inc
|
||||
npgallery.inc: gallery.db gengallery.pl
|
||||
./gengallery.pl nonprofit gallery.db > npgallery.inc
|
||||
|
||||
pgallery.html: pgallery.sgml pgallery.inc
|
||||
pgallery.inc: gallery.db gengallery.pl
|
||||
./gengallery.pl personal gallery.db > pgallery.inc
|
||||
|
||||
.include "../web.mk"
|
||||
|
|
@ -1,10 +1,11 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY date "$Date: 1998-03-12 21:41:58 $">
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$Date: 1998-08-03 09:34:03 $">
|
||||
<!ENTITY title "Gallery - Commercial">
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
<!ENTITY cgallery SYSTEM "cgallery.inc">
|
||||
]>
|
||||
<!-- $Id: cgallery.sgml,v 1.24 1998-03-12 21:41:58 jfieber Exp $ -->
|
||||
<!-- $Id: cgallery.sgml,v 1.25 1998-08-03 09:34:03 wosch Exp $ -->
|
||||
<html>
|
||||
&header;
|
||||
<P>All over the world, FreeBSD is powering innovative Internet applications and services. This gallery is a showcase of commercial organizations who have put FreeBSD to work for them. Browse and find out more about what FreeBSD can do for <STRONG>you</STRONG>!</P><P></P>
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY date "$Date: 1998-07-16 14:56:28 $">
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$Date: 1998-08-03 09:34:04 $">
|
||||
<!ENTITY title "The FreeBSD Gallery">
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $Id: gallery.sgml,v 1.36 1998-07-16 14:56:28 nsj Exp $ -->
|
||||
<!-- $Id: gallery.sgml,v 1.37 1998-08-03 09:34:04 wosch Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY date "$Date: 1998-03-12 21:42:02 $">
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$Date: 1998-08-03 09:34:04 $">
|
||||
<!ENTITY title "Gallery - Non-profit">
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
<!ENTITY npgallery SYSTEM "npgallery.inc">
|
||||
]>
|
||||
<!-- $Id: npgallery.sgml,v 1.19 1998-03-12 21:42:02 jfieber Exp $ -->
|
||||
<!-- $Id: npgallery.sgml,v 1.20 1998-08-03 09:34:04 wosch Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY date "$Date: 1998-03-12 21:42:02 $">
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$Date: 1998-08-03 09:34:04 $">
|
||||
<!ENTITY title "Gallery - Personal">
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
<!ENTITY pgallery SYSTEM "pgallery.inc">
|
||||
]>
|
||||
<!-- $Id: pgallery.sgml,v 1.17 1998-03-12 21:42:02 jfieber Exp $ -->
|
||||
<!-- $Id: pgallery.sgml,v 1.18 1998-08-03 09:34:04 wosch Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
|
Loading…
Reference in a new issue