Re: preparing for 2.11.0 release / translations needed

2021-10-21 Thread lgilardon...@gmail.com
Hi - I will *try* to catch up on italian .. not the best period due to 
workload but i'll do my best


Luca

On 20/10/2021 13:44, Juan Pablo Santos Rodríguez wrote:

Hi,

unless someone wants to push something more to master, I think we're ready
for 2.11.0, and thinking about starting the release
vote on November 1st. As for myself, except for occasional dependency
updates, and fixing very small things here and there I
don't think I'll push anything interesting until 2.11.0.

One thing that is slowly falling behind is the status of the i18n files,
f.ex, last push added one more i18n literal. According to
https://jspwiki.apache.org/development/i18n.html there are a couple of
languages above 95%, but not at 100%, and another 4
between 87 and 95% of completeness; lastly, pt_BR is way behind at 64%. It
should be pretty easy to put any of the locales up
to date before 2.11.0. You only have to speak one of de, fi, it, nl, pt_BR,
ru or zh_CN O:-) and follow the instructions at
https://jspwiki-wiki.apache.org/Wiki.jsp?page=HowToI18n


thanks + best regards,
juan pablo





Re: release plan for 2.10.3

2018-02-16 Thread lgilardon...@gmail.com
Just noted that the tag cloud section in the blog pages has all links 
not working


L

On 2/15/2018 11:08 PM, Dave Koelmeyer wrote:

Thanks, it's live now:

https://blogs.apache.org/jspwiki/

There's a tonne of amazing stuff in this release - I really think we have one 
of the best-kept secrets in open source wikis. I'll publish brief feature 
highlight posts over the next few weeks.

Feb 16, 2018, at 9:42 AM, Juan Pablo Santos Rodríguez wrote:

Hi Dave!

+1 for the blog post; regarding the NewIn.. page at jspwiki-wiki.a.o,
please feel free (anyone) to tweak also whatever is needed, the more eyes
on it, the better


br,
juan pablo

On Thu, Feb 15, 2018 at 9:40 AM, Dave Koelmeyer <
dave.koelme...@davekoelmeyer.co.nz> wrote:


Hi Juan Pablo,

Sorry about the delay—day job stuff took over for a bit. Your existing
post is pretty much ideal already. I've tweaked it a bit and have the
following draft ready to post if someone can approve:

***

We're pleased to announce the availability of Apache JSPWiki version
2.10.3—the fourth major release made as an Apache Top-Level Project.

This is a hugely exciting release, packed with great features. Let's look
at some of the highlights.

== Updates to the Haddock template ==

Haddock is our next generation template. It's received an enormous number
of changes in 2.10.3, including:

 Slick new Image Styles: Magnify, Animation, Captions, Frames, and more
 Beautiful new Background Styles: gradients, patterns, images, colours,
and many other options
 Incremental improvements towards mobile-friendly viewing (such as
hide/reveal site header when scrolling)
 New blog styles for JSPWiki's blogging component
 A plethora of styles that can be triggered through %%add-css
constructs—including custom fonts, image galleries, background patterns,
page ribbons, and much more
 Haddock Behaviours (JavaScript extensions to the Haddock Template)
that integrate SheetJS, MathJax, Markdown, and stunning charts with Chartist

== Mandatory properties have been removed ==

 JSPWIKI-1035
 JSPWIKI-1051

== Important fixes ==

 Default log is now redirected to stdout (JSPWIKI-1051)
 Rendering cache fixes (JSPWIKI-1064)

== For developers ==

 test-jar is now available
 JSPWiki development has moved to GitHub: forks and PRs are always more
than welcome! :)

== For more information ==

For a full list of changes see the ChangeLog file or our issue tracker.

All JSPWiki site administrators are encouraged to update. For feedback,
help, and developer queries please visit us on the mailing lists.

***


On Wed, Feb 14, 2018, at 1:05 PM, Juan Pablo Santos Rodríguez wrote:

