Skip to content

Commit

Permalink
added web index redirector to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxel committed Dec 19, 2009
1 parent 67cd7bb commit 16264bf
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>SourPHP</title>
<script type="text/javascript">
window.location="web/";
</script>
</head>

<body>
<a href="web/">Siteye gitmek için tıklayın</a>
</body
</html>
2 changes: 2 additions & 0 deletions docs/web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ <h2>Edinme</h2>
ziyaret edebilirsiniz. <br/>
Örnek kodları ve kütüphane kodlarını <span class="code">git checkout git://github.com/yuxel/SourPHP.git</span> ile kendi deponuza
çekebilirsiniz.<br/>
<b>Ek:</b> Kodları <a href="http://www.sf.net">SourceForge</a> sunucularından da çekebilirsiniz. <br/>
<span class="code">git clone git://sourphp.git.sourceforge.net/gitroot/sourphp/sourphp</span>
</p>

<h2>Dökümantasyon</h2>
Expand Down

0 comments on commit 16264bf

Please sign in to comment.