Re: Syntax coloured code snippets in Site - existing or DYO

2011-11-26 Thread Lukas Theussl
There is a feature request for that:
https://jira.codehaus.org/browse/DOXIA-439

It's not implemented yet...

HTH,
-Lukas


On Sat, Nov 26, 2011 at 2:16 AM, Lennart Jörelid
lennart.jore...@gmail.comwrote:

 Hello Simone,

 Looking good.

 So ... given that this is a skin to maven, could you include the CSS and JS
 of the syntax highlighter (i.e.
 http://alexgorbatchev.com/SyntaxHighlighter/
 )?

 However, I guess my question is on a more fundamental level.
 What do we need to do in an APT file (or one of the other site
 documentation format files) to achieve pretty-printed/syntax colored source
 snippets in Java or XML?

 There seems to be no mention of exactly how to craft code snippet examples
 - as far as I can see - on the
 http://maven.apache.org/doxia/references/doxia-apt.html (and friends)
 pages.

 2011/11/26 Simone Tripodi simonetrip...@apache.org

  Hi Lennart,
  we are going to release the maven-fluido-skin[1] that does also code
  prettyprint ans syntax highlight.
  HTH!
  Simo
 
  [1] http://maven.apache.org/skins/maven-fluido-skin/
 
  http://people.apache.org/~simonetripodi/
  http://simonetripodi.livejournal.com/
  http://twitter.com/simonetripodi
  http://www.99soft.org/
 
 
 
  On Sat, Nov 26, 2011 at 1:15 AM, Lennart Jörelid
  lennart.jore...@gmail.com wrote:
   Hello folks,
  
   I need to include some pretty-printed and syntax coloured code snippets
  into the maven site of a set of projects.
   After a tad of searching, I haven't found any plugin or extension to
  Doxia that seems to do this. There seems to be
   several box text and don't ruin its formatting-type tags and
  operations - but I would like to pretty print and syntax
   colour both Java and XML files.
  
   ... and I suppose this is fixed by some nice doxia-based utility
 already.
  
   Could you point me in the correct direction?
  
   // Bästa hälsningar,
   // [sw. Best regards
   //
   // Lennart Jörelid
   // lennart.jore...@gmail.com
  
  
 
  -
  To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
  For additional commands, e-mail: dev-h...@maven.apache.org
 
 


 --

 --
 Lennart Jörelid



Re: [VOTE] Release Maven Fluido Skin version 1.0

2011-11-26 Thread Mark Struberg
+1 (and big thanks for doign all this skin stuff!)

LieGrue,
strub



