Re: Blogging platform written in Wicket?

2013-11-05 Thread Ondrej Zizka

Hello,

On 4.11.2013 17:02, Decebal Suiu wrote:

Hi

I decided to open this platform under Apache License. It will be available
on github.

Nice.

I've already converted application to wicket 6 and bootstrap 3.
In fact, my intention was to create a modular debate platform (using
plugins), something more social with many contributors/authors but I am sure
that I can use this platform for blogging.
Sorry but I don't see the value for a (strict) blogging platform in wicket.
Are many free, good and self hosted blogging platforms on the internet. Do
you have a special requirements?
No special. But have webs in Wicket and would like to have it under 
one roof, i.e. JBoss AS 7 in my case, and integrated to some extent. 
That's the motivation.


Now, a blog might seem to be an easy deal, but not if you want it right 
and with all the goodies -
nice urls, RSS, backtracks, support for markup language(s), 
FB/G+/twitter/... integration, Disqus, Gravatar, ... quite a lot of work.


Ondra



Is anyone on this forum who sees value for a blogging system/framework in
wicket?

Best regards,
Decebal



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Blogging-platform-written-in-Wicket-tp4662033p4662111.html
Sent from the Users forum mailing list archive at Nabble.com.

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




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



Re: Blogging platform written in Wicket?

2013-11-04 Thread Martijn Dashorst
On Mon, Nov 4, 2013 at 5:02 PM, Decebal Suiu decebal.s...@asf.ro wrote:
 Is anyone on this forum who sees value for a blogging system/framework in
 wicket?

In the very least it would probably make testing our releases better
if we could somehow integrate this with travisci and our staging
repository. No idea how to make that work though...

More automated release testing is better IMO.

Martijn

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



Re: Blogging platform written in Wicket?

2013-11-03 Thread Ondrej Zizka

Sounds good. Opening the source is always a good idea :)
Let me know when you decide.

This looks like a forum. Is there some blog running on it?

Thanks,
Ondra



On 30.10.2013 16:16, Decebal Suiu wrote:

Hi

I have a platform for you (I created with other two friends, some time ago.)
:)  I like to open this platform and to publish the code on github under a
friendly open source license (probably Apache License).
Now the platform it's converted for wicket 6 but need more tests. On this
platform we have a site (it's version for wicket 1.5) in production,
launched some time ago. In fact it's more than a blogging platform (we use
this platform as a debate platform).

On MyAgora you can:
- add posts (various types: article, news)
- add comments
- vote a post or comment
- show users' score points (details on category types)
- show users' ranking (we support many rank levels (beginner, mdeium,
advanced, master, ... - you can choose a nice name for each level) )
- sort posts by some criteria categories, view count, most commented
- seo ready (slugify)
- security
- mail notifications (un each post or comment)
- validation process for posts and comments (only valid text is published
on site); any admin can validate a text (comment, post)
- social integration (facebook, twitter, digg)

[1] http;//www.myagora.ro

Best regards,
Decebal



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Blogging-platform-written-in-Wicket-tp4662033p4662050.html
Sent from the Users forum mailing list archive at Nabble.com.

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




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



Re: Blogging platform written in Wicket?

2013-10-30 Thread Martin Grigorov
Hi,

The one I'm aware of is https://code.google.com/p/elephas/
But it is not actively developed since very long.


On Wed, Oct 30, 2013 at 4:47 AM, Ondrej Zizka ozi...@redhat.com wrote:

 Hi all,

 while there are plenty of components for Wicket, I can't find any blogging
 platform. Doesn't need to be much pluggable, I'm happy with the basic stuff
 - posts with some markup language, RSS, basic navigation by months. But
 even such a basic stuff isn't around.

 Is there any such? I want it Wicket-based so I could customize (I don't
 want to get dirty with JSF or even PHP - eeeww)

 The only one I found is http://code.google.com/p/osgi-**enterprise/wiki/**
 AriesBlogWithWickethttp://code.google.com/p/osgi-enterprise/wiki/AriesBlogWithWicketwhich
  is rather an OSGi showcase.

 Thanks,
 Ondra

 --**--**-
 To unsubscribe, e-mail: 
 users-unsubscribe@wicket.**apache.orgusers-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org




Re: Blogging platform written in Wicket?

2013-10-30 Thread Ernesto Reinaldo Barreiro
I know of a blogging platform that is being built using wicket but it is a
product and not a reusable set of components.


On Wed, Oct 30, 2013 at 3:47 AM, Ondrej Zizka ozi...@redhat.com wrote:

 Hi all,

 while there are plenty of components for Wicket, I can't find any blogging
 platform. Doesn't need to be much pluggable, I'm happy with the basic stuff
 - posts with some markup language, RSS, basic navigation by months. But
 even such a basic stuff isn't around.

 Is there any such? I want it Wicket-based so I could customize (I don't
 want to get dirty with JSF or even PHP - eeeww)

 The only one I found is http://code.google.com/p/osgi-**enterprise/wiki/**
 AriesBlogWithWickethttp://code.google.com/p/osgi-enterprise/wiki/AriesBlogWithWicketwhich
  is rather an OSGi showcase.

 Thanks,
 Ondra

 --**--**-
 To unsubscribe, e-mail: 
 users-unsubscribe@wicket.**apache.orgusers-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org




-- 
Regards - Ernesto Reinaldo Barreiro


Re: Blogging platform written in Wicket?

2013-10-30 Thread Decebal Suiu
Hi

I have a platform for you (I created with other two friends, some time ago.)
:)  I like to open this platform and to publish the code on github under a
friendly open source license (probably Apache License).
Now the platform it's converted for wicket 6 but need more tests. On this
platform we have a site (it's version for wicket 1.5) in production,
launched some time ago. In fact it's more than a blogging platform (we use
this platform as a debate platform). 

On MyAgora you can:
- add posts (various types: article, news)
- add comments
- vote a post or comment
- show users' score points (details on category types)
- show users' ranking (we support many rank levels (beginner, mdeium,
advanced, master, ... - you can choose a nice name for each level) )
- sort posts by some criteria categories, view count, most commented
- seo ready (slugify) 
- security
- mail notifications (un each post or comment)
- validation process for posts and comments (only valid text is published
on site); any admin can validate a text (comment, post)
- social integration (facebook, twitter, digg)

[1] http;//www.myagora.ro

Best regards,
Decebal



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Blogging-platform-written-in-Wicket-tp4662033p4662050.html
Sent from the Users forum mailing list archive at Nabble.com.

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



Re: Blogging platform written in Wicket?

2013-10-30 Thread Decebal Suiu
My mistake. myagora.ro is built with wicket 1.4

Best regards,
Decebal



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Blogging-platform-written-in-Wicket-tp4662033p4662051.html
Sent from the Users forum mailing list archive at Nabble.com.

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



Blogging platform written in Wicket?

2013-10-29 Thread Ondrej Zizka

Hi all,

while there are plenty of components for Wicket, I can't find any 
blogging platform. Doesn't need to be much pluggable, I'm happy with the 
basic stuff - posts with some markup language, RSS, basic navigation by 
months. But even such a basic stuff isn't around.


Is there any such? I want it Wicket-based so I could customize (I don't 
want to get dirty with JSF or even PHP - eeeww)


The only one I found is 
http://code.google.com/p/osgi-enterprise/wiki/AriesBlogWithWicket which 
is rather an OSGi showcase.


Thanks,
Ondra

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