Update of /cvsroot/fink/experimental/alexkhansen/xml/web/doc/multilingual
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12356/experimental/alexkhansen/xml/web/doc/multilingual

Modified Files:
        files.php index.php intro.php multilingual.html procedure.php 
        resources.php 
Log Message:
even more changes

Index: files.php
===================================================================
RCS file: /cvsroot/fink/experimental/alexkhansen/xml/web/doc/multilingual/files.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- files.php   4 Mar 2004 21:43:46 -0000       1.1
+++ files.php   5 Mar 2004 14:41:43 -0000       1.2
@@ -1,7 +1,7 @@
 <?
 $title = "i18n - Files";
 $cvs_author = 'Author: alexkhansen';
-$cvs_date = 'Date: 2004/03/04 19:13:52';
+$cvs_date = 'Date: 2004/03/04 22:05:44';
 
 $metatags = '<link rel="contents" href="index.php" title="i18n Contents"><link 
rel="next" href="procedure.php" title="Procedure for Updating Documents"><link 
rel="prev" href="intro.php" title="Introduction">';
 
@@ -47,16 +47,23 @@
 For <code>tcsh</code>:
 <pre>setenv CVS_RSH ssh</pre>
         </li>
-        <li>
-Login to cvs.sourceforge.net:
-<pre>cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/fink login</pre>
-        </li>
-        <li>
+        <li>Login to cvs.sourceforge.net.  If you aren't signed up for CVS access 
yet, then you can do this anonymously:
+<ol>
+            <li>
+              <pre>cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/fink login</pre>
+            </li>
+            <li>
 Push the enter key (no password, anonymous as default)
 </li>
-        <li>
+            <li>
 Check out the xml module (for example):
 <pre>cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/fink co web/xml</pre>
+            </li>
+          </ol>If you do have commits access, you may prefer to check out using your 
username:<ol>
+            <li>You don't have to do the login step above, but can go right 
to<pre>cvs -z3 -d:ext:[EMAIL PROTECTED]:/cvsroot/fink co web/xml</pre>
+    where <b>yourusername</b> is of course your SourceForge username.</li>
+            <li>In this case you should enter your SourceForge passport at the 
prompt.</li>
+          </ol>
         </li>
       </ol>
     
@@ -68,8 +75,8 @@
         Title (English version file)</p>
       <ol>
         <li>Constants file (<code>web/xml/web/constants.*.inc</code>)(see below)</li>