- Original Message -
 From: Simone Tripodi simonetrip...@apache.org
 To: Maven Developers List dev@maven.apache.org
 Cc: 
 Sent: Friday, November 25, 2011 11:33 PM
 Subject: Re: [VOTE] Release Maven Fluido Skin version 1.0
 
 it would be wonderful :) I'm working for a proposal for the main site,
 hope you will like it :)
 
 http://people.apache.org/~simonetripodi/
 http://simonetripodi.livejournal.com/
 http://twitter.com/simonetripodi
 http://www.99soft.org/
 
 
 
 On Fri, Nov 25, 2011 at 11:25 PM, Kristian Rosenvold
 kristian.rosenv...@gmail.com wrote:
  +1 it's beautiful. Can we use it for plugins straight away ?
 
  2011/11/24 Simone Tripodi simonetrip...@apache.org
 
  no noise at all Olivier, that's a team work and I still have a lot 
 of
  things to learn (and you all should try my bread, is so tasty! :P)
  All the best,
  Simo
 
  http://people.apache.org/~simonetripodi/
  http://simonetripodi.livejournal.com/
  http://twitter.com/simonetripodi
  http://www.99soft.org/
 
 
 
  On Thu, Nov 24, 2011 at 10:26 PM, Olivier Lamy ol...@apache.org 
 wrote:
   Nevermind, I missed the fact you do it manually for resources 
 which
   doesn't any pom (even a bad one).
   So in the case of css/js can be done only manually.
  
   Sorry for noise.
  
  
   2011/11/24 Simone Tripodi simonetrip...@apache.org:
   Salut Olivier,
   sorry fir the late message (I was preparing the bread :P)
   I didn't understand how to fill missing infos in the 
 provided NOTICE
   using that plugin, can you give me please an example?
   Many thanks in advance, all the best!!
   Simo
  
   http://people.apache.org/~simonetripodi/
   http://simonetripodi.livejournal.com/
   http://twitter.com/simonetripodi
   http://www.99soft.org/
  
  
  
   On Thu, Nov 24, 2011 at 6:38 PM, Olivier Lamy 
 ol...@apache.org wrote:
   +1
  
   BTW I wonder why you create NOTICE files manually ?
   maven-remote-resources-plugin is your friend, if you have 
 missing
   infos as in this case with tango etc.
   See [1].
  
  
   --
   Olivier Lamy
   Talend: http://coders.talend.com
   http://twitter.com/olamy | http://linkedin.com/in/olamy
   [1]
 
 http://maven.apache.org/plugins/maven-remote-resources-plugin/supplemental-models.html
  
   2011/11/23 Simone Tripodi 
 simonetrip...@apache.org:
   Hi Ralph,
   debugging I just discovered that the 
 maven-shared-archive-resources is
   the responsible for including the doubled resources - 
 need to figure
   out how to exclude it :)
   Thanks again for reviewing!
   Simo
  
   [DEBUG] copy
 
 /Users/simonetripodi/Documents/workspace/maven-fluido-skin/target/maven-shared-archive-resources/META-INF/DEPENDENCIES
   to
 
 /Users/simonetripodi/Documents/workspace/maven-fluido-skin/target/classes/META-INF/DEPENDENCIES
   [DEBUG] file LICENSE has a filtered file extension
   [DEBUG] copy
 
 /Users/simonetripodi/Documents/workspace/maven-fluido-skin/target/maven-shared-archive-resources/META-INF/LICENSE
   to
 
 /Users/simonetripodi/Documents/workspace/maven-fluido-skin/target/classes/META-INF/LICENSE
   [DEBUG] file NOTICE has a filtered file extension
   [DEBUG] copy
 
 /Users/simonetripodi/Documents/workspace/maven-fluido-skin/target/maven-shared-archive-resources/META-INF/NOTICE
   to
 
 /Users/simonetripodi/Documents/workspace/maven-fluido-skin/target/classes/META-INF/NOTICE
  
   http://people.apache.org/~simonetripodi/
   http://simonetripodi.livejournal.com/
   http://twitter.com/simonetripodi
   http://www.99soft.org/
  
  
  
   On Wed, Nov 23, 2011 at 8:57 PM, Simone Tripodi
   simonetrip...@apache.org wrote:
   Hi Ralph!!!
   I was sure to have removed duplicate files 
 LICENSE/NOTICE files,
   instead they mysteriously came back... I need to 
 figure out where
  they
   came from :O
   Looks like release notes are not used here, 
 usually people list the
   fixed JIRA issues - empty ATM.
   Thanks for reviewing, all the best!!!
   Simo
  
   http://people.apache.org/~simonetripodi/
   http://simonetripodi.livejournal.com/
   http://twitter.com/simonetripodi
   http://www.99soft.org/
  
  
  
   On Wed, Nov 23, 2011 at 7:38 PM, Ralph Goers 
  ralph.go...@dslextreme.com wrote:
   +1
  
   I didn't do an exhaustive review. The skin 
 itself works fine in the
  project I've added it to. I verified the source zip builds. There 
 aren't
  any release notes but I'm not sure that is required. I did notice 
 that
  there is a NOTICE file and a NOTICE.txt file that are not identical. 
 I'm
  not sure why both are needed. NOTICE.txt lists a couple of items that 
 don't
  show up as dependencies with dependency:tree.  I'm not sure if that 
 is an
  error or not.  There is also a LICENSE file and a LICENSE.txt file that 
 are
  identical. I'm not sure why both are needed.
  
   Ralph
  
   On Nov 23, 2011, at 6:54 AM, Simone Tripodi 
 wrote:
  
   Hi all Maven fellows,
   I'm here to propose the first official 
 release of Apache Maven
  

Re: Syntax coloured code snippets in Site - existing or DYO

2011-11-26 Thread Simone Tripodi
Hi all,
apologize but I have my own difficulties on understanding the issue;
why applying the code highlight should be a concern of the doxia
renderer?
I mean, Doxia has the task of generating the html code, the skin has
the task of applying styles on elements where class/id are already
set... I think that's why the issue has'n been fixed yet.

@Lennart: do you mind filling an issue on
https://jira.codehaus.org/browse/MSKINS/ ? TIA!

All the best, have a nice WE!
Simo

http://people.apache.org/~simonetripodi/
http://simonetripodi.livejournal.com/
http://twitter.com/simonetripodi
http://www.99soft.org/



On Sat, Nov 26, 2011 at 9:07 AM, Lukas Theussl ltheu...@apache.org wrote:
 There is a feature request for that:
 https://jira.codehaus.org/browse/DOXIA-439

 It's not implemented yet...

 HTH,
 -Lukas


 On Sat, Nov 26, 2011 at 2:16 AM, Lennart Jörelid
 lennart.jore...@gmail.comwrote:

 Hello Simone,

 Looking good.

 So ... given that this is a skin to maven, could you include the CSS and JS
 of the syntax highlighter (i.e.
 http://alexgorbatchev.com/SyntaxHighlighter/
 )?

 However, I guess my question is on a more fundamental level.
 What do we need to do in an APT file (or one of the other site
 documentation format files) to achieve pretty-printed/syntax colored source
 snippets in Java or XML?

 There seems to be no mention of exactly how to craft code snippet examples
 - as far as I can see - on the
 http://maven.apache.org/doxia/references/doxia-apt.html (and friends)
 pages.

 2011/11/26 Simone Tripodi simonetrip...@apache.org

  Hi Lennart,
  we are going to release the maven-fluido-skin[1] that does also code
  prettyprint ans syntax highlight.
  HTH!
  Simo
 
  [1] http://maven.apache.org/skins/maven-fluido-skin/
 
  http://people.apache.org/~simonetripodi/
  http://simonetripodi.livejournal.com/
  http://twitter.com/simonetripodi
  http://www.99soft.org/
 
 
 
  On Sat, Nov 26, 2011 at 1:15 AM, Lennart Jörelid
  lennart.jore...@gmail.com wrote:
   Hello folks,
  
   I need to include some pretty-printed and syntax coloured code snippets
  into the maven site of a set of projects.
   After a tad of searching, I haven't found any plugin or extension to
  Doxia that seems to do this. There seems to be
   several box text and don't ruin its formatting-type tags and
  operations - but I would like to pretty print and syntax
   colour both Java and XML files.
  
   ... and I suppose this is fixed by some nice doxia-based utility
 already.
  
   Could you point me in the correct direction?
  
   // Bästa hälsningar,
   // [sw. Best regards
   //
   // Lennart Jörelid
   // lennart.jore...@gmail.com
  
  
 
  -
  To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
  For additional commands, e-mail: dev-h...@maven.apache.org
 
 


 --

 --
 Lennart Jörelid



-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Re: ideas for the maven site

2011-11-26 Thread Olivier Lamy
Hello,
Nice job !

Quick note: IMHO download link is not very visible (maybe because I
use a 13' screen :-) )
In the div with class hero-unit, adding a button near the read more
one which go to download.html.

And definitely we need a new logo if we go to this skin :-)


2011/11/26 Simone Tripodi simonetrip...@apache.org:
 Hi all guys,
 I've been playing like a junior woodchuck with designs and I have a
 PoC[1] on my personal ASF space just to show how fluido can serve the
 main maven site. Of course, it is just a starting point, that
 experiment doesn't have any objective to be committed
 WDYT?
 Have a nice day, all the best!
 Simo

 http://people.apache.org/~simonetripodi/maven/

 http://people.apache.org/~simonetripodi/
 http://simonetripodi.livejournal.com/
 http://twitter.com/simonetripodi
 http://www.99soft.org/

 -
 To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
 For additional commands, e-mail: dev-h...@maven.apache.org





-- 
Olivier Lamy
Talend: http://coders.talend.com
http://twitter.com/olamy | http://linkedin.com/in/olamy

-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Re: ideas for the maven site

2011-11-26 Thread Simone Tripodi
Bonjour Olivier!

indeed, a well visible `Download` button is missing, I even got
confused on reading the page I realized :D

I need to collect as much feedbacks as possible so we can deploy a new
amazing website, ATM I just lazily rearranged existing content in a
different way, but the PoC shows we have a lot of morgin to improve
the current maven site.

+1 for the new logo, we need a new charming one if we change the skin :)

Have a nice weekend, all the best!
Simo

http://people.apache.org/~simonetripodi/
http://simonetripodi.livejournal.com/
http://twitter.com/simonetripodi
http://www.99soft.org/



On Sat, Nov 26, 2011 at 10:55 AM, Olivier Lamy ol...@apache.org wrote:
 Hello,
 Nice job !

 Quick note: IMHO download link is not very visible (maybe because I
 use a 13' screen :-) )
 In the div with class hero-unit, adding a button near the read more
 one which go to download.html.

 And definitely we need a new logo if we go to this skin :-)


 2011/11/26 Simone Tripodi simonetrip...@apache.org:
 Hi all guys,
 I've been playing like a junior woodchuck with designs and I have a
 PoC[1] on my personal ASF space just to show how fluido can serve the
 main maven site. Of course, it is just a starting point, that
 experiment doesn't have any objective to be committed
 WDYT?
 Have a nice day, all the best!
 Simo

 http://people.apache.org/~simonetripodi/maven/

 http://people.apache.org/~simonetripodi/
 http://simonetripodi.livejournal.com/
 http://twitter.com/simonetripodi
 http://www.99soft.org/

 -
 To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
 For additional commands, e-mail: dev-h...@maven.apache.org





 --
 Olivier Lamy
 Talend: http://coders.talend.com
 http://twitter.com/olamy | http://linkedin.com/in/olamy

 -
 To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
 For additional commands, e-mail: dev-h...@maven.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Re: Syntax coloured code snippets in Site - existing or DYO

2011-11-26 Thread Lennart Jörelid
Hello Lukas,

All right; I'll see if I can check out the code and get started on a patch.
Tomorrow is the word; today's heavy task has to do with feasting and
birthdays.

:)

2011/11/26 Lukas Theussl ltheu...@apache.org

 There is a feature request for that:
 https://jira.codehaus.org/browse/DOXIA-439

 It's not implemented yet...

 HTH,
 -Lukas


 On Sat, Nov 26, 2011 at 2:16 AM, Lennart Jörelid
 lennart.jore...@gmail.comwrote:

  Hello Simone,
 
  Looking good.
 
  So ... given that this is a skin to maven, could you include the CSS and
 JS
  of the syntax highlighter (i.e.
  http://alexgorbatchev.com/SyntaxHighlighter/
  )?
 
  However, I guess my question is on a more fundamental level.
  What do we need to do in an APT file (or one of the other site
  documentation format files) to achieve pretty-printed/syntax colored
 source
  snippets in Java or XML?
 
  There seems to be no mention of exactly how to craft code snippet
 examples
  - as far as I can see - on the
  http://maven.apache.org/doxia/references/doxia-apt.html (and friends)
  pages.
 
  2011/11/26 Simone Tripodi simonetrip...@apache.org
 
   Hi Lennart,
   we are going to release the maven-fluido-skin[1] that does also code
   prettyprint ans syntax highlight.
   HTH!
   Simo
  
   [1] http://maven.apache.org/skins/maven-fluido-skin/
  
   http://people.apache.org/~simonetripodi/
   http://simonetripodi.livejournal.com/
   http://twitter.com/simonetripodi
   http://www.99soft.org/
  
  
  
   On Sat, Nov 26, 2011 at 1:15 AM, Lennart Jörelid
   lennart.jore...@gmail.com wrote:
Hello folks,
   
I need to include some pretty-printed and syntax coloured code
 snippets
   into the maven site of a set of projects.
After a tad of searching, I haven't found any plugin or extension to
   Doxia that seems to do this. There seems to be
several box text and don't ruin its formatting-type tags and
   operations - but I would like to pretty print and syntax
colour both Java and XML files.
   
... and I suppose this is fixed by some nice doxia-based utility
  already.
   
Could you point me in the correct direction?
   
// Bästa hälsningar,
// [sw. Best regards
//
// Lennart Jörelid
// lennart.jore...@gmail.com
   
   
  
   -
   To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
   For additional commands, e-mail: dev-h...@maven.apache.org
  
  
 
 
  --
 
  --
  Lennart Jörelid
 




-- 

-- 
Lennart Jörelid


Re: Syntax coloured code snippets in Site - existing or DYO

2011-11-26 Thread Lennart Jörelid
Hello Simone,

First - sorry for being short on the brink of incomprehensible in my
response above.

You are correct in that Doxia prepares HTML and the skin applies the style.
However, to simplify site generation for the site developer, we need to
create a
set of markups understandable by Doxia (or, more precisely, the Doxia APT
enhancements)
indicating that the content in between them should be interpreted as code
in a
particular language - such as Java or XML.

Say ... (crude XML form here, but just intended as an example) ...

code language=java displayLineNumbers=yes linkUrlsInCode=yes
... java code goes here ...
/code

That particular element would hook into the CSS or style sheets, to generate
syntax highlighted code within the maven site, using something like
the Syntax Highlighter (http://alexgorbatchev.com/SyntaxHighlighter/)
or the Google code prettify (http://code.google.com/p/google-code-prettify/
).

For example, I need this code-with-linenumbers feature for a patch to the
jaxb2-maven-plugin to explain the correlation between annotations in java
code,
plugin XML configuration and resulting/generated XML schema files.

However, I am at a loss regarding how to do it with the tools available in
APT today,
since there is no code element working similar to the example above -
at least to my knowledge.

I'll check out the code, file issues and such tomorrow.
:)

Fair?

2011/11/26 Simone Tripodi simonetrip...@apache.org

 Hi all,
 apologize but I have my own difficulties on understanding the issue;
 why applying the code highlight should be a concern of the doxia
 renderer?
 I mean, Doxia has the task of generating the html code, the skin has
 the task of applying styles on elements where class/id are already
 set... I think that's why the issue has'n been fixed yet.

 @Lennart: do you mind filling an issue on
 https://jira.codehaus.org/browse/MSKINS/ ? TIA!

 All the best, have a nice WE!
 Simo

 http://people.apache.org/~simonetripodi/
 http://simonetripodi.livejournal.com/
 http://twitter.com/simonetripodi
 http://www.99soft.org/



 On Sat, Nov 26, 2011 at 9:07 AM, Lukas Theussl ltheu...@apache.org
 wrote:
  There is a feature request for that:
  https://jira.codehaus.org/browse/DOXIA-439
 
  It's not implemented yet...
 
  HTH,
  -Lukas
 
 
  On Sat, Nov 26, 2011 at 2:16 AM, Lennart Jörelid
  lennart.jore...@gmail.comwrote:
 
  Hello Simone,
 
  Looking good.
 
  So ... given that this is a skin to maven, could you include the CSS
 and JS
  of the syntax highlighter (i.e.
  http://alexgorbatchev.com/SyntaxHighlighter/
  )?
 
  However, I guess my question is on a more fundamental level.
  What do we need to do in an APT file (or one of the other site
  documentation format files) to achieve pretty-printed/syntax colored
 source
  snippets in Java or XML?
 
  There seems to be no mention of exactly how to craft code snippet
 examples
  - as far as I can see - on the
  http://maven.apache.org/doxia/references/doxia-apt.html (and friends)
  pages.
 
  2011/11/26 Simone Tripodi simonetrip...@apache.org
 
   Hi Lennart,
   we are going to release the maven-fluido-skin[1] that does also code
   prettyprint ans syntax highlight.
   HTH!
   Simo
  
   [1] http://maven.apache.org/skins/maven-fluido-skin/
  
   http://people.apache.org/~simonetripodi/
   http://simonetripodi.livejournal.com/
   http://twitter.com/simonetripodi
   http://www.99soft.org/
  
  
  
   On Sat, Nov 26, 2011 at 1:15 AM, Lennart Jörelid
   lennart.jore...@gmail.com wrote:
Hello folks,
   
I need to include some pretty-printed and syntax coloured code
 snippets
   into the maven site of a set of projects.
After a tad of searching, I haven't found any plugin or extension to
   Doxia that seems to do this. There seems to be
several box text and don't ruin its formatting-type tags and
   operations - but I would like to pretty print and syntax
colour both Java and XML files.
   
... and I suppose this is fixed by some nice doxia-based utility
  already.
   
Could you point me in the correct direction?
   
