remove tool dirctories - these have been moved to a new github dirctory
[Evergreen-DocBook.git] / stylesheets / evergreen_docbook_files / docbook-xsl-1.75.2 / params / refentry.source.name.profile.xml
diff --git a/stylesheets/evergreen_docbook_files/docbook-xsl-1.75.2/params/refentry.source.name.profile.xml b/stylesheets/evergreen_docbook_files/docbook-xsl-1.75.2/params/refentry.source.name.profile.xml
deleted file mode 100755 (executable)
index 83fe2ec..0000000
+++ /dev/null
@@ -1,89 +0,0 @@
-<refentry xmlns="http://docbook.org/ns/docbook"\r
-          xmlns:xlink="http://www.w3.org/1999/xlink"\r
-          xmlns:xi="http://www.w3.org/2001/XInclude"\r
-          xmlns:src="http://nwalsh.com/xmlns/litprog/fragment"\r
-          xmlns:xsl="http://www.w3.org/1999/XSL/Transform"\r
-          version="5.0" xml:id="refentry.source.name.profile">\r
-<refmeta>\r
-<refentrytitle>refentry.source.name.profile</refentrytitle>\r
-<refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>\r
-</refmeta>\r
-<refnamediv>\r
-<refname>refentry.source.name.profile</refname>\r
-<refpurpose>Specifies profile for refentry "source name" data</refpurpose>\r
-</refnamediv>\r
-\r
-<refsynopsisdiv>\r
-<src:fragment xml:id="refentry.source.name.profile.frag">\r
-<xsl:param name="refentry.source.name.profile">\r
-  (($info[//productname])[last()]/productname)[1]|\r
-  (($info[//corpname])[last()]/corpname)[1]|\r
-  (($info[//corpcredit])[last()]/corpcredit)[1]|\r
-  (($info[//corpauthor])[last()]/corpauthor)[1]|\r
-  (($info[//orgname])[last()]/orgname)[1]|\r
-  (($info[//publishername])[last()]/publishername)[1]\r
-</xsl:param>\r
-</src:fragment>\r
-</refsynopsisdiv>\r
-\r
-<refsection><info><title>Description</title></info>\r
-\r
-<para>The value of <parameter>refentry.source.name.profile</parameter>\r
-is a string representing an XPath expression. It is evaluated at\r
-run-time and used only if\r
-<parameter>refentry.source.name.profile.enabled</parameter> is\r
-non-zero. Otherwise, the <tag>refentry</tag> metadata-gathering logic\r
-"hard coded" into the stylesheets is used.</para>\r
-\r
-<para>A "source name" is one part of a (potentially) two-part\r
-<replaceable>Name</replaceable> <replaceable>Version</replaceable>\r
-"source" field. In man pages, it is usually displayed in the left\r
-footer of the page. It typically indicates the software system or\r
-product that the item documented in the man page belongs to. The\r
-<literal>man(7)</literal> man page describes it as "the source of\r
-the command", and provides the following examples:\r
-<itemizedlist>\r
-  <listitem>\r
-    <para>For binaries, use something like: GNU, NET-2, SLS\r
-    Distribution, MCC Distribution.</para>\r
-  </listitem>\r
-  <listitem>\r
-    <para>For system calls, use the version of the kernel that you\r
-    are currently looking at: Linux 0.99.11.</para>\r
-  </listitem>\r
-  <listitem>\r
-    <para>For library calls, use the source of the function: GNU, BSD\r
-    4.3, Linux DLL 4.4.1.</para>\r
-  </listitem>\r
-</itemizedlist>\r
-</para>\r
-\r
-<para>In practice, there are many pages that simply have a Version\r
-number in the "source" field. So, it looks like what we have is a\r
-two-part field,\r
-<replaceable>Name</replaceable> <replaceable>Version</replaceable>,\r
-where:\r
-<variablelist>\r
-  <varlistentry>\r
-    <term>Name</term>\r
-    <listitem>\r
-      <para>product name (e.g., BSD) or org. name (e.g., GNU)</para>\r
-    </listitem>\r
-  </varlistentry>\r
-  <varlistentry>\r
-    <term>Version</term>\r
-    <listitem>\r
-      <para>version number</para>\r
-    </listitem>\r
-  </varlistentry>\r
-</variablelist>\r
-Each part is optional. If the <replaceable>Name</replaceable> is a\r
-product name, then the <replaceable>Version</replaceable> is probably\r
-the version of the product. Or there may be no\r
-<replaceable>Name</replaceable>, in which case, if there is a\r
-<replaceable>Version</replaceable>, it is probably the version\r
-of the item itself, not the product it is part of. Or, if the\r
-<replaceable>Name</replaceable> is an organization name, then there\r
-probably will be no <replaceable>Version</replaceable>.</para>\r
-</refsection>\r
-</refentry>\r