Update of /cvsroot/fink/web/faq
In directory usw-pr-cvs1:/tmp/cvs-serv5664/faq

Modified Files:
        comp-general.php comp-packages.php faq.html general.php 
        index.php relations.php usage-fink.php usage-general.php 
        usage-packages.php 
Log Message:
finally some 0.4.1 changes to the website

Index: comp-general.php
===================================================================
RCS file: /cvsroot/fink/web/faq/comp-general.php,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- comp-general.php    25 Jul 2002 13:23:47 -0000      1.23
+++ comp-general.php    28 Sep 2002 12:37:10 -0000      1.24
@@ -1,7 +1,7 @@
 <?
 $title = "F.A.Q. - Compiling (1)";
-$cvs_author = 'Author: fingolfin';
-$cvs_date = 'Date: 2002/07/25 13:23:10';
+$cvs_author = 'Author: benh57';
+$cvs_date = 'Date: 2002/09/01 18:17:04';
 
 $metatags = '<link rel="contents" href="index.php" title="F.A.Q. Contents"><link 
rel="next" href="comp-packages.php" title="Compile Problems - Specific Packages"><link 
rel="prev" href="usage-fink.php" title="Installing, Using and Maintaining Fink">';
 

Index: comp-packages.php
===================================================================
RCS file: /cvsroot/fink/web/faq/comp-packages.php,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- comp-packages.php   25 Jul 2002 13:23:47 -0000      1.23
+++ comp-packages.php   28 Sep 2002 12:37:10 -0000      1.24
@@ -1,7 +1,7 @@
 <?
 $title = "F.A.Q. - Compiling (2)";
-$cvs_author = 'Author: fingolfin';
-$cvs_date = 'Date: 2002/07/25 13:23:10';
+$cvs_author = 'Author: benh57';
+$cvs_date = 'Date: 2002/09/01 18:17:04';
 
 $metatags = '<link rel="contents" href="index.php" title="F.A.Q. Contents"><link 
rel="next" href="usage-general.php" title="Package Usage Problems - General"><link 
rel="prev" href="comp-general.php" title="Compile Problems - General">';
 

Index: faq.html
===================================================================
RCS file: /cvsroot/fink/web/faq/faq.html,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- faq.html    1 Sep 2002 18:16:15 -0000       1.25
+++ faq.html    28 Sep 2002 12:37:10 -0000      1.26
@@ -466,8 +466,8 @@
     <p>Manually install the latest version of the package manager. Go to the
     <a href="http://fink.sourceforge.net/download/srcdist.php";>source release
     download page</a> and get the latest version, then update like this:</p>
-    <pre>tar -xzf fink-0.4.0a-full.tar.gz
-cd fink-0.4.0a-full/
+    <pre>tar -xzf fink-0.4.1-full.tar.gz
+cd fink-0.4.1-full/
 ./inject.pl /sw
 cd pkginfo
 ./inject.pl /sw</pre>
@@ -761,4 +761,4 @@
 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>
-<p><hr>Generated from <i>$Fink: faq.xml,v 1.42 2002/07/25 13:23:10 fingolfin Exp 
$</i></p></body></html>
+<p><hr>Generated from <i>$Fink: faq.xml,v 1.43 2002/09/01 18:17:04 benh57 Exp 
+$</i></p></body></html>

Index: general.php
===================================================================
RCS file: /cvsroot/fink/web/faq/general.php,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- general.php 25 Jul 2002 13:23:47 -0000      1.43
+++ general.php 28 Sep 2002 12:37:10 -0000      1.44
@@ -1,7 +1,7 @@
 <?
 $title = "F.A.Q. - General";
-$cvs_author = 'Author: fingolfin';
-$cvs_date = 'Date: 2002/07/25 13:23:10';
+$cvs_author = 'Author: benh57';
+$cvs_date = 'Date: 2002/09/01 18:17:04';
 
 $metatags = '<link rel="contents" href="index.php" title="F.A.Q. Contents"><link 
rel="next" href="relations.php" title="Relations with Other Projects"><link rel="prev" 
href="index.php" title="F.A.Q. Contents">';
 

Index: index.php
===================================================================
RCS file: /cvsroot/fink/web/faq/index.php,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- index.php   1 Sep 2002 18:16:15 -0000       1.55
+++ index.php   28 Sep 2002 12:37:10 -0000      1.56
@@ -1,7 +1,7 @@
 <?
 $title = "F.A.Q.";
-$cvs_author = 'Author: fingolfin';
-$cvs_date = 'Date: 2002/07/25 13:23:10';
+$cvs_author = 'Author: benh57';
+$cvs_date = 'Date: 2002/09/01 18:17:04';
 
 $metatags = '<link rel="contents" href="index.php" title="F.A.Q. Contents"><link 
rel="next" href="general.php" title="General Questions">';
 
@@ -119,7 +119,7 @@
 says &quot;assert failed on line 454 of darwinKeyboard.c!&quot;. What's
 wrong?</a></li>
 </ul>
-</ul><p>Generated from <i>$Fink: faq.xml,v 1.42 2002/07/25 13:23:10 fingolfin Exp 
$</i></p>
+</ul><p>Generated from <i>$Fink: faq.xml,v 1.43 2002/09/01 18:17:04 benh57 Exp 
+$</i></p>
 
 
 <?

Index: relations.php
===================================================================
RCS file: /cvsroot/fink/web/faq/relations.php,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- relations.php       25 Jul 2002 13:23:47 -0000      1.29
+++ relations.php       28 Sep 2002 12:37:10 -0000      1.30
@@ -1,7 +1,7 @@
 <?
 $title = "F.A.Q. - Relations";
-$cvs_author = 'Author: fingolfin';
-$cvs_date = 'Date: 2002/07/25 13:23:10';
+$cvs_author = 'Author: benh57';
+$cvs_date = 'Date: 2002/09/01 18:17:04';
 
 $metatags = '<link rel="contents" href="index.php" title="F.A.Q. Contents"><link 
rel="next" href="usage-fink.php" title="Installing, Using and Maintaining Fink"><link 
rel="prev" href="general.php" title="General Questions">';
 

Index: usage-fink.php
===================================================================
RCS file: /cvsroot/fink/web/faq/usage-fink.php,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- usage-fink.php      25 Jul 2002 13:23:47 -0000      1.27
+++ usage-fink.php      28 Sep 2002 12:37:10 -0000      1.28
@@ -1,7 +1,7 @@
 <?
 $title = "F.A.Q. - Fink Usage";
-$cvs_author = 'Author: fingolfin';
-$cvs_date = 'Date: 2002/07/25 13:23:10';
+$cvs_author = 'Author: benh57';
+$cvs_date = 'Date: 2002/09/01 18:17:04';
 
 $metatags = '<link rel="contents" href="index.php" title="F.A.Q. Contents"><link 
rel="next" href="comp-general.php" title="Compile Problems - General"><link rel="prev" 
href="relations.php" title="Relations with Other Projects">';
 
@@ -198,8 +198,8 @@
     <p>Manually install the latest version of the package manager. Go to the
     <a href="http://fink.sourceforge.net/download/srcdist.php";>source release
     download page</a> and get the latest version, then update like this:</p>
-    <pre>tar -xzf fink-0.4.0a-full.tar.gz
-cd fink-0.4.0a-full/
+    <pre>tar -xzf fink-0.4.1-full.tar.gz
+cd fink-0.4.1-full/
 ./inject.pl /sw
 cd pkginfo
 ./inject.pl /sw</pre>

Index: usage-general.php
===================================================================
RCS file: /cvsroot/fink/web/faq/usage-general.php,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- usage-general.php   1 Sep 2002 18:16:15 -0000       1.24
+++ usage-general.php   28 Sep 2002 12:37:10 -0000      1.25
@@ -1,7 +1,7 @@
 <?
 $title = "F.A.Q. - Usage (1)";
-$cvs_author = 'Author: fingolfin';
-$cvs_date = 'Date: 2002/07/25 13:23:10';
+$cvs_author = 'Author: benh57';
+$cvs_date = 'Date: 2002/09/01 18:17:04';
 
 $metatags = '<link rel="contents" href="index.php" title="F.A.Q. Contents"><link 
rel="next" href="usage-packages.php" title="Package Usage Problems - Specific 
Packages"><link rel="prev" href="comp-packages.php" title="Compile Problems - Specific 
Packages">';
 

Index: usage-packages.php
===================================================================
RCS file: /cvsroot/fink/web/faq/usage-packages.php,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- usage-packages.php  25 Jul 2002 13:23:47 -0000      1.23
+++ usage-packages.php  28 Sep 2002 12:37:10 -0000      1.24
@@ -1,7 +1,7 @@
 <?
 $title = "F.A.Q. - Usage (2)";
-$cvs_author = 'Author: fingolfin';
-$cvs_date = 'Date: 2002/07/25 13:23:10';
+$cvs_author = 'Author: benh57';
+$cvs_date = 'Date: 2002/09/01 18:17:04';
 
 $metatags = '<link rel="contents" href="index.php" title="F.A.Q. Contents"><link 
rel="prev" href="usage-general.php" title="Package Usage Problems - General">';
 



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to