[Ultrapossum-cvs 67] web 1.6,1.7,index.en.html 1.2,1.3,index.ja.html

Back to archive index

Masato Taruishi taru****@sourc*****
2004年 5月 6日 (木) 13:00:19 JST


===================================================================
RCS file: web/index.en.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- web/index.en.html	2004/04/30 10:49:01	1.6
+++ web/index.en.html	2004/05/06 04:00:19	1.7
@@ -1,157 +1,149 @@
-<html>
-<head>
+<html><head><title>UltraPossum: Multifunctional LDAP Solution for Linux</title>
 
-<title>UltraPossum: Multifunctional LDAP Solution for Linux </title>
-<link rel="shortcut icon" href="/favicon.ico">
+
+<link rel="shortcut icon" href="http://www.ultrapossum.org/favicon.ico">
 <meta name="description" content="UltraPossum: High Availability Directory Solution for Linux">
 <meta name="keywords" content="Verge, High Availability, Directory, UltraPossum, Ultra, Possum, LDAP">
 <meta http-equiv="Content-Type" content="text/html; charset=euc-jp">
 <meta name="Content-Language" content="ja">
-<link rel="stylesheet" href="ultrapossum.css" type="text/css">
-</head>
-
-  <body>
+<link rel="stylesheet" href="up_files/ultrapossum.css" type="text/css"></head>
+<body>
 
-<table border="0" width=100%>
+<table border="0" width="100%">
 <tbody>
 <tr>
-</td>
-<td><img src="pics/uplogo4.png">
+
+<td><img src="up_files/uplogo4.png">
 </td>
 <td>
-<a href="/"><img src="pics/possumx2.gif" 
- alt="[Possum]" width=100 height=100 align=right border=0></a>
-</tr>
+<a href="http://www.ultrapossum.org/"><img src="up_files/possumx2.gif" alt="[Possum]" width="100" height="100" align="right" border="0"></a>
+</td></tr>
 </tbody>
 </table>
 
-[<a href="index.ja.html">Japanese</a>]
+[<a href="http://www.ultrapossum.org/index.html.ja">Japanese</a>]
 
 <p>
-UltraPossum is a solution of LDAP directory service based on opensource componentes for Unix-like operating systems such as Linux.
-<h3>Main features</h3>
+UltraPossum is LDAP directory service based solution based on opensource
+components for Unix-like operating systems such as Linux.
+</p><h3>Main features</h3>
 <ul>
   <li>
     LDAP server using OpenLDAP
-  <li>
-    Scalability from PDA to large-scale directory service 
-  <li>
-    High-Availability by heartbeat protocol
-  <li>
-    service-level montoring using mon
-  <li>
+  </li><li>
+    Scalability from PDA to large-scale directory services
+  </li><li>
+    High-Availability provided by heartbeat protocol
+  </li><li>
+    Service-level montoring using mon
+  </li><li>
     UltraPossum is also opensource
-</ul>
+</li></ul>
 <h4>Other features</h4>
 <ul>
   <li>DB Backup/Restore
-  <li>Configuration validation checker
-  <li>Pluggable module
-  <li>Management of system entries, DN, schema for each LDAP application
-  <li>Management of system directory
-  <li>Management OpenLDAP version ( backend db management )
-  <li>UltraPossum configuration framework
-  <li>Fast bulk loading of entries in offline ( using tmpfs etc )
-  <li>Installation testing framework
-  <li>OpenLDAP replication log (replog) checker
-  <li>OpenLDAP replication reject log (replog .rej) checker
-</ul>
+  </li><li>Configuration validation checker
+  </li><li>Pluggable modules
+  </li><li>Management of system entries, DN, schema for each LDAP application
+  </li><li>Management of system directory
+  </li><li>Management OpenLDAP version ( backend db management )
+  </li><li>UltraPossum configuration framework
+  </li><li>Fast bulk loading of entries in offline ( using tmpfs etc )
+  </li><li>Installation testing framework
+  </li><li>OpenLDAP replication log (replog) checker
+  </li><li>OpenLDAP replication reject log (replog .rej) checker
+</li></ul>
 
       <h3>How to get UltraPossum</h3>
       
       <h4>Latest-Version ( beta test )</h4>
 <p>
-The latest version is currently 0.1beta4 (2004/4/5)
-<ul>
-<a href="http://osdn.dl.sourceforge.jp/ultrapossum/9018/ultrapossum-0.1beta4.tar.gz">ultrapossum-0.1beta4.tar.gz</a> - 1e7542df189631a9d16f2b788979897c
+The latest version is currently 0.1beta5 (2004/5/6)
+</p><ul>
+<a href="http://osdn.dl.sourceforge.jp/ultrapossum/9385/ultrapossum-0.1beta5.tar.gz">ultrapossum-0.1beta5.tar.gz</a> - 01571fd879f826728baa0cc871725093
 </ul>
