First pass at help file for link manager
git-svn-id: http://svn.automattic.com/wordpress/trunk@263 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
87bed677d1
commit
4b5f72fb31
|
@ -0,0 +1,123 @@
|
|||
<!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 — 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="link_categories"><a href="#link_categories">Link Categories</a></dt>
|
||||
<dd>This drop down list contains all the link categories you have defined.
|
||||
When used in conjunction with the 'Show' button, the list of links displayed
|
||||
will be limited to the selected category.</dd>
|
||||
|
||||
<dt id="order_by"><a href="#order_by">Order By</a></dt>
|
||||
<dd>This drop down list when used in conjunction with the 'Show' button
|
||||
determines the order of the list of links displayed on this page.</dd>
|
||||
|
||||
<dt id="show"><a href="#show">Show</a></dt>
|
||||
<dd>Clicking this button will restrict the list of links displayed on this
|
||||
page to those in the category selected in the 'Link Categories' drop down and
|
||||
sorted by the order selected in the 'Order By' drop down list.</dd>
|
||||
|
||||
<dt id="manage_link_categories"><a href="#manage_link_categories">Manage Link
|
||||
Categories</a></dt>
|
||||
<dd>Clicking this link allows you to manage the link categories. Add new ones,
|
||||
edit existing ones and delete old ones.</dd>
|
||||
|
||||
<dt id="import_blogroll"><a href="#import_blogroll">Import Blogroll</a></dt>
|
||||
<dd>Clicking this link takes you to a page from which you can import your
|
||||
<abbr title="Outline Processor Markup Language">OPML</abbr> links, for example
|
||||
your blogroll at <a href="http://www.blogrolling.com">Blogrolling.com</a>.
|
||||
</dd>
|
||||
|
||||
<dt id="list_o_links"><a href="#list_o_links">List O' Links</a></dt>
|
||||
<dd><p>The list of links displayed has the following information for each
|
||||
link:</p>
|
||||
<ul>
|
||||
<li><strong>Name</strong>: The name of the link. Displayed as the
|
||||
click-able words in your template (if not using the image).</li>
|
||||
<li><strong>URL</strong>: The url to which the link points.</li>
|
||||
<li><strong>Category</strong>: The category to which this link belongs.
|
||||
</li>
|
||||
<li><strong>Relationship</strong>: The forward <a
|
||||
href="http://www.w3.org/TR/html401/struct/links.html#adef-rel">
|
||||
relationship</a> for this link.</li>
|
||||
<li><strong>Image</strong>: Yes means an image is defined for this link.
|
||||
</li>
|
||||
<li><strong>Visible</strong>: Yes means this link is visible, No means it
|
||||
is not.</li>
|
||||
<li><strong>Description</strong>: The description for the link. Displayed
|
||||
after the image or name.</li>
|
||||
</ul>
|
||||
<p>Additionaly, if you have sufficient privileges, <strong>Edit</strong> and
|
||||
<strong>Delete</strong> buttons are displayed.</p>
|
||||
</dd>
|
||||
|
||||
<dt id="add_a_link"><a href="#add_a_link">Add a link</a></dt>
|
||||
<dd>
|
||||
|
||||
<p>This section of the page allows you to add a new link into the system.
|
||||
The following fields are present on the form:</p>
|
||||
|
||||
<ul>
|
||||
<li><strong>URL</strong>: The url to which the link will point.</li>
|
||||
|
||||
<li><strong>Display Name/Alt Text</strong>: The name of the link.
|
||||
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>Description</strong>: The description for the link. Displayed
|
||||
after the image or name.</li>
|
||||
|
||||
<li><strong>Relationship</strong>: The forward <a
|
||||
href="http://www.w3.org/TR/html401/struct/links.html#adef-rel">
|
||||
relationship</a> for this link. Output as part of the anchor tag.</li>
|
||||
|
||||
<li><strong>Rating</strong>: The rating for this link. If the rating is
|
||||
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>'
|
||||
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
|
||||
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>
|
||||
|
||||
<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
|
||||
without having to delete it from the system.</li>
|
||||
|
||||
<li><strong>Category</strong>: The category to which this link will
|
||||
belong.</li>
|
||||
|
||||
</ul>
|
||||
|
||||
<p>There is also an <strong>Add</strong> button which will submit the form
|
||||
and add the new link</p>
|
||||
</dd>
|
||||
|
||||
<dt id="tag"><a href="#tag">Tag</a></dt>
|
||||
<dd>description.</dd>
|
||||
|
||||
</dl>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue