poldek: poldek/doc/poldek.1.xml, poldek/doc/homepage/Makefile.am, ...

mis mis at pld-linux.org
Mon Dec 18 00:14:48 CET 2006


Author: mis                          Date: Sun Dec 17 23:14:48 2006 GMT
Module: poldek                        Tag: HEAD
---- Log message:
- pld.org.pl -> pld-linux.org

---- Files affected:
poldek/poldek/doc:
   poldek.1.xml (1.4 -> 1.5) 
poldek/poldek/doc/homepage:
   Makefile.am (1.10 -> 1.11) , devel-body.html (1.1 -> 1.2) , download-body.html (1.7 -> 1.8) , genhomepage (1.5 -> 1.6) , support-body.html (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: poldek/poldek/doc/poldek.1.xml
diff -u poldek/poldek/doc/poldek.1.xml:1.4 poldek/poldek/doc/poldek.1.xml:1.5
--- poldek/poldek/doc/poldek.1.xml:1.4	Tue Nov  1 20:08:20 2005
+++ poldek/poldek/doc/poldek.1.xml	Mon Dec 18 00:14:43 2006
@@ -63,7 +63,7 @@
 
 <refsect1><title>AUTHOR</title>
 <para>
-Pawel A. Gajda &lt;mis at pld.org.pl&gt;
+Pawel A. Gajda &lt;mis at pld-linux.org&gt;
 </para>
 <para>
 See CREDITS file for a list of contributors.

================================================================
Index: poldek/poldek/doc/homepage/Makefile.am
diff -u poldek/poldek/doc/homepage/Makefile.am:1.10 poldek/poldek/doc/homepage/Makefile.am:1.11
--- poldek/poldek/doc/homepage/Makefile.am:1.10	Sun Nov  6 22:00:58 2005
+++ poldek/poldek/doc/homepage/Makefile.am	Mon Dec 18 00:14:43 2006
@@ -23,7 +23,7 @@
 	./genhomepage --clean --destdir site
 	./genhomepage --destdir site || exit 1
 	cp ../NEWS.html ../manual.css style.css logo90.png site
-	rm -rf site/manual && cp -a ../manual-web site/manual
+	rm -rf site/Manual && cp -a ../manual-web site/Manual
 
 credits-body.html: ../NEWS.xml ../NEWSto
 	$(MAKE) -C .. CREDITS-body.html NEWS.html

================================================================
Index: poldek/poldek/doc/homepage/devel-body.html
diff -u poldek/poldek/doc/homepage/devel-body.html:1.1 poldek/poldek/doc/homepage/devel-body.html:1.2
--- poldek/poldek/doc/homepage/devel-body.html:1.1	Sun Sep 18 23:31:46 2005
+++ poldek/poldek/doc/homepage/devel-body.html	Mon Dec 18 00:14:43 2006
@@ -1,12 +1,12 @@
 <h2> Anonymous CVS </h2>
 <p>Getting the module (no password is needed):</p>
 <pre class="screen">
-$ cvs -d :pserver:cvs at anoncvs.pld.org.pl:/cvsroot login
-$ cvs -d :pserver:cvs at anoncvs.pld.org.pl:/cvsroot get poldek
+$ cvs -d :pserver:cvs at anoncvs.pld-linux.org:/cvsroot login
+$ cvs -d :pserver:cvs at anoncvs.pld-linux.org:/cvsroot co poldek
 </pre>
 
 <p>            
 Particular files may be accessed via 
-<a href="http://cvs.pld.org.pl/installer/poldek/">CVSWeb</a>
+<a href="http://cvs.pld-linux.org/poldek/">CVSWeb</a>
 <p>
 

================================================================
Index: poldek/poldek/doc/homepage/download-body.html
diff -u poldek/poldek/doc/homepage/download-body.html:1.7 poldek/poldek/doc/homepage/download-body.html:1.8
--- poldek/poldek/doc/homepage/download-body.html:1.7	Tue Nov  1 20:06:41 2005
+++ poldek/poldek/doc/homepage/download-body.html	Mon Dec 18 00:14:43 2006
@@ -63,6 +63,6 @@
 </p>
 
 <h2> Other </h2>
-<p> Send <a href="mailto: mis @ pld.org.pl">me</a> a links to packages
+<p> Send <a href="mailto: mis @ pld-linux.org">me</a> a links to packages
     for your system
 </p> 

================================================================
Index: poldek/poldek/doc/homepage/genhomepage
diff -u poldek/poldek/doc/homepage/genhomepage:1.5 poldek/poldek/doc/homepage/genhomepage:1.6
--- poldek/poldek/doc/homepage/genhomepage:1.5	Fri Oct 28 17:30:57 2005
+++ poldek/poldek/doc/homepage/genhomepage	Mon Dec 18 00:14:43 2006
@@ -8,7 +8,7 @@
          { name => 'index', label => 'Home', m4 => 1 },
          { name => 'overview', label => 'Feature overview', fromanual => 1, },
          { name => 'quickstart', label => 'Quick start', fromanual => 1, },
-         { name => 'manual', label => 'Manual',
+         { name => 'Manual', label => 'Manual',
            href => 'manual/index.html', title => 'Full poldek manual' },
 
          { name => 'download', label => 'Download', m4 => 1 },
@@ -26,7 +26,7 @@
 $config{VERSION} ||= poldek_version();
 die "missing --VERSION" if !$config{VERSION};
 
-$config{DATE} = poldek_version_date($config{VERSION});
+$config{DATE} ||= poldek_version_date($config{VERSION});
 die "missing --DATE" if !$config{DATE};
 
 $tmpl = new Text::Template(TYPE => 'FILE',
@@ -93,7 +93,7 @@
 sub extract_from_manual {
     my $section = shift;
 
-    my $path = "../manual-xhtml/$section.html";
+    my $path = "../manual-web/$section.html";
     open(IN, "< $path") || die "open $path: $!";
 
     my $content = '';

================================================================
Index: poldek/poldek/doc/homepage/support-body.html
diff -u poldek/poldek/doc/homepage/support-body.html:1.5 poldek/poldek/doc/homepage/support-body.html:1.6
--- poldek/poldek/doc/homepage/support-body.html:1.5	Mon Oct 31 14:31:31 2005
+++ poldek/poldek/doc/homepage/support-body.html	Mon Dec 18 00:14:43 2006
@@ -1,12 +1,3 @@
-<!-- 
-
-<h1> Documentation & co.</h1>
-<ul>
-<li> poldek <a href="http://team.pld.org.pl/~mis/poldek/manual/">manual</a>
-</ul>
-
--->
-
 <h1>Mailing list</h1>
 
 <p>Program mailing list <code>poldek at pld-linux.org</code>. 
@@ -20,12 +11,14 @@
 </p>
 
 <p>
-List traffic is rather low, most poldek issues are discussed on PLD <a href="http://pld-linux.org/MailingLists">mailing lists</a>.
+List traffic is rather low, most poldek issues are discussed on PLD 
+<a href="http://pld-linux.org/MailingLists">mailing lists</a>.
 </p>
 
 <h1>Issue Tracker</h1>
 <p>
 Project bugs and other issues database is placed in PLD 
-<a href="http://bugs.pld-linux.org/index.php?project=111" title="Bug Tracking System">BTS</a>. Please use it to report a bug or request a feature, although you may <a href="mailto: mis @ pld.org.pl">mail</a> author directly as well.
+<a href="http://bugs.pld-linux.org/index.php?project=111" title="Bug Tracking System">BTS</a>. 
+Please use it to report a bug or request a feature, although you may <a href="mailto: mis @ pld-linux.org">mail</a> author directly as well.
 </p>
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/poldek/poldek/doc/poldek.1.xml?r1=1.4&r2=1.5&f=u
    http://cvs.pld-linux.org/poldek/poldek/doc/homepage/Makefile.am?r1=1.10&r2=1.11&f=u
    http://cvs.pld-linux.org/poldek/poldek/doc/homepage/devel-body.html?r1=1.1&r2=1.2&f=u
    http://cvs.pld-linux.org/poldek/poldek/doc/homepage/download-body.html?r1=1.7&r2=1.8&f=u
    http://cvs.pld-linux.org/poldek/poldek/doc/homepage/genhomepage?r1=1.5&r2=1.6&f=u
    http://cvs.pld-linux.org/poldek/poldek/doc/homepage/support-body.html?r1=1.5&r2=1.6&f=u



More information about the pld-cvs-commit mailing list