-      </p>
+      <p></p>
 <p>
-apt-line is available for Debian users
-<ul>
-<pre>
-deb http://ultrapossum.org/debian/ ./
+An apt repository is available for Debian users. Add the following to
+/etc/apt/sources.list:
+</p><ul>
+<pre>deb http://ultrapossum.org/debian/ ./
 deb-src http://ultrapossum.org/debian/ ./
 </pre>
 </ul>
 
 <h4>Development snapshot</h4>
 <p>
-The following CVSROOT is available:
-<pre>
-  :pserver:anony****@cvs*****:/cvsroot/ultrapossum
-</pre>
-Therefore, you can get the source code as follows:
-<pre>
- ~$ cvs -d :pserver:anony****@cvs*****:/cvsroot/ultrapossum login
+The CVS reopsitory is available too. Use the following as your CVSROOT:
+</p><pre>  :pserver:anony****@cvs*****:/cvsroot/ultrapossum
+</pre>
+This will let you check-out the code as follows:
+<pre> ~$ cvs -d :pserver:anony****@cvs*****:/cvsroot/ultrapossum login
  (Logging in to anony****@cvs*****)
  CVS password:
  ~$ cvs -d :pserver:anony****@cvs*****:/cvsroot/ultrapossum co ultrapossum
 </pre>
-Just hit enter key in CVS password.
+Just hit enter key when prompted for the CVS password.
 
 <h4>How to build</h4>
 
 <h5>Requirements</h5>
 
-<table border=1>
-<caption>Requirement opensource components</caption>
-<tr bgcolor="#cccccc" ><th>UltraPossum feature</th><th>Component</th></tr>
+<table border="1">
+<caption>Required opensource components</caption>
+<tbody><tr bgcolor="#cccccc"><th>UltraPossum feature</th><th>Component</th></tr>
 <tr><td>UltraPossum server basic</td><td>OpenLDAP 2.0 and over</td></tr>
-<tr><td>Master server failover</td><td>heartbeat & mon (needs NFS)</td><tr>
-<tr><td><a href="http://openldap-ha.sourceforge.net/">syncbackup (synchronous replication)</a></td><td>OpenLDAP with syncbackup patch</td></tr>
-</table>
+<tr><td>Master server failover</td><td>heartbeat &amp; mon (needs NFS)</td></tr><tr>
+</tr><tr><td><a href="http://openldap-ha.sourceforge.net/">syncbackup extension</a></td><td>OpenLDAP with syncbackup patch</td></tr>
+</tbody></table>
 
 <p>
-If you use startTLS plugin, you can use LDAPv3 startTLS extended operation and LDAP over SSL.
+If you use the startTLS plugin, you can use LDAPv3 startTLS extended operations and LDAP over SSL.
 </p>
