Help files

git-svn-id: https://develop.svn.wordpress.org/trunk@264 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mike Little 2003-07-21 22:46:10 +00:00
parent 3d5f3ecdad
commit ad0b9b8276
3 changed files with 96 additions and 7 deletions

View File

@ -0,0 +1,52 @@
<!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" xml:lang="en">
<head>
<title>WordPress &#8212; Docs</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<!-- fix the FOUC -->
<script type="text/javascript"> </script>
<style type="text/css">
@import url("http://wordpress.org/wp.css");
</style>
</head>
<body>
<div id="main">
<h1 id="logo"><a href="/" title="WordPress"><span>WordPress</span></a></h1>
<div id="content"><h2>Reference</h2>
<dl>
<dt id="edit_link_category"><a href="#edit_link_category">Edit a link category</a></dt>
<dd>This drop down list contains all the link categories you have defined.
When used in conjunction with the 'Delete' or 'Edit' button it allows you to
delete or edit (rename) the selected category.</dd>
<dt id="add_link_category"><a href="#add_link_category">Add a link category</a></dt>
<dd>Here you can create a new link category. There is an input box for the
name of the category. There is a checkbox for the auto-toggle state of the new
link. Type in the name, click the check box if you want this category to be
auto-toggle, then click on the 'Add it!' button.</dd>
<dt id="auto_toggle"><a href="#auto_toggle">Auto-toggle</a></dt>
<dd>Auto toggle is a setting for a link category. Setting this to on means
that whenever you edit links in this category, the system will only allow one
link at a time to be visible. If you set a link to be visible, or create a new
link with a visible state, the system will automatically turn off the
visibility of all the other links in that category. Some suggestions for this
functionality include a set of 'Mood' links, only one of which is 'active' at
any time; or a collection of links to CD's and set the one to which you are
currently listening to visible. All the other links will automatically be made
invisible. </dd>
</dl>
</div>
</div>
</body>
</html>

View File

@ -81,7 +81,7 @@
Displayed as the click-able words in your template (if not using the
image), or the alt text for the image if an image is displayed.</li>
<li><strong>Image</strong>: THe path to the iamge for this link.</li>
<li><strong>Image</strong>: The path to the image for this link.</li>
<li><strong>Description</strong>: The description for the link. Displayed
after the image or name.</li>
@ -94,11 +94,11 @@
displayed, it can be displayed as an image or a number of characters or
images of your choice.</li>
<li><strong>Target</strong>: The target for this link. '<em>_blank</em>'
<li><strong>Target</strong>: The target for this link.<br /> '<em>_blank</em>'
means open the link in a new browser window (this setting is regarded as
unfriendly to your readers and not recommend). '<em>_top</em>' means the
unfriendly to your readers and not recommend).<br /> '<em>_top</em>' means the
main window of the user's browser (only really relevant if your blog is
frame based). '<em>none</em>' this is the recommended setting.</li>
frame based).<br />'<em>none</em>' this is the recommended setting.</li>
<li><strong>Visible</strong>: Yes means this link is visible, No means it
is not. This allows you to temporarily remove a link from your blog
@ -113,9 +113,6 @@
and add the new link</p>
</dd>
<dt id="tag"><a href="#tag">Tag</a></dt>
<dd>description.</dd>
</dl>
</div>
</div>

View File

@ -0,0 +1,40 @@
<!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" xml:lang="en">
<head>
<title>WordPress &#8212; Docs</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<!-- fix the FOUC -->
<script type="text/javascript"> </script>
<style type="text/css">
@import url("http://wordpress.org/wp.css");
</style>
</head>
<body>
<div id="main">
<h1 id="logo"><a href="/" title="WordPress"><span>WordPress</span></a></h1>
<div id="content"><h2>Reference</h2>
<dl>
<dt id="opml_code"><a href="#opml_code">OPML Code</a></dt>
<dd>Enter the URL of your OPML code from <a href="http://blogrolling.com"
title="blogrolling.com">blogrolling.com</a>.</dd>
<dt id="link_category"><a href="#link_category">Select link category</a></dt>
<dd>Select the link category to which you want to have the imported links
added.</dd>
<dt id="import"><a href="#import">Import!</a></dt>
<dd>Click this button to start the import. You will see a little bit of
feedback to show you whether the import was successdul or not.</dd>
</dl>
</div>
</div>
</body>
</html>