[Pythonjp-checkins] [python-doc-ja] push by anywa****@gmail***** - リンクの修正 on 2011-12-17 08:35 GMT

Back to archive index

pytho****@googl***** pytho****@googl*****
2011年 12月 17日 (土) 17:36:10 JST


Revision: 075f59b0d75b
Author:   Akihiro Uchida <uchid****@ike-d*****>
Date:     Sat Dec 17 00:35:48 2011
Log:      リンクの修正
http://code.google.com/p/python-doc-ja/source/detail?r=075f59b0d75b

Modified:
  /howto/webservers.rst
  /library/heapq.rst
  /library/htmllib.rst
  /library/ssl.rst
  /library/tkinter.rst
  /using/unix.rst

=======================================
--- /howto/webservers.rst	Sun Jun 26 16:50:43 2011
+++ /howto/webservers.rst	Sat Dec 17 00:35:48 2011
@@ -1041,7 +1041,7 @@

  ..
    Often relational database engines like `MySQL <http://www.mysql.com/>`_  
or
-  `PostgreSQL <http://http://www.postgresql.org/>`_ are used due to their  
good
+  `PostgreSQL <http://www.postgresql.org/>`_ are used due to their good
    performance handling very large databases consisting of up to millions of
    entries.  These are *queried* using a language called `SQL
    <http://en.wikipedia.org/wiki/SQL>`_.  Python programmers in general do  
not like
@@ -1051,7 +1051,7 @@
    object-oriented access into SQL code under the hood, the user does not  
need to
    think about it.  Most `frameworks`_ use ORMs and it works quite well.

-しばしば `MySQL <http://www.mysql.com/>`_ や `PostgreSQL  
<http://http://www.postgresql.org/>`_
+しばしば `MySQL <http://www.mysql.com/>`_ や `PostgreSQL  
<http://www.postgresql.org/>`_
  のようなリレーショナルデータベースエンジンが利用されます、
  それは数百万エントリに及ぶ非常に大きなデータベースを優れたパフォーマンスで 
扱うことができるためです。
  それらは `SQL <http://en.wikipedia.org/wiki/SQL>`_ と呼ばれる言語を利用し 
た *照会 (queried)* です。
=======================================
--- /library/heapq.rst	Tue Nov 15 23:13:31 2011
+++ /library/heapq.rst	Sat Dec 17 00:35:48 2011
@@ -132,7 +132,7 @@
  基本的な例
  ----------

-`ヒープソート <http://ja.wikipedia.org/wiki/ヒープソート>`_ は、
+`ヒープソート  
<http://ja.wikipedia.org/wiki/%E3%83%92%E3%83%BC%E3%83%97%E3%82%BD%E3%83%BC%E3%83%88>`_  
は、
  すべての値をヒープに push し、それから最小の値を一つづつ pop することで
  実装できます::

@@ -161,7 +161,7 @@
  優先度キュー実装の注釈
  ----------------------

-`優先度つきキュー <http://en.wikipedia.org/wiki/優先度つきキュー>`_ は、
+`優先度つきキュー  
<http://ja.wikipedia.org/wiki/%E5%84%AA%E5%85%88%E5%BA%A6%E3%81%A4%E3%81%8D%E3%82%AD%E3%83%A5%E3%83%BC>`_  
は、
  ヒープの一般的な使い方で、実装にはいくつか困難な点があります:

  * ソート安定性: 優先度が等しい二つのタスクが、もともと追加された順序で
=======================================
--- /library/htmllib.rst	Wed Apr 20 03:07:25 2011
+++ /library/htmllib.rst	Sat Dec 17 00:35:48 2011
@@ -56,7 +56,7 @@

  .. class:: HTMLParser(formatter)

-   基底となる HTML パーザクラスです。XHTML 1.0 仕様   
(http://www.w3.rog/TR/xhtml1)
+   基底となる HTML パーザクラスです。XHTML 1.0 仕様   
(http://www.w3.org/TR/xhtml1)
     勧告で要求されている全てのエンティティ名をサポートしています。
     また、全ての HTML 2.0 の要素および HTML 3.0、3.2 の多くの要素のハンドラ 
を定義しています。

=======================================
--- /library/ssl.rst	Tue Nov 29 10:11:51 2011
+++ /library/ssl.rst	Sat Dec 17 00:35:48 2011
@@ -610,8 +610,8 @@
     Class :class:`socket.socket`
              下位レイヤーの :mod:`socket` クラスのドキュメント

-   `Introducing SSL and Certificates using OpenSSL  
<http://old.pseudonym.org/ssl/wwwj-index.html>`_
-       Frederick J. Hirsch
+   `TLS (Transport Layer Security) and SSL (Secure Socket Layer)  
<http://www3.rad.com/networks/applications/secure/tls.htm>`_
+       Debby Koren

     `RFC 1422: Privacy Enhancement for Internet Electronic Mail: Part II:  
Certificate-Based Key Management <http://www.ietf.org/rfc/rfc1422>`_
         Steve Kent
=======================================
--- /library/tkinter.rst	Wed Mar  9 07:33:38 2011
+++ /library/tkinter.rst	Sat Dec 17 00:35:48 2011
@@ -27,7 +27,7 @@
     `An Introduction to Tkinter  
<http://www.pythonware.com/library/an-introduction-to-tkinter.htm>`_
        Fredrik Lundh のオンラインリファレンス資料です。

-   `Tkinter reference: a GUI for Python  
<http://inhost.nmt.edu/tcc/help/pubs/lang.html>`_
+   `Tkinter reference: a GUI for Python  
<http://infohost.nmt.edu/tcc/help/pubs/lang.html>`_
        オンラインリファレンス資料です。

     `Python and Tkinter Programming  
<http://www.amazon.com/exec/obidos/ASIN/1884777813>`_
=======================================
--- /using/unix.rst	Fri Dec  3 18:04:25 2010
+++ /using/unix.rst	Sat Dec 17 00:35:48 2011
@@ -153,7 +153,7 @@
  * http://sourceforge.net/projects/python-mode

  Geany はたくさんの言語をサポートした素晴らしい IDE です。
-さらなる情報は、 http://gean.uvena.de/ を読んでください。
+さらなる情報は、 http://geany.uvena.de/ を読んでください。

  Komodo edit も非常に良い IDE です。これもたくさんの言語をサポートしていま 
す。
  さらなる情報は、




Pythonjp-checkins メーリングリストの案内
Back to archive index