Revision [19261]

Last edited on 2008-01-28 00:14:45 by JavaWoman [Modified links pointing to docs server]

No Differences

Revision [17154]

Edited on 2007-07-07 05:35:50 by JavaWoman [web.archive.org links for wakkawiki and other disappeared sites]
Additions:
Only recently discovered this site and I'm very enthousiastic about Wikka and [[http://web.archive.org/web/20041016202711/http://www.jsnx.com/WikkaRTE/HomePage WikkaRTE]]. I see a huge potential for Wikis in any place where people need to collaborate effectively (share) and at the same time build knowledge.
Some features I (would) like to see in [[http://web.archive.org/web/20040611183854/www.wakkawiki.com/WakkaWiki Wakka]]/[[http://wackowiki.com Wacko]]/[[HomePage Wikka]]:
- calendar-functionality (see [[http://web.archive.org/web/20040619205123/http://www.wakkawiki.com/WakkaCalendar WakkaCalendar]] )
- Hmm, the ""WakkaCalendar"" seems like a horrible kludge to me. Would you really want your wiki gunked up with a bunch of Calendar pages in the Index and Recent Changes? Take a look at the ""WakkaCalendar"" site's [[http://web.archive.org/web/20040826082836/http://www.finger-style.com/PageIndex PageIndex]] to see what I mean. -- JsnX
- icons to cheer pages up (see: [[http://web.archive.org/web/20041015062946/http://nontroppo.org/wiki/WikiIcons WikiIcons]] )
- grouping users, ACL's for user groups (see [[http://web.archive.org/web/20040408041122/http://www.wakkawiki.com/WakkaAliases WakkaAliases]] )
- [[http://web.archive.org/web/20040823065550/http://www.wakkawiki.com/MindMapMod MindMap support]]
Some more hacks are found at [[http://web.archive.org/web/20040817143211/http://www.wakkawiki.com/WakkaHacks WakkaHacks]]
It would be great if effort could be joined for the various Wakka-forks. A lot of interesting things must be discussed on the [[http://wackowiki.com WackoWiki.com]]-site, but unfortunately I don't speak/read Russian.
Deletions:
Only recently discovered this site and I'm very enthousiastic about Wikka and [[http://www.jsnx.com/WikkaRTE/HomePage WikkaRTE]]. I see a huge potential for Wikis in any place where people need to collaborate effectively (share) and at the same time build knowledge.
Some features I (would) like to see in [[http://www.wakkawiki.com Wakka]]/[[http://wackowiki.com Wacko]]/[[http://wikka.jsnx.com/HomePage Wikka]]:
- calendar-functionality (see http://www.wakkawiki.com/WakkaCalendar )
- Hmm, the ""WakkaCalendar"" seems like a horrible kludge to me. Would you really want your wiki gunked up with a bunch of Calendar pages in the Index and Recent Changes? Take a look at the ""WakkaCalendar"" site's [[http://www.finger-style.com/PageIndex PageIndex]] to see what I mean. -- JsnX
- icons to cheer pages up (see: http://nontroppo.org/wiki/WikiIcons )
- grouping users, ACL's for user groups (see http://www.wakkawiki.com/WakkaAliases )
- [[http://www.wakkawiki.com/MindMapMod MindMap support]]
Some more hacks are found at [[http://web.archive.org/web/20040116092930/http://www.wakkawiki.com/WakkaHacks WakkaHacks]]
It would be great if effort could be joined for the various Wakka-forks. A lot of interesting things must be discussed on the WackoWiki.com-site, but unfortunately I don't speak/read Russian.


Revision [5962]

Edited on 2005-02-14 12:38:00 by PolVazo [Changed WakkaHacks link to WayBackMachine]
Additions:
===Mark Hissink Muller===
Thanks for visiting my page in Wikka. You can contact me at markNOS@PAMhissinkmuller.nl (remove the NOS_PAM-decoy).

Only recently discovered this site and I'm very enthousiastic about Wikka and [[http://www.jsnx.com/WikkaRTE/HomePage WikkaRTE]]. I see a huge potential for Wikis in any place where people need to collaborate effectively (share) and at the same time build knowledge.

I integrated the [[http://www.touchgraph.com Touchgraph]] Linkbrowser with Wakka/Wacko to show visualization of pages through an engine-independant layer of abstraction which currently supports Wacko/Wakka- and PhpWiki. Let me know if you're interested in the code.

Some features I (would) like to see in [[http://www.wakkawiki.com Wakka]]/[[http://wackowiki.com Wacko]]/[[http://wikka.jsnx.com/HomePage Wikka]]:
- syntax highlighting for Java codesnippets

- table of contents for a particular page (in Wacko ""{{toc}}"")

- calendar-functionality (see http://www.wakkawiki.com/WakkaCalendar )
- Hmm, the ""WakkaCalendar"" seems like a horrible kludge to me. Would you really want your wiki gunked up with a bunch of Calendar pages in the Index and Recent Changes? Take a look at the ""WakkaCalendar"" site's [[http://www.finger-style.com/PageIndex PageIndex]] to see what I mean. -- JsnX
- ''//MHM: Point taken, this looks somewhat messy, the ""{{calendar}}"" should be optional -- 5/30/04//''
- Just change (!preg_match("/^Comment/", $page["tag"])) to (!preg_match("/^Comment|[0-9]{8}/", $page["tag"])) in action/pageindex.pph and the you're done! - (!preg_match("/[A-Z,a-z]|[0-9]{8}/", $firstChar) in Wikka, I think. --AndreaRossato

- support for various table-implementations

- multilevel pages (see [[http://wackowiki.com Wacko]])

- multilevel table of contents (not sure need to check Wacko v4.0)

- filtered searching (pages which contain "foo" but do not contain "bar")
- Done. -- JsnX 8/15/2004

- page refactoring (ability to rename a page and have all links to that page updated with the new name; maybe dangerous, as Wacko's RomanIvanov pointed out)
- ''//MHM: For the short run ""{{redirect}}"" (from Wacko) will help here. I'm investigating what it would take to build a refactoring-component in Java -- 5/30/04//''

- ability to select which languages are loaded on initial setup of database

- icons to cheer pages up (see: http://nontroppo.org/wiki/WikiIcons )

- backlinks (like in [[http://wackowiki.com Wacko]], the ... right after the main pagename)
- This is already there. Just click the page name in the header. But maybe it would be better to use the dots like Wacko does? -- JsnX
- ''//MHM: Ok, I had not seen this yet. For a structure which supports multi-level pages, the Wacko-way (clicking the page-name brings you to that particular page) allows you to quickly navigate back to a super-page and from there on to another page, which is quite useful. -- 5/30/04//''

- grouping users, ACL's for user groups (see http://www.wakkawiki.com/WakkaAliases )
- Yes, this will likely be added in the future. -- JsnX
- I tried to do something with ACLsWithUserGroups.

- page watching, notification when a page has changed
- Hmm, this will be considered too. -- JsnX

- [[http://www.wakkawiki.com/MindMapMod MindMap support]]

Feel free to add more or discuss things I posted.

Some more hacks are found at [[http://web.archive.org/web/20040116092930/http://www.wakkawiki.com/WakkaHacks WakkaHacks]]

It would be great if effort could be joined for the various Wakka-forks. A lot of interesting things must be discussed on the WackoWiki.com-site, but unfortunately I don't speak/read Russian.

Cheers,
Mark

----
Deletions:
===Mark Hissink Muller===
Thanks for visiting my page in Wikka. You can contact me at markNOS@PAMhissinkmuller.nl (remove the NOS_PAM-decoy).

Only recently discovered this site and I'm very enthousiastic about Wikka and [[http://www.jsnx.com/WikkaRTE/HomePage WikkaRTE]]. I see a huge potential for Wikis in any place where people need to collaborate effectively (share) and at the same time build knowledge.

I integrated the [[http://www.touchgraph.com Touchgraph]] Linkbrowser with Wakka/Wacko to show visualization of pages through an engine-independant layer of abstraction which currently supports Wacko/Wakka- and PhpWiki. Let me know if you're interested in the code.

Some features I (would) like to see in [[http://www.wakkawiki.com Wakka]]/[[http://wackowiki.com Wacko]]/[[http://wikka.jsnx.com/HomePage Wikka]]:
- syntax highlighting for Java codesnippets

- table of contents for a particular page (in Wacko ""{{toc}}"")

- calendar-functionality (see http://www.wakkawiki.com/WakkaCalendar )
- Hmm, the ""WakkaCalendar"" seems like a horrible kludge to me. Would you really want your wiki gunked up with a bunch of Calendar pages in the Index and Recent Changes? Take a look at the ""WakkaCalendar"" site's [[http://www.finger-style.com/PageIndex PageIndex]] to see what I mean. -- JsnX
- ''//MHM: Point taken, this looks somewhat messy, the ""{{calendar}}"" should be optional -- 5/30/04//''
- Just change (!preg_match("/^Comment/", $page["tag"])) to (!preg_match("/^Comment|[0-9]{8}/", $page["tag"])) in action/pageindex.pph and the you're done! - (!preg_match("/[A-Z,a-z]|[0-9]{8}/", $firstChar) in Wikka, I think. --AndreaRossato

- support for various table-implementations

- multilevel pages (see [[http://wackowiki.com Wacko]])

- multilevel table of contents (not sure need to check Wacko v4.0)

- filtered searching (pages which contain "foo" but do not contain "bar")
- Done. -- JsnX 8/15/2004

- page refactoring (ability to rename a page and have all links to that page updated with the new name; maybe dangerous, as Wacko's RomanIvanov pointed out)
- ''//MHM: For the short run ""{{redirect}}"" (from Wacko) will help here. I'm investigating what it would take to build a refactoring-component in Java -- 5/30/04//''

- ability to select which languages are loaded on initial setup of database

- icons to cheer pages up (see: http://nontroppo.org/wiki/WikiIcons )

- backlinks (like in [[http://wackowiki.com Wacko]], the ... right after the main pagename)
- This is already there. Just click the page name in the header. But maybe it would be better to use the dots like Wacko does? -- JsnX
- ''//MHM: Ok, I had not seen this yet. For a structure which supports multi-level pages, the Wacko-way (clicking the page-name brings you to that particular page) allows you to quickly navigate back to a super-page and from there on to another page, which is quite useful. -- 5/30/04//''

- grouping users, ACL's for user groups (see http://www.wakkawiki.com/WakkaAliases )
- Yes, this will likely be added in the future. -- JsnX
- I tried to do something with ACLsWithUserGroups.

- page watching, notification when a page has changed
- Hmm, this will be considered too. -- JsnX

- [[http://www.wakkawiki.com/MindMapMod MindMap support]]

Feel free to add more or discuss things I posted.

Some more hacks are found at [[http://www.wakkawiki.com/WakkaHacks WakkaHacks]]

It would be great if effort could be joined for the various Wakka-forks. A lot of interesting things must be discussed on the WackoWiki.com-site, but unfortunately I don't speak/read Russian.

Cheers,
Mark

----


Revision [4096]

Edited on 2005-01-06 19:48:01 by ChristianBarthelemy [Changed WakkaHacks link to WayBackMachine]
Additions:
- I tried to do something with ACLsWithUserGroups.
Deletions:
- I tried to do something alike: check GroupManagement under "Another approach".


Revision [4082]

Edited on 2005-01-06 17:26:31 by ChristianBarthelemy [ACL's for user groups]
Additions:
- I tried to do something alike: check GroupManagement under "Another approach".


Revision [1006]

Edited on 2004-08-15 19:55:11 by AndreaRossato [problems can be solve, sometimes..;-)]
Additions:
- Just change (!preg_match("/^Comment/", $page["tag"])) to (!preg_match("/^Comment|[0-9]{8}/", $page["tag"])) in action/pageindex.pph and the you're done! - (!preg_match("/[A-Z,a-z]|[0-9]{8}/", $firstChar) in Wikka, I think. --AndreaRossato


Revision [1002]

Edited on 2004-08-15 17:37:03 by JsnX [problems can be solve, sometimes..;-)]
Additions:
===Mark Hissink Muller===
Thanks for visiting my page in Wikka. You can contact me at markNOS@PAMhissinkmuller.nl (remove the NOS_PAM-decoy).

Only recently discovered this site and I'm very enthousiastic about Wikka and [[http://www.jsnx.com/WikkaRTE/HomePage WikkaRTE]]. I see a huge potential for Wikis in any place where people need to collaborate effectively (share) and at the same time build knowledge.

I integrated the [[http://www.touchgraph.com Touchgraph]] Linkbrowser with Wakka/Wacko to show visualization of pages through an engine-independant layer of abstraction which currently supports Wacko/Wakka- and PhpWiki. Let me know if you're interested in the code.

Some features I (would) like to see in [[http://www.wakkawiki.com Wakka]]/[[http://wackowiki.com Wacko]]/[[http://wikka.jsnx.com/HomePage Wikka]]:
- syntax highlighting for Java codesnippets

- table of contents for a particular page (in Wacko ""{{toc}}"")

- calendar-functionality (see http://www.wakkawiki.com/WakkaCalendar )
- Hmm, the ""WakkaCalendar"" seems like a horrible kludge to me. Would you really want your wiki gunked up with a bunch of Calendar pages in the Index and Recent Changes? Take a look at the ""WakkaCalendar"" site's [[http://www.finger-style.com/PageIndex PageIndex]] to see what I mean. -- JsnX
- ''//MHM: Point taken, this looks somewhat messy, the ""{{calendar}}"" should be optional -- 5/30/04//''

- support for various table-implementations

- multilevel pages (see [[http://wackowiki.com Wacko]])

- multilevel table of contents (not sure need to check Wacko v4.0)

- filtered searching (pages which contain "foo" but do not contain "bar")
- Done. -- JsnX 8/15/2004

- page refactoring (ability to rename a page and have all links to that page updated with the new name; maybe dangerous, as Wacko's RomanIvanov pointed out)
- ''//MHM: For the short run ""{{redirect}}"" (from Wacko) will help here. I'm investigating what it would take to build a refactoring-component in Java -- 5/30/04//''

- ability to select which languages are loaded on initial setup of database

- icons to cheer pages up (see: http://nontroppo.org/wiki/WikiIcons )

- backlinks (like in [[http://wackowiki.com Wacko]], the ... right after the main pagename)
- This is already there. Just click the page name in the header. But maybe it would be better to use the dots like Wacko does? -- JsnX
- ''//MHM: Ok, I had not seen this yet. For a structure which supports multi-level pages, the Wacko-way (clicking the page-name brings you to that particular page) allows you to quickly navigate back to a super-page and from there on to another page, which is quite useful. -- 5/30/04//''

- grouping users, ACL's for user groups (see http://www.wakkawiki.com/WakkaAliases )
- Yes, this will likely be added in the future. -- JsnX

- page watching, notification when a page has changed
- Hmm, this will be considered too. -- JsnX

- [[http://www.wakkawiki.com/MindMapMod MindMap support]]

Feel free to add more or discuss things I posted.

Some more hacks are found at [[http://www.wakkawiki.com/WakkaHacks WakkaHacks]]

It would be great if effort could be joined for the various Wakka-forks. A lot of interesting things must be discussed on the WackoWiki.com-site, but unfortunately I don't speak/read Russian.

Cheers,
Mark

----
Deletions:
===Mark Hissink Muller===
Thanks for visiting my page in Wikka. You can contact me at markNOS@PAMhissinkmuller.nl (remove the NOS_PAM-decoy).

Only recently discovered this site and I'm very enthousiastic about Wikka and [[http://www.jsnx.com/WikkaRTE/HomePage WikkaRTE]]. I see a huge potential for Wikis in any place where people need to collaborate effectively (share) and at the same time build knowledge.

I integrated the [[http://www.touchgraph.com Touchgraph]] Linkbrowser with Wakka/Wacko to show visualization of pages through an engine-independant layer of abstraction which currently supports Wacko/Wakka- and PhpWiki. Let me know if you're interested in the code.

Some features I (would) like to see in [[http://www.wakkawiki.com Wakka]]/[[http://wackowiki.com Wacko]]/[[http://wikka.jsnx.com/HomePage Wikka]]:
- syntax highlighting for Java codesnippets

- table of contents for a particular page (in Wacko ""{{toc}}"")

- calendar-functionality (see http://www.wakkawiki.com/WakkaCalendar )
- Hmm, the ""WakkaCalendar"" seems like a horrible kludge to me. Would you really want your wiki gunked up with a bunch of Calendar pages in the Index and Recent Changes? Take a look at the ""WakkaCalendar"" site's [[http://www.finger-style.com/PageIndex PageIndex]] to see what I mean. -- JsnX
- ''//MHM: Point taken, this looks somewhat messy, the ""{{calendar}}"" should be optional -- 5/30/04//''

- support for various table-implementations

- multilevel pages (see [[http://wackowiki.com Wacko]])

- multilevel table of contents (not sure need to check Wacko v4.0)

- filtered searching (pages which contain "foo" but do not contain "bar")
- I like this idea. -- JsnX

- page refactoring (ability to rename a page and have all links to that page updated with the new name; maybe dangerous, as Wacko's RomanIvanov pointed out)
- ''//MHM: For the short run ""{{redirect}}"" (from Wacko) will help here. I'm investigating what it would take to build a refactoring-component in Java -- 5/30/04//''

- ability to select which languages are loaded on initial setup of database

- icons to cheer pages up (see: http://nontroppo.org/wiki/WikiIcons )

- backlinks (like in [[http://wackowiki.com Wacko]], the ... right after the main pagename)
- This is already there. Just click the page name in the header. But maybe it would be better to use the dots like Wacko does? -- JsnX
- ''//MHM: Ok, I had not seen this yet. For a structure which supports multi-level pages, the Wacko-way (clicking the page-name brings you to that particular page) allows you to quickly navigate back to a super-page and from there on to another page, which is quite useful. -- 5/30/04//''

- grouping users, ACL's for user groups (see http://www.wakkawiki.com/WakkaAliases )
- Yes, this will likely be added in the future. -- JsnX

- page watching, notification when a page has changed
- Hmm, this will be considered too. -- JsnX

- [[http://www.wakkawiki.com/MindMapMod MindMap support]]

Feel free to add more or discuss things I posted.

Some more hacks are found at [[http://www.wakkawiki.com/WakkaHacks WakkaHacks]]

It would be great if effort could be joined for the various Wakka-forks. A lot of interesting things must be discussed on the WackoWiki.com-site, but unfortunately I don't speak/read Russian.

Cheers,
Mark

----


Revision [686]

Edited on 2004-06-18 22:35:51 by MarkHissinkMuller [problems can be solve, sometimes..;-)]
Deletions:
LinkForJoost


Revision [681]

Edited on 2004-06-18 21:57:34 by MarkHissinkMuller [problems can be solve, sometimes..;-)]
Additions:
LinkForJoost


Revision [522]

Edited on 2004-05-30 12:24:34 by MarkHissinkMuller [problems can be solve, sometimes..;-)]
Additions:
- ''//MHM: Point taken, this looks somewhat messy, the ""{{calendar}}"" should be optional -- 5/30/04//''
- ''//MHM: For the short run ""{{redirect}}"" (from Wacko) will help here. I'm investigating what it would take to build a refactoring-component in Java -- 5/30/04//''
Deletions:
- ''//MHM: Point taken, this looks somewhat messy, the {{calendar}} should be optional -- 5/30/04//''
- ''//MHM: For the short run {{redirect}} (from Wacko) will help here. I'm investigating what it would take to build a refactoring-component in Java -- 5/30/04//''


Revision [521]

Edited on 2004-05-30 12:24:05 by MarkHissinkMuller [problems can be solve, sometimes..;-)]
Additions:
===Mark Hissink Muller===
- ''//MHM: Point taken, this looks somewhat messy, the {{calendar}} should be optional -- 5/30/04//''
- ''//MHM: For the short run {{redirect}} (from Wacko) will help here. I'm investigating what it would take to build a refactoring-component in Java -- 5/30/04//''
- ''//MHM: Ok, I had not seen this yet. For a structure which supports multi-level pages, the Wacko-way (clicking the page-name brings you to that particular page) allows you to quickly navigate back to a super-page and from there on to another page, which is quite useful. -- 5/30/04//''
Deletions:
I've started a list for issues with Wikka at WikkaBugs.


Revision [517]

Edited on 2004-05-30 02:30:42 by JsnX [problems can be solve, sometimes..;-)]
Additions:
- Hmm, the ""WakkaCalendar"" seems like a horrible kludge to me. Would you really want your wiki gunked up with a bunch of Calendar pages in the Index and Recent Changes? Take a look at the ""WakkaCalendar"" site's [[http://www.finger-style.com/PageIndex PageIndex]] to see what I mean. -- JsnX
- I like this idea. -- JsnX
- This is already there. Just click the page name in the header. But maybe it would be better to use the dots like Wacko does? -- JsnX
- Yes, this will likely be added in the future. -- JsnX
- Hmm, this will be considered too. -- JsnX


Revision [455]

Edited on 2004-05-28 23:52:43 by MarkHissinkMuller [problems can be solve, sometimes..;-)]
Additions:
Only recently discovered this site and I'm very enthousiastic about Wikka and [[http://www.jsnx.com/WikkaRTE/HomePage WikkaRTE]]. I see a huge potential for Wikis in any place where people need to collaborate effectively (share) and at the same time build knowledge.
Deletions:
Only recently discovered this site and I'm very enthousiastic about Wikka and WikkaRTE. I see a huge potential for Wikis in any place where people need to collaborate effectively (share) and at the same time build knowledge.


Revision [442]

Edited on 2004-05-28 07:32:05 by MarkHissinkMuller [problems can be solve, sometimes..;-)]
Additions:
I integrated the [[http://www.touchgraph.com Touchgraph]] Linkbrowser with Wakka/Wacko to show visualization of pages through an engine-independant layer of abstraction which currently supports Wacko/Wakka- and PhpWiki. Let me know if you're interested in the code.
CategoryUsers
Deletions:
I integrated the [[http://www.touchgraph.com Touchgraph]] Linkbrowser with Wakka/Wacko to show visualization of pages through an engine-independant layer of abstraction which currently supports Wacko/Wakka- and PhpWiki.
"""CategoryUsers"""


Revision [433]

Edited on 2004-05-27 09:20:09 by MarkHissinkMuller [problems can be solve, sometimes..;-)]
Additions:
Some more hacks are found at [[http://www.wakkawiki.com/WakkaHacks WakkaHacks]]
It would be great if effort could be joined for the various Wakka-forks. A lot of interesting things must be discussed on the WackoWiki.com-site, but unfortunately I don't speak/read Russian.
Deletions:
It would be great if effort could be joined for various of the Wakka-forks. A lot of interesting things must be discussed on the WackoWiki.com-site, but unfortunately I don't speak/read Russian.


Revision [432]

Edited on 2004-05-27 09:09:51 by MarkHissinkMuller [problems can be solve, sometimes..;-)]
Additions:
- grouping users, ACL's for user groups (see http://www.wakkawiki.com/WakkaAliases )
Deletions:
- grouping users, ACL's for user groups (see http://www.wakkawiki.com/WakkaAliases)


Revision [431]

Edited on 2004-05-27 09:09:45 by MarkHissinkMuller [problems can be solve, sometimes..;-)]
Additions:
- grouping users, ACL's for user groups (see http://www.wakkawiki.com/WakkaAliases)
Deletions:
- grouping users, ACL's for user groups


Revision [430]

Edited on 2004-05-27 08:58:38 by MarkHissinkMuller [problems can be solve, sometimes..;-)]
Additions:
- [[http://www.wakkawiki.com/MindMapMod MindMap support]]


Revision [429]

Edited on 2004-05-27 08:56:49 by MarkHissinkMuller [problems can be solve, sometimes..;-)]
Additions:
- multilevel pages (see [[http://wackowiki.com Wacko]])
- multilevel table of contents (not sure need to check Wacko v4.0)
- ability to select which languages are loaded on initial setup of database
- backlinks (like in [[http://wackowiki.com Wacko]], the ... right after the main pagename)
I've started a list for issues with Wikka at WikkaBugs.
Deletions:
- multilevel pages (see Wacko)
- multilevel table of contents
- ability to select which languages are loaded on initial setup of database (IMO Wacko4 loads too many)
- backlinks (like in Wacko, the ... right after the main pagename)
-
I posted some issues I found at WikkaBugs.


Revision [427]

Edited on 2004-05-27 08:52:21 by MarkHissinkMuller [problems can be solve, sometimes..;-)]
Additions:
Some features I (would) like to see in [[http://www.wakkawiki.com Wakka]]/[[http://wackowiki.com Wacko]]/[[http://wikka.jsnx.com/HomePage Wikka]]:
- multilevel pages (see Wacko)
- backlinks (like in Wacko, the ... right after the main pagename)
- page watching, notification when a page has changed
-
Deletions:
Some features I (would) like to see in Wakka/Wacko/Wikka:
- multilevel pages (such as in Wacko)
- backlinks
- page watching (notification when a page has changed)


Revision [419]

Edited on 2004-05-27 08:45:02 by MarkHissinkMuller [problems can be solve, sometimes..;-)]
Additions:
It would be great if effort could be joined for various of the Wakka-forks. A lot of interesting things must be discussed on the WackoWiki.com-site, but unfortunately I don't speak/read Russian.
I posted some issues I found at WikkaBugs.
Deletions:
It would be great if effort could be joined for various of the Wakka-forks.
A lot of interesting things must be discussed on the WackoWiki.com-site, but unfortunately I don't speak/read Russian.


Revision [418]

Edited on 2004-05-27 08:42:39 by MarkHissinkMuller [problems can be solve, sometimes..;-)]
Additions:
- calendar-functionality (see http://www.wakkawiki.com/WakkaCalendar )
Deletions:
- calendar-functionality (see http://www.wakkawiki.com/WakkaCalendar)


Revision [417]

Edited on 2004-05-27 08:41:27 by MarkHissinkMuller [problems can be solve, sometimes..;-)]
Additions:
- page watching (notification when a page has changed)


Revision [416]

Edited on 2004-05-27 08:38:15 by MarkHissinkMuller [problems can be solve, sometimes..;-)]
Additions:
- icons to cheer pages up (see: http://nontroppo.org/wiki/WikiIcons )
Deletions:
- icons to cheer pages up (see: http://nontroppo.org/wiki/WikiIcons)


Revision [415]

Edited on 2004-05-27 08:37:53 by MarkHissinkMuller [problems can be solve, sometimes..;-)]
Additions:
I integrated the [[http://www.touchgraph.com Touchgraph]] Linkbrowser with Wakka/Wacko to show visualization of pages through an engine-independant layer of abstraction which currently supports Wacko/Wakka- and PhpWiki.
- grouping users, ACL's for user groups
Deletions:
I integrated the [[http://www.touchgraph.com Touchgraph]] Linkbrowser with Wakka/Wacko to show visualization of pages through an engine-independant layer of abstraction which currently supports Wacko/Wakka- and PhpWiki. See below


Revision [406]

Edited on 2004-05-26 21:25:36 by MarkHissinkMuller [problems can be solve, sometimes..;-)]
Additions:
- backlinks


Revision [405]

Edited on 2004-05-26 21:15:04 by MarkHissinkMuller [problems can be solve, sometimes..;-)]
Additions:
- icons to cheer pages up (see: http://nontroppo.org/wiki/WikiIcons)


Revision [404]

Edited on 2004-05-26 21:10:05 by MarkHissinkMuller [problems can be solve, sometimes..;-)]
Additions:
----
"""CategoryUsers"""


Revision [402]

Edited on 2004-05-26 21:04:47 by MarkHissinkMuller [problems can be solve, sometimes..;-)]
Additions:
It would be great if effort could be joined for various of the Wakka-forks.
A lot of interesting things must be discussed on the WackoWiki.com-site, but unfortunately I don't speak/read Russian.


Revision [401]

Edited on 2004-05-26 21:02:55 by MarkHissinkMuller [problems can be solve, sometimes..;-)]
Additions:
- calendar-functionality (see http://www.wakkawiki.com/WakkaCalendar)
Deletions:
- calendar-functionality (see http://www.finger-style.com/CalendarTest )


Revision [400]

Edited on 2004-05-26 21:01:50 by MarkHissinkMuller [problems can be solve, sometimes..;-)]
Additions:
- support for various table-implementations


Revision [398]

Edited on 2004-05-26 20:58:52 by MarkHissinkMuller [problems can be solve, sometimes..;-)]
Additions:
Thanks for visiting my page in Wikka. You can contact me at markNOS@PAMhissinkmuller.nl (remove the NOS_PAM-decoy).
Only recently discovered this site and I'm very enthousiastic about Wikka and WikkaRTE. I see a huge potential for Wikis in any place where people need to collaborate effectively (share) and at the same time build knowledge.
I integrated the [[http://www.touchgraph.com Touchgraph]] Linkbrowser with Wakka/Wacko to show visualization of pages through an engine-independant layer of abstraction which currently supports Wacko/Wakka- and PhpWiki. See below
Feel free to add more or discuss things I posted.
Cheers,
Mark
Deletions:
**Wakka/Wacko/Wikka-enthousiast.**
Only recently discovered this site and I'm very enthousiastic about Wikka and WikkaRTE. I feel a huge potential for Wikis for any place where people need to collaborate effectively and at the same time build and share their knowledge.
I integrated the [[http://www.touchgraph.com Touchgraph]] Linkbrowser with Wakka/Wacko to show visualization of pages through an engine-independant layer of abstraction which currently supports Wacko/Wakka- and PhpWiki. Contact me at markNOS@PAMhissinkmuller.nl if you're interested.


Revision [397]

Edited on 2004-05-26 20:53:42 by MarkHissinkMuller [problems can be solve, sometimes..;-)]
Additions:
- calendar-functionality (see http://www.finger-style.com/CalendarTest )
Deletions:
- calendar-functionality (see http://www.finger-style.com/CalendarTest)


Revision [396]

Edited on 2004-05-26 20:53:34 by MarkHissinkMuller [problems can be solve, sometimes..;-)]
Additions:
I integrated the [[http://www.touchgraph.com Touchgraph]] Linkbrowser with Wakka/Wacko to show visualization of pages through an engine-independant layer of abstraction which currently supports Wacko/Wakka- and PhpWiki. Contact me at markNOS@PAMhissinkmuller.nl if you're interested.
- ability to select which languages are loaded on initial setup of database (IMO Wacko4 loads too many)
Deletions:
I integrated Touchgraph Linkbrowser with Wakka/Wacko to show visualization of pages through an engine-independant layer of abstraction which currently supports Wacko/Wakka- and PhpWiki. Contact me at markNOS@PAMhissinkmuller.nl if you're interested.


Revision [395]

Edited on 2004-05-26 20:51:02 by MarkHissinkMuller [problems can be solve, sometimes..;-)]
Additions:
Only recently discovered this site and I'm very enthousiastic about Wikka and WikkaRTE. I feel a huge potential for Wikis for any place where people need to collaborate effectively and at the same time build and share their knowledge.
- syntax highlighting for Java codesnippets
- table of contents for a particular page (in Wacko ""{{toc}}"")
- calendar-functionality (see http://www.finger-style.com/CalendarTest)
- multilevel pages (such as in Wacko)
- multilevel table of contents
- filtered searching (pages which contain "foo" but do not contain "bar")
- page refactoring (ability to rename a page and have all links to that page updated with the new name; maybe dangerous, as Wacko's RomanIvanov pointed out)
Deletions:
Only recently discovered this site and I'm very enthousiastic about Wikka and WikkaRTE. I feel a huge potential for Wikis for any place where people need to collaborate effectively and at the same time build their knowledge.
- syntax highlighting for Java codesnippets
- table of contents for a particular page (in Wacko ""{{toc}}"")
- calendar-functionality (
- multilevel pages (such as in Wacko)
- multilevel table of contents
- filtered searching (pages which contain "foo" but do not contain "bar")
- page refactoring (ability to rename a page and have all links to that page updated with the new name; maybe too dangerous, as wacko's Roman pointed out)


Revision [394]

Edited on 2004-05-26 20:47:19 by MarkHissinkMuller [problems can be solve, sometimes..;-)]
Additions:
**Wakka/Wacko/Wikka-enthousiast.**
Only recently discovered this site and I'm very enthousiastic about Wikka and WikkaRTE. I feel a huge potential for Wikis for any place where people need to collaborate effectively and at the same time build their knowledge.
I integrated Touchgraph Linkbrowser with Wakka/Wacko to show visualization of pages through an engine-independant layer of abstraction which currently supports Wacko/Wakka- and PhpWiki. Contact me at markNOS@PAMhissinkmuller.nl if you're interested.
Some features I (would) like to see in Wakka/Wacko/Wikka:
- syntax highlighting for Java codesnippets
- table of contents for a particular page (in Wacko ""{{toc}}"")
- calendar-functionality (
- multilevel pages (such as in Wacko)
- multilevel table of contents
- filtered searching (pages which contain "foo" but do not contain "bar")
- page refactoring (ability to rename a page and have all links to that page updated with the new name; maybe too dangerous, as wacko's Roman pointed out)
Deletions:
Wakka/Wacko/Wikka-enthousiast.
I integrated Touchgraph Linkbrowser with Wakka/Wacko to show visualization of pages through an engine-independant layer of abstraction.
Currently supports Wacko/Wakka- and PhpWiki.
Contact me here: mailto://markNOS@PAMhissinkmuller.nl


Revision [393]

Edited on 2004-05-26 20:36:47 by MarkHissinkMuller [problems can be solve, sometimes..;-)]
Additions:
Contact me here: mailto://markNOS@PAMhissinkmuller.nl
Deletions:
Contact me here: markNOS@PAMhissinkmuller.nl


Revision [392]

The oldest known version of this page was created on 2004-05-26 20:36:31 by MarkHissinkMuller [problems can be solve, sometimes..;-)]
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki