Hello people, yes i will look into the available wiki modules. i have looked into liquid wiki. flickr is also interesting to me but i want to start off with wiki, since that is also the project that was on my applications list for Drupal for SoC applications. but i didnt apply for that. So now i can do it. I will install Dokuwiki and Mediawiki and do a study myself and submit a documentation and plan since i dont think such a plan exits. I intend to make the plan available before Brussels. And for Brussels this is what i found : http://drupalcon.org/node/24 So i think we will need a plan anyways, unless someone has already made one. Once i am done with plan of wiki module i will need to wait for Brussels to wait so that I know what all discussions went in there .... for that time being i will look into Flickr : just study it, nothing much serious. -- Thanks =Code is Poetry= Sumit Datta
Op woensdag 23 augustus 2006 10:40, schreef Sumit Datta:
Once i am done with plan of wiki module i will need to wait for Brussels to wait so that I know what all discussions went in there .... for that time being i will look into Flickr : just study it, nothing much serious.
I managed to install a few actually well-working wiki sites using only Drupal. Just glue a lot of modules together. But not one module with the word "wiki" in the name! So investigating the route of a wiki install profile might be worth your time too! Bèr
On 23-Aug-06, at 5:16 AM, Bèr Kessels wrote:
Op woensdag 23 augustus 2006 10:40, schreef Sumit Datta:
Once i am done with plan of wiki module i will need to wait for Brussels to wait so that I know what all discussions went in there .... for that time being i will look into Flickr : just study it, nothing much serious.
I managed to install a few actually well-working wiki sites using only Drupal. Just glue a lot of modules together. But not one module with the word "wiki" in the name!
So investigating the route of a wiki install profile might be worth your time too!
That's one route, which I've detailed in a wiki recipe before. However, it depends on very specific node access modules, which usually don't work well with other node access systems (e.g. groups). Moshe: I was looking more for feedback from you on what you see *missing* from liquid wiki (other than a maintainer that has more time...). -- Boris
Op woensdag 23 augustus 2006 17:29, schreef Boris Mann:
However, it depends on very specific node access modules, which usually don't work well with other node access systems (e.g. groups).
This is indeed a big problem. Not limited to Wiki's at all. Project trackers (casetracker/project module) helpdesk environments, and indeed wiki/documentation. But is suspect many more concepts need advanced access permissions, none wof wich Drupal can offer right now. So besides a wiki-module, (or maybe instead) we actually need a revised access system. The path for this is already paved by node access arbiter. Great stuff, and really worth investigating for core (at least its concept). Bèr
Bèr Kessels wrote:
So besides a wiki-module, (or maybe instead) we actually need a revised access system. The path for this is already paved by node access arbiter. Great stuff, and really worth investigating for core (at least its concept).
Actually... that is in core already. -- Neil Drumm http://delocalizedham.com/
Bèr Kessels wrote:
Op woensdag 23 augustus 2006 10:40, schreef Sumit Datta:
Once i am done with plan of wiki module i will need to wait for Brussels to wait so that I know what all discussions went in there .... for that time being i will look into Flickr : just study it, nothing much serious.
I managed to install a few actually well-working wiki sites using only Drupal. Just glue a lot of modules together. But not one module with the word "wiki" in the name!
So investigating the route of a wiki install profile might be worth your time too!
I recently helped set up a wiki for one of our client sites. We used: - CCK (4.7) - TinyMCE - freelinking - input_format_restrictions - a formapi hack module that lets you define the default and available input formats for each node type [1]. I plan on making a patch for core for this, but haven't had time. The first step, in case anyone wants it, is being able to set the default and available input formats when calling the function which generates that form widget. Our client is quite happy with this. 1. http://cvs.drupal.org/viewcvs/drupal/contributions/modules/input_format_rest... -- Neil Drumm http://delocalizedham.com/
Op woensdag 23 augustus 2006 19:24, schreef Neil Drumm:
I recently helped set up a wiki for one of our client sites. We used: - CCK (4.7) - TinyMCE - freelinking - input_format_restrictions - a formapi hack module that lets you define the default and available input formats for each node type [1]. I plan on making a patch for core for this, but haven't had time. The first step, in case anyone wants it, is being able to set the default and available input formats when calling the function which generates that form widget.
Here is my recipe: book module (It's great to be able to actually structure a wiki!) node_privacy_by_role (we needed three groups that could not edit or see eachothers content. If you need more OG configured for books will be a good option) freelinking markdown icw with a properly configured input format. (My client found markdown far more "natural" then HTML or WikiSyntax) inline module upload module (icw inline provides a simple way to include images) Bèr
The other thing thats needed is a wiki markup filter. I think there were a couple of them started, including the one in Liquid. None of them did what I wanted, so I put together a wiki markup filter using the Pear Text_Wiki package. I haven't contributed it yet since I'm fairly new to Drupal and it was a fast job (not to mention the others that are already there somewhere). But people are welcome to go get it, and I'd be happy to contribute it. I don't have lots of time to work with it though, and once it got to the level that it does what I needed... Anyway, if anybody could use it, its here until I get around to getting an account to add it to drupal.org. http://davidcaylor.com/drupal_text_wiki_filter On Wednesday 23 August 2006 12:17, Bèr Kessels wrote:
Op woensdag 23 augustus 2006 19:24, schreef Neil Drumm:
I recently helped set up a wiki for one of our client sites. We used: - CCK (4.7) - TinyMCE - freelinking - input_format_restrictions - a formapi hack module that lets you define the default and available input formats for each node type [1]. I plan on making a patch for core for this, but haven't had time. The first step, in case anyone wants it, is being able to set the default and available input formats when calling the function which generates that form widget.
Here is my recipe: book module (It's great to be able to actually structure a wiki!) node_privacy_by_role (we needed three groups that could not edit or see eachothers content. If you need more OG configured for books will be a good option) freelinking markdown icw with a properly configured input format. (My client found markdown far more "natural" then HTML or WikiSyntax) inline module upload module (icw inline provides a simple way to include images)
Bèr
Even tough it's not a "true" wiki I really like how they've done the UI on Writeboard, especially how they compare different versions/revisions. Very intuitive. Have a look at http://123.writeboard.com/3cbd51583cb07a1d4, password drupal. Regards, Anders
Op 24-aug-2006, om 11:29 heeft Anders het volgende geschreven:
Even tough it's not a "true" wiki I really like how they've done the UI on Writeboard, especially how they compare different versions/revisions. Very intuitive.
Have a look at http://123.writeboard.com/3cbd51583cb07a1d4, password drupal. I'm not sure I'm completely right, but I thought the diff.module in the contributions repository *could* give you some sort of the same result for displaying the differences between 2 or more revisions of a node.. You better check that first imo..
Steef
participants (7)
-
Anders -
Boris Mann -
Bèr Kessels -
David Caylor -
Neil Drumm -
Stefan Nagtegaal -
Sumit Datta