The Artima Developer Community
Sponsored Link

Python Buzz Forum
WYSIWYG Wiki

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Ian Bicking

Posts: 900
Nickname: ianb
Registered: Apr, 2003

Ian Bicking is a freelance programmer
WYSIWYG Wiki Posted: Apr 26, 2004 10:37 PM
Reply to this message Reply

This post originated from an RSS feed registered with Python Buzz by Ian Bicking.
Original Post: WYSIWYG Wiki
Feed Title: Ian Bicking
Feed URL: http://www.ianbicking.org/feeds/atom.xml
Feed Description: Thoughts on Python and Programming.
Latest Python Buzz Posts
Latest Python Buzz Posts by Ian Bicking
Latest Posts From Ian Bicking

Advertisement

I have the wiki doing different MIME types now (though the full range of types is yet been supported -- images and other binary files will come in time).

Most interesting is support for a WYSIWYG editor (htmlArea to be specific). HtmlArea was a delight to work with -- the only thing that seemed crufty was that it expected to be in the same directory as the application. But using Webware's URLParser it just took one line in __init__.py (urlJoins=['htmlarea/']) to allow me to put htmlArea in a different directory but merge the URL spaces. I was able to customize the available buttons and add a button of my own quite easily.

I also added an incremental search feature for the pages, implemented in Javascript. The implementation is reasonably short -- though I should implement support for if-modified-since so that you don't have to download the entire list of pages everytime you want to insert a link.

As time goes on, this is becoming a publishing environment or CMS as much as anything. Which is probably unsurprising.

Oh... and I need a name for this. Ideas?

Read: WYSIWYG Wiki

Topic: How you know your site is full of spam ... Previous Topic   Next Topic Topic: Command line parsing

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use