Hi,

all tasks regarding the release are done. I'll wait 'til tomorrow night

to

send the announcement e-mail, to allow mirrors enough time to sync.

@Dave: I've opened
https://jspwiki-wiki.apache.org/Wiki.jsp?page=NewIn2.10#

section-NewIn2.10-NewInJSPWiki2.10.3ReleasedOn13022018

and plan to fill it in before sending the e-mail tomorrow with info from
this thread. If you already have the blog post ready, please feel free
to
put it into that section, surely will be better than whatever I'll come
up
with O:-) (OTOH, if you prefer to hold the release annoucement a couple
of
days to allow better syncing with the blog post, also no problem too)


br,
juan pablo

On Sat, Feb 10, 2018 at 1:55 AM, Juan Pablo Santos Rodríguez <
juanpablo.san...@gmail.com> wrote:


Hi,

finally launched the vote. Stumbled upon a couple of weird things to be
able to generate the build artifacts, so a couple more of minor commits
made into the release candidate.
- first one to fix a bug on the maven release plugin, caused by one of

its

dependencies, also opened https://issues.apache.org/
jira/browse/MRELEASE-997 for that.
- second to ensure a test yields the same results when running it under
cmd (I usually use cygwin, so haven't noticed before). Seems that git
cloning the project downloads the properties file with Unix line

endings

and that somehow messes with the byte size of the file. I'll have a

more

closer look at it once the release is done, but for now the test is

passing.

Also, the last two builds at builds.apache.org have failed, but b/c

they

were unable to create a folder for a dependency on their local .m2

repo. As

this is something related to where the build is run, I've asked infra

to

look into it



@Dave,

You may want to consider publishing the blog post also on
jspwiki-wiki.a.o.



That would be a new section under https://jspwiki-wiki.apache.
org/Wiki.jsp?page=NewIn2.10, which would get linked from the main and
news pages





Concerning markdown support,  I'd like to propose to include the

%%markdown
behaviour
( https://jspwiki-wiki.apache.org/Wiki.jsp?page=Markdown%20Behavior

)

to
the standard build.
(could be in a next release)
Markdown support is an often requested feature;  and this is really a
light
weight approach
to use 

Re: Moving JSPWiki to Spring and SpringBoot

2017-11-10 Thread lgilardon...@gmail.com

+1

On 11/9/2017 10:29 PM, Jürgen Weber wrote:

Java 7 is end of life, no public support from Oracle anymore.

JSPWiki should at least move to Java 8.

Also, JEE 7 needs Java 8 and has some nice features like WebSockets and JSON.

As for Spring, I do not see any advantages of replacing proven JSPWiki
code with Spring. Remember how the last big rewrite for JSPWiki 3.0
almost killed the project ..

We should restrict changes to features that have an advantage for
users, like Markdown or Mobile.

cheers,
Jürgen

2017-11-09 21:56 GMT+01:00 Juan Pablo Santos Rodríguez
:

Hi again! (again :-))

given that we have no official roadmap or whatsoever, my personal wishlist
for 2.11 would be

* move to java 7 (we're currently on java 6)
* compatibility with pre-2.9 plugins and filters
* haddock by default
* markdown support (more on this later)
* serialize workflows to disk (JSPWIKI-304)

as for the spring/spring-boot inclusion it'd use to replace big chunks of
WikiEngine/WikiContext, which right now act as IOC container (amongst other
things); almost all managers hold up a reference to one of those classes to
be able to grab their dependencies. Big special care would have to be taken
to preserve the ability to switch implementations through the different
jspwiki*.properties files, though (perhaps through a jspwiki spring boot
starter, or something like that).

I think it would simplify the codebase, but seems like a massive change
throughout the code. If you've some development made on this (no matter if
incomplete), please put it on a branch so we can have a look of what is
going to look like and at least discuss around it. There's no better way to
make traction than to make it visible :-) But please note that this would
be a really big change which should get completely done before going to
master..

