diff --git a/tr/Makefile b/tr/Makefile
new file mode 100644
index 0000000000..7f6e805110
--- /dev/null
+++ b/tr/Makefile
@@ -0,0 +1,83 @@
+# The FreeBSD Documentation Project
+# The FreeBSD Turkish Documentation Project
+# $FreeBSD$
+# Original revision: 1.98
+.if exists(Makefile.conf)
+.include "Makefile.conf"
+.endif
+.if exists(../Makefile.inc)
+.include "../Makefile.inc"
+.endif
+
+# These are turned into validated, normalized HTML files.
+
+DOCS= docs.sgml
+DOCS+= features.sgml
+DOCS+= mailto.sgml
+
+# These will be directly installed.
+
+#DATA=	favicon.ico
+#DATA+=	robots.txt
+#DATA+=	freebsd.css
+#DATA+=  vendors.html
+
+# Subdirectories
+# SGML
+#SUBDIR= security
+#SUBDIR+= commercial
+#SUBDIR+= docproj
+#SUBDIR+= news
+#SUBDIR+= advocacy
+
+#SUBDIR+= events
+#SUBDIR+= FAQ
+#SUBDIR+= handbook
+#SUBDIR+= internal
+#SUBDIR+= java
+#SUBDIR+= copyright
+#SUBDIR+= search
+#SUBDIR+= gallery
+#SUBDIR+= projects
+#SUBDIR+= prstats
+#SUBDIR+= platforms
+#SUBDIR+= releases
+#SUBDIR+= releng
+#SUBDIR+= smp
+#SUBDIR+= kse
+#SUBDIR+= gnome
+#SUBDIR+= donations
+.if !defined(WEB_ONLY) || empty(WEB_ONLY)
+SUBDIR= doc
+.endif
+
+
+# These *must* be listed after the "doc" subdir, as they create symlinks
+# in to it.
+#.if !defined(WEB_ONLY) || empty(WEB_ONLY)
+#SUBDIR+= tutorials
+#.endif
+
+# Non-SGML
+#SUBDIR+= gifs
+#SUBDIR+= cgi
+
+
+
+# Non-English
+
+WEBDIR=	data/tr
+
+# index.html is special, and generated from index.xsl and news/news.xml
+DATA+=		index.html
+CLEANFILES+=	index.html
+
+index.html: index.xsl ../en/news/news.xml ../en/news/press.xml includes.xsl ../en/news/includes.xsl ../en/security/advisories.xml
+	${XSLTPROC} ${XSLTPROCOPTS} -o ${.TARGET} \
+		${.CURDIR}/index.xsl ${.CURDIR}/../en/news/news.xml
+.if !defined(NO_TIDY)
+	-${TIDY} ${TIDYOPTS} ${.TARGET}
+.endif
+
+
+.include "${WEB_PREFIX}/share/mk/web.site.mk"
diff --git a/tr/Makefile.inc b/tr/Makefile.inc
new file mode 100644
index 0000000000..0208ddcc5f
--- /dev/null
+++ b/tr/Makefile.inc
@@ -0,0 +1,8 @@
+# The FreeBSD Documentation Project
+# The FreeBSD Turkish Documentation Project
+# $FreeBSD$
+# Original revision: 1.8
+
+
+WEBBASE?=	/data/tr
+WEB_PREFIX?=	${.CURDIR}/../..
diff --git a/tr/doc/Makefile b/tr/doc/Makefile
new file mode 100644
index 0000000000..520f6391c3
--- /dev/null
+++ b/tr/doc/Makefile
@@ -0,0 +1,45 @@
+#
+# The FreeBSD Documentation Project
+# The FreeBSD Turkish Documentation Project#
+# $FreeBSD$
+# Based on: 1.8
+# Build the FreeBSD documentation *outside* of the www tree, and install it
+# in to the right place as necessary.
+#
+# This assumes that you have the www/ and doc/ trees checked out beside
+# one another -- this was always the case anyway, so there are no extra
+# requirements here.
+#
+
+all: all-all all-install
+
+all-all:
+	@unset DESTDIR || true; \
+	 cd ${.CURDIR}/../../../doc/tr_TR.ISO8859-9; \
+		${MAKE} FORMATS="html-split html" \
+			INSTALL_COMPRESSED= all
+all-install:
+	@unset DESTDIR || true; \
+	 cd ${.CURDIR}/../../../doc/tr_TR.ISO8859-9; \
+		${MAKE} FORMATS="html-split html" DOCDIR=${.OBJDIR} \
+			INSTALL_COMPRESSED= install
+
+install clean:
+	@unset DESTDIR || true; \
+	 cd ${.CURDIR}/../../../doc/tr_TR.ISO8859-9; \
+		${MAKE} FORMATS="html-split html" DOCDIR=${DESTDIR}/data/doc \
+			INSTALL_COMPRESSED= ${.TARGET}
+
+
+.if make(clean)
+	${RM} -rf tr*
+.endif
+
+.include "${.CURDIR}/../../share/mk/web.site.mk"
+
+obj: _OBJUSE
+
+_OBJUSE: .USE
+	@unset DESTDIR || true; \
+	 cd ${.CURDIR}/../../../doc/tr_TR.ISO8859-9; \
+		${MAKE} ${.TARGET}
diff --git a/tr/docs.sgml b/tr/docs.sgml
new file mode 100644
index 0000000000..7ae70b47e7
--- /dev/null
+++ b/tr/docs.sgml
@@ -0,0 +1,790 @@
+<!--
+     The FreeBSD Turkish Documentation Project
+     Original revision: 1.175
+-->
+
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
+<!ENTITY date "$FreeBSD$">
+<!ENTITY title "Belgeler">
+<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
+]>
+
+<html>
+    &header;
+
+    <img src="&enbase;/gifs/doc.jpg" alt="" align="right" border="0" width="274" height="163">
+
+    <p>FreeBSD i&ccedil;in bu web sitesinde, di&eth;er sitelerde
+      bir&ccedil;ok dok&uuml;man mevcuttur.</p>
+
+    <ul>
+      <li><a href="#books">FreeBSD projesinin bir
+	par&ccedil;as&yacute; olan kitaplar</a>
+      <li><a href="#articles">FreeBSD projesine dahil olan makaleler</a>
+      <li><a href="#man">Klavuz sayflar&yacute;</a>
+      <li><a href="#other">FreeBSD 'deki di&eth;er dok&uuml;manlar</a>
+      <li><a href="#other-books">Di&eth;er sitelerdeki kitaplar</a>
+      <li><a href="#other-articles">Di&eth;er sitelerdeki makaleler</a>
+      <li><a href="#links">FreeBSD ile alakal&yacute; linkler</a>
+      <li><a href="#press">Bas&yacute;nda FreeBSD</a>
+      <li><a href="#newsgroups">Haber gruplar&yacute;</a>
+      <li><a href="#additional">Di&eth;er Kaynaklar</a>
+    </ul>
+
+    <h2>Bu sitede</h2>
+
+    <p>Bu sitede bulunan t&uuml;m dok&uuml;manlar bir&ccedil;ok
+      de&eth;i&thorn;ik formatta indirilebilir(HTML, Postscript, PDF,
+      ve di&eth;erleri) ve bu dok&uuml;manlar de&eth;i&thorn;ik
+      s&yacute;k&yacute;&thorn;t&yacute;rma algoritmalar&yacute; ile
+      s&yacute;k&yacute;&thorn;t&yacute;r&yacute;lm&yacute;&thorn;t&yacute;r
+      (BZip2, Zip).  Bu dok&uuml;manlar <a
+      href="ftp://ftp.FreeBSD.org/pub/FreeBSD/doc/">FreeBSD FTP
+      sitesinde </a>bulunmaktad&yacute;r.</p>
+
+    <p>Bu belge <a href="&enbase;/docproj/docproj.html">FreeBSD
+      Dok&uuml;mantasyon Projesi</a>taraf&yacute;ndan
+      yap&yacute;lmakta ve devam ettirilmektedir ve bizler yeni
+      dok&uuml;man ekleyecek ve eski dok&uuml;manlar devam ettirecek
+      insanlar aramaktay&yacute;z.</p>
+
+    <h3><a name="books">Kitaplar</a></h3>
+
+    <p><a
+      href="&enbase;/doc/en_US.ISO8859-1/books/faq/index.html">FreeBSD
+      SSS</a> (<tt>faq</tt>)<br>
+      <small>FreeBSD 'nin b&uuml;t&uuml;n y&ouml;nlerini i&ccedil;eren
+	S&yacute;k&ccedil;a Sorulan Sorular ve
+	cevaplar&yacute;.</small></p>
+
+    <p><a
+      href="&enbase;/doc/en_US.ISO8859-1/books/handbook/index.html">FreeBSD
+      El kitab&yacute;</a> (<tt>handbook</tt>)<br>
+      <small>FreeBSD kullan&yacute;c&yacute;lar&yacute; i&ccedil;in
+	kapsaml&yacute; ve s&uuml;rekli geli&thorn;en bir
+	kaynak.</small></p>
+
+    <p><a
+      href="&enbase;/doc/en_US.ISO8859-1/books/developers-handbook/index.html">
+      FreeBSD Geli&thorn;tiricisinin El kitab&yacute;</a>
+      (<tt>developers-handbook</tt>)<br>
+      <small>FreeBSD i&ccedil;in yaz&yacute;l&yacute;m
+	geli&thorn;tirmek isteyen insanlar i&ccedil;in (Sadece FreeBSD
+	'y geli&thorn;tiren insanlar i&ccedil;in
+	de&eth;ildir).</small></p>
+
+    <p><a
+      href="&enbase;/doc/en_US.ISO8859-1/books/arch-handbook/index.html">
+      FreeBSD Mimarisi El kitab&yacute;</a>
+      (<tt>arch-handbook</tt>)<br>
+      <small>FreeBSD sistem geli&thorn;tiricileri i&ccedil;indir.  Bu
+	kitap FreeBSD &ccedil;ekirde&eth;i hakk&yacute;nda
+	bir&ccedil;ok yap&yacute;sal bilgiler i&ccedil;erir.</small></p>
+
+    <p><a
+      href="&enbase;/doc/en_US.ISO8859-1/books/porters-handbook/index.html">Port
+      El kitab&yacute;</a> (<tt>porters-handbook</tt>)<br>
+      <small>&Uuml;&ccedil;&uuml;nc&uuml; parti bir
+	yaz&yacute;l&yacute;m&yacute; FreeBSD port sistemine
+	&ccedil;evirmek i&ccedil;in en &ouml;nemli kaynak.</small></p>
+
+
+    <p><a
+      href="&enbase;/doc/en_US.ISO8859-1/books/design-44bsd/index.html">"The
+      Design and Implementation of the 4.4BSD Operating System"
+      kitab&yacute;n&yacute;n ikinci b&ouml;l&uuml;m&uuml;</a>
+      (<tt>design-44bsd</tt>)<br>
+      <small>Addison-Wesley taraf&yacute;ndan bu b&ouml;l&uuml;m
+	FreeBSD 'nin temeli olan 4.4BSD i&thorn;letim sisteminin
+	dizayn&yacute;n&yacute; anlat&yacute;r.</small></p>
+
+    <p><a
+      href="&enbase;/doc/en_US.ISO8859-1/books/corp-net-guide/index.html">"The
+      FreeBSD Corporate Networker's Guide" kitab&yacute;n&yacute;n
+      sekizinci b&ouml;l&uuml;m&uuml;</a>
+      (<tt>corp-net-guide</tt>)<br>
+      <small>Addison-Wesley taraf&yacute;ndan
+	ba&eth;&yacute;&thorn;lanan bu b&ouml;l&uuml;m FreeBSD
+	i&thorn;letim sistemi ile Windows, NT, and Novell gibi
+	istemcilere yaz&yacute;c&yacute; servis
+	payla&thorn;&yacute;m&yacute;n&yacute;n nas&yacute;l
+	yap&yacute;ld&yacute;&eth;&yacute;n&yacute;
+	anlat&yacute;r.</small></p>
+
+    <p><a href="&enbase;/doc/en_US.ISO8859-1/books/fdp-primer">Yeni
+       ba&thorn;layanlar i&ccedil;in FreeBSD Dok&uuml;mantasyon
+       Projesi El kitab&yacute;</a> (<tt>fdp-primer</tt>)<br>
+       <small>FreeBSD Dok&uuml;mantasyon projesine katk&yacute;da
+       bulunmak isteyenler i&ccedil;in bir
+       ba&thorn;lang&yacute;&ccedil; kitab&yacute;.</small></p>
+
+    <h3><a name="articles">Makaleler</a></h3>
+
+<!-- Articles are sorted by pathname -->
+
+    <p><a
+      href="&enbase;/doc/en_US.ISO8859-1/articles/5-roadmap/index.html">
+      5-STABLE i&ccedil;in yol haritas&yacute;</a>
+      (<tt>5-roadmap</tt>)<br>
+      <small>5-Stable s&yacute;n&yacute;f&yacute;n&yacute;n
+	olu&thorn;turulabilmesi i&ccedil;in orta vadeli geli&thorn;tirim
+	plan&yacute; ve s&uuml;r&uuml;m m&uuml;hendisli&eth;i
+	planlar&yacute; anlat&yacute;lmaktad&yacute;r.</small></p>
+
+    <p><a
+      href="&enbase;/doc/en_US.ISO8859-1/articles/checkpoint/index.html">
+      Checkpoint VPN-1/Firewall-1 ve FreeBSD IPsec entegrasyonu</a>
+      (<tt>checkpoint</tt>)<br>
+      <small>Checkpoint VPN-1/Firewall-1 ve FreeBSD IPsec 'in berbaber
+	&ccedil;al&yacute;&thorn;mas&yacute; i&ccedil;in nas&yacute;l
+	konfig&uuml;re edilmesi gerekti&eth;i
+	anlat&yacute;lmaktad&yacute;r.</small></p>
+
+    <p><a
+      href="&enbase;/doc/en_US.ISO8859-1/articles/committers-guide/index.html">
+      Committer Klavuzu</a> (<tt>committers-guide</tt>)<br>
+      <small>FreeBSD committer 'lar&yacute; i&ccedil;in gerekli
+	bilgiler.</small></p>
+
+    <p><a
+      href="&enbase;/doc/en_US.ISO8859-1/articles/console-server/article.html">Konsol
+      Sunucusu Dok&uuml;man&yacute;</a> (<tt>console-server</tt>)<br>
+      <small>Ucuz &ccedil;oklu seri port kart&yacute; ile FreeBSD
+	tabanl&yacute; konsol sunucusun nas&yacute;l kuruldu&eth;u
+	anlat&yacute;lmaktad&yacute;r.</small></p>
+
+    <p><a
+      href="&enbase;/doc/en_US.ISO8859-1/articles/contributing/index.html">
+      FreeBSD 'ye Katk&yacute;da Bulunmak</a>
+      (<tt>contributing</tt>)<br>
+      <small>FreeBSD Projesine nas&yacute;l katk&yacute;da
+	bulunabilirsiniz</small></p>
+
+    <p><a
+      href="&enbase;/doc/en_US.ISO8859-1/articles/contributors/index.html">
+      FreeBSD 'ye Katk&yacute;da Bulunanlar&yacute;n Listesi</a>
+      (<tt>contributors</tt>)<br>
+      <small>FreeBSD 'nin geli&thorn;mesine katk&yacute;da bulunan
+	orjanizasyonlar ve &thorn;ah&yacute;slar.</small></p>
+
+    <p><a
+      href="&enbase;/doc/en_US.ISO8859-1/articles/cvs-freebsd/article.html">FreeBSD
+      ile  CVS Ambar&yacute; Kurmak </a> (<tt>cvs-freebsd</tt>)<br>
+      <small>FreeBSD projesi ile ayn&yacute; CVSROOT
+	altyap&yacute;s&yacute;n&yacute; ta&thorn;&yacute;yan bir CVS
+	ambar&yacute; nas&yacute;l kurulur?</small></p>
+
+    <p><a
+      href="&enbase;/doc/en_US.ISO8859-1/articles/cvsup-advanced/article.html">CVSup
+      Detaylar&yacute;</a> (<tt>cvsup-advanced</tt>)<br>
+      <small>CVSup sisteminin inceli&eth;i.</small></p>
+
+    <p><a
+      href="&enbase;/doc/en_US.ISO8859-1/articles/dialup-firewall/index.html">
+      FreeBSD ile &Ccedil;evirimli Firewall Kurulumu</a>
+      (<tt>dialup-firewall</tt>)<br>
+      <small>PPP ve ipfw kullanarak &ccedil;evirimli a&eth;
+	&uuml;zerinden atanm&yacute;&thorn;; de&eth;i&thorn;ken bir IP
+	&uuml;zerinde firewall kurulumu.</small></p>
+
+    <p><a
+      href="&enbase;/doc/en_US.ISO8859-1/articles/diskless-x/index.html">
+      Disksiz bir X sunucusu kurmak</a> (<tt>diskless-x</tt>)<br>
+      <small>Disksiz bir X sunucusu kurulumu
+	anlat&yacute;lmaktad&yacute;r.</small></p>
+
+    <p><a
+      href="&enbase;/doc/en_US.ISO8859-1/articles/euro/article.html">
+      FreeBSD 'de Euro Semb&ouml;l&uuml;</a> (<tt>euro</tt>)<br>
+      <small>FreeBSD ve alakal&yacute;
+	yaz&yacute;l&yacute;mlar&yacute;n Euro sembol&uuml;n&uuml;
+	nas&yacute;l g&ouml;sterebilece&eth;i
+	anlat&yacute;l&yacute;r.</small></p>
+
+    <p><a
+      href="&enbase;/doc/en_US.ISO8859-1/articles/explaining-bsd/index.html">
+      BSD 'i A&ccedil;&yacute;klan&yacute;yor</a>
+      (<tt>explaining-bsd</tt>)<br>
+      <small>``BSD Nedir?'' sorusuna verilen bir cevap.</small></p>
+
+    <p><a
+      href="&enbase;/doc/en_US.ISO8859-1/articles/fbsd-from-scratch/index.html">
+      S&yacute;f&yacute;rdan FreeBSD</a>
+      (<tt>fbsd-from-scratch</tt>)<br>
+      <small>Bir FreeBSD sisteminin en sevdi&eth;iniz portlarla
+	beraber s&yacute;f&yacute;rdan nas&yacute;l derlenece&eth;i,
+	kurulaca&eth;&yacute; ve konfig&uuml;re edilece&eth;i (bo&thorn;
+	bir dosya sistemine) anlat&yacute;lmaktad&yacute;r.</small></p>
+
+    <p><a
+      href="&enbase;/doc/en_US.ISO8859-1/articles/filtering-bridges/index.html">
+      Fitreleme yapan Bridge 'ler</a> (<tt>filtering-bridges</tt>)<br>
+      <small>FreeBSD sistemini router yerine bridge gibi
+	konfig&uuml;re ederek firewall ve filtrelemenin nas&yacute;l
+	ger&ccedil;ekle&thorn;tirilece&eth;i
+	anlat&yacute;l&yacute;r.</small></p>
+
+    <p><a
+      href="&enbase;/doc/en_US.ISO8859-1/articles/fonts/index.html">Fontlar
+      ve FreeBSD</a> (<tt>fonts</tt>)<br>
+      <small>FreeBSD i&ccedil;indeki de&eth;i&thorn;ik font
+	teknolojilerinin a&ccedil;&yacute;klamalar&yacute; ve
+	bunlar&yacute;n de&eth;i&thorn;ik programlar ile nas&yacute;l
+	kullan&yacute;ld&yacute;&eth;&yacute;.</small></p>
+
+    <p><a
+      href="&enbase;/doc/en_US.ISO8859-1/articles/formatting-media/index.html">
+      FreeBSD 'de Formatlama</a> (<tt>formatting-media</tt>)<br>
+      <small>FreeBSD 'de ta&thorn;&yacute;nabilir ve sabit
+	cihazlar&yacute;n nas&yacute;l dilimleme, b&ouml;lmeleme ve
+	formatlama yap&yacute;laca&eth;&yacute;
+	anlat&yacute;l&yacute;r.</small></p>
+
+    <p><a
+      href="&enbase;/doc/en_US.ISO8859-1/articles/freebsd-questions/index.html">
+      FreeBSD-questions mail listesinden en iyi sonucu nas&yacute;l
+      al&yacute;rs&yacute;n&yacute;z</a> (<tt>freebsd-questions</tt>)<br>
+      <small>-questions mail listesinden yararl&yacute; bilgilerin
+      nas&yacute;l al&yacute;nabilece&eth;i
+      anlat&yacute;l&yacute;r.</small></p>
+
+    <p><a
+      href="&enbase;/doc/en_US.ISO8859-1/articles/hats/index.html">
+      Hats 'lerle &ccedil;al&yacute;&thorn;mak</a> (<tt>hats</tt>)<br>
+      <small>``hat'' (FreeBSD 'nin de&eth;i&thorn;ik
+	noktalar&yacute;ndan sorumlu ki&thorn;iler) ile birlikte
+	nas&yacute;l &ccedil;al&yacute;&thorn;&yacute;laca&eth;&yacute;
+	anlat&yacute;lmaktad&yacute;r.</small></p>
+
+    <p><a
+      href="&enbase;/doc/en_US.ISO8859-1/articles/hubs/index.html">FreeBSD
+      'yi Yans&yacute;lamak</a> (<tt>hubs</tt>)<br>
+      <small>FreeBSD web sitesinin, CVSup sunucusunun, FTP sunucusunun
+	nas&yacute;l yans&yacute;lanaca&eth;&yacute;n&yacute; anlatan
+	bir ba&thorn;vuru kayna&eth;&yacute;</small></p>
+
+    <p><a
+      href="&enbase;/doc/en_US.ISO8859-1/articles/ipsec-must/index.html">FreeBSD
+      'deki IPSEC i&thorn;levselli&eth;inin
+      ba&eth;&yacute;ms&yacute;z bir testi</a>
+      (<tt>ipsec-must</tt>)<br>
+      <small>FreeBSD IPsec fonksiyonelli&eth;inin nas&yacute;l test
+	edilece&eth;i anlat&yacute;l&yacute;r.</small></p>
+
+    <p><a
+      href="&enbase;/doc/en_US.ISO8859-1/articles/java-tomcat/index.html">Java
+      ve Jakarta Tomcat</a> (<tt>java-tomcat</tt>)<br>
+      <small>Java ve Jakarta Tomcat 'in FreeBSD 'de
+	kurulumu.</small></p>
+
+    <p><a
+      href="&enbase;/doc/en_US.ISO8859-1/articles/laptop/article.html">Laptoplarda
+      FreeBSD</a> (<tt>laptop</tt>)<br>
+      <small>FreeBSD 'yi laptoplarda nas&yacute;l
+	kullanabilirsiniz.</small></p>
+
+    <p><a
+      href="&enbase;/doc/en_US.ISO8859-1/articles/mh/index.html">MH
+      El kitab&yacute;</a> (<tt>mh</tt>)<br>
+      <small>MH mail okuma program&yacute;n&yacute;n FreeBSD 'de
+	nas&yacute;l kullan&yacute;laca&eth;&yacute;.</small></p>
+
+    <p><a
+      href="&enbase;/doc/en_US.ISO8859-1/articles/multi-os/index.html">
+      FreeBSD 'nin di&eth;er i&thorn;letim sistemleri ile
+      nas&yacute;l kullan&yacute;laca&eth;&yacute;?</a>
+      (<tt>multi-os</tt>)<br>
+      <small>Ayn&yacute; bilgisayar &uuml;zerinde de&eth;i&thorn;ik
+	i&thorn;letim sistemlerinin FreeBSD ile nas&yacute;l
+	kurulabilece&eth;i.</small></p>
+
+    <p><a
+      href="&enbase;/doc/en_US.ISO8859-1/articles/new-users/index.html">FreeBSD
+      'de ilk ad&yacute;mlar </a> (<tt>new-users</tt>)<br>
+      <small>FreeBSD ve &unix; sistemini ilk kez kullanacaklar
+	i&ccedil;in.</small></p>
+
+    <p><a
+      href="&enbase;/doc/en_US.ISO8859-1/articles/pam/index.html">Pluggable
+      Authentication Modules</a> (<tt>pam</tt>)<br>
+      <small>FreeBSD alt&yacute;nda PAM sistemi ve mod&uuml;llerinin
+	nas&yacute;l kullan&yacute;laca&eth;&yacute;.</small></p>
+
+    <p><a
+      href="&enbase;/doc/en_US.ISO8859-1/articles/pr-guidelines/article.html">FreeBSD
+      Problem Rapor Sistemi Kotarma Klavuzu</a>
+      (<tt>pr-guidelines</tt>)<br>
+      <small>FreeBSD problem raporlar&yacute;n&yacute;n
+	kotar&yacute;lmas&yacute; i&ccedil;in tavsiyeler.</small></p>
+
+    <p><a
+      href="&enbase;/doc/en_US.ISO8859-1/articles/problem-reports/article.html">
+      FreeBSD Problem Raporu yazmak</a>
+      (<tt>problem-reports</tt>)<br>
+      <small>FreeBSD Projesine bir problemi iletmenin nas&yacute;l
+	yap&yacute;ld&yacute;&eth;&yacute;
+	anlat&yacute;l&yacute;r.</small></p>
+
+    <p><a
+      href="&enbase;/doc/en_US.ISO8859-1/articles/pxe/index.html">FreeBSD
+      'de PXE boot sistemi</a> (<tt>pxe</tt>)<br>
+      <small>FreeBSD ile Intel PXE sunucusunun nas&yacute;l
+	kuruldu&eth;u ve FreeBSD istemcilerin PXE sunucusunu kullanarak
+	nas&yacute;l boot edilece&eth;i
+	anlat&yacute;lmaktad&yacute;r.</small></p>
+
+    <p><a
+      href="&enbase;/doc/en_US.ISO8859-1/articles/releng/index.html">FreeBSD
+      S&uuml;r&uuml;m M&uuml;hendisli&eth;i</a>
+      (<tt>releng</tt>)<br>
+      <small>FreeBSD s&uuml;r&uuml;m m&uuml;hendisli&eth;i
+	tak&yacute;m&yacute;n&yacute;n FreeBSD &Yacute;&thorn;letim
+	Sisteminin s&uuml;r&uuml;mlerini yaparken izledi&eth;i yollar.
+	Ayr&yacute;ca &ouml;zel FreeBSD s&uuml;r&uuml;m&uuml; yapmak
+	i&ccedil;in kullan&yacute;lacak olan ara&ccedil;lar
+	anlat&yacute;l&yacute;r.</small></p>
+
+    <p><a
+      href="&enbase;/doc/en_US.ISO8859-1/articles/releng-packages/index.html">&Uuml;&ccedil;&uuml;nc&uuml;
+      parti yaz&yacute;l&yacute;mlar i&ccedil;in FreeBSD
+      S&uuml;r&uuml;m M&uuml;hendisli&eth;i</a>
+      (<tt>releng-packages</tt>)<br>
+
+      <small>FreeBSD s&uuml;r&uuml;m m&uuml;hendisleri
+	taraf&yacute;ndan resmi FreeBSD s&uuml;r&uuml;mlerinde
+	y&uuml;ksek kalitede paketlerin nas&yacute;l
+	olu&thorn;turulaca&eth;&yacute; anlat&yacute;lmaktad&yacute;r.
+	Bu d&ouml;k&uuml;man&yacute;n geli&thorn;tirilmesine devam
+	edilmektedir fakat elinde sonunda FreeBSD.org "Paket
+	K&uuml;mesi" taraf&yacute;ndan kullan&yacute;lan paket
+	olu&thorn;turdu&eth;u, paketlerin s&uuml;r&uuml;m cd'lerinde
+	nas&yacute;l da&eth;&yacute;ld&yacute;&eth;&yacute; ve paket
+	setlerinin do&eth;rulu&eth;unun nas&yacute;l
+	ara&thorn;t&yacute;r&yacute;ld&yacute;&eth;&yacute;n&yacute;
+	da anlatacakt&yacute;r.</small></p>
+
+    <p><a
+      href="&enbase;/doc/en_US.ISO8859-1/articles/serial-uart/index.html">Seri
+      ve UART cihazlar</a> (<tt>serial-uart</tt>)<br>
+      <small>FreeBSD
+	'de seri portlar&yacute;n ve &ccedil;ok portlu seri arabirim
+	kartlar&yacute;n&yacute;n nas&yacute;l
+	kullan&yacute;ld&yacute;&eth;&yacute; hakk&yacute;nda
+	detayl&yacute; bilgi.</small></p>
+
+    <p><a
+      href="&enbase;/doc/en_US.ISO8859-1/articles/solid-state/index.html">FreeBSD
+      ve Kat&yacute; Durumlu (Solid State) cihazlar</a>
+      (<tt>solid-state</tt>)<br> <small>FreeBSD 'de kat&yacute;
+      durumlu disklerin nas&yacute;l
+      kullan&yacute;ld&yacute;&eth;&yacute;
+      anlat&yacute;l&yacute;r.</small></p>
+
+    <p><a
+      href="&enbase;/doc/en_US.ISO8859-1/articles/storage-devices/index.html">Yedekleme
+      Cihazlar&yacute;</a> (<tt>storage-devices</tt>)<br>
+      <small>FreeBSD'de ESDI disklerin, SCSI disklerin,
+      teyplerin, ve CDROM s&uuml;r&uuml;c&uuml;lerinin
+      nas&yacute;l kullan&yacute;ld&yacute;&eth;&yacute;
+      anlat&yacute;l&yacute;r.</small></p>
+
+    <p><a
+      href="&enbase;/doc/en_US.ISO8859-1/articles/vinum/index.html">
+      Vinum: G&uuml;venli sunucular i&ccedil;in temel
+      yap&yacute;ta&thorn;&yacute;</a> (<tt>vinum</tt>)<br>
+      <small>FreeBSD 'de hata duyarl&yacute; sunucular&yacute;n
+      kurulumu ve bunun Vinum ile nas&yacute;l
+      ger&ccedil;ellendi&eth;inin ad&yacute;m ad&yacute;m
+      g&ouml;sterimi.</small></p>
+
+    <p><a
+      href="&enbase;/doc/en_US.ISO8859-1/articles/vm-design/index.html">
+      FreeBSD VM sisteminin tasar&yacute;m par&ccedil;alar&yacute;</a>
+      (<tt>vm-design</tt>)<br> <small>FreeBSD sanal haf&yacute;za
+      sisteminin nas&yacute;l ger&ccedil;ellendi&eth;inin
+      anlat&yacute;l&yacute;r.</small></p>
+
+    <p><a
+      href="&enbase;/doc/en_US.ISO8859-1/articles/zip-drive/index.html">Zip
+      s&uuml;r&uuml;c&uuml;ler ve FreeBSD</a>
+      (<tt>zip-drive</tt>)<br> <small>Iomega Zip (SCSI, IDE, ya da
+      paralel) s&uuml;r&uuml;c&uuml;lerinin nas&yacute;l
+      formatland&yacute;&eth;&yacute;,
+      ba&eth;land&yacute;&eth;&yacute; ve
+      kullan&yacute;ld&yacute;&eth;&yacute;
+      anlat&yacute;lmaktad&yacute;r.</small></p>
+
+    <h3><a name="man">Klavuz Sayfalar&yacute;</a></h3>
+
+    <dl>
+      <dt><strong>FreeBSD</strong></dt>
+
+      <dd>S&uuml;r&uuml;m:
+	<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+1.0-RELEASE">1.0</a>,
+	<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+1.1-RELEASE">1.1</a>,
+	<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+1.1.5.1-RELEASE">1.1.5.1</a>,
+	<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+2.0-RELEASE">2.0</a>,
+	<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+2.0.5-RELEASE">2.0.5</a>,
+	<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+2.1.0-RELEASE">2.1.0</a>,
+	<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+2.1.5-RELEASE">2.1.5</a>,
+	<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+2.1.6.1-RELEASE">2.1.6.1</a>,
+	<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+2.1.7.1-RELEASE">2.1.7.1</a>,
+	<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+2.2.1-RELEASE">2.2.1</a>,
+	<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+2.2.2-RELEASE">2.2.2</a>,
+	<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+2.2.5-RELEASE">2.2.5</a>,
+	<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+2.2.6-RELEASE">2.2.6</a>,
+	<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+2.2.7-RELEASE">2.2.7</a>,
+	<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+2.2.8-RELEASE">2.2.8</a>,
+	<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+3.0-RELEASE">3.0</a>,
+	<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+3.1-RELEASE">3.1</a>,
+	<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+3.2-RELEASE">3.2</a>,
+	<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+3.3-RELEASE">3.3</a>,
+	<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+3.4-RELEASE">3.4</a>,
+	<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+3.5.1-RELEASE">3.5.1</a>,
+	<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+4.0-RELEASE">4.0</a>,
+	<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+4.1-RELEASE">4.1</a>,
+	<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+4.2-RELEASE">4.2</a>,
+	<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+4.3-RELEASE">4.3</a>,
+	<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+4.4-RELEASE">4.4</a>,
+	<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+4.5-RELEASE">4.5</a>,
+	<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+4.6-RELEASE">4.6</a>,
+	<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+4.7-RELEASE">4.7</a>,
+	<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+4.8-RELEASE">4.8</a>,
+	<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=freebsd-stable">4.x-stable</a>,
+	<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+5.0-RELEASE">5.0</a>,
+	<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+5.1-RELEASE">5.1</a>,
+	<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+5.1-current">5.1-current</a>,
+	<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=FreeBSD+Ports">Ports</a>.</dd>
+
+      <dt><strong>Di&eth;er Sistemler</strong></dt>
+
+      <dd><a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=v7">Unix Yedinci S&uuml;r&uuml;m (V7)</a>,
+	<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=2.8BSD">2.8BSD</a>,
+	<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=2.9BSD">2.9.1BSD</a>,
+	<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=2.10BSD">2.10BSD</a>,
+	<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=2.11BSD">2.11BSD</a>,
+	<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=4.3BSD+Reno">4.3BSD Reno</a>,
+	<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=NET%2F2">NET/2</a>,
+	<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=386BSD+0.1">386BSD 0.1</a>,
+	<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=4.4BSD+Lite2">4.4BSD Lite2</a>,
+	<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=hpux">HP-UX</a>,
+	<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=linux">Linux</a>,
+	<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=NetBSD">NetBSD</a>,
+	<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=OpenBSD">OpenBSD</a>,
+	<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=darwin">Darwin</a>,
+	<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=plan9">Plan 9</a>,
+	<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=sunos4">SunOS 4.x</a>,
+	<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=sunos5">SunOS 5.x</a>,
+	<a href="http://www.FreeBSD.org/cgi/man.cgi?manpath=ultrix">ULTRIX 4.2</a>,
+	and <a
+	href="http://www.FreeBSD.org/cgi/man.cgi?manpath=XFree86">XFree86</a>.
+      </dd>
+    </dl>
+
+    <h3><a name="other">Di&eth;er Dok&uuml;manlar</a></h3>
+
+    <p><a href="http://docs.FreeBSD.org/44doc/">4.4BSD Belgeleri</a>:
+       4.4BSD belgelerinin kendi FreeBSD makinan&yacute;zda <a
+       href="file://localhost/usr/share/doc">/usr/share/doc</a>
+       dizininde bulabilece&eth;iniz (e&eth;er doc
+       da&eth;&yacute;t&yacute;m&yacute;n&yacute; kurduysan&yacute;z)
+       html versiyonu.</p>
+
+    <p><a href="http://docs.FreeBSD.org/info/">Info Belgeleri</a>: <a
+      href="file://localhost/usr/share/info">/usr/share/info</a>
+      dizininde bulunan Info belgeleri (e&eth;er doc
+      da&eth;&yacute;t&yacute;m&yacute;n&yacute;
+      kurduysan&yacute;z).</p>
+
+    <h2>Di&eth;er web siteleri</h2>
+
+    <p>FreeBSD hakk&yacute;nda bir&ccedil;ok yararl&yacute; bilgi
+      i&ccedil;eren ba&eth;&yacute;ms&yacute;z siteler.</p>
+
+    <h3><a name="other-books">Kitaplar</a></h3>
+
+    <ul>
+      <li>
+	<p><a href="http://www.vmunix.com/fbsd-book/">A Comprehensive
+	  Guide to FreeBSD</a> FreeBSD i&thorn;letim sistemini anlatan
+	  kitap yap&yacute;s&yacute; baz al&yacute;narak
+	  haz&yacute;rlanm&yacute;&thorn; bir site FreeBSD ve UNIX
+	  sistemlerine yeni ba&thorn;layanlar i&ccedil;in
+	  tasarlanm&yacute;&thorn;t&yacute;r ve yap&yacute;m&yacute;
+	  devam etmektedir.</p>
+      </li>
+    </ul>
+
+    <h3><a name="other-articles">Makaleler</a></h3>
+
+    <ul>
+      <li>
+	<p>Niels Jorgensen taraf&yacute;ndan kaleme al&yacute;nan
+	  FreeBSD geli&thorn;tirim ad&yacute;mlar&yacute;n&yacute;
+	  anlatan akedemik bir  &ccedil;al&yacute;&thorn;ma: <a
+	  href="http://www.ruc.dk/~nielsj/research/papers/freebsd.pdf">
+	  ``Putting it All in the Trunk, Incremental Software
+	  Development in the FreeBSD Open Source Project''</a>
+	  [Information Systems Journal (2001) 11, 321-336].</p>
+      </li>
+      <li>
+	<p><a href="http://www.computerbits.com/">Computer Bits</a>
+	  Mart 1996 'dan beri yay&yacute;nda olan ve <a
+	  href="mailto:tedm@agora.rdrop.com">Ted Mittelstaedt</a>
+	  taraf&yacute;ndan kaleme al&yacute;nan <strong>The Network
+	  Community</strong> adl&yacute; k&ouml;&thorn;esinde FreeBSD
+	  ile alakal&yacute; harika makaleler i&ccedil;eren
+	  &Yacute;nternet dergisi.</p>
+
+	<p>Baz&yacute; pop&uuml;ler makaleleri: <em><a
+	  href="http://www.computerbits.com/archive/1996/0300/lan9603.html">
+	  FreeBSD tabanl&yacute; bir mail sunucu kurulumu</a></em>,
+	  <em><a
+	  href="http://www.computerbits.com/archive/1997/0800/lan9708.html">
+	  Network Address Translation</a></em>, and <em><a
+	  href="http://www.computerbits.com/archive/1996/1100/lan9611.html">
+	  Fax sunucusu kurulumu</a></em>.</p>
+      </li>
+    </ul>
+
+    <ul>
+      <li>
+	<p>BSD 'nin U.C Berkeley 'deki &ouml;nde gelen
+	  mimarlar&yacute;ndan <a
+	  href="mailto:mckusick@mckusick.com">Kirk McKusick</a> FreeBSD
+	  kullanarak iki <a
+	  href="http://www.mckusick.com/courses/">4.4BSD Kernel
+	  Internals</a> kursu vermektedir. Bu kurslara
+	  kat&yacute;lamayanlar i&ccedil;in video teypler de mevcuttur
+	  ve sat&yacute;lmaktad&yacute;r.</p>
+      </li>
+
+      <li>
+	<p><a href="http://flag.blackened.net/freebsd/">FreeBSD
+	  How-To's for the Lazy and Hopeless</a> FreeBSD kurulumu ve
+	  konfig&uuml;rasyonunu anlatan bir "how-to" &thorn;eklinde
+	  haz&yacute;rlanm&yacute;&thorn; ba&thorn;ka bir
+	  dok&uuml;mand&yacute;r.  </p>
+      </li>
+
+      <li>
+	<p><a href="http://www.tldp.org/HOWTO/Linux+FreeBSD.html">The
+	  Linux+FreeBSD mini-HOWTO</a> ayn&yacute; sistem i&ccedil;inde
+	  Linux ve FreeBSD 'nin nas&yacute;l
+	  kullan&yacute;laca&eth;&yacute;n&yacute; anlat&yacute;r.
+	  FreeBSD 'ye giri&thorn; yaparak bu iki i&thorn;letim
+	  sisteminin ayn&yacute; sistemde nas&yacute;l
+	  kurulaca&eth;&yacute; (&Ouml;rnek olarak ayn&yacute; takas
+	  alan&yacute;n&yacute; nas&yacute;l
+	  kullanaca&eth;&yacute;n&yacute;) anlat&yacute;r.</p>
+      </li>
+
+      <li>
+	<p><a href="http://www.nber.org/amd.html">AMD i&thorn;lemci ve
+	  FreeBSD</a></p>
+      </li>
+
+      <li>
+	<p><a
+	  href="http://ukug.uk.FreeBSD.org/~mark/ntfs_install_2.2.html">
+	  FreeBSD 2.2.x NTFS (NT dosya sistemi)
+	  s&uuml;r&uuml;c&uuml;s&uuml;n&uuml;n kurulumu</a>.</p>
+      </li>
+
+      <li>
+	<p><a
+	  href="http://ukug.uk.FreeBSD.org/~mark/ntfs_install_3.1.html">
+	  FreeBSD 3.1 NTFS s&uuml;r&uuml;c&uuml;s&uuml;
+	  kurulumu</a>.</p>
+      </li>
+
+      <li>
+	<p><em>Yeni Ba&thorn;layanlar i&ccedil;in FreeBSD Kurulum
+	  Detaylar&yacute;</em>. Bu dok&uuml;man <a
+	  href="&enbase;/doc/en_US.ISO8859-1/books/handbook/install.html">
+	  FreeBSD El kitab&yacute;na</a> dahil edilmi&thorn;tir.</p>
+      </li>
+
+      <li>
+	<p><a
+	  href="http://www.daemonnews.org/200010/blueprints.html">Dinamik
+	  &Ccedil;ekirdek
+	  Ba&eth;da&thorn;t&yacute;r&yacute;c&yacute;s&yacute;(KLD)
+	  Programlama</a>.</p>
+      </li>
+
+      <li>
+	<p><a
+	  href="http://www.daemonnews.org/200007/newbus-intro.html">
+	  Newbus kullanarak &Ccedil;ekirdek S&uuml;r&uuml;c&uuml;s&uuml;
+	  nas&yacute;l yaz&yacute;l&yacute;r</a>.</p>
+      </li>
+
+      <li>
+	<p><em>ISA donan&yacute;m s&uuml;r&uuml;c&uuml;s&uuml;
+	  yaz&yacute;m&yacute;</em>.  Bu d&ouml;k&uuml;man <a
+	  href="&enbase;/doc/en_US.ISO8859-1/books/developers-handbook">
+	  Geli&thorn;tirici El kitab&yacute;na</a> dahil
+	  edilmi&thorn;tir.</p>
+      </li>
+
+      <li>
+	<p><em>FreeBSD Assembly Dili Programlama
+	  Dok&uuml;man&yacute;</em>.  Bu dok&uuml;man <a
+	  href="&enbase;/doc/en_US.ISO8859-1/books/developers-handbook">
+	  Geli&thorn;tirici El kitab&yacute;na</a> dahil
+	  edilmi&thorn;tir.</p>
+      </li>
+
+      <li>
+	<p><a href="http://www.cfcl.com/rdm/split_DNS.html">
+	  FreeBSD 'de Ayr&yacute;k DNS (Split DNS) Kurulumu </a></p>
+      </li>
+
+      <li>
+	<p><a href="http://www.jp.FreeBSD.org/PAO/">Tatsumi
+	  Hosokawa'nin Mobil Bilgisayar sayfas&yacute;</a> FreeBSD 3.X
+	  ve daha &ouml;nceki versiyonlarda diz&uuml;st&uuml;
+	  bilgisayar&yacute;n nas&yacute;l
+	  kullan&yacute;laca&eth;&yacute;n&yacute; anlat&yacute;r.</p>
+      </li>
+
+      <li>
+	<p><a href="http://people.FreeBSD.org/~fsmp/SMP/SMP.html"> SMP
+	  destek sayfas&yacute;</a> FreeBSD 4.X ve daha &ouml;nceki
+	  s&uuml;r&uuml;mlerde SMP deste&eth;ini anlat&yacute;r.</p>
+      </li>
+
+      <li>
+	<p> Silberschatz, Galvin and Gagne taraf&yacute;ndan
+	  yaz&yacute;lan <a
+	  href="http://jws-edcv.wiley.com/college/tlp/0,9842,ECSC-CXC-CXXCC-CXB0C_0471417432_BKS,00.html">
+	  Operating Systems Concepts</a> ders kitab&yacute;n&yacute;n Ek
+	  A k&yacute;sm&yacute; <a
+	  href="http://www.wiley.com/college/silberschatz6e/0471417432/pdf/bsd.pdf">PDF
+	  format&yacute;</a>.  Bu ek FreeBSD 'ye
+	  adanm&yacute;&thorn;t&yacute;r ve FreeBSD'nin i&ccedil;
+	  yap&yacute;s&yacute;na iyi bir tan&yacute;t&yacute;m
+	  yapmaktad&yacute;r.</p>
+      </li>
+
+     </ul>
+
+    <h3><a name="links">Linkler</a></h3>
+
+    <ul>
+      <li>
+	<p>The <a
+	  href="http://dmoz.org/Computers/Software/Operating_Systems/Unix/BSD/FreeBSD/">Open
+	  Directory Project</a> FreeBSD i&ccedil;in &ccedil;ok
+	  g&uuml;zel linkler i&ccedil;ermektedir ve pazarlama
+	  amac&yacute;yla kullan&yacute;labilecek <a
+	  href="http://dmoz.org/Computers/Software/Operating_Systems/Unix/BSD/FreeBSD/Prominent_Users/">&Uuml;nl&uuml;
+	  kullan&yacute;c&yacute;lar</a> sayfas&yacute;n&yacute;
+	  i&ccedil;ermektedir.</p></li>
+
+      <li>
+	<p>The <a
+	  href="http://people.FreeBSD.org/~faulkner/multimedia/mm.html">
+	  FreeBSD Multimedya Sayfas&yacute;</a> <a href=
+	  "http://people.FreeBSD.org/~ahasty/Bt848.html">Bt848</a> video
+	  yakalama &ccedil;ipi gibi bir&ccedil;ok multimedya linki
+	  i&ccedil;ermektedir.</p>
+      </li>
+    </ul>
+
+    <h2>Ger&ccedil;ek D&uuml;nyadan Linkler...</h2>
+
+    <h3><a name="press" href="&enbase;/news/press.html">Bas&yacute;nda FreeBSD </a></h3>
+
+    <p>FreeBSD hakk&yacute;nda bas&yacute;nda yay&yacute;nlanan
+      hikayeler.</p>
+
+    <h2><a name="newsgroups">Haber Gruplar&yacute;</a></h2>
+
+    <p>A&thorn;a&eth;&yacute;daki haber gruplar&yacute; FreBSD
+      kullan&yacute;c&yacute;lar&yacute; i&ccedil;in
+      ayr&yacute;lm&yacute;&thorn;t&yacute;r:</p>
+
+      <ul>
+	<li>
+	  <p><a
+	    href="news:comp.unix.bsd.freebsd.announce">comp.unix.bsd.freebsd.announce</a>
+	    (moderated)</p>
+	</li>
+
+	<li>
+	  <p><a
+	    href="news:comp.unix.bsd.freebsd.misc">comp.unix.bsd.freebsd.misc</a></p>
+	</li>
+
+	<li>
+	  <p><a
+	    href="news:comp.unix.bsd.misc">comp.unix.bsd.misc</a></p>
+	</li>
+      </ul>
+
+    <h2><a name="additional">Ek Kaynaklar</a></h2>
+
+    <h3><a href="y2kbug.html">2000 Y&yacute;l&yacute; Uyumlulu&eth;u</a></h3>
+
+    <p>The FreeBSD projesinin 2000 Y&yacute;l&yacute; Uyumlulu&eth;u
+      beyan&yacute;.</p>
+
+    <h3><a href="http://www.daemonnews.org/newsletter/">BSD Real-Quick (TM) Gazetesi</a></h3>
+
+    <p>FreeBSD arenas&yacute;nda ger&ccedil;ekle&thorn;en
+      geli&thorn;imleri i&ccedil;eren ayl&yacute;k (aras&yacute;ra iki
+      haftada bir &ccedil;&yacute;kmaktad&yacute;r) bir gazete
+      freebsd-announce listesine bu gazeteyi e-posta
+      vas&yacute;tas&yacute;yla almak i&ccedil;in &uuml;ye
+      olabilirsiniz.</p>
+
+    <h3><a href="http://minnie.tuhs.org/FreeBSD-srctree/FreeBSD.html">
+      Kaynak Kod</a></h3>
+
+    <p>FreeBSD i&thorn;letim sisteminin
+      <em>&ccedil;ekirde&eth;inin</em> kaynak kodunun html hali. Bu
+      sayfa <a href="http://minnie.tuhs.org/warren.html">Warren
+      Toomey</a> taraf&yacute;ndan haz&yacute;rlanmaktad&yacute;r.</p>
+
+    <h3><a href="http://www.daemonnews.org/">Daemon News</a></h3>
+
+    <p>BSD haberlerinde tart&yacute;&thorn;mas&yacute;z bir
+    numara.</p>
+
+    <p>FreeBSD gibi bu belgeler zinciri de
+      g&ouml;n&uuml;ll&uuml;lerden olu&thorn;ur.  Bu projenin
+      amac&yacute; d&uuml;zeltmelerin ve yeni materyallerin
+      duyurulmas&yacute;d&yacute;r.</p>
+
+    <h3><a name="diary" href="http://www.freebsddiary.org/">The FreeBSD
+      Diary</a></h3>
+
+    <p>FreeBSD Diary UNIX 'e yeni ba&thorn;layanlar i&ccedil;in
+      bir&ccedil;ok how-to 'dan olu&thorn;an bir sayfad&yacute;r.  Bu
+      sitenin amac&yacute; de&eth;i&thorn;ik portlar&yacute;n
+      ad&yacute;m ad&yacute;m nas&yacute;l
+      kurulaca&eth;&yacute;n&yacute;n
+      anlat&yacute;lmas&yacute;d&yacute;r.</p>
+
+    <h3><a href="http://www.OnLamp.com/bsd/">The O'Reilly Network BSD
+      Dev Center</a></h3>
+
+    <p>BSD Dev Center FreeBSD ile alakal&yacute;
+      ipu&ccedil;lar&yacute; ve makaleler i&ccedil;eren iki
+      k&ouml;&thorn;eye sahiptir.</p>
+
+      &footer;
+  </body>
+</html>
+
+
+<!--
+     Local Variables:
+     mode: sgml
+     sgml-indent-data: t
+     sgml-omittag: nil
+     sgml-always-quote-attributes: t
+     End:
+-->
diff --git a/tr/features.sgml b/tr/features.sgml
new file mode 100644
index 0000000000..7c2bb5b63e
--- /dev/null
+++ b/tr/features.sgml
@@ -0,0 +1,141 @@
+<!--
+     The FreeBSD Turkish Documentation Project
+     Original revision: 1.19
+-->
+
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
+<!ENTITY date "$FreeBSD$">
+<!ENTITY title "FreeBSD'nin Teknolojik &Uuml;st&uuml;nl&uuml;kleri">
+<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
+]>
+
+<html>
+    &header;
+
+    <h1>FreeBSD bir&ccedil;ok &uuml;st&uuml;n &ouml;zellikler
+      sunar.</h1>
+
+    <blockquote>
+      <p>Hangi uygulamay&yacute; kullan&yacute;rsan&yacute;z
+	kullan&yacute;n sistem kaynaklar&yacute;n&yacute;z&yacute;n
+	t&uuml;m potansiyelini kullanmak istersiniz.  FreeBSD'nin
+	&uuml;st&uuml;n &ouml;zellikleri ile bunu
+	ba&thorn;ar&yacute;rs&yacute;n&yacute;z.</p>
+    </blockquote>
+
+    <hr align="left" noshade="noshade" width="100%"><font
+      color="#FF0000"><font size="+1">4.4BSD tabanl&yacute; tam
+      te&thorn;ek&uuml;ll&uuml; bir i&thorn;letim sistemi.</font></font>
+
+    <blockquote>
+      <p>FreeBSD'nin k&ouml;kleri Berkeley'deki Kaliforniya
+	&Uuml;niversitesi Bilgisayar Sistemleri Ara&thorn;turma Grubu
+	taraf&yacute;ndan &ccedil;&yacute;kar&yacute;lan <b>BSD</b>
+	i&thorn;letim sisteminin en son s&uuml;r&uuml;mlerine
+	dayan&yacute;r.  4.4BSD sistem m&uuml;hendisleri
+	taraf&yacute;ndan yaz&yacute;lan <i>The Design and
+	Implementation of 4.4BSD Operating System</i> adl&yacute; kitap
+	FreeBSD'nin ana i&thorn;levselli&eth;ini detayl&yacute; bir
+	&thorn;ekilde anlatmaktad&yacute;r.</p>
+
+      <p>D&uuml;nyan&yacute;n d&ouml;rt bir yan&yacute;ndaki
+	g&ouml;n&uuml;ll&uuml; geli&thorn;tiriciler ile FreeBSD
+	projesi 4.4BSD i&thorn;letim sisteminin fonksiyonelli&eth;ini
+	artt&yacute;rmak i&ccedil;in yeni s&uuml;r&uuml;mler yaparak
+	ve her bir s&uuml;r&uuml;mde daha dayan&yacute;kl&yacute;,
+	daha h&yacute;zl&yacute; ve kullan&yacute;c&yacute;lar
+	taraf&yacute;ndan istenen yeni &ouml;zellikleri katarak
+	ilerlemektedir.</p>
+    </blockquote>
+
+    <hr align="left" noshade="noshade" width="100%"><font
+      color="#FF0000"><font size="+1">FreeBSD di&eth;er i&thorn;letim
+      sistemlerine g&ouml;re daha performansl&yacute; ve di&eth;er
+      i&thorn;letim sistemleri ile daha uyumlu
+      &ccedil;al&yacute;&thorn;arak sistem y&ouml;netimini daha kolay
+      hale getirmektedir.</font></font>
+
+    <blockquote>
+      <p>FreeBSD geli&thorn;tiricileri i&thorn;letim sistemleri
+	kavram&yacute;nda en zorlu g&ouml;revleri yerine
+	getirmektedirler.  Bunlar:</p>
+
+      <ul>
+	<li><b>Birle&thorn;tirilmi&thorn; sanal haf&yacute;za ve dosya
+	  sistemi ke&thorn;lemesi</b> ile disk ke&thorn;i ve programlar
+	  taraf&yacute;ndan kullan&yacute;lan haf&yacute;zay&yacute;
+	  d&uuml;zg&uuml;n bir &thorn;ekilde s&uuml;rekli
+	  ayarlamaktad&yacute;r.  Sonu&ccedil; olarak programlar en
+	  g&uuml;zel &thorn;ekilde haf&yacute;za y&ouml;netimi ve
+	  y&uuml;ksek disk eri&thorn;imine sahip olur. Bunun sonucu
+	  olarak sistem y&ouml;neticisi ke&thorn;
+	  b&uuml;y&uuml;kl&uuml;&eth;&uuml;n&uuml; ayarlama derdinden
+	  kurtulmu&thorn; olur.</li>
+
+	<li><b>Uyumluluk Mod&uuml;lleri</b> Linux, SCO UNIX, NetBSD,
+	  ve BSD/OS i&ccedil;in yaz&yacute;lm&yacute;&thorn;
+	  programlar&yacute;n FreeBSD 'de
+	  &ccedil;al&yacute;&thorn;mas&yacute;n&yacute;
+	  sa&eth;lar.</li>
+
+	<li><b>&Ccedil;ekirdek Kuyruklar&yacute;</b> ile
+	  programlar&yacute;n senkron olmayan dosya i ve soket IO
+	  i&thorn;lemlerini en uygun &thorn;ekilde yaparak uygulama ve
+	  sistem performans&yacute;n&yacute;n
+	  artt&yacute;r&yacute;lmas&yacute;n&yacute; sa&eth;lar.</li>
+
+	<li><b>Kabul Filteri</b> ile web sunucular&yacute; gibi
+	  ba&eth;lant&yacute; duyarl&yacute; ygulamalar&yacute;n
+	  baz&yacute; &ouml;zelliklerini i&thorn;letim sistemi
+	  &ccedil;ekirde&eth;ine d&uuml;zg&uuml;n bir &thorn;ekilde
+	  y&uuml;kleyerek sistem performans&yacute;n&yacute;n
+	  artmas&yacute;na neden olur.</li>
+
+	<li><b>Soft Updates</b> ile  g&uuml;venlik ve
+	  g&uuml;venirlilikten &ouml;d&uuml;n vermeden sistem dosya
+	  sistemi performas&yacute;
+	  artt&yacute;r&yacute;lm&yacute;&thorn; olur.  B&uuml;t&uuml;n
+	  meta-data dosya sistemi i&thorn;lemlerini inceleyerek bu
+	  i&thorn;lemlerin ayn&yacute; anda olmas&yacute;n&yacute;
+	  engeller. Bunun yerine bekleyen meta-data i&thorn;lemleri
+	  i&ccedil;in bir durum tablosu olu&thorn;turarak bu bilgileri
+	  meta-data 'y&yacute; ke&thorn;lemek, ayn&yacute; dosya
+	  &uuml;zerindeki sonraki i&thorn;lemlerin tekrar
+	  yaz&yacute;lmas&yacute;n&yacute; sa&eth;lamak ve meta-data
+	  bilgilerini s&yacute;ralayarak daha verimli bir &thorn;ekilde
+	  kullan&yacute;lmas&yacute;n&yacute; sa&eth;lamak i&ccedil;in
+	  kullan&yacute;r.</li>
+
+	<li><b>IPsec ve IPv6 Deste&eth;i</b> ile a&eth;
+	 g&uuml;venli&eth;i artt&yacute;r&yacute;lm&yacute;&thorn;
+	 olur ve gelecek nesil &Yacute;nternet protokolleri(IPV6)
+	 deste&eth;i sa&eth;lan&yacute;r.</li>
+
+      </ul>
+
+      <p>&Uuml;zerinde hali haz&yacute;rda
+	&ccedil;al&yacute;&thorn;&yacute;lan projeler: &Ccedil;ok
+	i&thorn;lemcili sistemlerde daha y&uuml;ksek sistem
+	performans&yacute;, Scheduler Activation deste&eth;i ile
+	thread i&ccedil;eren uygulamalar i&ccedil;in paralel
+	&ccedil;al&yacute;&thorn;ma olana&eth;&yacute;n&yacute;n
+	artt&yacute;r&yacute;lmas&yacute;, dosya sistemleri
+	anl&yacute;k durumlar&yacute;, fsck olmadan boot etme,
+	s&yacute;f&yacute;r-kopya soketler ve olay-durumlu soket IO
+	deste&eth;i ile daha iyi a&eth; performans&yacute;, ACPI
+	deste&eth;i ve Mandatory Access Control deste&eth;i
+	geli&thorn;mi&thorn; g&uuml;venlik deste&eth;i.</p>
+    </blockquote>
+
+      &footer;
+  </body>
+</html>
+
+<!--
+     Local Variables:
+     mode: sgml
+     sgml-indent-data: t
+     sgml-omittag: nil
+     sgml-always-quote-attributes: t
+     End:
+-->
diff --git a/tr/includes.sgml b/tr/includes.sgml
new file mode 100644
index 0000000000..c782102f96
--- /dev/null
+++ b/tr/includes.sgml
@@ -0,0 +1,134 @@
+<!--
+     The FreeBSD Turkish Documentation Project
+     Original revision: 1.60
+-->
+
+<!-- $FreeBSD$ -->
+<!--
+  Base is the absolute URL for the given page, minus the actual page
+  part.  It should either be specified as a fully qualified URL, or
+  relative to the server root.  It should be defined in the prolog
+  <em>before</em> including this file if the page does not live at the
+  default location below.
+
+  When making a link, use <a href="&base;/mypage.html">foo</a> and
+  &base; will be expanded appropriately.  Base is also used in the
+  definition of standard boilerplate entities in this file, so be sure
+  base is correct!
+-->
+
+<!ENTITY base CDATA ".">
+<!ENTITY enbase CDATA "..">
+
+<!-- Images -->
+<!ENTITY i.daemon '<img src="&enbase;/gifs/daemon.gif" alt="" align="left"  width="80" height="76">'>
+<!ENTITY i.new '<img src="&enbase;/gifs/new.gif" alt="[New!]" width="28" height="11">'>
+
+<!-- Components making up the standard headers and footers. -->
+<!-- Override in the prolog <em>before</em> including this  -->
+<!-- file if necessary.                                      -->
+<!ENTITY copyright '&copy; 1995-2003 The FreeBSD Project.
+  All rights reserved.'>
+<!ENTITY email 'freebsd-questions'>
+<!ENTITY author '<a href="&base;/index.html">home</a> &nbsp; | &nbsp; <a href="&base;/mailto.html">contact</a> &nbsp; | &nbsp; <a href="&enbase;/copyright/index.html">legal</a> &nbsp; | &nbsp; &copyright;'>
+<!ENTITY date ''>
+<!ENTITY home '<a href="&base;/index.html"><img src="&enbase;/gifs/home.gif"
+  alt="FreeBSD Home Page" border="0" align="right" width="101" height="33"></a>'>
+<!ENTITY stylesheet '&enbase;/freebsd.css'>
+
+<!-- Standard headers and footers -->
+
+<!ENTITY header '<head><title>&title;</title>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-9">
+<meta name="MSSmartTagsPreventParsing" content="TRUE">
+<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
+<link rel="icon" href="/favicon.ico" type="image/x-icon">
+<link rel="stylesheet" type="text/css" href="&stylesheet;"></head><body
+text="#000000" bgcolor="#FFFFFF" alink="#FFCC33"><img
+src="&enbase;/gifs/bar.gif" alt="Navigation Bar" width="565" height="33" border="0" usemap="#bar">
+<h1 align="left"><font color="#660000">&title;</font></h1><br clear="all">
+
+
+<map name="bar">
+<area shape="rect" coords="1,1,111,31" href="&base;/index.html" alt="Top">
+<area shape="rect" coords="112,11,196,31" href="&enbase;/ports/index.html" alt="Applications">
+<area shape="rect" coords="196,12,257,33" href="&enbase;/support.html" alt="Support">
+<area shape="rect" coords="256,12,365,33" href="&base;/docs.html" alt="Documentation">
+<area shape="rect" coords="366,13,424,32" href="&enbase;/commercial/commercial.html" alt="Vendors">
+<area shape="rect" coords="425,16,475,32" href="&enbase;/search/search.html" alt="Search">
+<area shape="rect" coords="477,16,516,33" href="&enbase;/search/index-site.html" alt="Index">
+<area shape="rect" coords="516,15,562,33" href="&base;/index.html" alt="Top">
+<area shape="rect" href="&base;/index.html" coords="0,0,564,32" alt="Top">
+</map>'>
+
+<!ENTITY footer '<HR NOSHADE>
+<address>&author;<br>&date;</address>'>
+
+<!-- XXX rel.current and u.rel.* should be available in doc/ -->
+<!-- The currently released versions of FreeBSD.  This value is used to
+     create some links on web sites and such, so do NOT change it until
+     it's really release time.  When you update this, you should also
+     update (at least) the following:
+
+	- similar entity in the Handbook
+	- similar entity in the Relnotes
+	- releases/index.sgml has the date of the current release
+	- the FAQ has links to the release FTP url
+	- "versions supported" in security.sgml
+
+     (If you're the release engineer, feel free to update this list with
+     other doc-related things you had to do.  It'll save you time and
+     trouble the next time around :-).)
+
+     As of 5.0, we now have the concept of two different "currently"
+     released versions (from two different development branches).  Use
+     rel.* and u.rel.* for the "latest and greatest" version and
+     rel2.* and u.rel2.* for the "conservative users" version.
+-->
+<!ENTITY rel.current '5.1'>
+<!ENTITY rel.current.date 'June 2003'>
+
+<!-- URLs to information on the latest release -->
+<!ENTITY u.rel.notes '&enbase;/releases/&rel.current;R/relnotes.html'>
+<!ENTITY u.rel.announce '&enbase;/releases/&rel.current;R/announce.html'>
+<!ENTITY u.rel.errata '&enbase;/releases/&rel.current;R/errata.html'>
+<!ENTITY u.rel.hardware '&enbase;/releases/&rel.current;R/hardware.html'>
+<!ENTITY u.rel.early '&enbase;/releases/&rel.current;R/early-adopter.html'>
+
+<!-- Secondary "current release" entities -->
+<!ENTITY rel2.current '4.8'>
+<!ENTITY rel2.current.date 'April 2003'>
+
+<!-- URLs to information on the latest release -->
+<!ENTITY u.rel2.notes '&enbase;/releases/&rel2.current;R/relnotes.html'>
+<!ENTITY u.rel2.announce '&enbase;/releases/&rel2.current;R/announce.html'>
+<!ENTITY u.rel2.errata '&enbase;/releases/&rel2.current;R/errata.html'>
+<!ENTITY u.rel2.hardware '&enbase;/releases/&rel2.current;R/hardware.html'>
+
+<!-- macro for webbuild paper -->
+<!ENTITY webbuild '
+<p>This document describe how to build and update
+the FreeBSD Web pages from the CVS repository by hand.</p>'>
+
+<!-- avoid replacing &nbsp; etc. with hardcoded Latin1 values -->
+<!ENTITY nbsp SDATA "[nbsp ]">
+<!ENTITY copy SDATA "[copy ]">
+<!ENTITY reg SDATA "[reg ]">
+<!ENTITY deg SDATA "[deg ]">
+<!ENTITY middot SDATA "[middot ]">
+<!ENTITY raquo SDATA "[raquo ]">
+<!ENTITY laquo SDATA "[laquo ]">
+
+<!-- Often used trademarks -->
+<!ENTITY unix 'UNIX&reg;'>
+<!ENTITY java 'Java&trade;'>
+<!ENTITY jdk 'JDK&trade;'>
+
+<!--
+     Local Variables:
+     mode: sgml
+     sgml-indent-data: t
+     sgml-omittag: nil
+     sgml-always-quote-attributes: t
+     End:
+-->
diff --git a/tr/includes.xsl b/tr/includes.xsl
new file mode 100644
index 0000000000..b0f069f036
--- /dev/null
+++ b/tr/includes.xsl
@@ -0,0 +1,117 @@
+<?xml version="1.0" encoding="ISO-8859-9" ?>
+
+<!--
+     The FreeBSD Turkish Documentation Project
+     Original revision: 1.15
+-->
+
+<!-- $FreeBSD$ -->
+
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
+
+  <xsl:variable name="i.daemon">
+    <img src="{$base}/gifs/daemon.gif" alt="" align="left" width="80" height="76"/>
+  </xsl:variable>
+
+  <xsl:variable name="i.new">
+    <img src="{$base}/gifs/new.gif" alt="[New!]" width="28" height="11"/>
+  </xsl:variable>
+
+  <xsl:variable name="copyright">
+    <a href="{$base}/copyright/index.html">Copyright</a> &#169; 1995-2003 the FreeBSD Projesi. B�t�n haklar� sakl�d�r.
+  </xsl:variable>
+
+  <!-- Often used trademarks -->
+  <xsl:variable name="unix" select="'UNIX&#174;'"/>
+  <xsl:variable name="java" select="'Java&#8482;'"/>
+  <xsl:variable name="jdk" select="'JDK&#8482;'"/>
+
+  <xsl:variable name="email" select="'freebsd-questions'"/>
+  <xsl:variable name="author">
+    <a>
+      <xsl:attribute name="href">
+	<xsl:value-of select="concat($base, '/mailto.html')"/>
+      </xsl:attribute>
+      <xsl:value-of select="$email"/>@FreeBSD.org</a><br/><xsl:copy-of select="$copyright"/>
+  </xsl:variable>
+
+  <xsl:variable name="home">
+    <a href="{$base}/index.html"><img src="{$base}/gifs/home.gif" alt="FreeBSD Home Page" border="0" align="right" width="101" height="33"/></a>
+  </xsl:variable>
+
+  <xsl:variable name="header1">
+    <head>
+      <title><xsl:value-of select="$title"/></title>
+
+      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
+      <meta name="MSSmartTagsPreventParsing" content="TRUE"/>
+    </head>
+  </xsl:variable>
+
+  <xsl:attribute-set name="att.body">
+    <xsl:attribute name="text">#000000</xsl:attribute>
+    <xsl:attribute name="bgcolor">#FFFFFF</xsl:attribute>
+    <xsl:attribute name="alink">#FFCC33</xsl:attribute>
+  </xsl:attribute-set>
+
+  <xsl:variable name="header2">
+    <img src="{$base}/gifs/bar.gif" alt="Navigation Bar" width="565"
+      height="33" border="0" usemap="#bar"/>
+
+    <h1 align="left"><font color="#660000"><xsl:value-of select="$title"/></font></h1>
+
+    <br clear="all"/>
+
+    <map name="bar">
+      <area shape="rect" coords="1,1,111,31"
+	href="{$base}/index.html" alt="Top"/>
+      <area shape="rect" coords="112,11,196,31"
+	href="{$base}/ports/index.html" alt="Applications"/>
+      <area shape="rect" coords="196,12,257,33"
+	href="{$base}/support.html" alt="Support"/>
+      <area shape="rect" coords="256,12,365,33"
+	href="{$base}/docs.html" alt="Documentation"/>
+      <area shape="rect" coords="366,13,424,32"
+	href="{$base}/commercial/commercial.html" alt="Vendors"/>
+      <area shape="rect" coords="425,16,475,32"
+	href="{$base}/search/search.html" alt="Search"/>
+      <area shape="rect" coords="477,16,516,33"
+	href="{$base}/search/index-site.html" alt="Index"/>
+      <area shape="rect" coords="516,15,562,33"
+	href="{$base}/index.html" alt="Top"/>
+      <area shape="rect" coords="0,0,564,32"
+	href="{$base}/index.html" alt="Top"/>
+    </map>
+  </xsl:variable>
+
+  <xsl:variable name="footer">
+    <hr noshade="noshade"/>
+    <address><xsl:copy-of select="$author"/><br/>
+      <xsl:copy-of select="$date"/></address>
+  </xsl:variable>
+
+  <xsl:variable name="rel.current" select='"5.1"'/>
+  <xsl:variable name="u.rel.notes">
+    <xsl:value-of select="$base"/>/releases/<xsl:value-of select="$rel.current"/>R/relnotes.html</xsl:variable>
+
+  <xsl:variable name="u.rel.announce">
+    <xsl:value-of select="$base"/>/releases/<xsl:value-of select="$rel.current"/>R/announce.html</xsl:variable>
+  <xsl:variable name="u.rel.errata">
+    <xsl:value-of select="$base"/>/releases/<xsl:value-of select="$rel.current"/>R/errata.html</xsl:variable>
+  <xsl:variable name="u.rel.hardware">
+    <xsl:value-of select="$base"/>/releases/<xsl:value-of select="$rel.current"/>R/hardware.html</xsl:variable>
+  <xsl:variable name="u.rel.early">
+    <xsl:value-of select="$base"/>/releases/<xsl:value-of select="$rel.current"/>R/early-adopter.html</xsl:variable>
+
+  <xsl:variable name="rel2.current" select='"4.8"'/>
+  <xsl:variable name="u.rel2.notes">
+    <xsl:value-of select="$base"/>/releases/<xsl:value-of select="$rel2.current"/>R/relnotes.html</xsl:variable>
+
+  <xsl:variable name="u.rel2.announce">
+    <xsl:value-of select="$base"/>/releases/<xsl:value-of select="$rel2.current"/>R/announce.html</xsl:variable>
+  <xsl:variable name="u.rel2.errata">
+    <xsl:value-of select="$base"/>/releases/<xsl:value-of select="$rel2.current"/>R/errata.html</xsl:variable>
+  <xsl:variable name="u.rel2.hardware">
+    <xsl:value-of select="$base"/>/releases/<xsl:value-of select="$rel2.current"/>R/hardware.html</xsl:variable>
+
+</xsl:stylesheet>
diff --git a/tr/index.xsl b/tr/index.xsl
new file mode 100644
index 0000000000..95c2ea43e3
--- /dev/null
+++ b/tr/index.xsl
@@ -0,0 +1,600 @@
+<?xml version="1.0" encoding="ISO-8859-9" ?>
+<!--
+     The FreeBSD Turkish Documentation Project
+     Original revision: 1.77
+-->
+
+<!-- $FreeBSD$ -->
+
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
+
+  <xsl:import href="includes.xsl"/>
+  <xsl:import href="../en/news/includes.xsl"/>
+
+  <xsl:variable name="base" select="'.'"/>
+  <xsl:variable name="enbase" select="'..'"/>
+  <xsl:variable name="date" select="'$FreeBSD$'"/>
+  <xsl:variable name="title" select="'FreeBSD Projesi'"/>
+
+  <xsl:output type="html" encoding="iso-8859-9"
+              doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN"/>
+
+  <xsl:template match="/">
+    <html>
+      <head>
+	<title><xsl:value-of select="$title"/></title>
+
+	<meta name="description" content="The FreeBSD Projesi"/>
+
+	<meta name="keywords" content="FreeBSD, BSD, UNIX, Support, Gallery,
+	  Release, Application, Software, Handbook, FAQ, Tutorials, Bugs,
+	  CVS, CVSup, News, Commercial Vendors, homepage, CTM, Unix"/>
+	<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"/>
+	<link rel="icon" href="/favicon.ico" type="image/x-icon"/>
+      </head>
+
+      <body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#840084"
+	alink="#0000FF">
+
+	<table border="0" cellspacing="0" cellpadding="0" width="100%">
+	  <tr>
+	    <td><a href="http://www.FreeBSD.org/tr/index.html">
+	      <img src="{$enbase}/gifs/freebsd_1.gif" height="94" width="306"
+		alt="FreeBSD: The Power to Serve" border="0"/></a></td>
+
+	    <td align="right" valign="bottom">
+	      <form action="http://www.FreeBSD.org/cgi/mirror.cgi"
+		method="get">
+
+		<br/>
+
+		<font
+		  color="#990000"><b>Yak�n�n�zdaki
+		  bir Yans�:</b></font>
+
+		<br/>
+
+		<select name="goto">
+		  <!--  Only list TRUE mirrrors here! Native language pages
+		        which are not mirrored should be listed in
+		        support.sgml.  -->
+
+		  <option value="http://www2.at.FreeBSD.org/">IPv6 Avusturya</option>
+		  <option value="http://www.dk.FreeBSD.org/">IPv6 Danimarka</option>
+		  <option value="http://www2.de.FreeBSD.org">IPv6 Almanya</option>
+		  <option value="http://www.jp.FreeBSD.org/www.FreeBSD.org/">IPv6 (6Bone) Japonya</option>
+		  <option value="http://www2.no.FreeBSD.org/">IPv6 Norve�</option>
+		  <option value="http://www1.uk.FreeBSD.org/">IPv6 UK</option>
+		  <option value="http://www4.us.FreeBSD.org/">IPv6 USA/1</option>
+		  <option value="http://www5.us.FreeBSD.org/">IPv6 USA/2</option>
+		  <option value="http://www.ar.FreeBSD.org/">Arjantin</option>
+		  <option value="http://www.au.FreeBSD.org/">Avusturalya/1</option>
+		  <option value="http://www2.au.FreeBSD.org/">Avusturalya/2</option>
+		  <option value="http://www.at.FreeBSD.org/">Avusturya/1</option>
+		  <option value="http://www2.at.FreeBSD.org/">Avusturya/2</option>
+		  <option value="http://freebsd.unixtech.be/">Bel�ika</option>
+		  <option value="http://www.br.FreeBSD.org/">Brezilya/1</option>
+		  <option value="http://www2.br.FreeBSD.org/www.freebsd.org/">Brezilya/2</option>
+		  <option value="http://www3.br.FreeBSD.org/">Brezilya/3</option>
+		  <option value="http://www.bg.FreeBSD.org/">Bulgaristan</option>
+		  <option value="http://www.ca.FreeBSD.org/">Kanada/1</option>
+		  <option value="http://www2.ca.FreeBSD.org/">Kanada/2</option>
+		  <option value="http://www.cn.FreeBSD.org/">�in</option>
+		  <option value="http://www.cz.FreeBSD.org/">�ek Cumhur.</option>
+		  <option value="http://www.dk.FreeBSD.org/">Danimarka/1</option>
+		  <option value="http://www3.dk.FreeBSD.org/">Danimarka/2</option>
+		  <option value="http://www.ee.FreeBSD.org/">Estonya</option>
+		  <option value="http://www.fi.FreeBSD.org/">Finlandiya/1</option>
+		  <option value="http://www2.fi.FreeBSD.org/">Finlandiya/2</option>
+		  <option value="http://www.fr.FreeBSD.org/">Fransa</option>
+		  <option value="http://www.de.FreeBSD.org/">Almanya/1</option>
+		  <option value="http://www1.de.FreeBSD.org/">Almanya/2</option>
+		  <option value="http://www2.de.FreeBSD.org/">Almanya/3</option>
+		  <option value="http://www.gr.FreeBSD.org/">Yunanistan/1</option>
+		  <option value="http://www.FreeBSD.gr/">Yunanistan/2</option>
+		  <option value="http://www.hk.FreeBSD.org/">Hong Kong</option>
+		  <option value="http://www.hu.FreeBSD.org/">Macaristan/1</option>
+		  <option value="http://www2.hu.FreeBSD.org/">Macaristan/2</option>
+		  <option value="http://www.is.FreeBSD.org/">�zlanda</option>
+		  <option value="http://www.ie.FreeBSD.org/">�rlanda/1</option>
+		  <option value="http://www2.ie.FreeBSD.org/">�rlanda/2</option>
+		  <option value="http://www.it.FreeBSD.org/">�talya/1</option>
+		  <option value="http://www.gufi.org/mirrors/www.freebsd.org/data/">Italya/2</option>
+		  <option value="http://www.jp.FreeBSD.org/www.FreeBSD.org/">Japonya</option>
+		  <option value="http://www.kr.FreeBSD.org/">Kore/1</option>
+		  <option value="http://www2.kr.FreeBSD.org/">Kore/2</option>
+		  <option value="http://www.kw.FreeBSD.org/">Kuveyt</option>
+		  <option value="http://www.lv.FreeBSD.org/">Letonya</option>
+		  <option value="http://www.lt.FreeBSD.org/">Litvanya</option>
+		  <option value="http://www.nl.FreeBSD.org/">Hollanda/1</option>
+		  <option value="http://www2.nl.FreeBSD.org/">Hollanda/2</option>
+		  <option value="http://www.nz.FreeBSD.org/">Yeni Zelanda</option>
+		  <option value="http://www.no.FreeBSD.org/">Norve�/1</option>
+		  <option value="http://www2.no.FreeBSD.org/">Norve�/2</option>
+		  <option value="http://www.FreeBSD.org.ph/">Filipinler</option>
+		  <option value="http://www.pl.FreeBSD.org/">Polonya/1</option>
+		  <option value="http://www2.pl.FreeBSD.org/">Polonya/2</option>
+		  <option value="http://www.pt.FreeBSD.org/">Portekiz/1</option>
+		  <option value="http://www4.pt.FreeBSD.org/">Portekiz/2</option>
+		  <option value="http://www5.pt.FreeBSD.org/">Portekiz/3</option>
+		  <option value="http://www.ro.FreeBSD.org/">Romanya/1</option>
+		  <option value="http://www2.ro.FreeBSD.org/">Romanya/2</option>
+		  <option value="http://www3.ro.FreeBSD.org/">Romanya/3</option>
+		  <option value="http://www4.ro.FreeBSD.org/">Romanya/4</option>
+		  <option value="http://www.ru.FreeBSD.org/">Rusya/1</option>
+		  <option value="http://www2.ru.FreeBSD.org/">Rusya/2</option>
+		  <option value="http://www3.ru.FreeBSD.org/">Rusya/3</option>
+		  <option value="http://www4.ru.FreeBSD.org/">Rusya/4</option>
+		  <option value="http://www.sm.FreeBSD.org/">San Marino</option>
+		  <option value="http://www2.sg.FreeBSD.org/">Singapur</option>
+		  <option value="http://www.sk.FreeBSD.org/">Slovakya/1</option>
+		  <option value="http://www2.sk.FreeBSD.org/">Slovakya/2</option>
+		  <option value="http://www.si.FreeBSD.org/">Slovenya/1</option>
+		  <option value="http://www2.si.FreeBSD.org/">Slovenya/2</option>
+		  <option value="http://www.es.FreeBSD.org/">�spanya/1</option>
+		  <option value="http://www2.es.FreeBSD.org/">�spanya/2</option>
+		  <option value="http://www3.es.FreeBSD.org/">�spanya/3</option>
+		  <option value="http://www.za.FreeBSD.org/">G�ney Afrika/1</option>
+		  <option value="http://www2.za.FreeBSD.org/">G�ney Afrika/2</option>
+		  <option value="http://www.se.FreeBSD.org/">�sve�/1</option>
+		  <option value="http://www2.se.FreeBSD.org/">�sve�/2</option>
+		  <option value="http://www.ch.FreeBSD.org/">�svi�re/1</option>
+		  <option value="http://www2.ch.FreeBSD.org/">�svi�re/2</option>
+		  <option value="http://www.tw.FreeBSD.org/">Tayvan/1</option>
+		  <option value="http://www2.tw.FreeBSD.org/">Tayvan/2</option>
+		  <option value="http://www3.tw.FreeBSD.org/">Tayvan/3</option>
+		  <option value="http://www4.tw.FreeBSD.org/">Tayvan/4</option>
+		  <option value="http://www.tr.FreeBSD.org/">T�rkiye/1</option>
+		  <option value="http://www2.tr.FreeBSD.org/">T�rkiye/2</option>
+		  <option value="http://www.enderunix.org/freebsd/">T�rkiye/3</option>
+		  <option value="http://www.ua.FreeBSD.org/">Ukrayna/1</option>
+		  <option value="http://www2.ua.FreeBSD.org/">Ukrayna/2</option>
+		  <option value="http://www5.ua.FreeBSD.org/">Ukrayna/3</option>
+		  <option value="http://www4.ua.FreeBSD.org/">Ukrayna/Crimea</option>
+		  <option value="http://www.uk.FreeBSD.org/">�ngiltere/1</option>
+		  <option value="http://www2.uk.FreeBSD.org/">�ngiltere/2</option>
+		  <option value="http://www3.uk.FreeBSD.org/">�ngiltere/3</option>
+		  <option value="http://www4.uk.FreeBSD.org/">�ngiltere/4</option>
+		  <option value="http://www1.uk.FreeBSD.org/">�ngiltere/5</option>
+		  <option value="http://www2.us.FreeBSD.org/">ABD/1</option>
+		  <option value="http://www4.us.FreeBSD.org/">ABD/2</option>
+		  <option value="http://www5.us.FreeBSD.org/">ABD/3</option>
+		</select>
+
+		<input type="submit" value=" Go "/>
+
+		<br/>
+
+		<font color="#990000"><b>Dil: </b></font>
+		<a href="{$enbase}/it/index.html">�talyanca</a>,
+		<a href="{$enbase}/ja/index.html">Japonca</a>,
+		<a href="{$enbase}/ru/index.html">Rus�a</a>,
+		<a href="{$enbase}/es/index.html">�spanyolca</a>,
+		<a href="{$enbase}/support.html#web">Di�erleri</a>
+	      </form>
+	    </td>
+	  </tr>
+	</table>
+
+	<br/>
+
+	<hr size="1" noshade="noshade"/>
+
+	<!-- Main layout table -->
+	<table border="0" cellspacing="0" cellpadding="2">
+	  <tr>
+	    <td valign="top">
+	      <table border="0" cellspacing="0" cellpadding="1"
+		     bgcolor="#000000" width="100%">
+		<tr>
+		  <td>
+		    <table cellpadding="4" cellspacing="0" border="0"
+			   bgcolor="#ffcc66" width="100%">
+		      <tr>
+			<td>
+			  <p><font size="+1" color="#990000"><b>Haberler</b></font>
+
+
+			    <small><br/>
+			      &#183; <a href="{$enbase}/news/newsflash.html">Anonslar</a><br/>
+			      &#183; <a href="{$enbase}/news/press.html">Bas�n</a><br/>
+			      &#183; <a href="{$enbase}/news/index.html">Di�erleri ...</a>
+			    </small></p>
+
+			  <p><font size="+1" color="#990000"><b>Yaz�l�m</b></font>
+			    <small><br/>
+			      &#183; <a href="{$enbase}/doc/en_US.ISO8859-1/books/handbook/mirrors.html">Nereden Bulabilirim?</a><br/>
+			      &#183; <a href="{$enbase}/releases/index.html">S�r�m Bilgileri</a><br/>
+			      &#183; <a href="{$enbase}/ports/index.html">Ports Uygulamalar�</a><br/>
+			    </small></p>
+
+			  <p><font size="+1" color="#990000"><b>Dok�mantasyon</b></font>
+
+			    <small><br/>
+			      &#183; <a href="{$enbase}/projects/newbies.html">Yeniler ��in</a><br/>
+			      &#183; <a href="{$enbase}/doc/en_US.ISO8859-1/books/handbook/index.html">El Kitab�</a><br/>
+			      &#183; <a href="{$enbase}/doc/en_US.ISO8859-1/books/faq/index.html">SSS</a><br/>
+			      &#183; <a href="http://www.FreeBSD.org/cgi/man.cgi">Klavuz Sayfalar�</a><br/>
+			      &#183; <a href="{$enbase}/docproj/index.html">Dok�mantasyon Proj.</a><br/>
+			      &#183; <a href="docs.html">Di�erleri...</a><br/>
+			    </small></p>
+
+			  <p><font size="+1" color="#990000"><b>Destek</b></font>
+
+			    <small><br/>
+			      &#183; <a href="{$enbase}/support.html#mailing-list">Mail listeleri</a><br/>
+			      &#183; <a href="{$enbase}/support.html#newsgroups">Haber Gruplar�</a><br/>
+			      &#183; <a href="{$enbase}/support.html#user">Kullan�c� Gruplar�</a><br/>
+			      &#183; <a href="{$enbase}/support.html#web">Web Kaynaklar�</a><br/>
+			      &#183; <a href="{$enbase}/security/index.html">G�venlik</a><br/>
+			      &#183; <a href="{$enbase}/support.html">Di�erleri...</a>
+			    </small></p>
+
+			  <p><font size="+1" color="#990000"><b>Hata Bildirimi</b></font>
+			    <small><br/>
+			      &#183; <a href="{$enbase}/send-pr.html">Hata Bildirimi G�nder</a><br/>
+			      &#183; <a href="http://www.FreeBSD.org/cgi/query-pr-summary.cgi">Hata Sorgulama</a><br/>
+			      &#183; <a href="http://www.FreeBSD.org/cgi/query-pr.cgi">Hata ID'sine G�re Ara</a><br/>
+			      &#183; <a href="{$enbase}/support.html#gnats">Di�erleri...</a><br/>
+			    </small></p>
+
+
+			  <p><font size="+1" color="#990000"><b>Geli�tirim</b></font>
+
+			    <small><br/>
+			      &#183; <a href="{$enbase}/projects/index.html">Projeler</a><br/>
+			      &#183; <a href="{$enbase}/releng/index.html">S�r�m M�hendisli�i</a><br/>
+			      &#183; <a href="{$enbase}/support.html#cvs">CVS Deposu</a><br/>
+			    </small></p>
+
+			  <p><font size="+1" color="#990000"><b>Sat�n Alma</b></font>
+
+			    <small><br/>
+			      &#183; <a href="{$enbase}/commercial/software_bycat.html">Yaz�l�m</a><br/>
+			      &#183; <a href="{$enbase}/commercial/hardware.html">Donan�m</a><br/>
+			      &#183; <a href="{$enbase}/commercial/consulting_bycat.html">Dan��manl�k</a><br/>
+			      &#183; <a href="{$enbase}/commercial/misc.html">Di�er</a><br/>
+			    </small></p>
+
+			  <p><font size="+1" color="#990000"><b>Ba���lar</b></font>
+			    <small><br/>
+			      &#183; <a href="{$enbase}/donations/index.html">Ba��s Kurumu</a><br/>
+			      &#183; <a href="{$enbase}/donations/donors.html">Yap�lan Ba���lar</a><br/>
+			      &#183; <a href="{$enbase}/donations/wantlist.html">�htiya� Listesi</a><br/>
+			    </small></p>
+
+			  <p><font size="+1" color="#990000"><b>Site i�i</b></font>
+
+			    <small><br/>
+			      &#183; <a href="{$enbase}/search/index-site.html">Site Haritas�</a><br/>
+			      &#183; <a href="{$enbase}/search/search.html">Arama</a><br/>
+			      &#183; <a href="{$enbase}/internal/index.html">Di�er ...</a><br/>
+
+			    </small></p>
+
+			  <form action="http://www.FreeBSD.org/cgi/search.cgi" method="get">
+			    <small>Arama:<br/>
+			      <input type="text" name="words" size="10"/>
+			      <input type="hidden" name="max" value="25"/>
+			      <input type="hidden" name="source" value="www"/>
+			      <input type="submit" value="Go"/></small>
+			  </form></td>
+		      </tr>
+		    </table>
+		  </td>
+		</tr>
+	      </table>
+	    </td>
+
+	    <td></td>
+
+	    <!-- Main body column -->
+
+	    <td align="left" valign="top" rowspan="2">
+	      <h2><font color="#990000">FreeBSD Nedir?</font></h2>
+
+	      <p>FreeBSD x86 Uyumlu, DEC Alpha, IA-64, PC-98 ve
+		UltraSPARC&#174; mimarileri i�in ileri seviye bir
+		i�letim sistemidir.  Berkeleydeki Kaliforniya
+		�niversitesinde geli�tirilmi�
+		<xsl:value-of select="$unix"/> t�revi olan BSD 'yi
+		temel alm��t�r.  FreeBSD <a
+		href="{$enbase}/doc/en_US.ISO8859-1/articles/contributors/index.html">bir�ok
+		ki�i </a> taraf�ndan geli�tirilmekte ve
+		devam ettirilmektedir. Ayr�ca ba�ka <a
+		href="{$enbase}/platforms/index.html">mimariler</a>
+		i�in geli�tirim de�i�ik
+		a�amalardad�r.</p>
+
+	      <h2><font color="#990000">En B�y�k
+		�zellikleri</font></h2>
+
+	      <p>FreeBSD ileri seviyede a�, performans,
+		g�venlik ve uyumluluk <a
+		href="{$base}/features.html">�zellikleri</a>sunar.
+		Bu �zellikler ticari olan baz� i�letim
+		sistemlerinde bile bulunmamaktad�r.</p>
+
+	      <h2><font color="#990000">G��l�
+		�nternet ��z�mleri</font></h2>
+
+	      <p>FreeBSD ideal bir <a
+		href="{$enbase}/internet.html">�nternet ya da
+		�ntranet</a> sunucusu olabilir. A��r
+		a� y�klerinde sa�lam a� hizmetleri
+		verecek yap�dad�r ve ayn� anda
+		�al��an binlerce i�leme cevap
+		vermek i�in sistem haf�zas�n�
+		verimli bir �eklilde kullan�r.  FreeBSD ile
+		�al��an uygulama ve servisler
+		i�in <a
+		href="{$enbase}/gallery/gallery.html">galeri</a>
+		sayfam�z� ziyaret edebilirsiniz.</p>
+
+	      <h2><font color="#990000">Binlerce Uygulamay�
+		�al��t�rabilirsiniz</font></h2>
+
+	      <p>FreeBSD kalitesi g�n�m�zde
+		kullan�lan d���k maliyetli PC
+		donan�mlar� ile birle�ince mevcut
+		ticari <xsl:value-of select="$unix"/> masa�st�
+		sistemlere �ok ekonomik bir alternatif
+		olmaktad�r.  FreeBSD masa�st� ve sunucu
+		<a
+		href="{$enbase}/applications.html">uygulamalar�</a>
+		i�in haz�r durumdad�r.</p>
+
+	      <h2><font color="#990000">Kolay Kurulum</font></h2>
+
+	      <p>FreeBSD CD-ROM, DVD-ROM, flopi disk, manyetik teyp, ve
+		MS-DOS&#174; disk b�l�m�nden ya da bir
+		a� ba�lant�n�z mevcutsa <i>direk</i>
+		anonim FTP ya da NFS ile kurulabilir. B�t�n
+		ihtiyac�n�z bir �ift 1.44MB flopi ve
+		<a
+		href="{$enbase}/doc/en_US.ISO8859-1/books/handbook/install.html">bu</a>
+		dok�mand�r.</p>
+
+	      <h2><font color="#990000">FreeBSD
+		<i>�cretsizdir</i></font></h2>
+
+	      <a href="{$enbase}/copyright/daemon.html"><img
+		src="{$enbase}gifs/dae_up3.gif" alt="" height="81"
+		width="72" align="right" border="0"/></a>
+
+	      <p>Bu �zelliklere sahip bir i�letim sisteminin
+		y�ksek fiyatlar ile
+		sat�laca��n�
+		d���nebilirsiniz fakat FreeBSD <a
+		href="{$enbase}/copyright/index.html">�cretsiz</a>
+		bir i�letim sistemidir ve b�t�n kaynak
+		kodu ile beraber gelir. E�er denemek isterseniz <a
+		href="{$enbase}/doc/en_US.ISO8859-1/books/handbook/mirrors.html">daha
+		fazla bilgi </a> mevcuttur.</p>
+
+	      <h2><font color="#990000">FreeBSD 'ye Katk�da
+		Bulunmak</font></h2>
+
+	      <p>FreeBSD i�letim sistemine katk�da bulunmak son derece
+		basittir. �htiyac�n�z olan tek �ey FreeBSD i�letim
+		sisteminde geli�tirilmesini d���nd�g�n�z k�s�mlar� bulup
+		bu de�i�iklikleri(dikkatli ve �zenli bir �ekilde) yap�p,
+		yapt���n�z de�i�iklikleri FreeBSD Projesine send-pr
+		sistemi ile ya da tan�yorsan�z bir FreeBSD geli�tiricisine
+		g�ndermek olacakt�r.  Yapaca��n�z de�i�iklik
+		dok�mantasyon, sanatsal i�ler ya da kaynak kodu gibi
+		�eyler olabilir.  Ayr�nt�l� bilgi i�in <a
+		href="{$enbase}/doc/en_US.ISO8859-1/articles/contributing/index.html">FreeBSD'ye
+		Katk�da Bulunmak</a> makalesine ba�vurabilirsiniz.</p>
+
+		<p>Program yazan biri olmasan�z bile FreeBSD
+		  Projesine katk�da bulunmak i�in
+		  ba�ka yollar mevcuttur.  The FreeBSD
+		  Foundation(FreeBSD Kurumu) kar amac�
+		  g�tmeyen bir organizasyon olup yap�lan
+		  katk�lar vergiden d��ebilir
+		  durumdad�r.  Daha fazla bilgi i�in <a
+		  href="mailto:bod@FreeBSDFoundation.org">bod@FreeBSDFoundation.org</a>
+		  ile irtibata ge�ebilir ya da direk posta ile
+		  �u adresi kullanabilirsiniz : The FreeBSD
+		  Foundation, 7321 Brockway Dr.  Boulder, CO 80303.  USA</p>
+
+		<p>Silicon Breeze firmas�
+		  yapt��� BSD Daemon heykellerinden
+		  gelen kazan�lar�n 15% 'ini FreeBSD
+		  Foundation'a vermektedir.  Daha fazla bilgiye <a
+		  href="http://www.linuxjewellery.com/beastie/">bu</a>
+		  sayfadan ula�abilirsiniz.</p>
+	    </td>
+
+	    <td></td>
+
+	    <!-- Right-most column -->
+	    <td valign="top">
+	      <!-- News / release info table -->
+	      <table border="0" cellspacing="0" cellpadding="1"
+		     bgcolor="#000000" width="100%">
+		<tr>
+		  <td>
+		    <table cellpadding="4" cellspacing="0" border="0"
+			   bgcolor="#ffcc66" width="100%">
+		      <tr>
+			<td valign="top"><p><font size="+1" color="#990000"><b>Yeni Teknololi S�r�m�:
+			    <xsl:value-of select="$rel.current"/></b></font><br/>
+
+			    <small>&#183; <a href="{$u.rel.announce}">Duyuru</a><br/>
+			      &#183; <a href="{$enbase}/doc/en_US.ISO8859-1/books/handbook/install.html">Kurulum Klavuzu</a><br/>
+			      &#183; <a href="{$u.rel.notes}">S�r�m Bilgileri</a><br/>
+			      &#183; <a href="{$u.rel.hardware}">Desteklenen Donan�mlar</a><br/>
+			      &#183; <a href="{$u.rel.errata}">D�zeltilen Hatalar</a><br/>
+			      &#183; <a href="{$u.rel.early}">Erken Adaptasyon Klavuzu</a></small></p>
+
+			  <p><font size="+1" color="#990000"><b>Kararl� S�r�m:
+			    <xsl:value-of select="$rel2.current"/></b></font><br/>
+
+			    <small>&#183; <a href="{$u.rel2.announce}">Duyuru</a><br/>
+			      &#183; <a href="{$enbase}/doc/en_US.ISO8859-1/books/handbook/install.html">Kurulum Klavuzu</a><br/>
+			      &#183; <a href="{$u.rel2.notes}">S�r�m Bilgileri</a><br/>
+			      &#183; <a href="{$u.rel2.hardware}">Desteklenen Donan�mlar</a><br/>
+			      &#183; <a href="{$u.rel2.errata}">D�zeltilen Hatalar</a></small></p>
+
+			  <p><font size="+1" color="#990000"><b>Proje Haberleri</b></font><br/>
+			    <font size="-1">
+			       En Son Haberler:
+			      <xsl:value-of
+				select="descendant::month[position() = 1]/name"/>
+			      <xsl:text> </xsl:text>
+			      <xsl:value-of
+				select="descendant::day[position() = 1]/name"/>,
+			      <xsl:text> </xsl:text>
+			      <xsl:value-of
+				select="descendant::year[position() = 1]/name"/>
+			      <br/>
+			      <!-- Pull in the 10 most recent news items -->
+			      <xsl:for-each select="descendant::event[position() &lt;= 10]">
+				&#183;  <a>
+				  <xsl:attribute name="href">
+				   <xsl:value-of select="$enbase"/>/news/newsflash.html#<xsl:call-template name="generate-event-anchor"/>
+				  </xsl:attribute>
+				  <xsl:choose>
+				    <xsl:when test="count(child::title)">
+				      <xsl:value-of select="title"/><br/>
+				    </xsl:when>
+				    <xsl:otherwise>
+				      <xsl:value-of select="p"/><br/>
+				    </xsl:otherwise>
+				  </xsl:choose>
+				</a>
+			      </xsl:for-each>
+			      <a href="{$enbase}/news/newsflash.html">�ncekiler ...</a>
+			    </font></p>
+
+			  <p><font size="+1" color="#990000"><b>Bas�nda FreeBSD</b></font><br/>
+
+			    <font size="-1">
+			      En Son Haberler:
+			      <xsl:value-of
+				select="document('../en/news/press.xml')/descendant::month[position() = 1]/name"/>
+			      <xsl:text> </xsl:text>
+			      <xsl:value-of
+				select="document('../en/news/press.xml')/descendant::year[position() = 1]/name"/>
+			      <br/>
+			      <!-- Pull in the 10 most recent press items -->
+			      <xsl:for-each select="document('../en/news/press.xml')/descendant::story[position() &lt; 10]">
+				&#183; <a>
+				  <xsl:attribute name="href">
+				    <xsl:value-of select="$enbase"/>/news/press.html#<xsl:call-template name="generate-story-anchor"/>
+				  </xsl:attribute>
+				  <xsl:value-of select="name"/>
+				</a><br/>
+			      </xsl:for-each>
+			      <a href="{$enbase}/en/news/press.html">�ncekiler ...</a>
+			    </font>
+			  </p>
+
+			  <p><font size="+1" color="#990000"><b>G�venlik Tavsiyeleri</b></font><br/>
+
+			    <font size="-1">
+			      En Son Haberler:
+			      <xsl:value-of
+				select="document('../en/security/advisories.xml')/descendant::month[position() = 1]/name"/>
+			      <xsl:text> </xsl:text>
+			      <xsl:value-of
+				select="document('../en/security/advisories.xml')/descendant::day[position() = 1]/name"/>
+			      <xsl:text>, </xsl:text>
+			      <xsl:value-of
+				select="document('../en/security/advisories.xml')/descendant::year[position() = 1]/name"/>
+			      <br/>
+			      <!-- Pull in the 10 most recent security advisories -->
+			      <xsl:for-each select="document('../en/security/advisories.xml')/descendant::advisory[position() &lt; 10]">
+				&#183; <a>
+				  <xsl:attribute name="href">ftp://ftp.freebsd.org/pub/FreeBSD/CERT/advisories/<xsl:value-of select="name"/>.asc</xsl:attribute>
+				  <xsl:value-of select="name"/>
+				</a><br/>
+			      </xsl:for-each>
+			      <a href="{$enbase}/security/index.html">�ncekiler ...</a>
+			    </font>
+			  </p>
+			</td>
+		      </tr>
+		    </table>
+		  </td>
+		</tr>
+	      </table>
+
+	      <p>&#xa0;</p>
+
+	      <table border="0" cellspacing="0" cellpadding="1"
+		     bgcolor="#000000" width="100%">
+		<tr>
+		  <td>
+		    <table cellpadding="4" cellspacing="0" border="0"
+		      bgcolor="#FFFFFF" width="100%"><tr> <td>FreeBSD
+		      hakk�nda daha fazla bilgi almak i�in
+		      FreeBSD ile alakali <a
+		      href="{$enbase}/publish.html">yay�nlar</a> ya
+		      da <a
+		      href="{$enbase}/news/press.html">Bas�nda
+		      FreeBSD</a>, sayfalar�n� ziyaret
+		      edebilirsiniz!</td>
+		      </tr>
+		    </table>
+		  </td>
+		</tr>
+	      </table>
+	    </td>
+	  </tr>
+	</table>
+
+	<hr noshade="noshade" size="1" />
+
+	<table width="100%" border="0" cellspacing="0" cellpadding="3">
+	  <tr>
+	    <td><a href="http://www.freebsdmall.com/"><img
+							   src="{$enbase}/gifs/mall_title_medium.gif" alt="[FreeBSD Mall]"
+							   height="65" width="165" border="0"/></a></td>
+
+	    <td><a href="http://www.ugu.com/"><img src="{$enbase}/gifs/ugu_icon.gif"
+						   alt="[Sponsor of Unix Guru Universe]"
+						   height="64" width="76"
+						   border="0"/></a></td>
+
+	    <td><a href="http://www.daemonnews.org/"><img src="{$enbase}/gifs/darbylogo.gif"
+		alt="[Daemon News]" height="45" width="130"
+		border="0"/></a></td>
+
+	    <td><a href="{$enbase}/copyright/daemon.html"><img
+							     src="{$enbase}/gifs/powerlogo.gif"
+							     alt="[Powered by FreeBSD]"
+							     height="64"
+							     width="160"
+							     border="0"/></a></td>
+	  </tr>
+	</table>
+
+	<table width="100%" cellpadding="0" border="0" cellspacing="0">
+	  <tr>
+	    <td align="left"
+		valign="top"><small><a href="{$base}/mailto.html">Bize Ula��n
+		</a><br/>
+		<xsl:value-of select="$date"/></small></td>
+
+	    <td align="right"
+		valign="top"><small><a href="{$enbase}/copyright/index.html">Yasal</a><br/> &#169; 1995-2003
+		The FreeBSD Projesi<br/>
+		B�t�n Haklar� sakl�d�r.</small></td>
+	  </tr>
+	</table>
+      </body>
+    </html>
+  </xsl:template>
+</xsl:stylesheet>
+
+<!--
+     Local Variables:
+     mode: xml
+     sgml-indent-data: t
+     sgml-omittag: nil
+     sgml-always-quote-attributes: t
+     End:
+-->
diff --git a/tr/mailto.sgml b/tr/mailto.sgml
new file mode 100644
index 0000000000..acad63a6f7
--- /dev/null
+++ b/tr/mailto.sgml
@@ -0,0 +1,57 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
+<!ENTITY date "$FreeBSD$">
+<!ENTITY title "FreeBSD ile irtibata ge�mek">
+<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
+]>
+<!--
+     The FreeBSD Turkish Documentation Project
+     Original revision: 1.28
+-->
+
+<html>
+    &header;
+
+    <h2>FreeBSD Hakk�ndaki Sorular...</h2>
+
+    <p>FreeBSD ile alakal� sorular FreeBSD Questions
+      mail listesine <a
+	href="mailto:freebsd-questions@FreeBSD.org">freebsd-questions@FreeBSD.org</a> g�nderilmelidir.</p>
+    <p><a href="&enbase;/support.html#mailing-list">Mail listeleri </a>
+      FreeBSD kullan�c�lar� i�in bir�ok konu ba�l���na sahip bir bulu�ma ve
+	destek noktas�d�r. Ayr�ca bir�ok �ngilizce olmayan listelerde bu
+	linkte bulunmaktad�r.
+      </p>
+
+
+    <h2>Bu WWW sunucusu hakk�ndaki sorular...</h2>
+
+    <p>Dok�manlar�m�z(<a
+	href="&enbase;/doc/en_US.ISO8859-1/books/handbook/index.html">Elkitab�</a>, <a href="&enbase;/doc/en_US.ISO8859-1/books/faq/index.html">SSS</a>, <a
+	href="&base;/docs.html">Kitaplar ve  Makaleler</a>) hakk�ndaki sorular�n�z ve �nerileriniz
+        FreeBSD Dok�mantasyon Projesi Mail Listesine, <a
+	href="mailto:freebsd-doc@FreeBSD.org">freebsd-doc@FreeBSD.org</a> g�nderilmelidir.</p>
+
+    <h2>Posta adresi, telefon ve faks</h2>
+
+    <p>CDROM sipari�leri i�in: <a href="http://www.freebsdmall.com/">The FreeBSD Mall</a></p>
+
+    <p>Ticari destek i�in: <a href="http://www.freebsdmall.com/">The
+      FreeBSD Mall</a></p>
+
+    <h2><a href="&enbase;/doc/en_US.ISO8859-1/articles/contributors/staff-who.html">Kim Neden Sorumlu</a></h2>
+
+    <p>Halkla �li�kiler&amp; Kurumsal , G�venlik M�d�r�,
+    Postmaster, Webmaster vb.</p>
+
+      &footer;
+  </body>
+</html>
+
+<!--
+     Local Variables:
+     mode: sgml
+     sgml-indent-data: t
+     sgml-omittag: nil
+     sgml-always-quote-attributes: t
+     End:
+-->