// Bästa hälsningar,
// [sw. Best regards
//
// Lennart Jörelid
// lennart.jore...@gmail.com
   
   
  
   -
   To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
   For additional commands, e-mail: dev-h...@maven.apache.org
  
  
 
 
  --
 
  --
  Lennart Jörelid
 
 

 -
 To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
 For additional commands, e-mail: dev-h...@maven.apache.org




-- 

-- 
Lennart Jörelid


Re: Syntax coloured code snippets in Site - existing or DYO

2011-11-26 Thread Simone Tripodi
Hi Lennart,
what yu=ou described is something that si already working (at least
for us), for your purposes you could just use the fluido-skin with
that configuration in site.xml

  skin
groupIdorg.apache.maven.skins/groupId
artifactIdmaven-fluido-skin/artifactId
version1.0/version
  /skin

  custom
fluidoSkin
  sourceLineNumbersEnabledtrue/sourceLineNumbersEnabled
/fluidoSkin
  /custom

source code snippets contained in

source
...
source

in XDoc and

+-+
...
+-+

in APT are auto-detected via google code prettifier and automatically
rendered, without the pain to configure elements by yourself.
Just wait a couple of hours that we have to release the skin, and code
is enhanced.
Let me know if you need help, I would more than pleased to provide my support!
All the best, have a nice weekend,
Simo

http://people.apache.org/~simonetripodi/
http://simonetripodi.livejournal.com/
http://twitter.com/simonetripodi
http://www.99soft.org/



On Sat, Nov 26, 2011 at 1:58 PM, Lennart Jörelid
lennart.jore...@gmail.com wrote:
 Hello Simone,

 First - sorry for being short on the brink of incomprehensible in my
 response above.

 You are correct in that Doxia prepares HTML and the skin applies the style.
 However, to simplify site generation for the site developer, we need to
 create a
 set of markups understandable by Doxia (or, more precisely, the Doxia APT
 enhancements)
 indicating that the content in between them should be interpreted as code
 in a
 particular language - such as Java or XML.

 Say ... (crude XML form here, but just intended as an example) ...

 code language=java displayLineNumbers=yes linkUrlsInCode=yes
    ... java code goes here ...
 /code

 That particular element would hook into the CSS or style sheets, to generate
 syntax highlighted code within the maven site, using something like
 the Syntax Highlighter (http://alexgorbatchev.com/SyntaxHighlighter/)
 or the Google code prettify (http://code.google.com/p/google-code-prettify/
 ).

 For example, I need this code-with-linenumbers feature for a patch to the
 jaxb2-maven-plugin to explain the correlation between annotations in java
 code,
 plugin XML configuration and resulting/generated XML schema files.

 However, I am at a loss regarding how to do it with the tools available in
 APT today,
 since there is no code element working similar to the example above -
 at least to my knowledge.

 I'll check out the code, file issues and such tomorrow.
 :)

 Fair?

 2011/11/26 Simone Tripodi simonetrip...@apache.org

 Hi all,
 apologize but I have my own difficulties on understanding the issue;
 why applying the code highlight should be a concern of the doxia
 renderer?
 I mean, Doxia has the task of generating the html code, the skin has
 the task of applying styles on elements where class/id are already
 set... I think that's why the issue has'n been fixed yet.

 @Lennart: do you mind filling an issue on
 https://jira.codehaus.org/browse/MSKINS/ ? TIA!

 All the best, have a nice WE!
 Simo

 http://people.apache.org/~simonetripodi/
 http://simonetripodi.livejournal.com/
 http://twitter.com/simonetripodi
 http://www.99soft.org/



 On Sat, Nov 26, 2011 at 9:07 AM, Lukas Theussl ltheu...@apache.org
 wrote:
  There is a feature request for that:
  https://jira.codehaus.org/browse/DOXIA-439
 
  It's not implemented yet...
 
  HTH,
  -Lukas
 
 
  On Sat, Nov 26, 2011 at 2:16 AM, Lennart Jörelid
  lennart.jore...@gmail.comwrote:
 
  Hello Simone,
 
  Looking good.
 
  So ... given that this is a skin to maven, could you include the CSS
 and JS
  of the syntax highlighter (i.e.
  http://alexgorbatchev.com/SyntaxHighlighter/
  )?
 
  However, I guess my question is on a more fundamental level.
  What do we need to do in an APT file (or one of the other site
  documentation format files) to achieve pretty-printed/syntax colored
 source
  snippets in Java or XML?
 
  There seems to be no mention of exactly how to craft code snippet
 examples
  - as far as I can see - on the
  http://maven.apache.org/doxia/references/doxia-apt.html (and friends)
  pages.
 
  2011/11/26 Simone Tripodi simonetrip...@apache.org
 
   Hi Lennart,
   we are going to release the maven-fluido-skin[1] that does also code
   prettyprint ans syntax highlight.
   HTH!
   Simo
  
   [1] http://maven.apache.org/skins/maven-fluido-skin/
  
   http://people.apache.org/~simonetripodi/
   http://simonetripodi.livejournal.com/
   http://twitter.com/simonetripodi
   http://www.99soft.org/
  
  
  
   On Sat, Nov 26, 2011 at 1:15 AM, Lennart Jörelid
   lennart.jore...@gmail.com wrote:
