Updated Branches: refs/heads/master 72f896044 -> 2f1c83555
Fix curly apostrophes in README. Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/2f1c8355 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/2f1c8355 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/2f1c8355 Branch: refs/heads/master Commit: 2f1c83555043cb8a28106bf3ef93554376b2ea0e Parents: 72f8960 Author: Jessica Tomechak <[email protected]> Authored: Thu Aug 16 03:39:16 2012 -0700 Committer: Jessica Tomechak <[email protected]> Committed: Thu Aug 16 03:41:14 2012 -0700 ---------------------------------------------------------------------- docs/README.txt | 20 ++++++++++---------- 1 files changed, 10 insertions(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/2f1c8355/docs/README.txt ---------------------------------------------------------------------- diff --git a/docs/README.txt b/docs/README.txt index f8b420f..7fcfff8 100644 --- a/docs/README.txt +++ b/docs/README.txt @@ -154,24 +154,24 @@ TAGS FOR A SECTION <!-- Make your modifications below this line. --> <section id="INSERT A UNIQUE SECTION ID HERE, PROBABLY MATCHING THE TITLE BELOW. KEEP THE QUOTE MARKS."> - <title>Text of the section title</title> - <para>Here�s the text of a paragraph in this section.</para> + <title>Text of the section title</title> + <para>Here's the text of a paragraph in this section.</para> <para>Always use &PRODUCT; rather than typing CloudStack or CloudPlatform.</para> <para>Indent with 4 spaces, not with tab characters.</para> <para>To hyperlink to a URL outside this document: <ulink url="http://external URL here">Display text of the link here</ulink></para> <para>To hyperlink to another section in this document: <xref linkend="SECTION ID OF THE OTHER SECTION GOES HERE." /> The publication tools will automatically insert the display text of the link for you.</para> - <note><para>Use this for all tips and asides. Don�t use other tags such as tip. + <note><para>Use this for all tips and asides. Don't use other tags such as tip. Our publication tool (publican) prefers the note tag. The tool will - automatically insert the text NOTE: for you, so please don�t type it.</para></note> - <warning><para>Use this for anything that is vital to avoid runtime errors. Don�t use + automatically insert the text NOTE: for you, so please don't type it.</para></note> + <warning><para>Use this for anything that is vital to avoid runtime errors. Don't use other tags such as caution. Our publication tool (publican) prefers the warning tag. The tool will - automatically insert the text WARNING: for you, so please don�t type it.</para></warning> - <para>Here�s how to do a bulleted list:</para> + automatically insert the text WARNING: for you, so please don't type it.</para></warning> + <para>Here's how to do a bulleted list:</para> <itemizedlist> <listitem><para>Bulleted list item text.</para></listitem> </itemizedlist> - <para>Here�s how to do a numbered list. These are used for step by step instructions + <para>Here's how to do a numbered list. These are used for step by step instructions or to describe a sequence of events in time. For everything else, use a bulleted list.</para> <orderedlist> <listitem><para>Text of the step</para></listitem> @@ -181,8 +181,8 @@ TAGS FOR A SECTION </orderedlist> </listitem> </orderedlist> - <para>Here�s how to insert an image. Put the graphic file in images/, a subdirectory of the directory where this XML file is. - Refer to it using this tag. The tag is admittedly complex, but it�s the one we need to use with publican:</para> + <para>Here's how to insert an image. Put the graphic file in images/, a subdirectory of the directory where this XML file is. + Refer to it using this tag. The tag is admittedly complex, but it's the one we need to use with publican:</para> <mediaobject> <imageobject> <imagedata fileref="./images/YOUR_FILENAME_HERE.png" />
