[boost-doc-zh] r385 committed - uuid 格式修正

  • From: boost-doc-zh@xxxxxxxxxxxxxx
  • To: boost-doc-zh-notify@xxxxxxxxxxxxx
  • Date: Wed, 10 Feb 2010 08:01:53 +0000

Revision: 385
Author: yangyin7
Date: Wed Feb 10 00:01:31 2010
Log: uuid 格式修正

http://code.google.com/p/boost-doc-zh/source/detail?r=385

Modified:
 /trunk/libs/uuid/index.html
 /trunk/libs/uuid/uuid.html

=======================================
--- /trunk/libs/uuid/index.html Sun Feb  7 05:46:29 2010
+++ /trunk/libs/uuid/index.html Wed Feb 10 00:01:31 2010
@@ -1,7 +1,7 @@
 <html>

 <head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>Boost Uuid Library</title>
 </head>

@@ -22,21 +22,28 @@

<p>The header uuid.hpp provides an implementation of Universally Unique Identifiers.
 </p>
-
 <p>This implementation is intended for general use.</p>
-
+<p> uuid.hpp 提供了通用唯一识别码(uuid)的实现。</p>
 <ul>
   <li><a href="uuid.html">Documentation</a> (HTML).</li>
   <li>Header <a href="../../boost/uuid/uuid.hpp">uuid.hpp</a>.</li>
<li>See the <a href="uuid.html">documentation</a> for links to sample programs.</li>
   <li>Submitted by Andy Tompkins</a>.</li>
 </ul>
+<ul>
+  <li><a href="uuid.html">文档</a> (HTML).</li>
+  <li>头文件 <a href="../../boost/uuid/uuid.hpp">uuid.hpp</a>.</li>
+  <li>参考 <a href="uuid.html">documentation</a> 文档中的示例程序.</li>
+  <li>本文档由Andy Tompkins提交</li>
+</ul>

 <p>Revised&nbsp; May 14, 2007</p>

 <hr>
-<p>© Copyright Andy Tompkins, 2006</p>
-<p> Distributed under the Boost Software
+<p>Copyright © Andy Tompkins, 2006</p>
+<p>翻译:loveplay</p>
+<p>译文更新:2/10/2010</p>
+<p> Distributed under the Boost Software
License, Version 1.0. (See accompanying file <a href="../../LICENSE_1_0.txt">LICENSE_1_0.txt</a> or copy at <a href="http://www.boost.org/LICENSE_1_0.txt";>
 www.boost.org/LICENSE_1_0.txt</a>)</p>
 </body>
=======================================
--- /trunk/libs/uuid/uuid.html  Tue Feb  9 23:43:53 2010
+++ /trunk/libs/uuid/uuid.html  Wed Feb 10 00:01:31 2010
@@ -140,7 +140,7 @@
 generated UUIDs (that is, it has never been generated before and it will
never be generated again), or it is extremely likely to be unique (depending
 on the mechanism).
-<p>当UUID通过一个预定义的机制生成,他们或者保证与其他已生成的UUID不同(即前 无古人,后无来者),或者保证其尽可能的唯一性(依赖于生成机制)。</p> +<p>当UUID通过一个预定义的机制生成,他们或者保证与其他已生成的UUID不同(即前 无古人,后无来者),或者保证其尽可能的唯一(依赖于生成机制)。</p>

 <h2><a name="Examples"></a>Examples</h2>
 <h2><a name="Examples"></a>示例</h2>
@@ -664,9 +664,9 @@
 <p>Revised&nbsp; January 1, 2010</p>

 <hr>
-<p>� Copyright Andy Tompkins, 2006</p>
+<p>Copyright © Andy Tompkins, 2006</p>
 <p>翻译: loveplay</p>
-<p>译文更新: 2010.2.10</p>
+<p>译文更新: 2/10/2010</p>
 <p> Distributed under the Boost Software
License, Version 1.0. (See accompanying file <a href="../../LICENSE_1_0.txt">LICENSE_1_0.txt</a> or copy at <a href="http://www.boost.org/LICENSE_1_0.txt";>
 www.boost.org/LICENSE_1_0.txt</a>)</p>

Other related posts:

  • » [boost-doc-zh] r385 committed - uuid 格式修正 - boost-doc-zh