br,
juan pablo


On Fri, Oct 6, 2017 at 8:39 AM, David Vittor  wrote:


Hi you will still be able to run JSPWiki within all these application
servers, as it will still build a war file that is deployable anywhere.

What it makes easier is the development/testing (CI/CD) process, I think.
It also means more developers might be interested in participating as they
know Spring.

You are right though, a better front end UI for mobile would be valuable.
But I guess I'm more of a backend developer and curious whether anyone has
any thoughts on the roadmap for back end?

Cheers,
David V




On Fri, Oct 6, 2017 at 5:21 PM, Jürgen Weber  wrote:


Hi,

right now you have the choice of several products to run JSPWiki: Tomcat,
Jetty, Wildfly, Weblogic and Websphere (liberty). WildFly Swarm even

gives

you a full application if you prefer microservices. I do not see anything
in Spring that we don't already have.

A far more important missing feature is probably a decent mobile
experience. We need a mobile Skin or even an App.

Greetings,

Juergen

Am 06.10.2017 01:45 schrieb "David Vittor" :


Hi Team,

I'm thinking of moving the backend of JSPWiki to use Spring, and down

the

track to Spring Boot?

Would this be worthwhile for the community? Spring is a very popular

Java

framework, and will make other integration easier, such as APIs,
SpringSocial, SpringSecurity, and even SpringCould.

It's also a dependency injection framework, which means building other
components should be much easier.

I think the licenses permit this:
* https://en.wikipedia.org/wiki/Spring_Framework
* https://github.com/spring-projects/spring-boot/blob/

master/LICENSE.txt

Note: I have in the past tried to move this to PICO Container, and I

think

I got quite close. But I think going this Spring will be a better

framework

for the future, and it has a bigger developer community.

One problem may be the size of the Spring framework, but I think we can
tweak this to keep it to a minimum. But will definitely be bigger than

the

current implementation.

Any thoughts?

Cheers,
David V





Re: Native Windows Launcher for jspwiki-portable (aka WikiOnAStick)

2014-03-17 Thread lgilardon...@gmail.com

Seems to work.

Downloaded, unzipped doubleclicked woas.exe, started. Answers at 
http://localhost:9627, seems to work (albeit I just ckicked on private / 
public to see the main page - no more test)


Cheers

Luca

On 3/16/2014 7:35 PM, Siegfried Goeschl wrote:

Hi folks,

if anyone is using Windows he/she could try to download

http://people.apache.org/~sgoeschl/download/wikionastick/

and check if the native Windows launcher does work (no Windows boxes available)

This version should also work with multiple wikis deployed as web apps 
(https://issues.apache.org/jira/browse/JSPWIKI-832) - I’m testing now with 4 
deployed wikis (with a few more to come)

Thanks in advance

Siegfried Goeschl





Re: updating wikimatrix.org

2014-02-02 Thread lgilardon...@gmail.com
Someone among the committers should also update here 
http://en.wikipedia.org/wiki/History_of_wikis ... which may help to 
re-enter wikipedia as well


Regards

Luca

On 2/2/2014 12:05 PM, Harry Metske wrote:

thanks Florian

regards,
Harry



On 2 February 2014 10:18, Florian Holeczek flor...@holeczek.de wrote:


Hi all,

I've updated the following pages:

[1] http://www.wikimatrix.org/show/JSPWiki
[2] http://de.wikipedia.org/w/index.php?title=JSPWikistable=0
[3] http://es.wikipedia.org/wiki/JSPWiki
[4] http://fr.wikipedia.org/wiki/JSPWiki
[5] http://simple.wikipedia.org/wiki/JSPWiki
[6] http://www.heise.de/download/jspwiki-1160392.html

Notes:
[2] needs to be approved by wiki admins before it is publicly visible.
Regarding [3] and [4], I've only updated the info boxes but not the text
contents. Preferably, this task will be done by someone who knows these
languages better.

Regards
  Florian