[27266] in CVS-changelog-for-Kerberos-V5

home help back first fref pref prev next nref lref last post

krb5 commit [krb5-1.11]: Replace UTF-8 with ASCII

daemon@ATHENA.MIT.EDU (Tom Yu)
Fri Nov 16 14:58:42 2012

Date: Fri, 16 Nov 2012 14:58:27 -0500
From: Tom Yu <tlyu@mit.edu>
Message-Id: <201211161958.qAGJwRTX022413@drugstore.mit.edu>
To: cvs-krb5@mit.edu
Reply-To: krbdev@mit.edu
Content-Type: multipart/mixed; boundary="===============0312037812=="
Errors-To: cvs-krb5-bounces@mit.edu

--===============0312037812==

https://github.com/krb5/krb5/commit/cb85a51e6092b0d3bade289e45f7edce14b1bfee
commit cb85a51e6092b0d3bade289e45f7edce14b1bfee
Author: Ben Kaduk <kaduk@mit.edu>
Date:   Mon Nov 5 19:22:07 2012 -0500

    Replace UTF-8 with ASCII
    
    We try to restrict non-ASCII to names.
    
    Python does not accept U+2013 EN DASH as indicating a command-line
    argument; U+2D HYPHEN-MINUS is required.
    
    Replace U+201C LEFT DOUBLE QUOTATION MARK and U+201D RIGHT
    DOUBLE QUOTATION MARK with ordinary ASCII quotes.
    
    (cherry picked from commit b1ba4ac45345d93ecbba22626843b06f32b2262d)
    
    ticket: 7433
    version_fixed: 1.11
    status: resolved

 doc/tools/README |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/doc/tools/README b/doc/tools/README
index ccbed6c..c86fe8b 100644
--- a/doc/tools/README
+++ b/doc/tools/README
@@ -6,7 +6,7 @@ The text below is meant to give the instructions on how to incorporate MIT Kerbe
 Pre-requisites:
 - python 2.5+ with Cheetah, lxml and  xml extension modules installed;
 - For part B only:
-    -    Sphinx “doxylink” extension;
+    -    Sphinx "doxylink" extension;
     -    Doxygen HTML output
 
 
@@ -18,17 +18,17 @@ Part A:    Transforming Doxygen XML output into reStructuredText (rst)  without
 
 3.    Suppose the Doxygen XML output is located in doxy_xml_dir  and the desired output directory is rst_dir.
       Run:
-      python doxy.py –i  doxy_xml_dir –o rst_dir –t func
+      python doxy.py -i  doxy_xml_dir -o rst_dir -t func
       This will result in the storing of the API function documentation files in rst format in the rst_dir. The file names are constructed based on the function name. For example, the file for krb5_build_principal() will be krb5_build_principal.rst
 
       Run:
-      python doxy.py –i  doxy_xml_dir –o rst_dir –t typedef
+      python doxy.py -i  doxy_xml_dir -o rst_dir -t typedef
       It is similar to the API function conversion, but for data types. The result will be stored under rst_dir/types directory
 
       Alternatively, running
-      python doxy.py –i  doxy_xml_dir –o rst_dir
+      python doxy.py -i  doxy_xml_dir -o rst_dir
       or
-      python doxy.py –i  doxy_xml_dir –o rst_dir -t all
+      python doxy.py -i  doxy_xml_dir -o rst_dir -t all
       converts Doxygen XML output into reStructuredText format files both for API functions and data types;
 
 4.    In appdev/index.rst add the following section to point to the API references:
@@ -53,7 +53,7 @@ Part B:    Bridge to Doxygen HTML output.
        GENERATE_TAGFILE       = krb5doxy.tag
        GENERATE_XML           = YES
 
-2. Modify Sphinx conf.py file to point to the “doxylink” extension and Doxygen tag file:
+2. Modify Sphinx conf.py file to point to the "doxylink" extension and Doxygen tag file:
       extensions = ['sphinx.ext.autodoc', 'sphinxcontrib.doxylink']
       doxylink = { ' krb5doxy' : ('/tmp/krb5doxy.tag, ' doxy_html_dir ') }
 

--===============0312037812==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
cvs-krb5 mailing list
cvs-krb5@mit.edu
https://mailman.mit.edu/mailman/listinfo/cvs-krb5

--===============0312037812==--

home help back first fref pref prev next nref lref last post