[Blends-commit] [SCM] website branch, master, updated. db3508edc929087b4baeaf78b2d923315c59fd7c

2015-12-09 Thread Ole Streicher
The following commit has been merged in the master branch:
commit db3508edc929087b4baeaf78b2d923315c59fd7c
Author: Ole Streicher 
Date:   Wed Dec 9 12:00:44 2015 +0100

Small formatting corrections

diff --git a/webtools/templates/packages.xhtml 
b/webtools/templates/packages.xhtml
index b561bb1..3e7b5d3 100644
--- a/webtools/templates/packages.xhtml
+++ b/webtools/templates/packages.xhtml
@@ -404,13 +404,9 @@ function show_fulldesc(hash) {
  ${maintainer[pstatus]}
  

- 
-   ${project.responsible}
- 
+ ${project.responsible}
  
-   
- ${project.properties['changed_by']}
-   
+   ${project.properties['changed_by']}
  

  
@@ -448,31 +444,28 @@ function show_fulldesc(hash) {
  ✏
  Edit tags

-   
+   
  
-   
- ${debtag['tag']}: ${debtag['value']}
-   
+   ${debtag['tag'].capitalize()}
+   ${debtag['value']}
  
-   
+   
  

-   
+   
  Popularity
  

- 
-   
- ${project.popcon['vote']} regular users
-   
+ 
+   ${project.popcon['vote']} regular users
  
  

  ${project.popcon['recent']} recent installations
- (of ${popconsubmit} submissions)

  
+ (of ${popconsubmit} submissions)

  

@@ -482,9 +475,7 @@ function show_fulldesc(hash) {

  

- 
-   ${enh}
- 
+ ${enh}

  

@@ -502,9 +493,7 @@ function show_fulldesc(hash) {


  
-   
- NEW entry
-   
+   NEW 
entry
  


@@ -544,9 +533,7 @@ function show_fulldesc(hash) {
  

  
-   
- Home page
-   
+   Home 
page
  
  


-- 
Static and dynamic websites for Debian Pure Blends

___
Blends-commit mailing list
Blends-commit@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/blends-commit


[Blends-commit] [SCM] website branch, master, updated. db3508edc929087b4baeaf78b2d923315c59fd7c

2015-12-09 Thread Ole Streicher
The following commit has been merged in the master branch:
commit 23a44a9e72d79781c195ac7ed1f6bd8edb40bc59
Author: Ole Streicher 
Date:   Wed Dec 9 10:45:41 2015 +0100

(temporarily) remove total popcon installations

diff --git a/webtools/templates/packages.xhtml 
b/webtools/templates/packages.xhtml
index 6cf09c8..08085e1 100644
--- a/webtools/templates/packages.xhtml
+++ b/webtools/templates/packages.xhtml
@@ -443,13 +443,18 @@ function show_fulldesc(hash) {

  Popularity
  
-   
- 
-   ${project.popcon['vote']} regular users
- 
+   
+ 
+   
+ ${project.popcon['vote']} regular users
+   
+ 
  
-   ${project.popcon['recent']} recent,
-   ${project.popcon['inst']} total installations (of 
${popconsubmit} submissions)
+   
+ ${project.popcon['recent']} recent installations
+ (of ${popconsubmit} submissions)
+   
  

  

-- 
Static and dynamic websites for Debian Pure Blends

___
Blends-commit mailing list
Blends-commit@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/blends-commit


[Blends-commit] [SCM] website branch, master, updated. db3508edc929087b4baeaf78b2d923315c59fd7c

2015-12-09 Thread Ole Streicher
The following commit has been merged in the master branch:
commit 1b3557cb97267081f2effce6c074ba6e7ee0f1bb
Author: Ole Streicher 
Date:   Wed Dec 9 10:46:35 2015 +0100

make package description css more selective

diff --git a/webtools/templates/packages.xhtml 
b/webtools/templates/packages.xhtml
index 08085e1..d63da93 100644
--- a/webtools/templates/packages.xhtml
+++ b/webtools/templates/packages.xhtml
@@ -13,7 +13,7 @@
 http://blends.debian.org/css/blends.css"; rel="stylesheet"
  type="text/css" />
 
-// The tooltip is from http://www.menucool.com/tooltip/css-tooltip
+// 
 
 http://www.debian.org/favicon.ico"; />
 
-// 
+// -->
   
   
   
@@ -300,7 +301,7 @@ function show_fulldesc(hash) {
  
${project.desc['en']['short']}

  
- 
+ 

  


-- 
Static and dynamic websites for Debian Pure Blends

___
Blends-commit mailing list
Blends-commit@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/blends-commit


[Blends-commit] [SCM] website branch, master, updated. db3508edc929087b4baeaf78b2d923315c59fd7c

2015-12-09 Thread Ole Streicher
The following commit has been merged in the master branch:
commit db3d8ac50eec4722805e7c53f96909376f5adf77
Author: Ole Streicher 
Date:   Wed Dec 9 12:00:15 2015 +0100

Use dt/dd for debtags

diff --git a/webtools/templates/packages.xhtml 
b/webtools/templates/packages.xhtml
index d63da93..b561bb1 100644
--- a/webtools/templates/packages.xhtml
+++ b/webtools/templates/packages.xhtml
@@ -109,13 +109,29 @@ tr.alternate-color {
 ul.desc-inline {
 padding: 0;
 margin: 0;
+display: inline;
 }
 ul.desc-inline li {
 display: inline;
 }
 
 ul.desc-inline li + li::before {
-content: " \2022 ";
+content: ' \2022\20';
+}
+dl.debtags {
+padding: 0;
+margin: 0;
+}
+dl.debtags dt, dl.debtags dd {
+display: inline;
+font-weight: normal;
+margin: 0;
+}
+dl.debtags dd + dt::before {
+content: ' \2022\20';
+}
+dl.debtags dt:after {
+content: ': ';
 }
 a.editlink {
 float: left;

-- 
Static and dynamic websites for Debian Pure Blends

___
Blends-commit mailing list
Blends-commit@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/blends-commit


[Blends-commit] [SCM] med branch, master, updated. 1a81c045fa226cda701dd07a35363f59c80dfacf

2015-12-09 Thread Andreas Tille
The following commit has been merged in the master branch:
commit 1a81c045fa226cda701dd07a35363f59c80dfacf
Author: Andreas Tille 
Date:   Wed Dec 9 16:21:56 2015 +0100

Added indelible

diff --git a/tasks/bio b/tasks/bio
index 741874d..edd5191 100644
--- a/tasks/bio
+++ b/tasks/bio
@@ -518,6 +518,8 @@ Depends: htqc
 
 Depends: idba
 
+Depends: indelible
+
 Depends: iqtree
 
 Depends: iva

-- 
Debian Med metapackages

___
Blends-commit mailing list
Blends-commit@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/blends-commit


[Blends-commit] [SCM] med branch, master, updated. f4e18c8c39ba9c079440a95818efdc7eb105339b

2015-12-09 Thread Andreas Tille
The following commit has been merged in the master branch:
commit f4e18c8c39ba9c079440a95818efdc7eb105339b
Author: Andreas Tille 
Date:   Thu Dec 10 08:42:50 2015 +0100

Add velvet-long as alternative to velvet

diff --git a/tasks/bio b/tasks/bio
index edd5191..0917198 100644
--- a/tasks/bio
+++ b/tasks/bio
@@ -99,7 +99,7 @@ X-End-Category: Sequence alignments and related programs.
 
 X-Begin-Category: high-throughput sequencing
 
-Depends: last-align, maq, ssake, velvet
+Depends: last-align, maq, ssake, velvet | velvet-long
 
 Depends: qiime
 

-- 
Debian Med metapackages

___
Blends-commit mailing list
Blends-commit@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/blends-commit


[Blends-commit] [SCM] website branch, master, updated. 087329c69c07a15be22cd3c572aba5b1349c69c7

2015-12-09 Thread Ole Streicher
The following commit has been merged in the master branch:
commit 087329c69c07a15be22cd3c572aba5b1349c69c7
Author: Ole Streicher 
Date:   Thu Dec 10 08:46:40 2015 +0100

Fix empty  in popcon entry; use text-transform:capitalize for pkg names

diff --git a/webtools/templates/packages.xhtml 
b/webtools/templates/packages.xhtml
index 3e7b5d3..c83093e 100644
--- a/webtools/templates/packages.xhtml
+++ b/webtools/templates/packages.xhtml
@@ -127,6 +127,9 @@ dl.debtags dt, dl.debtags dd {
 font-weight: normal;
 margin: 0;
 }
+dl.debtags dt {
+text-transform: capitalize;
+}
 dl.debtags dd + dt::before {
 content: ' \2022\20';
 }
@@ -257,9 +260,9 @@ function show_fulldesc(hash) {

  
-   
+   
  
-   ${project.pkg.capitalize()}
+   ${project.pkg}
  


@@ -446,7 +449,7 @@ function show_fulldesc(hash) {


  
-   ${debtag['tag'].capitalize()}
+   ${debtag['tag']}
${debtag['value']}
  

@@ -460,11 +463,11 @@ function show_fulldesc(hash) {
  
${project.popcon['vote']} regular users
  
- 
-   
+ 
+   
  ${project.popcon['recent']} recent installations
-   
- 
+   
+ 
  (of ${popconsubmit} submissions)

  

-- 
Static and dynamic websites for Debian Pure Blends

___
Blends-commit mailing list
Blends-commit@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/blends-commit


[Blends-commit] [SCM] website branch, master, updated. 31d42a7abf9a171bca5ea42f2fdca1515834eb81

2015-12-09 Thread Ole Streicher
The following commit has been merged in the master branch:
commit 31d42a7abf9a171bca5ea42f2fdca1515834eb81
Author: Ole Streicher 
Date:   Thu Dec 10 08:57:07 2015 +0100

Small improvements: use transform:capitalize, space after table, 
alternating table row colors

diff --git a/webtools/templates/tasks_idx.xhtml 
b/webtools/templates/tasks_idx.xhtml
index 89fba67..c3ac0ea 100644
--- a/webtools/templates/tasks_idx.xhtml
+++ b/webtools/templates/tasks_idx.xhtml
@@ -12,6 +12,16 @@
  type="text/css" />
 http://blends.debian.org/css/blends.css"; rel="stylesheet"
  type="text/css" />
+