Hello folks,
   
I need to include some pretty-printed and syntax coloured code
 snippets
   into the maven site of a set of projects.
After a tad of searching, I haven't found any plugin or extension to
   Doxia that seems to do this. There seems to be
several box text and don't ruin its formatting-type tags and
   operations - but I would like to pretty print and syntax
 

new report

2011-11-26 Thread Simone Tripodi
Hi all guys,
I found few minutes to work on a simple idea [1] to create a new
module report, you can find a preview on my personal ASF space[2],
WDYT?
Many thanks in advance, all the best!
Simo

[1] http://jira.codehaus.org/browse/MPIR-236
[2] http://people.apache.org/~simonetripodi/minimal-pom/dependency-info.html


http://people.apache.org/~simonetripodi/
http://simonetripodi.livejournal.com/
http://twitter.com/simonetripodi
http://www.99soft.org/

-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



[RESULT][VOTE] Release Maven Fluido Skin version 1.0

2011-11-26 Thread Simone Tripodi
Hi all guys!
72 hours have passed and the vote can be considered closed and passed
with the following result:
4 +1 binding votes: Ralph Goers, Olivier Lamy, Kristian Rosenvold, MarkStruberg
No other votes were casted.
I proceed on closing the repository and release the skin.
Thanks for reviewing and voting!
Have a nice weekend, all the best,
Simo

http://people.apache.org/~simonetripodi/
http://simonetripodi.livejournal.com/
http://twitter.com/simonetripodi
http://www.99soft.org/



