[gentoo-commits] proj/devmanual:master commit in: appendices/contributors/

2021-09-07 Thread Ulrich Müller
commit: 81fc507147102b925473307fc59f4e1d1af72fe4
Author: Ulrich Müller  gentoo  org>
AuthorDate: Tue Sep  7 19:24:59 2021 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue Sep  7 19:24:59 2021 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=81fc5071

appendices/contributors: Typo

Signed-off-by: Ulrich Müller  gentoo.org>

 appendices/contributors/text.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/appendices/contributors/text.xml b/appendices/contributors/text.xml
index 55a4cc2..e250354 100644
--- a/appendices/contributors/text.xml
+++ b/appendices/contributors/text.xml
@@ -110,7 +110,7 @@ Misc
 
   ,
   ,
-  
+  
   ,
   
 



[gentoo-commits] proj/devmanual:master commit in: appendices/contributors/

2021-07-03 Thread Ulrich Müller
commit: 275cdb1a95c76c811c2c655ba27a617e7e6f0747
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sat Jul  3 09:49:41 2021 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sat Jul  3 16:50:20 2021 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=275cdb1a

appendices/contributors: Add Sam James  gentoo.org>

Signed-off-by: Ulrich Müller  gentoo.org>

 appendices/contributors/text.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/appendices/contributors/text.xml b/appendices/contributors/text.xml
index e80dbcb..b1e9bd9 100644
--- a/appendices/contributors/text.xml
+++ b/appendices/contributors/text.xml
@@ -125,6 +125,10 @@ Misc
 
   
 
+
+  ,
+  
+
 
 
 



[gentoo-commits] proj/devmanual:master commit in: appendices/contributors/

2020-02-02 Thread Ulrich Müller
commit: 0e002d195a18a3c1ee57605cc0783298106fe060
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sat Jan 18 17:18:23 2020 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Feb  3 00:02:38 2020 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=0e002d19

appendices/contributors: Update list of contributors.

- Add contributors when they have added at least 40 lines (yes, this
is quite arbitrary) to a file, based on the script below. This was
followed by some manual sanity checks, e.g., whether the line count
doesn't originate only from paragraph reformatting.