-        <li>et. al)Static PHP files (<code>web/xml/web/*.en.php</code>
-        </li>
+        <li>Static PHP files (e.g. <code>web/xml/web/*.en.php</code>)
+  </li>
         <li>User's Guide (<code>web/xml/uguide.xml</code>)</li>
         <li>FAQ (<code>web/xml/faq.xml</code>)</li>
         <li>Running X11 (<code>web/xml/x11/x11.xml</code>)</li>
@@ -155,18 +162,11 @@
 <pre>cd ~/Documents/Fink-i18n/web/xml/web</pre>
               <p>if you created your <code>web</code> tree under 
<code>Documents/Fink-i18n/</code> in your home folder, and you want to commit a PHP 
file from the web/xml/web directory.</p>
             </li>
-            <li>Login to cvs.sourceforge.net, using your SourceForge username:
-<pre>cvs -d:pserver:<b>username</b>@cvs.sourceforge.net:/cvsroot/fink login</pre>
-            </li>
-            <li>Give your SourceForge password, then hit Enter.
-</li>
-            <li>If the file is a new one that you've created, then you need to add it 
to the list of files, e,g.:<pre>cvs -z3 -d:ext:[EMAIL PROTECTED]:/cvsroot/fink add 
download.ru.php</pre>
-              <p>You may get a message about the DSA key of the server.  Go ahead and 
anwer yes.</p>
-              <p>If the file already exists, you can skip to the next step.</p>
+            <li>If the file is a new one that you've created, then you need to add it 
to the list of files, e,g.:<pre>cvs -z3 -d:ext:[EMAIL PROTECTED]:/cvsroot/fink add 
download.ru.php</pre>Give your SourceForge password at the prompt.  You may get a 
message about the DSA key of the server being unknown.  Go ahead and answer yes.
+    <p>If the file already exists, you can skip to the next step.</p>
             </li>
-            <li>Commit the file, e.g. in the prior example:<pre>cvs -z3 -d:ext:[EMAIL 
PROTECTED]:/cvsroot/fink ci download.ru.php</pre>
-              <p>You may get a message about the DSA key of the server.  Go ahead and 
anwer yes.</p>
-              <p>Note:  you can commit multiple files at once, and use wildcards, 
too.</p>
+            <li>Commit the file, e.g. in the prior example:<pre>cvs -z3 -d:ext:[EMAIL 
PROTECTED]:/cvsroot/fink ci download.ru.php</pre>Give your SourceForge password at the 
prompt.  You may get a message about the DSA key of the server being unknown.  Go 
ahead and answer yes.
+    <p>Note:  you can commit multiple files at once, and use wildcards, too.</p>
             </li>
           </ol>
         </li>
@@ -192,7 +192,7 @@
             <li>In Terminal 2 move to the directory that contains the file you've 
added or modified, e.g.<pre>cd ~/Documents/Fink-i18n/web/xml/faq</pre>if you've been 
working on the FAQ.</li>
             <li>Now in Terminal 2, run<pre>make</pre>
             </li>
-            <li>In Terminal 2, if the .xml file is a new one that you've created, 
then you need to add it to the list of files, e,g.:<pre>cvs -z3 -d:ext:[EMAIL 
PROTECTED]:/cvsroot/fink add faq.ru.php</pre>
+            <li>In Terminal 2, if the .xml file is a new one that you've created, 
then you need to add it to the list of files, e,g.:<pre>cvs -z3 -d:ext:[EMAIL 
PROTECTED]:/cvsroot/fink add faq.ru.xml</pre>
     You'll need to give your SourceForge password.  You may get a message about the 
DSA key of the server.  Go ahead and anwer yes.
     <p>If the file already exists, you can skip to the next step.</p>
             </li>

Index: index.php
===================================================================
RCS file: /cvsroot/fink/experimental/alexkhansen/xml/web/doc/multilingual/index.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- index.php   4 Mar 2004 21:43:46 -0000       1.1
+++ index.php   5 Mar 2004 14:41:43 -0000       1.2
@@ -1,7 +1,7 @@
 <?
 $title = "i18n";
 $cvs_author = 'Author: alexkhansen';
-$cvs_date = 'Date: 2004/03/04 19:13:52';
+$cvs_date = 'Date: 2004/03/04 22:05:44';
 
 $metatags = '<link rel="contents" href="index.php" title="i18n Contents"><link 
rel="next" href="intro.php" title="Introduction">';
 
@@ -41,7 +41,7 @@
 <ul>
 <li><a href="resources.php#resources">4.1 </a></li>
 </ul>
-</ul><p>Generated from <i>$Fink: multilingual.xml,v 1.3 2004/03/04 19:13:52 
alexkhansen Exp $</i></p>
+</ul><p>Generated from <i>$Fink: multilingual.xml,v 1.5 2004/03/04 22:05:44 
alexkhansen Exp $</i></p>
 
 
 <?

Index: intro.php
===================================================================
RCS file: /cvsroot/fink/experimental/alexkhansen/xml/web/doc/multilingual/intro.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- intro.php   4 Mar 2004 21:43:46 -0000       1.1
+++ intro.php   5 Mar 2004 14:41:43 -0000       1.2
@@ -1,7 +1,7 @@
 <?
 $title = "i18n - Intro";
 $cvs_author = 'Author: alexkhansen';
-$cvs_date = 'Date: 2004/03/04 19:13:52';
+$cvs_date = 'Date: 2004/03/04 22:05:44';
 
 $metatags = '<link rel="contents" href="index.php" title="i18n Contents"><link 
rel="next" href="files.php" title="The Documentation Files"><link rel="prev" 
href="index.php" title="i18n Contents">';
 

Index: multilingual.html
===================================================================
RCS file: 
/cvsroot/fink/experimental/alexkhansen/xml/web/doc/multilingual/multilingual.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- multilingual.html   4 Mar 2004 21:43:46 -0000       1.1
+++ multilingual.html   5 Mar 2004 14:41:43 -0000       1.2
@@ -98,16 +98,23 @@
 For <tt style="white-space: nowrap;">tcsh</tt>:
 <pre>setenv CVS_RSH ssh</pre>
         </li>
-        <li>
-Login to cvs.sourceforge.net:
-<pre>cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/fink login</pre>
-        </li>
-        <li>
+        <li>Login to cvs.sourceforge.net.  If you aren't signed up for CVS access 
yet, then you can do this anonymously:
+<ol>
+            <li>
+              <pre>cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/fink login</pre>
+            </li>
+            <li>
 Push the enter key (no password, anonymous as default)
 </li>
-        <li>
+            <li>
 Check out the xml module (for example):
 <pre>cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/fink co web/xml</pre>
+            </li>
+          </ol>If you do have commits access, you may prefer to check out using your 
username:<ol>
+            <li>You don't have to do the login step above, but can go right 
to<pre>cvs -z3 -d:ext:[EMAIL PROTECTED]:/cvsroot/fink co web/xml</pre>
+    where <b>yourusername</b> is of course your SourceForge username.</li>
+            <li>In this case you should enter your SourceForge passport at the 
prompt.</li>
+          </ol>
         </li>
       </ol>
     
@@ -119,8 +126,8 @@
         Title (English version file)</p>
       <ol>
         <li>Constants file (<tt style="white-space: 
nowrap;">web/xml/web/constants.*.inc</tt>)(see below)</li>
-        <li>et. al)Static PHP files (<tt style="white-space: 
nowrap;">web/xml/web/*.en.php</tt>
-        </li>
+        <li>Static PHP files (e.g. <tt style="white-space: 
nowrap;">web/xml/web/*.en.php</tt>)
+  </li>
         <li>User's Guide (<tt style="white-space: 
nowrap;">web/xml/uguide.xml</tt>)</li>
         <li>FAQ (<tt style="white-space: nowrap;">web/xml/faq.xml</tt>)</li>
         <li>Running X11 (<tt style="white-space: 
nowrap;">web/xml/x11/x11.xml</tt>)</li>
@@ -206,18 +213,11 @@
 <pre>cd ~/Documents/Fink-i18n/web/xml/web</pre>
               <p>if you created your <tt style="white-space: nowrap;">web</tt> tree 
under <tt style="white-space: nowrap;">Documents/Fink-i18n/</tt> in your home folder, 
and you want to commit a PHP file from the web/xml/web directory.</p>
             </li>
-            <li>Login to cvs.sourceforge.net, using your SourceForge username:
-<pre>cvs -d:pserver:<b>username</b>@cvs.sourceforge.net:/cvsroot/fink login</pre>
-            </li>
-            <li>Give your SourceForge password, then hit Enter.
-</li>
-            <li>If the file is a new one that you've created, then you need to add it 
to the list of files, e,g.:<pre>cvs -z3 -d:ext:[EMAIL PROTECTED]:/cvsroot/fink add 
download.ru.php</pre>
-              <p>You may get a message about the DSA key of the server.  Go ahead and 
anwer yes.</p>
-              <p>If the file already exists, you can skip to the next step.</p>
+            <li>If the file is a new one that you've created, then you need to add it 
to the list of files, e,g.:<pre>cvs -z3 -d:ext:[EMAIL PROTECTED]:/cvsroot/fink add 
download.ru.php</pre>Give your SourceForge password at the prompt.  You may get a 
message about the DSA key of the server being unknown.  Go ahead and answer yes.
+    <p>If the file already exists, you can skip to the next step.</p>
             </li>
-            <li>Commit the file, e.g. in the prior example:<pre>cvs -z3 -d:ext:[EMAIL 
PROTECTED]:/cvsroot/fink ci download.ru.php</pre>
-              <p>You may get a message about the DSA key of the server.  Go ahead and 
anwer yes.</p>
-              <p>Note:  you can commit multiple files at once, and use wildcards, 
too.</p>
+            <li>Commit the file, e.g. in the prior example:<pre>cvs -z3 -d:ext:[EMAIL 
PROTECTED]:/cvsroot/fink ci download.ru.php</pre>Give your SourceForge password at the 
prompt.  You may get a message about the DSA key of the server being unknown.  Go 
ahead and answer yes.
+    <p>Note:  you can commit multiple files at once, and use wildcards, too.</p>
             </li>
           </ol>
         </li>
@@ -243,7 +243,7 @@
             <li>In Terminal 2 move to the directory that contains the file you've 
added or modified, e.g.<pre>cd ~/Documents/Fink-i18n/web/xml/faq</pre>if you've been 
working on the FAQ.</li>
             <li>Now in Terminal 2, run<pre>make</pre>
             </li>
-            <li>In Terminal 2, if the .xml file is a new one that you've created, 
then you need to add it to the list of files, e,g.:<pre>cvs -z3 -d:ext:[EMAIL 
PROTECTED]:/cvsroot/fink add faq.ru.php</pre>
+            <li>In Terminal 2, if the .xml file is a new one that you've created, 
then you need to add it to the list of files, e,g.:<pre>cvs -z3 -d:ext:[EMAIL 
PROTECTED]:/cvsroot/fink add faq.ru.xml</pre>
     You'll need to give your SourceForge password.  You may get a message about the 
DSA key of the server.  Go ahead and anwer yes.
     <p>If the file already exists, you can skip to the next step.</p>
             </li>
@@ -335,4 +335,4 @@
 You may distribute this document in print for private purposes,
 provided the document and this copyright notice remain complete and
 unmodified. Any commercial reproduction and any online publication
-requires the explicit consent of the author.</p><hr><p>Generated from <i>$Fink: 
multilingual.xml,v 1.3 2004/03/04 19:13:52 alexkhansen Exp $</i></p></body></html>
+requires the explicit consent of the author.</p><hr><p>Generated from <i>$Fink: 
multilingual.xml,v 1.5 2004/03/04 22:05:44 alexkhansen Exp $</i></p></body></html>

Index: procedure.php
===================================================================
RCS file: 
/cvsroot/fink/experimental/alexkhansen/xml/web/doc/multilingual/procedure.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- procedure.php       4 Mar 2004 21:43:46 -0000       1.1
+++ procedure.php       5 Mar 2004 14:41:43 -0000       1.2
@@ -1,7 +1,7 @@
 <?
 $title = "i18n - Update Procedure.";
 $cvs_author = 'Author: alexkhansen';
-$cvs_date = 'Date: 2004/03/04 19:13:52';
+$cvs_date = 'Date: 2004/03/04 22:05:44';
 
 $metatags = '<link rel="contents" href="index.php" title="i18n Contents"><link 
rel="next" href="resources.php" title="Additional Resources."><link rel="prev" 
href="files.php" title="The Documentation Files">';
 

Index: resources.php
===================================================================
RCS file: 
/cvsroot/fink/experimental/alexkhansen/xml/web/doc/multilingual/resources.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- resources.php       4 Mar 2004 21:43:46 -0000       1.1
+++ resources.php       5 Mar 2004 14:41:43 -0000       1.2
@@ -1,7 +1,7 @@
 <?
 $title = "i18n - resources";
 $cvs_author = 'Author: alexkhansen';
-$cvs_date = 'Date: 2004/03/04 19:13:52';
+$cvs_date = 'Date: 2004/03/04 22:05:44';
 
 $metatags = '<link rel="contents" href="index.php" title="i18n Contents"><link 
rel="prev" href="procedure.php" title="Procedure for Updating Documents">';
 



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to