Update of /cvsroot/fink/experimental/alexkhansen/xml/multilingual
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12356/experimental/alexkhansen/xml/multilingual
Modified Files:
files.php index.php intro.php multilingual.html
multilingual.xml procedure.php resources.php
Log Message:
even more changes
Index: files.php
===================================================================
RCS file: /cvsroot/fink/experimental/alexkhansen/xml/multilingual/files.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- files.php 4 Mar 2004 22:05:43 -0000 1.3
+++ files.php 5 Mar 2004 14:41:43 -0000 1.4
@@ -1,7 +1,7 @@
<?
$title = "i18n - Files";
$cvs_author = 'Author: alexkhansen';
-$cvs_date = 'Date: 2004/03/04 21:43:46';
+$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:ext:<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,17 +192,21 @@
<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>
<li>In Terminal 1, commit the web tree:<pre>cvs -z3 -d:ext:[EMAIL
PROTECTED]:/cvsroot/fink ci web</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>
+ <p>Enter your SourceForge Password at the prompt. You may get a
message about the DSA key of the server. Go ahead and anwer yes.</p>
</li>
<li>Now in Terminal 2, run<pre>make && make install</pre>
</li>
- <li>If this was a new file, you'll need to do some more CVS adding.</li>
+ <li>If the XML file was new, you'll need to do some more CVS adding.
There should be a couple of lines that start with cp when you run make install,
e.g.<pre>cp
+cp</pre>You'll want to add every file in those directories. For the example above,
In Terminal 1 you would run:<pre>cvs -z3 -d:ext:[EMAIL PROTECTED]:/cvsroot/fink add
download.ru.php</pre>
+ </li>
+ <li>In Terminal 1, commit the web tree again:<pre>cvs -z3 -d:ext:[EMAIL
PROTECTED]:/cvsroot/fink ci web</pre>
+ <p>Enter your SourceForge Password at the prompt. You may get a
message about the DSA key of the server. Go ahead and anwer yes.</p>
+ </li>
</ol>
</li>
</ul>
Index: index.php
===================================================================
RCS file: /cvsroot/fink/experimental/alexkhansen/xml/multilingual/index.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- index.php 4 Mar 2004 22:05:44 -0000 1.3
+++ index.php 5 Mar 2004 14:41:43 -0000 1.4
@@ -1,7 +1,7 @@
<?
$title = "i18n";
$cvs_author = 'Author: alexkhansen';
-$cvs_date = 'Date: 2004/03/04 21:43:46';
+$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.4 2004/03/04 21:43:46
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/multilingual/intro.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- intro.php 4 Mar 2004 22:05:44 -0000 1.3
+++ intro.php 5 Mar 2004 14:41:43 -0000 1.4
@@ -1,7 +1,7 @@
<?
$title = "i18n - Intro";
$cvs_author = 'Author: alexkhansen';
-$cvs_date = 'Date: 2004/03/04 21:43:46';
+$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/multilingual/multilingual.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- multilingual.html 4 Mar 2004 22:05:44 -0000 1.3
+++ multilingual.html 5 Mar 2004 14:41:43 -0000 1.4
@@ -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:ext:<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,17 +243,21 @@
<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>
<li>In Terminal 1, commit the web tree:<pre>cvs -z3 -d:ext:[EMAIL
PROTECTED]:/cvsroot/fink ci web</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>
+ <p>Enter your SourceForge Password at the prompt. You may get a
message about the DSA key of the server. Go ahead and anwer yes.</p>
</li>
<li>Now in Terminal 2, run<pre>make && make install</pre>
</li>
- <li>If this was a new file, you'll need to do some more CVS adding.</li>
+ <li>If the XML file was new, you'll need to do some more CVS adding.
There should be a couple of lines that start with cp when you run make install,
e.g.<pre>cp
+cp</pre>You'll want to add every file in those directories. For the example above,
In Terminal 1 you would run:<pre>cvs -z3 -d:ext:[EMAIL PROTECTED]:/cvsroot/fink add
download.ru.php</pre>
+ </li>
+ <li>In Terminal 1, commit the web tree again:<pre>cvs -z3 -d:ext:[EMAIL
PROTECTED]:/cvsroot/fink ci web</pre>
+ <p>Enter your SourceForge Password at the prompt. You may get a
message about the DSA key of the server. Go ahead and anwer yes.</p>
+ </li>
</ol>
</li>
</ul>
@@ -335,4 +339,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.4 2004/03/04 21:43:46 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: multilingual.xml
===================================================================
RCS file: /cvsroot/fink/experimental/alexkhansen/xml/multilingual/multilingual.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- multilingual.xml 4 Mar 2004 22:05:44 -0000 1.5
+++ multilingual.xml 5 Mar 2004 14:41:43 -0000 1.6
@@ -105,16 +105,23 @@
For <filename>tcsh</filename>:
<codeblock>setenv CVS_RSH ssh</codeblock>
</li>
- <li>
-Login to cvs.sourceforge.net:
-<codeblock>cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/fink login</codeblock>
- </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>
+ <codeblock>cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/fink
login</codeblock>
+ </li>
+ <li>
Push the enter key (no password, anonymous as default)
</li>
- <li>
+ <li>
Check out the xml module (for example):
<codeblock>cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/fink co web/xml</codeblock>
+ </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<codeblock>cvs -z3 -d:ext:[EMAIL PROTECTED]:/cvsroot/fink co web/xml</codeblock>
+ where <em>yourusername</em> is of course your SourceForge username.</li>
+ <li>In this case you should enter your SourceForge passport at the
prompt.</li>
+ </ol>
</li>
</ol>
</section>
@@ -126,8 +133,8 @@
<strong>Title</strong> (English version file)</p>
<ol>
<li>Constants file (<filename>web/xml/web/constants.*.inc</filename>)(see
below)</li>
- <li>et. al)Static PHP files (<filename>web/xml/web/*.en.php</filename>
- </li>
+ <li>Static PHP files (e.g. <filename>web/xml/web/*.en.php</filename>)
+ </li>
<li>User's Guide (<filename>web/xml/uguide.xml</filename>)</li>
<li>FAQ (<filename>web/xml/faq.xml</filename>)</li>
<li>Running X11 (<filename>web/xml/x11/x11.xml</filename>)</li>
@@ -213,18 +220,11 @@
<codeblock>cd ~/Documents/Fink-i18n/web/xml/web</codeblock>
<p>if you created your <filename>web</filename> tree under
<filename>Documents/Fink-i18n/</filename> 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:
-<codeblock>cvs -d:ext:<em>username</em>@cvs.sourceforge.net:/cvsroot/fink
login</codeblock>
- </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.:<codeblock>cvs -z3 -d:ext:[EMAIL PROTECTED]:/cvsroot/fink
add download.ru.php</codeblock>
- <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.:<codeblock>cvs -z3 -d:ext:[EMAIL PROTECTED]:/cvsroot/fink
add download.ru.php</codeblock>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:<codeblock>cvs -z3
-d:ext:[EMAIL PROTECTED]:/cvsroot/fink ci download.ru.php</codeblock>
- <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:<codeblock>cvs -z3
-d:ext:[EMAIL PROTECTED]:/cvsroot/fink ci download.ru.php</codeblock>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>
@@ -250,17 +250,21 @@
<li>In Terminal 2 move to the directory that contains the file you've
added or modified, e.g.<codeblock>cd ~/Documents/Fink-i18n/web/xml/faq</codeblock>if
you've been working on the FAQ.</li>
<li>Now in Terminal 2, run<codeblock>make</codeblock>
</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.:<codeblock>cvs -z3 -d:ext:[EMAIL
PROTECTED]:/cvsroot/fink add faq.ru.php</codeblock>
+ <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.:<codeblock>cvs -z3 -d:ext:[EMAIL
PROTECTED]:/cvsroot/fink add faq.ru.xml</codeblock>
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>
<li>In Terminal 1, commit the web tree:<codeblock>cvs -z3 -d:ext:[EMAIL
PROTECTED]:/cvsroot/fink ci web</codeblock>
- <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>
+ <p>Enter your SourceForge Password at the prompt. You may get a
message about the DSA key of the server. Go ahead and anwer yes.</p>
</li>
<li>Now in Terminal 2, run<codeblock>make && make
install</codeblock>
</li>
- <li>If this was a new file, you'll need to do some more CVS adding.</li>
+ <li>If the XML file was new, you'll need to do some more CVS adding.
There should be a couple of lines that start with cp when you run make install,
e.g.<codeblock>cp
+cp</codeblock>You'll want to add every file in those directories. For the example
above, In Terminal 1 you would run:<codeblock>cvs -z3 -d:ext:[EMAIL
PROTECTED]:/cvsroot/fink add download.ru.php</codeblock>
+ </li>
+ <li>In Terminal 1, commit the web tree again:<codeblock>cvs -z3
-d:ext:[EMAIL PROTECTED]:/cvsroot/fink ci web</codeblock>
+ <p>Enter your SourceForge Password at the prompt. You may get a
message about the DSA key of the server. Go ahead and anwer yes.</p>
+ </li>
</ol>
</li>
</ul>
Index: procedure.php
===================================================================
RCS file: /cvsroot/fink/experimental/alexkhansen/xml/multilingual/procedure.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- procedure.php 4 Mar 2004 22:05:44 -0000 1.3
+++ procedure.php 5 Mar 2004 14:41:43 -0000 1.4
@@ -1,7 +1,7 @@
<?
$title = "i18n - Update Procedure.";
$cvs_author = 'Author: alexkhansen';
-$cvs_date = 'Date: 2004/03/04 21:43:46';
+$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/multilingual/resources.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- resources.php 4 Mar 2004 22:05:44 -0000 1.3
+++ resources.php 5 Mar 2004 14:41:43 -0000 1.4
@@ -1,7 +1,7 @@
<?
$title = "i18n - resources";
$cvs_author = 'Author: alexkhansen';
-$cvs_date = 'Date: 2004/03/04 21:43:46';
+$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