for i in $(find . -name .git -prune -o -type f -print); do
echo $i
git blame -e -w $i
done \
| awk '
/^\./ { file=$1; next }
{ lines[gensub(/.*\(<([^  ]*)@.*/, "\\1", 1, $0), file]++ }
END {
for (x in lines) {
split(x, y, SUBSEP)
if (lines[x] >= 40)
printf "%-15s  %-50s  %4d\n", y[1], y[2], lines[x]
}
}' \
| sort

Where contributions to more than three (or to all) subdocuments of any
document would have been listed, only the parent document is listed
instead.

- Remove zhen as contributor for appendices/devbook-guide, because all
nontrivial lines written by him have been removed (or moved elsewhere),
most of them already in 2003:
https://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo/xml/htdocs/doc/en/xml-guide.xml?r1=1.19=1.20

- Change description of halcy0n from "current maintainer" to "previous
maintainer", because his last commit was in 2010.

Closes: https://bugs.gentoo.org/705744
Signed-off-by: Ulrich Müller  gentoo.org>

 appendices/contributors/text.xml | 53 ++--
 1 file changed, 45 insertions(+), 8 deletions(-)

diff --git a/appendices/contributors/text.xml b/appendices/contributors/text.xml
index bf0a12d..628346d 100644
--- a/appendices/contributors/text.xml
+++ b/appendices/contributors/text.xml
@@ -45,6 +45,8 @@ This page lists the contributions to the Gentoo Development 
Guide:
 
   
 
+
 
   
 
@@ -52,7 +54,7 @@ This page lists the contributions to the Gentoo Development 
Guide:
   Previous maintainer (XSL Stylesheets, legacy Developer Handbook content)
 
 
-  XSL Stylesheets, current maintainer
+  XSL Stylesheets, previous maintainer
 
 
 ,
@@ -61,11 +63,13 @@ This page lists the contributions to the Gentoo Development 
Guide:
 Misc
 
 
-  ,
-  ,
-  ,
+  ,
   ,
-  
+  ,
+  ,
+  ,
+  ,
+  DTD, XSL stylesheet, eclass conversion
 
 
   
@@ -82,10 +86,43 @@ Misc
 
   GuideXML guide
 
-
-  GuideXML guide
+
+  
+
+
+  ,
+  
+
+
+  
+
+
+  ,
+  ,
+  ,
+  ,
+  ,
+  search functionality
+
+
+  ,
+  
+
+
+  ,
+  ,
+  ,
+  ,
+  
+
+
+  ,
+  ,
+  
+
+
+  Search functionality
 
-
 
 
 



[gentoo-commits] proj/devmanual:master commit in: appendices/contributors/

2020-01-16 Thread Ulrich Müller
commit: f8415e7853e8f02a5940c002ca3e33664bdfe399
Author: Ulrich Müller  gentoo  org>
AuthorDate: Thu Jan 16 07:33:02 2020 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Thu Jan 16 18:49:09 2020 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=f8415e78

appendices/contributors: Drop attribution for auto-generated page.

Signed-off-by: Ulrich Müller  gentoo.org>

 appendices/contributors/text.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/appendices/contributors/text.xml b/appendices/contributors/text.xml
index d06ccf9..bf0a12d 100644
--- a/appendices/contributors/text.xml
+++ b/appendices/contributors/text.xml
@@ -16,8 +16,7 @@ This page lists the contributions to the Gentoo Development 
Guide:
   
 
 
-  ,
-  
+  
 
 
   



[gentoo-commits] proj/devmanual:master commit in: appendices/contributors/

2017-02-27 Thread Ulrich Müller
commit: 342864ebaddc25d48f54c2196b62d770dd6548cf
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Feb 27 14:36:18 2017 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Feb 27 14:36:18 2017 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=342864eb

appendices/contributors: Remove a spurious comma.

 appendices/contributors/text.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/appendices/contributors/text.xml b/appendices/contributors/text.xml
index 96e02cb..9933da3 100644
--- a/appendices/contributors/text.xml
+++ b/appendices/contributors/text.xml
@@ -13,7 +13,7 @@ This page lists the contributions to the Gentoo Development 
Guide:
   Main Content
 
 
-  ,
+  
 
 
   ,



[gentoo-commits] proj/devmanual:master commit in: appendices/contributors/

2015-05-09 Thread Ulrich Müller
commit: 2f64c2e81fc7cf0b286fe6f4a041dd05c21f396d
Author: Ulrich Müller ulm AT gentoo DOT org
AuthorDate: Sun May  3 18:12:43 2015 +
Commit: Ulrich Müller ulm AT gentoo DOT org
CommitDate: Wed May  6 22:06:49 2015 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=2f64c2e8

Update author entry for plasmaroo.

As requested per e-mail from plasmaroo AT gmail.com on 2015-04-16.

 appendices/contributors/text.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/appendices/contributors/text.xml b/appendices/contributors/text.xml
index 21f8442..96e02cb 100644
--- a/appendices/contributors/text.xml
+++ b/appendices/contributors/text.xml
@@ -49,8 +49,8 @@ This page lists the contributions to the Gentoo Development 
Guide:
 author name=Joseph Jezak email=jos...@gentoo.org
   uri link=::archs/ppc/
 /author
-author name=Tim Yamin email=pl...@roo.me.uk
-  XSL Stylesheets, previous maintainer
+author name=Ursula Maplehurst email=pl...@roo.me.uk
+  Previous maintainer (XSL Stylesheets, legacy Developer Handbook content)
 /author
 author name=Mark Loeser email=halc...@gentoo.org
   XSL Stylesheets, current maintainer