Difference between revisions of "Documentation"

From FileZilla Wiki
Jump to navigationJump to search
m (Reverted edits by Linkbuilidngservices (talk) to last revision by CodeSquid)
Line 1: Line 1:
__NOTOC__
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
{| cellspacing="2" style="width: 100%;" |
+
<html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
|- valign="top"
+
<head>
| width="50%" style="border: 1px solid #dddddd; border-left: 2px solid #b50000; background-color: #f6f6f6; padding: 10px;" |
+
<title><?php wp_title('&laquo;', true, 'right'); ?><?php bloginfo('name'); ?></title>
== FileZilla Client ==
+
<link rel="stylesheet" href="<?php bloginfo('stylesheet_directory'); ?>/style.css" type="text/css" />
=== General ===
+
<meta name="language" content="tr-TR" />
* [[Client_Installation|Installation on Windows/Linux/Mac OSX]]
+
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
* [[FileZilla Client Tutorial (en)|Tutorial]]
+
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
* [[Using|Usage instructions]]
 
* [[Network Configuration|Fixing connection and transfer problems; Network configuration]]
 
* [[FAQ#FileZilla Client FAQ|Frequently Asked Questions (FAQ)]]
 
  
=== Specific features ===
 
* [[Filename Filters|Filename filters]]
 
* [[Logs|Logging in FileZilla]]
 
* [[Other Features|Other features]]
 
  
=== Special cases ===
+
<?php wp_head(); ?>
* [[Howto|Key-based authentication with SFTP]]
+
</head>
* [[FZ_UAC|FileZilla and Windows Vista/Windows 7 UAC]]
+
<body>
* [[Fz2_to_3_convert|Importing FileZilla 2 Site Manager entries into FileZilla 3]]
+
<div id="wrapper">
| width="50%" style="border: 1px solid #dddddd; border-left: 2px solid #8c215a; background-color: #f6f6f6; padding: 10px;" |
+
<div id="header">
 +
<div id="ustalan">
 +
<div id="logo">
 +
<img src="<?php if(get_option('logo-url')) { echo stripslashes(get_option('logo-url')); } else { echo  get_bloginfo('stylesheet_directory').'/resim/logo.png'; } ?>" alt="<?php bloginfo('name'); ?>" />
 +
</div>
  
== FileZilla Server ==
+
</div>
=== General ===
+
<div id="ustmenu">
* [[Network Configuration|Fixing connection and transfer problems; Network configuration]]
+
<div id="nav">
* [[FAQ#FileZilla Server FAQ|Frequently Asked Questions (FAQ)]]
+
<div class="topnav">
 
+
<ul class="nav">
=== Specific features ===
+
<li class="anasayfa"><a href="<?php echo get_option('home'); ?>" target="_self">Anasayfa</a></li>
* [[Server_logs|Logging in FileZilla Server]]
+
<li><a href="http://www.ahmetsumen.com.tr/sok-dalga-tedavisi" target="_self">Şok Dalga Tedavisi</a></li>
 
+
<li><a href="http://www.ahmetsumen.com.tr/elektroakupunktur" target="_self">Elektroakupunktur</a></li>
=== Special cases ===
+
<li><a href="http://www.ahmetsumen.com.tr/noral-terapi" target="_self">Nöral Terapi</a></li>
* [[FTPS using Explicit SSL/TLS howto (Server)|FTPS using Explicit SSL/TLS howto]]
+
<li><a href="http://www.ahmetsumen.com.tr/tzp-tedavisi" target="_self">TZP Tedavisi</a></li>
* [[Transfer user accounts from Another FTP Server]]
+
<li><a href="http://www.ahmetsumen.com.tr/ultrasonografi" target="_self">Ultrasonografi</a></li>
* [[Securing your Windows Service installation]]
+
</ul>
|-
+
</div>
| colspan="3" style="border: 1px solid #dddddd; border-left: 2px solid #aaaaaa; background-color: #f6f6f6; padding: 10px;" |
+
</div>
 
+
</div><!-- ustmenu -->
== Development ==
+
</div><!-- header -->
* [http://filezilla-project.org/sourcecode.php Getting the source code]
 
* [[Client_Compile|Compiling FileZilla]]
 
|}
 

Revision as of 18:31, 1 September 2011

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>> <head> <title><?php wp_title('«', true, 'right'); ?><?php bloginfo('name'); ?></title> <link rel="stylesheet" href="<?php bloginfo('stylesheet_directory'); ?>/style.css" type="text/css" /> <meta name="language" content="tr-TR" /> <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /> <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />


<?php wp_head(); ?> </head> <body>