Re: Simple CMS or Wiki

2007-09-08 Thread pixotec

a cms always needs a wysiwyg-textarea.
there is TinyMCE in wicket-contrib project.
if this is to heavy-loaded and difficult to customize for you (as it was for
me) then
I invite you to work with me on my WysiwygTextarea-component which already
is usable for
bold, italic, underline, unorderedlist, orderedlist, subscript, superscript,
indent, outdent, inserting table, undo, redo,
align left, center, right functions

I could put it online for download in a few days if you (or anyone else)
want...
I made it as apache-licensed alternative to tinymce, just for wicket (maybe
for wicket-extension project)




tauren wrote:
 
 I'd like to add some simple CMS and/or wiki features to a wicket
 application.  I don't need anything full featured by any means.  I'm
 looking for pointers to any resources, code, libraries, blogs, or
 anything else that would help jump start adding these features to my
 application.
 
 I'm aware of the wicketstuff kronos-cms project and am starting to
 look into it now.  Also, via kronos-cms, I learned about the apache
 jackrabbit project, but know nothing about it at this time.  It looks
 like it may be pertinent.
 
 Any other advice and suggestions is appreciated!
 
 Tauren
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 

-- 
View this message in context: 
http://www.nabble.com/Simple-CMS-or-Wiki-tf4405034.html#a12567148
Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Simple CMS or Wiki

2007-09-08 Thread David Bernard

I started a wiki like application 2 month ago. Currently it's not ready for 
publish. But may be I could help you.
What do you want exactly :
* user write in wiki syntax or html (may be with a Wysiwyg)
* for wiki syntax
  * a renderer (convert a wiki syntax to html)
  * which wiki syntax scope : inline (bold, italic,...), image, ... link 
internal, external, ... macro like toc?
* do you want to allow and manage attachament
* do you need a way to store document, or is it already part of your 
application ?
* do you need meta-data : authors, version, title
= the widgets for edition, display, meta-data, attachement, help,...

/david

Tauren Mills wrote:

I'd like to add some simple CMS and/or wiki features to a wicket
application.  I don't need anything full featured by any means.  I'm
looking for pointers to any resources, code, libraries, blogs, or
anything else that would help jump start adding these features to my
application.

I'm aware of the wicketstuff kronos-cms project and am starting to
look into it now.  Also, via kronos-cms, I learned about the apache
jackrabbit project, but know nothing about it at this time.  It looks
like it may be pertinent.

Any other advice and suggestions is appreciated!

Tauren

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Simple CMS or Wiki

2007-09-08 Thread Korbinian Bachl
you might want to have a look at wicket-contrib-yui - i added the 
YuiEditor yesterday (still alpha) but this should do it for your need. 
Its an easy WYSIWYG editor (especially as its crossbrowser), demo is 
under: http://developer.yahoo.com/yui/examples/editor/index.html


if you want to enhance it youre welcome (it currently works in a basic 
way, not yet customizable), src is at 
https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicket-contrib-yui/

with examples under
https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicket-contrib-yui-examples/
(2 examples are broken, but were behind it)

regards



pixotec schrieb:

a cms always needs a wysiwyg-textarea.
there is TinyMCE in wicket-contrib project.
if this is to heavy-loaded and difficult to customize for you (as it was for
me) then
I invite you to work with me on my WysiwygTextarea-component which already
is usable for
bold, italic, underline, unorderedlist, orderedlist, subscript, superscript,
indent, outdent, inserting table, undo, redo,
align left, center, right functions

I could put it online for download in a few days if you (or anyone else)
want...
I made it as apache-licensed alternative to tinymce, just for wicket (maybe
for wicket-extension project)




tauren wrote:

I'd like to add some simple CMS and/or wiki features to a wicket
application.  I don't need anything full featured by any means.  I'm
looking for pointers to any resources, code, libraries, blogs, or
anything else that would help jump start adding these features to my
application.

I'm aware of the wicketstuff kronos-cms project and am starting to
look into it now.  Also, via kronos-cms, I learned about the apache
jackrabbit project, but know nothing about it at this time.  It looks
like it may be pertinent.

Any other advice and suggestions is appreciated!

Tauren

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]







-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Simple CMS or Wiki

2007-09-07 Thread Tauren Mills
I'd like to add some simple CMS and/or wiki features to a wicket
application.  I don't need anything full featured by any means.  I'm
looking for pointers to any resources, code, libraries, blogs, or
anything else that would help jump start adding these features to my
application.

I'm aware of the wicketstuff kronos-cms project and am starting to
look into it now.  Also, via kronos-cms, I learned about the apache
jackrabbit project, but know nothing about it at this time.  It looks
like it may be pertinent.

Any other advice and suggestions is appreciated!

Tauren

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]