[Commits] python.it commit r284 -
www/trunk/python.it/topics/database
commit a svn.python.it
commit a svn.python.it
Lun 16 Lug 2007 18:55:47 CEST
Author: manlio
Date: Mon Jul 16 18:55:46 2007
New Revision: 284
Modified:
www/trunk/python.it/topics/database/index.ht
www/trunk/python.it/topics/database/links.h
Log:
Aggiornati links alle sezioni peps e topics del sito python.org.
Modified: www/trunk/python.it/topics/database/index.ht
==============================================================================
--- www/trunk/python.it/topics/database/index.ht (original)
+++ www/trunk/python.it/topics/database/index.ht Mon Jul 16 18:55:46 2007
@@ -18,8 +18,7 @@
<table cellpadding="2">
<tr>
<td valign="top">
- <a href="http://www.python.org/topics/database/peps/pep-0249.html">DB-API
- spec v2.0</a>
+ <a href="http://www.python.org/peps/pep-0249">DB-API spec v2.0</a>
</td>
<td valign="top">
La versione 2.0 delle specifiche API per connettersi ai database
@@ -28,8 +27,7 @@
</tr>
<tr>
<td valign="top">
- <a href="http://www.python.org/topics/database/peps/pep-0248.html">DB-API
- spec v1.0</a>
+ <a href="http://www.python.org/peps/pep-0248">DB-API spec v1.0</a>
</td>
<td valign="top">
La versione 1.0 delle specifiche API.
@@ -37,7 +35,7 @@
</tr>
<tr>
<td valign="top">
- <a href="http://www.python.org/topics/database/modules.html">Moduli
+ <a href="http://www.python.org/doc/topics/database/modules">Moduli
database</a>
</td>
<td valign="top">
@@ -47,7 +45,7 @@
</tr>
<tr>
<td valign="top">
- <a href="http://www.python.org/topics/database/docs.html">Documentazione</a>
+ <a href="http://www.python.org/doc/topics/database/docs">Documentazione</a>
</td>
<td valign="top">
Documenti e articoli correlati.
@@ -55,7 +53,7 @@
</tr>
<tr>
<td valign="top">
- <a href="http://www.python.org/topics/database/other-db.html">Altri
+ <a href="http://www.python.org/doc/topics/database/other-db">Altri
moduli per database</a>
</td>
<td valign="top">
@@ -65,7 +63,7 @@
</tr>
<tr>
<td valign="top">
- <a href="http://www.python.org/topics/database/persistence.html">Persistenza</a>
+ <a href="http://www.python.org/doc/topics/database/persistence">Persistenza</a>
</td>
<td valign="top">
Altri meccanismi per implementare la persistenza negli oggetti
@@ -74,7 +72,7 @@
</tr>
<tr>
<td valign="top">
- <a href="http://www.python.org/topics/database/books.html">Libri
+ <a href="http://www.python.org/doc/topics/database/books">Libri
sui database</a>
</td>
<td valign="top">
@@ -84,7 +82,7 @@
</tr>
<tr>
<td valign="top">
- <a href="../../sigs/db-sig/">Database SIG</a>
+ <a href="http://www.python.org/community/sigs/current/db-sig/">Database SIG</a>
</td>
<td valign="top">
Il Gruppo d'Interesse Speciale sui database.
Modified: www/trunk/python.it/topics/database/links.h
==============================================================================
--- www/trunk/python.it/topics/database/links.h (original)
+++ www/trunk/python.it/topics/database/links.h Mon Jul 16 18:55:46 2007
@@ -1,14 +1,14 @@
<!-- -*- html -*- -->
<h3>Database <img alt="[off-site link]" class="offsitelink" src="../../pics/offsite.gif" /></h3>
<li><a href="./">Indice</a>
-<li><a href="http://www.python.org/peps/pep-0248.html">Spec. DB-API v1.0</a>
-<li><a href="http://www.python.org/peps/pep-0249.html">Spec. DB-API v2.0</a>
-<li><a href="http://www.python.org/topics/database/modules.html">Moduli sui database</a>
-<li><a href="http://www.python.org/topics/database/docs.html">Documentazione</a>
-<li><a href="http://www.python.org/topics/database/other-db.html">Altri moduli DB</a>
-<li><a href="http://www.python.org/topics/database/persistence.html">Persistenza</a>
+<li><a href="http://www.python.org/dev/peps/pep-0248">Spec. DB-API v1.0</a>
+<li><a href="http://www.python.org/dev/peps/pep-0249">Spec. DB-API v2.0</a>
+<li><a href="http://www.python.org/doc/topics/database/modules">Moduli sui database</a>
+<li><a href="http://www.python.org/doc/topics/database/docs">Documentazione</a>
+<li><a href="http://www.python.org/doc/topics/database/other-db">Altri moduli DB</a>
+<li><a href="http://www.python.org/doc/topics/database/persistence">Persistenza</a>
<li><a href="http://www.python.org/topics/database/books.html">libri sui DB</a>
-<li><a href="http://www.python.org/sigs/db-sig/">SIG Database</a>
+<li><a href="http://www.python.org/community/sigs/current/db-sig/">SIG Database</a>
<h3>Presso dmoz.org <img alt="[off-site link]" class="offsitelink" src="../../pics/offsite.gif" /></h3>
Maggiori informazioni sulla lista
Commits