-<font size=1>
+<font size="1">
 This product includes software developed by the OpenSSL Project
 for use in the OpenSSL Toolkit. (http://www.openssl.org/)
 </font>
 
 <h5>Installation</h5>
-First, move to the top directory of the CVS working copy
-<pre>
- ~$ ./autogen.sh
+First, go to the top directory of the teer you checked-out from CVS, then run
+this command:
+<pre> ~$ ./autogen.sh
 </pre>
-This is only for CVS snapshot. GNU autoconf/automake is needed to do this.
+This is only for CVS snapshot. GNU autoconf and automake is needed to run this.
 <p>
-<pre>
- ~$ ./configure; make check; su -c "make install"
+</p><pre> ~$ ./configure; make check; su -c "make install"
 </pre>
-See INSTALL file in the source tree for more detail.
+See the INSTALL file in the source tree for more details.
 
 <p>
 If you use Debian, you can make debian packages by doing
-<pre>
- ~$ fakeroot debian/rules binary
+</p><pre> ~$ fakeroot debian/rules binary
 </pre>
 after ./autogen.sh.
 
 <h3>How to use UltraPossum</h3>
 
 The following commands starts UltraPossum directory server.
-<pre>
- ~# /usr/local/share/ultrapossum/module.d/server/startup start
+<pre> ~# /usr/local/share/ultrapossum/module.d/server/startup start
 </pre>
 You can use init scripts for your distribution such as Fedora, Debian
 and Solaris. You can find these scripts under the source tree.
 
 <p>
-By default, namincgContext 'o=ultrapossum' is automatically created.
+By default, the namingContext 'o=ultrapossum' is automatically created for you.
 </p>
 
 <h3>Contact</h3>
-If you want to contact the author of UltraPossum, send e-mail to
-<a href="mailto:Masato Taruishi <taru****@ultra*****>">Masato Taruishi &lt;taru****@ultra*****></a>.
+If you want to contact the author(s), please send e-mail to
+<a href="mailto:Masato%20Taruishi%20%3Ctar****@ultra*****%3E">Masato Taruishi &lt;taru****@ultra*****&gt;</a>.
 
-<br clear=left>
-<br clear=right>
+<br clear="left">
+<br clear="right">
 
-<font size=1>
-<p> 
-Copyright &copy; 2004, 
+<font size="1">
+</font><p><font size="1"> 
+Copyright © 2004, 
 <a href="http://www.valinux.co.jp/">VA Linux Systems Japan K.K.</a><br>
 <br><br>
 OpenLDAP is a registered trademark of OpenLDAP Foundation.
@@ -159,9 +151,8 @@
 Linux is a registered trademark of Linus Torvalds. <br>
 All other trademarks are the property of their respective owners. 
 <br>
-<p>
-<a href="http://sourceforge.jp/"><img src="http://sourceforge.jp/sflogo.php?group_id=1045" width="96" height="31" border="0" alt="SourceForge.jp"></a>
-<a href="http://www.ultrapossum.org/"><img src="http://www.ultrapossum.org/pics/upbt001.gif" width="96" height="31" border="0" alt="UltraPossum"></a> 
-</p>
-</body>
-</html>
+</font></p><p>
+<font size="1"><a href="http://sourceforge.jp/"><img src="up_files/sflogo.png" width="96" height="31" border="0" alt="SourceForge.jp"></a>
+<a href="http://www.ultrapossum.org/"><img src="up_files/upbt001.gif" width="96" height="31" border="0" alt="UltraPossum"></a> 
+</font></p>
+</body></html>
===================================================================
RCS file: web/index.ja.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- web/index.ja.html	2004/04/30 09:53:04	1.2
+++ web/index.ja.html	2004/05/06 04:00:19	1.3
@@ -63,14 +63,15 @@
       
       <h4>最新版(βテスト中)</h4>
 <p>
-現在の最新β版は 0.1beta4 (2004/4/5) です。
+現在の最新β版は 0.1beta5 (2004/5/6) です。
 <ul>
-<a href="http://osdn.dl.sourceforge.jp/ultrapossum/9018/ultrapossum-0.1beta4.tar.gz">ultrapossum-0.1beta4.tar.gz</a> - 1e7542df189631a9d16f2b788979897c - <a href="https://sourceforge.jp/projects/ultrapossum/document/ultrapossum_0.1beta4_-_Changes/en/1/ultrapossum_0.1beta4_-_Changes.txt/?printable=1">変更履歴</a>
+<a href="http://osdn.dl.sourceforge.jp/ultrapossum/9385/ultrapossum-0.1beta5.tar.gz">ultrapossum-0.1beta5.tar.gz</a> - 01571fd879f826728baa0cc871725093
 </ul>
       </p>
 
 以前のリリースはこちらです。
 <ul>
+<a href="http://osdn.dl.sourceforge.jp/ultrapossum/9018/ultrapossum-0.1beta4.tar.gz">ultrapossum-0.1beta4.tar.gz</a> - 1e7542df189631a9d16f2b788979897c - <a href="https://sourceforge.jp/projects/ultrapossum/document/ultrapossum_0.1beta4_-_Changes/en/1/ultrapossum_0.1beta4_-_Changes.txt/?printable=1">変更履歴</a>
 <a href="http://osdn.dl.sourceforge.jp/ultrapossum/8961/ultrapossum-0.1beta3.tar.gz">ultrapossum-0.1beta3.tar.gz</a> - 110772a246243fdeecf17327a59d0690 - <a href="http://sourceforge.jp/projects/ultrapossum/document/ultrapossum_0.1beta3_-_Changes/en/1/ultrapossum_0.1beta3_-_Changes.txt/?printable=1">変更履歴</a><br>
 <a href="http://osdn.dl.sourceforge.jp/ultrapossum/8929/ultrapossum-0.1beta2.tar.gz">ultrapossum-0.1beta2.tar.gz</a> - 52359d1496e5944bbb2adac6bef0b0e6 - <a href="https://sourceforge.jp/projects/ultrapossum/document/ultrapossum_0.1beta2_-_Changes/en/2/ultrapossum_0.1beta2_-_Changes.txt/?printable=1">変更履歴</a><br>
 <a href="http://osdn.dl.sourceforge.jp/ultrapossum/8868/ultrapossum-0.1beta.tar.gz">ultrapossum-0.1beta.tar.gz</a> - 595db53600607837a885f821b861f87b



Ultrapossum-cvs メーリングリストの案内
Back to archive index