On Sat, Nov 26, 2011 at 9:56 AM, Mark Struberg strub...@yahoo.de wrote:
 +1 (and big thanks for doign all this skin stuff!)

 LieGrue,
 strub



 - Original Message -
 From: Simone Tripodi simonetrip...@apache.org
 To: Maven Developers List dev@maven.apache.org
 Cc:
 Sent: Friday, November 25, 2011 11:33 PM
 Subject: Re: [VOTE] Release Maven Fluido Skin version 1.0

 it would be wonderful :) I'm working for a proposal for the main site,
 hope you will like it :)

 http://people.apache.org/~simonetripodi/
 http://simonetripodi.livejournal.com/
 http://twitter.com/simonetripodi
 http://www.99soft.org/



 On Fri, Nov 25, 2011 at 11:25 PM, Kristian Rosenvold
 kristian.rosenv...@gmail.com wrote:
  +1 it's beautiful. Can we use it for plugins straight away ?

  2011/11/24 Simone Tripodi simonetrip...@apache.org

  no noise at all Olivier, that's a team work and I still have a lot
 of
  things to learn (and you all should try my bread, is so tasty! :P)
  All the best,
  Simo

  http://people.apache.org/~simonetripodi/
  http://simonetripodi.livejournal.com/
  http://twitter.com/simonetripodi
  http://www.99soft.org/



  On Thu, Nov 24, 2011 at 10:26 PM, Olivier Lamy ol...@apache.org
 wrote:
   Nevermind, I missed the fact you do it manually for resources
 which
   doesn't any pom (even a bad one).
   So in the case of css/js can be done only manually.
  
   Sorry for noise.
  
  
   2011/11/24 Simone Tripodi simonetrip...@apache.org:
   Salut Olivier,
   sorry fir the late message (I was preparing the bread :P)
   I didn't understand how to fill missing infos in the
 provided NOTICE
   using that plugin, can you give me please an example?
   Many thanks in advance, all the best!!
   Simo
  
   http://people.apache.org/~simonetripodi/
   http://simonetripodi.livejournal.com/
   http://twitter.com/simonetripodi
   http://www.99soft.org/
  
  
  
   On Thu, Nov 24, 2011 at 6:38 PM, Olivier Lamy
 ol...@apache.org wrote:
   +1
  
   BTW I wonder why you create NOTICE files manually ?
   maven-remote-resources-plugin is your friend, if you have
 missing
   infos as in this case with tango etc.
   See [1].
  
  
   --
   Olivier Lamy
   Talend: http://coders.talend.com
   http://twitter.com/olamy | http://linkedin.com/in/olamy
   [1]

 http://maven.apache.org/plugins/maven-remote-resources-plugin/supplemental-models.html
  
   2011/11/23 Simone Tripodi
 simonetrip...@apache.org:
   Hi Ralph,
   debugging I just discovered that the
 maven-shared-archive-resources is
   the responsible for including the doubled resources -
 need to figure
   out how to exclude it :)
   Thanks again for reviewing!
   Simo
  
   [DEBUG] copy

 /Users/simonetripodi/Documents/workspace/maven-fluido-skin/target/maven-shared-archive-resources/META-INF/DEPENDENCIES
   to

 /Users/simonetripodi/Documents/workspace/maven-fluido-skin/target/classes/META-INF/DEPENDENCIES
   [DEBUG] file LICENSE has a filtered file extension
   [DEBUG] copy

 /Users/simonetripodi/Documents/workspace/maven-fluido-skin/target/maven-shared-archive-resources/META-INF/LICENSE
   to

 /Users/simonetripodi/Documents/workspace/maven-fluido-skin/target/classes/META-INF/LICENSE
   [DEBUG] file NOTICE has a filtered file extension
   [DEBUG] copy

 /Users/simonetripodi/Documents/workspace/maven-fluido-skin/target/maven-shared-archive-resources/META-INF/NOTICE
   to

 /Users/simonetripodi/Documents/workspace/maven-fluido-skin/target/classes/META-INF/NOTICE
  
   http://people.apache.org/~simonetripodi/
   http://simonetripodi.livejournal.com/
   http://twitter.com/simonetripodi
   http://www.99soft.org/
  
  
  
   On Wed, Nov 23, 2011 at 8:57 PM, Simone Tripodi
   simonetrip...@apache.org wrote:
   Hi Ralph!!!
   I was sure to have removed duplicate files
 LICENSE/NOTICE files,
   instead they mysteriously came back... I need to
 figure out where
  they
   came from :O
   Looks like release notes are not used here,
 usually people list the
   fixed JIRA issues - empty ATM.
   Thanks for reviewing, all the best!!!
   Simo
  
   http://people.apache.org/~simonetripodi/
   http://simonetripodi.livejournal.com/
   http://twitter.com/simonetripodi
   http://www.99soft.org/
  
  
  
   On Wed, Nov 23, 2011 at 7:38 PM, Ralph Goers 
  ralph.go...@dslextreme.com wrote:
   +1
  
   I didn't do an exhaustive review. The skin
 itself works fine in the
  project I've added it to. I verified the source zip builds. There
 aren't
  any release notes but I'm not sure that is required. I did notice
 that
  

Re: new report

2011-11-26 Thread Mark Derricutt
+1 nice.   Would be good to see Leiningen ( clojure ) and sbt ( scala )
mentioned as well to complete the set.

Mark

-- 
Great artists are extremely selfish and arrogant things — Steven Wilson,
Porcupine Tree


On Sun, Nov 27, 2011 at 6:33 AM, Simone Tripodi simonetrip...@apache.orgwrote:

 Hi all guys,
 I found few minutes to work on a simple idea [1] to create a new
 module report, you can find a preview on my personal ASF space[2],
 WDYT?
 Many thanks in advance, all the best!
 Simo

 [1] http://jira.codehaus.org/browse/MPIR-236
 [2]
 http://people.apache.org/~simonetripodi/minimal-pom/dependency-info.html


 http://people.apache.org/~simonetripodi/
 http://simonetripodi.livejournal.com/
 http://twitter.com/simonetripodi
 http://www.99soft.org/

 -
 To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
 For additional commands, e-mail: dev-h...@maven.apache.org