Revision history for PluginsInDevelopment


Revision [23094]

Last edited on 2016-05-20 07:38:45 by BrianKoontz [Replaces old-style internal links with new pipe-split links.]
Additions:
~-[[CodeContributions | Overview of available unofficial actions]]
~-[[ProgrammingHelp | Help needed for actions in development]]
- wikka menu labels - simple image-based (menu) labels so that users can improve the aesthetics of pages (probably to be mainly used by wikka owners in setting up screens, although reasonable ease-of-use. See [[http://gmbowen.educ.unb.ca/wiki/wakka.php?wakka=MenuSystem | here]] for a working test.). Progress: 50% Developer: GmBowen
- Stickynotes - modification of [[http://www.tomgroves.net/projects/corkboard/ | Tom's Corkboard]] so that there can be movable post-it notes on a wiki page....useful for developing and organizing thoughts and projects. See initial work [[http://gmbowen.educ.unb.ca/wiki/wakka.php?wakka=CorkBoard | here]]. Plans: shared user lists, search/filters (see Tornado Notes for idea resource) Progress: 10% Developer: GmBowen
- [[http://rycee.net/RWebLog | RWebLog]] and [[http://rycee.net/RGallery | RGallery]] - Simple web log action and a bit more complex image gallery action/handler. See [[http://rycee.net/ | my site]] for an example of how these can be used. Developer: RobertH
- WikkaWithSMF: a bridge to the [[http://www.simplemachines.org | simple machines forum]] membership/registration system. --MyTreo
- [[WikkaBlog2 | Wikiblog]] - a blogging tool action with commenting feature. Developers: GmBowen, with contributions by Mark Kasper & Joel Goguen.
- WikkaMail - Private Messaging System - the equivalent of "internal" email, this will allow wiki members to send internal communications to each other. (images available [[http://gmbowen.educ.unb.ca/wikitest/pms1.jpg | here]], [[http://gmbowen.educ.unb.ca/wikitest/pms2.jpg | here]], [[http://gmbowen.educ.unb.ca/wikitest/pms3.jpg | here]], [[http://gmbowen.educ.unb.ca/wikitest/pms4.jpg | here]], [[http://gmbowen.educ.unb.ca/wikitest/pms5.jpg | here]] and [[http://gmbowen.educ.unb.ca/wikitest/pms6.jpg | here]]) Developer: GmBowen
- JabberPresence - A simple action to display your jabber status. Based on [[http://edgar.netflint.net/index.php | Edgar]]. -PivWan
Deletions:
~-[[CodeContributions Overview of available unofficial actions]]
~-[[ProgrammingHelp Help needed for actions in development]]
- wikka menu labels - simple image-based (menu) labels so that users can improve the aesthetics of pages (probably to be mainly used by wikka owners in setting up screens, although reasonable ease-of-use. See [[http://gmbowen.educ.unb.ca/wiki/wakka.php?wakka=MenuSystem here]] for a working test.). Progress: 50% Developer: GmBowen
- Stickynotes - modification of [[http://www.tomgroves.net/projects/corkboard/ Tom's Corkboard]] so that there can be movable post-it notes on a wiki page....useful for developing and organizing thoughts and projects. See initial work [[http://gmbowen.educ.unb.ca/wiki/wakka.php?wakka=CorkBoard here]]. Plans: shared user lists, search/filters (see Tornado Notes for idea resource) Progress: 10% Developer: GmBowen
- [[http://rycee.net/RWebLog RWebLog]] and [[http://rycee.net/RGallery RGallery]] - Simple web log action and a bit more complex image gallery action/handler. See [[http://rycee.net/ my site]] for an example of how these can be used. Developer: RobertH
- WikkaWithSMF: a bridge to the [[http://www.simplemachines.org simple machines forum]] membership/registration system. --MyTreo
- [[WikkaBlog2 Wikiblog]] - a blogging tool action with commenting feature. Developers: GmBowen, with contributions by Mark Kasper & Joel Goguen.
- WikkaMail - Private Messaging System - the equivalent of "internal" email, this will allow wiki members to send internal communications to each other. (images available [[http://gmbowen.educ.unb.ca/wikitest/pms1.jpg here]], [[http://gmbowen.educ.unb.ca/wikitest/pms2.jpg here]], [[http://gmbowen.educ.unb.ca/wikitest/pms3.jpg here]], [[http://gmbowen.educ.unb.ca/wikitest/pms4.jpg here]], [[http://gmbowen.educ.unb.ca/wikitest/pms5.jpg here]] and [[http://gmbowen.educ.unb.ca/wikitest/pms6.jpg here]]) Developer: GmBowen
- JabberPresence - A simple action to display your jabber status. Based on [[http://edgar.netflint.net/index.php Edgar]]. -PivWan


Revision [18809]

Edited on 2008-01-28 00:12:52 by BrianKoontz [Modified links pointing to docs server]

No Differences

Revision [13656]

Edited on 2006-03-29 10:02:18 by BrianKoontz [Link to BookmarkManager]
Additions:
- [[BookmarkManager]] - an integrated bookmark manager in the flavor of [[de.lirio.us]]
Deletions:
- Rubric - With the demise of [[de.lirio.us]] imminent, I thought it might be interesting to incorporate [[http://search.cpan.org/dist/Rubric/ Rubric]] (the underlying Perl engine that de.lirio.us uses) into Wikka. Right now, I'm debating between two approaches:
- Create a PHP front-end to replace the CGI front-end currently distributed with Rubric. Rubric would be installed on the host machine as the complete package, with some functionality disabled (such as login and session management). Pros are that Rubric could be used "out of the box" with minimal modification, and Rubric could be easily updated as the complete package, right off of CPAN. Cons? Interfacing between PHP and Perl isn't trivial. PECL-Perl requires PHP 5.0. Mac OS X users (10.3.x) and others with PHP 4.x systems would have to upgrade to PHP 5.0, which isn't so trivial either.
- Re-write Rubric as a PHP application (phpRubric). Don't rewrite the functionality that isn't necessary for Wikka implementation. Convert the flat file DB structure to access MySQL through the existing Wikka DB interface. Pros are that phpRubric could be distributed as a 3rd-party plugin that could be completely installed within the Wikka framework. Cons? Updating phpRubric to reflect updates to Rubric would not be trivial.
After playing around with option #1 on my iBook without much success (upgrading from PHP 4.x to 5.0 under OS X is something of a chore), I'm leaning towards option #2. Comments would be appreciated!


Revision [13445]

Edited on 2006-03-12 11:08:13 by BrianKoontz [Link to BookmarkManager]
Additions:
- Rubric - With the demise of [[de.lirio.us]] imminent, I thought it might be interesting to incorporate [[http://search.cpan.org/dist/Rubric/ Rubric]] (the underlying Perl engine that de.lirio.us uses) into Wikka. Right now, I'm debating between two approaches:
- Create a PHP front-end to replace the CGI front-end currently distributed with Rubric. Rubric would be installed on the host machine as the complete package, with some functionality disabled (such as login and session management). Pros are that Rubric could be used "out of the box" with minimal modification, and Rubric could be easily updated as the complete package, right off of CPAN. Cons? Interfacing between PHP and Perl isn't trivial. PECL-Perl requires PHP 5.0. Mac OS X users (10.3.x) and others with PHP 4.x systems would have to upgrade to PHP 5.0, which isn't so trivial either.
- Re-write Rubric as a PHP application (phpRubric). Don't rewrite the functionality that isn't necessary for Wikka implementation. Convert the flat file DB structure to access MySQL through the existing Wikka DB interface. Pros are that phpRubric could be distributed as a 3rd-party plugin that could be completely installed within the Wikka framework. Cons? Updating phpRubric to reflect updates to Rubric would not be trivial.
After playing around with option #1 on my iBook without much success (upgrading from PHP 4.x to 5.0 under OS X is something of a chore), I'm leaning towards option #2. Comments would be appreciated!


Revision [12984]

Edited on 2006-01-27 06:45:57 by MarkusTacker [Removed WikkaTodo]
Deletions:
- [[http://m.tacker.org/projects/WikkaTodo/HomePage WikkaTodo]] - Easy to handle task manager. Developers: MarkusTacker
~&Hi Markus. Your project looks pretty neat. You might be interested in incorporating the pagination class that I use in WikkaBlog2. I look forward to seeing your code. -GmBowen


Revision [10753]

Edited on 2005-08-17 20:15:52 by GmBowen [progress of "wiki post-it notes" development]
Additions:
- WikiPageNotes - allows a user to keep personal notes on each wiki page using a popup "post-it" note. (also an associated summarization action to view all notes, sort by date & alphabetically, & search them) Progress: 80% Developer: GmBowen & Andrew Somerville


Revision [9613]

Edited on 2005-06-25 13:27:36 by MyTreo [Added WikkaWithSMF]
Additions:
- WikkaWithSMF: a bridge to the [[http://www.simplemachines.org simple machines forum]] membership/registration system. --MyTreo


Revision [9448]

Edited on 2005-06-22 19:34:18 by PivWan [Adding AncestorPage]
Additions:
- AncestorPage: keep track of modification of a specific page. Displays a warning if original page has been modifier after current page. --PivWan


Revision [9063]

Edited on 2005-06-09 02:15:02 by GmBowen [update on virtualwikifarm idea]
Additions:
- VirtualWikiFarm idea is almost completed development. It involves a series of actions to allow a user to form sub-communities. See VirtualWikiFarm for an update on ideas. -GmBowen
Deletions:
- WikiFarm idea is almost completed development. It involves a series of actions to allow a user to form sub-communities. See WikiFarm for an update on ideas. -GmBowen


Revision [9062]

Edited on 2005-06-09 02:14:10 by GmBowen [update on wikifarm idea]
Additions:
- WikiFarm idea is almost completed development. It involves a series of actions to allow a user to form sub-communities. See WikiFarm for an update on ideas. -GmBowen


Revision [8973]

Edited on 2005-06-08 10:16:22 by PivWan [Moving JabberPresence to released]

No Differences

Revision [8404]

Edited on 2005-05-23 13:54:09 by RobertH [Fixed rweblog and rgallery links.]
Additions:
- [[http://rycee.net/RWebLog RWebLog]] and [[http://rycee.net/RGallery RGallery]] - Simple web log action and a bit more complex image gallery action/handler. See [[http://rycee.net/ my site]] for an example of how these can be used. Developer: RobertH
Deletions:
- RWebLog and RGallery - Simple web log action and a bit more complex image gallery action/handler. See [[http://81.172.153.15/ my site]] for an example of how these can be used. Developer: RobertH


Revision [8374]

Edited on 2005-05-22 10:19:39 by PivWan [Adding JabberPresence]
Additions:
- JabberPresence - A simple action to display your jabber status. Based on [[http://edgar.netflint.net/index.php Edgar]]. -PivWan


Revision [8317]

Edited on 2005-05-19 06:21:29 by JavaWoman [minor (layout)]
Additions:
~-[[CodeContributions Overview of available unofficial actions]]
~-[[ProgrammingHelp Help needed for actions in development]]
Deletions:
~[[CodeContributions Overview of available unofficial actions]]
~[[ProgrammingHelp Help needed for actions in development]]


Revision [8315]

Edited on 2005-05-19 05:56:21 by DarTar [Adding lastedit box]
Additions:
>>{{lastedit}}::c::
Deletions:
{{lastedit}}
>>::c::


Revision [8314]

Edited on 2005-05-19 05:55:46 by DarTar [Adding lastedit box]
Additions:
{{lastedit}}


Revision [8291]

Edited on 2005-05-18 13:48:00 by JavaWoman [convert GmBowen's comment to inline comment]
Additions:
- [[http://m.tacker.org/projects/WikkaTodo/HomePage WikkaTodo]] - Easy to handle task manager. Developers: MarkusTacker
~&Hi Markus. Your project looks pretty neat. You might be interested in incorporating the pagination class that I use in WikkaBlog2. I look forward to seeing your code. -GmBowen
Deletions:
- [[http://m.tacker.org/projects/WikkaTodo/HomePage WikkaTodo]] - Easy to handle task manager. Developers: MarkusTacker [Hi Markus. Your project looks pretty neat. You might be interested in incorporating the pagination class that I use in WikkaBlog2. I look forward to seeing your code. -GmBowen]


Revision [8290]

Edited on 2005-05-18 13:46:25 by JavaWoman [fixed ypot]
Additions:
- [[http://m.tacker.org/projects/WikkaTodo/HomePage WikkaTodo]] - Easy to handle task manager. Developers: MarkusTacker [Hi Markus. Your project looks pretty neat. You might be interested in incorporating the pagination class that I use in WikkaBlog2. I look forward to seeing your code. -GmBowen]
Deletions:
- [[http://m.tacker.org/projects/WikkaTodo/HomePage WikkTodo]] - Easy to handle task manager. Developers: MarkusTacker [Hi Markus. Your project looks pretty neat. You might be interested in incorporating the pagination class that I use in WikkaBlog2. I look forward to seeing your code. -GmBowen]


Revision [8287]

Edited on 2005-05-18 13:16:47 by GmBowen [note to markus on pagination class code]
Additions:
- [[http://m.tacker.org/projects/WikkaTodo/HomePage WikkTodo]] - Easy to handle task manager. Developers: MarkusTacker [Hi Markus. Your project looks pretty neat. You might be interested in incorporating the pagination class that I use in WikkaBlog2. I look forward to seeing your code. -GmBowen]
Deletions:
- [[http://m.tacker.org/projects/WikkaTodo/HomePage WikkTodo]] - Easy to handle task manager. Developers: MarkusTacker


Revision [8285]

Edited on 2005-05-18 13:07:39 by MarkusTacker [note to markus on pagination class code]
Additions:
- [[http://m.tacker.org/projects/WikkaTodo/HomePage WikkTodo]] - Easy to handle task manager. Developers: MarkusTacker


Revision [8093]

Edited on 2005-05-13 20:25:13 by KiltanneN [note to markus on pagination class code]
Additions:
- UseThephpBBUserTable - The idea is to have the same user table as the phpBB forum software. I won't even attempt to make the software log you in to both at the same time - just make it so you can use the same table. Developer: KiltanneN


Revision [8092]

Edited on 2005-05-13 20:19:25 by KiltanneN [note to markus on pagination class code]
Additions:
~[[CodeContributions Overview of available unofficial actions]]
Deletions:
~[[CodeContributions Overview of available inofficial actions]]


Revision [7507]

Edited on 2005-04-23 11:53:21 by RobertH [Added developer info to rweblog and rgallery.]
Additions:
- RWebLog and RGallery - Simple web log action and a bit more complex image gallery action/handler. See [[http://81.172.153.15/ my site]] for an example of how these can be used. Developer: RobertH
Deletions:
- RWebLog and RGallery - Simple web log action and a bit more complex image gallery action/handler. See [[http://81.172.153.15/ my site]] for an example of how these can be used.


Revision [7502]

Edited on 2005-04-23 10:34:44 by RobertH [Added rweblog and rgallery.]
Additions:
- RWebLog and RGallery - Simple web log action and a bit more complex image gallery action/handler. See [[http://81.172.153.15/ my site]] for an example of how these can be used.


Revision [7039]

Edited on 2005-03-31 23:48:03 by GmBowen [update on plugin development]
Additions:
====Plugins in Development====

>>See also:
~[[CodeContributions Overview of available inofficial actions]]
~[[ProgrammingHelp Help needed for actions in development]]
>>::c::

Various members of the wikka community are working on different tools as plugins (3rd party contributed actions) for wikka. To reduce the possibility of replicating efforts & encourage collaborative development efforts & beta-testing, this page lists the tools being worked on by wikka contributors.

After the plugins have been released, links will be provided to the page the code is available on and the references to the plugin will be moved to the "released" section. At that point feedback from other community members on further development will permit further development & refinement.

When the code appears final (such as, when no more development feedback occurs), then it will be moved to "Finalized Plugin" section (this is not to suggest that no more development will occur, just that the release meets the current standards of the current community as being "stable" & //reasonably// compliant with standards (also see summaries of past releases at CodeContributions).

If a developer abandons a project they should move it to the "halted" section so that others who might be interested in further pursuing the project can adopt it.
----
===Plugins in Development===
- wikka menu labels - simple image-based (menu) labels so that users can improve the aesthetics of pages (probably to be mainly used by wikka owners in setting up screens, although reasonable ease-of-use. See [[http://gmbowen.educ.unb.ca/wiki/wakka.php?wakka=MenuSystem here]] for a working test.). Progress: 50% Developer: GmBowen
~& Nothing there that can't be done better (and more accessible) with well-structured HTML and CSS I'm afraid. You //really// should start learning CSS Mike! --JavaWoman
~~&Well sure, but working on this is helping me learn about GD. (and haven't you heard? CSS doesn't work on the palm-type units ;)....no really, it's so I learn more about colours, GD, etc.) -- GmBowen
- ShowCsv - reads the content of a *.csv file and writes it as a table on the screen . Progress: Bugfixing Developer: NilsLindenberg
- KeepHistory - to allow users to keep track of their wikka browing history. Progress: 0% Developer: ChristianBarthelemy
- Stickynotes - modification of [[http://www.tomgroves.net/projects/corkboard/ Tom's Corkboard]] so that there can be movable post-it notes on a wiki page....useful for developing and organizing thoughts and projects. See initial work [[http://gmbowen.educ.unb.ca/wiki/wakka.php?wakka=CorkBoard here]]. Plans: shared user lists, search/filters (see Tornado Notes for idea resource) Progress: 10% Developer: GmBowen
- Spreadsheet - A simple interactive table tool that does sum/avg/count on rows & selectable columns & freq on columns. Another action allows embedding these tables on any wiki page. Progress: 90% Developer: GmBowen (with help from others)

----
===Released Plugins===
- wikka graphing - form based graphing so that graphical images can be generated on wikka pages. See GraphMaker. Developer: GmBowen
~&Sorry, Mike, but I don't see this one as nearly finished at all - in the "proof of concept stage" is how I would describe it. Just the fact that you got something to "work" doesn't mean it's finished. That's when the real work starts, and it's usually more than just to get something to "work". --JavaWoman
- [[WikkaBlog2 Wikiblog]] - a blogging tool action with commenting feature. Developers: GmBowen, with contributions by Mark Kasper & Joel Goguen.
- WikkaMail - Private Messaging System - the equivalent of "internal" email, this will allow wiki members to send internal communications to each other. (images available [[http://gmbowen.educ.unb.ca/wikitest/pms1.jpg here]], [[http://gmbowen.educ.unb.ca/wikitest/pms2.jpg here]], [[http://gmbowen.educ.unb.ca/wikitest/pms3.jpg here]], [[http://gmbowen.educ.unb.ca/wikitest/pms4.jpg here]], [[http://gmbowen.educ.unb.ca/wikitest/pms5.jpg here]] and [[http://gmbowen.educ.unb.ca/wikitest/pms6.jpg here]]) Developer: GmBowen

----
===Finalized Plugins===

----
===Plugins with halted development===

----
Deletions:
====Plugins in Development====

>>See also:
~[[CodeContributions Overview of available inofficial actions]]
~[[ProgrammingHelp Help needed for actions in development]]
>>::c::

Various members of the wikka community are working on different tools as plugins (3rd party contributed actions) for wikka. To reduce the possibility of replicating efforts & encourage collaborative development efforts & beta-testing, this page lists the tools being worked on by wikka contributors.

After the plugins have been released, links will be provided to the page the code is available on and the references to the plugin will be moved to the "released" section. At that point feedback from other community members on further development will permit further development & refinement.

When the code appears final (such as, when no more development feedback occurs), then it will be moved to "Finalized Plugin" section (this is not to suggest that no more development will occur, just that the release meets the current standards of the current community as being "stable" & //reasonably// compliant with standards (also see summaries of past releases at CodeContributions).

If a developer abandons a project they should move it to the "halted" section so that others who might be interested in further pursuing the project can adopt it.
----
===Plugins in Development===
- wikka menu labels - simple image-based (menu) labels so that users can improve the aesthetics of pages (probably to be mainly used by wikka owners in setting up screens, although reasonable ease-of-use. See [[http://gmbowen.educ.unb.ca/wiki/wakka.php?wakka=MenuSystem here]] for a working test.). Progress: 50% Developer: GmBowen
~& Nothing there that can't be done better (and more accessible) with well-structured HTML and CSS I'm afraid. You //really// should start learning CSS Mike! --JavaWoman
~~&Well sure, but working on this is helping me learn about GD. (and haven't you heard? CSS doesn't work on the palm-type units ;)....no really, it's so I learn more about colours, GD, etc.) -- GmBowen
- ShowCsv - reads the content of a *.csv file and writes it as a table on the screen . Progress: Bugfixing Developer: NilsLindenberg
- KeepHistory - to allow users to keep track of their wikka browing history. Progress: 0% Developer: ChristianBarthelemy
- Stickynotes - modification of [[http://www.tomgroves.net/projects/corkboard/ Tom's Corkboard]] so that there can be movable post-it notes on a wiki page....useful for developing and organizing thoughts and projects. See initial work [[http://gmbowen.educ.unb.ca/wiki/wakka.php?wakka=CorkBoard here]]. Plans: shared user lists, search/filters (see Tornado Notes for idea resource) Progress: 10% Developer: GmBowen

----
===Released Plugins===
- wikka graphing - form based graphing so that graphical images can be generated on wikka pages. See GraphMaker. Developer: GmBowen
~&Sorry, Mike, but I don't see this one as nearly finished at all - in the "proof of concept stage" is how I would describe it. Just the fact that you got something to "work" doesn't mean it's finished. That's when the real work starts, and it's usually more than just to get something to "work". --JavaWoman
- [[WikkaBlog2 Wikiblog]] - a blogging tool action with commenting feature. Developers: GmBowen, with contributions by Mark Kasper & Joel Goguen.
- WikkaMail - Private Messaging System - the equivalent of "internal" email, this will allow wiki members to send internal communications to each other. (images available [[http://gmbowen.educ.unb.ca/wikitest/pms1.jpg here]], [[http://gmbowen.educ.unb.ca/wikitest/pms2.jpg here]], [[http://gmbowen.educ.unb.ca/wikitest/pms3.jpg here]], [[http://gmbowen.educ.unb.ca/wikitest/pms4.jpg here]], [[http://gmbowen.educ.unb.ca/wikitest/pms5.jpg here]] and [[http://gmbowen.educ.unb.ca/wikitest/pms6.jpg here]]) Developer: GmBowen

----
===Finalized Plugins===

----
===Plugins with halted development===

----


Revision [5460]

Edited on 2005-02-02 02:46:30 by GmBowen [update of WikkaMail...moved to "released"...]
Additions:
- WikkaMail - Private Messaging System - the equivalent of "internal" email, this will allow wiki members to send internal communications to each other. (images available [[http://gmbowen.educ.unb.ca/wikitest/pms1.jpg here]], [[http://gmbowen.educ.unb.ca/wikitest/pms2.jpg here]], [[http://gmbowen.educ.unb.ca/wikitest/pms3.jpg here]], [[http://gmbowen.educ.unb.ca/wikitest/pms4.jpg here]], [[http://gmbowen.educ.unb.ca/wikitest/pms5.jpg here]] and [[http://gmbowen.educ.unb.ca/wikitest/pms6.jpg here]]) Developer: GmBowen
Deletions:
- private messaging system - the equivalent of "internal" email, this will allow wiki members to send internal communications to each other. Progress: 95% (images available [[http://gmbowen.educ.unb.ca/wikitest/pms1.jpg here]], [[http://gmbowen.educ.unb.ca/wikitest/pms2.jpg here]], [[http://gmbowen.educ.unb.ca/wikitest/pms3.jpg here]], [[http://gmbowen.educ.unb.ca/wikitest/pms4.jpg here]], [[http://gmbowen.educ.unb.ca/wikitest/pms5.jpg here]] and [[http://gmbowen.educ.unb.ca/wikitest/pms6.jpg here]]) Developer: GmBowen


Revision [5423]

Edited on 2005-02-01 07:29:19 by GmBowen [update of PMS progress (almost completed)]

No Differences

Revision [5422]

Edited on 2005-02-01 07:28:51 by GmBowen [update of PMS progress (almost completed)]
Additions:
- private messaging system - the equivalent of "internal" email, this will allow wiki members to send internal communications to each other. Progress: 95% (images available [[http://gmbowen.educ.unb.ca/wikitest/pms1.jpg here]], [[http://gmbowen.educ.unb.ca/wikitest/pms2.jpg here]], [[http://gmbowen.educ.unb.ca/wikitest/pms3.jpg here]], [[http://gmbowen.educ.unb.ca/wikitest/pms4.jpg here]], [[http://gmbowen.educ.unb.ca/wikitest/pms5.jpg here]] and [[http://gmbowen.educ.unb.ca/wikitest/pms6.jpg here]]) Developer: GmBowen
Deletions:
- private messaging system - the equivalent of "internal" email, this will allow wiki members to send internal communications to each other. Progress: 70% (images available [[http://gmbowen.educ.unb.ca/wikitest/pms1.jpg here]], [[http://gmbowen.educ.unb.ca/wikitest/pms2.jpg here]], [[http://gmbowen.educ.unb.ca/wikitest/pms3.jpg here]], [[http://gmbowen.educ.unb.ca/wikitest/pms4.jpg here]], [[http://gmbowen.educ.unb.ca/wikitest/pms5.jpg here]] and [[http://gmbowen.educ.unb.ca/wikitest/pms6.jpg here]]) Developer: GmBowen


Revision [5385]

Edited on 2005-01-31 04:51:13 by GmBowen [updated example links of PMS & progress update]
Additions:
- private messaging system - the equivalent of "internal" email, this will allow wiki members to send internal communications to each other. Progress: 70% (images available [[http://gmbowen.educ.unb.ca/wikitest/pms1.jpg here]], [[http://gmbowen.educ.unb.ca/wikitest/pms2.jpg here]], [[http://gmbowen.educ.unb.ca/wikitest/pms3.jpg here]], [[http://gmbowen.educ.unb.ca/wikitest/pms4.jpg here]], [[http://gmbowen.educ.unb.ca/wikitest/pms5.jpg here]] and [[http://gmbowen.educ.unb.ca/wikitest/pms6.jpg here]]) Developer: GmBowen
Deletions:
- private messaging system - the equivalent of "internal" email, this will allow wiki members to send internal communications to each other. Progress: 60% (images available [[http://gmbowen.educ.unb.ca/wikitest/pms1.jpg here]], [[http://gmbowen.educ.unb.ca/wikitest/pms2.jpg here]], [[http://gmbowen.educ.unb.ca/wikitest/pms3.jpg here]] and [[http://gmbowen.educ.unb.ca/wikitest/pms4.jpg here]]) Developer: GmBowen


Revision [5383]

Edited on 2005-01-30 21:04:37 by GmBowen [update of PMS progress]
Additions:
- private messaging system - the equivalent of "internal" email, this will allow wiki members to send internal communications to each other. Progress: 60% (images available [[http://gmbowen.educ.unb.ca/wikitest/pms1.jpg here]], [[http://gmbowen.educ.unb.ca/wikitest/pms2.jpg here]], [[http://gmbowen.educ.unb.ca/wikitest/pms3.jpg here]] and [[http://gmbowen.educ.unb.ca/wikitest/pms4.jpg here]]) Developer: GmBowen
Deletions:
- private messaging system - the equivalent of "internal" email, this will allow wiki members to send internal communications to each other. Progress: 25% Developer: GmBowen


Revision [5292]

Edited on 2005-01-28 06:20:08 by GmBowen [update on progress with private message system]
Additions:
- private messaging system - the equivalent of "internal" email, this will allow wiki members to send internal communications to each other. Progress: 25% Developer: GmBowen
Deletions:
- private messaging system - the equivalent of "internal" email, this will allow wiki members to send internal communications to each other. Progress: 10% Developer: GmBowen


Revision [5151]

Edited on 2005-01-25 00:06:51 by GmBowen [proposal for wikka sticky notes]
Additions:
- Stickynotes - modification of [[http://www.tomgroves.net/projects/corkboard/ Tom's Corkboard]] so that there can be movable post-it notes on a wiki page....useful for developing and organizing thoughts and projects. See initial work [[http://gmbowen.educ.unb.ca/wiki/wakka.php?wakka=CorkBoard here]]. Plans: shared user lists, search/filters (see Tornado Notes for idea resource) Progress: 10% Developer: GmBowen


Revision [4905]

Edited on 2005-01-21 04:50:01 by GmBowen [update of page]
Additions:
- [[WikkaBlog2 Wikiblog]] - a blogging tool action with commenting feature. Developers: GmBowen, with contributions by Mark Kasper & Joel Goguen.
Deletions:
- wikiblog - a blogging tool with comments. Progress: 95% (bugfixing) Developers: GmBowen & Joel Goguen.


Revision [4890]

Edited on 2005-01-20 06:50:57 by GmBowen [update on blog tool progress]
Additions:
~~&Well sure, but working on this is helping me learn about GD. (and haven't you heard? CSS doesn't work on the palm-type units ;)....no really, it's so I learn more about colours, GD, etc.) -- GmBowen
- wikiblog - a blogging tool with comments. Progress: 95% (bugfixing) Developers: GmBowen & Joel Goguen.
Deletions:
- wikiblog - a blogging tool with comments. Progress: 40% (pagination now implemented, now working on commenting) Developers: GmBowen & Joel Goguen.


Revision [4839]

Edited on 2005-01-19 14:04:22 by JavaWoman [comment re: menu labels]
Additions:
~& Nothing there that can't be done better (and more accessible) with well-structured HTML and CSS I'm afraid. You //really// should start learning CSS Mike! --JavaWoman
Deletions:
& Nothing there that can't be done better (and more accessible) with well-structured HTML and CSS I'm afraid. You //really// should start learning CSS Mike! --JavaWoman


Revision [4838]

Edited on 2005-01-19 14:03:22 by JavaWoman [comment re: menu labels]
Additions:
& Nothing there that can't be done better (and more accessible) with well-structured HTML and CSS I'm afraid. You //really// should start learning CSS Mike! --JavaWoman


Revision [4837]

Edited on 2005-01-19 13:40:11 by GmBowen [update on development progress]
Additions:
- private messaging system - the equivalent of "internal" email, this will allow wiki members to send internal communications to each other. Progress: 10% Developer: GmBowen
- wikiblog - a blogging tool with comments. Progress: 40% (pagination now implemented, now working on commenting) Developers: GmBowen & Joel Goguen.
Deletions:
- private messaging system - the equivalent of "internal" email, this will allow wiki members to send internal communications to each other. Progress: 10 % Developer: GmBowen
- wikiblog - a blogging tool with comments. Progress: 20% Developers: GmBowen & Joel Goguen.


Revision [4785]

Edited on 2005-01-17 18:52:17 by NilsLindenberg [layout]
Additions:
Various members of the wikka community are working on different tools as plugins (3rd party contributed actions) for wikka. To reduce the possibility of replicating efforts & encourage collaborative development efforts & beta-testing, this page lists the tools being worked on by wikka contributors.
After the plugins have been released, links will be provided to the page the code is available on and the references to the plugin will be moved to the "released" section. At that point feedback from other community members on further development will permit further development & refinement.
When the code appears final (such as, when no more development feedback occurs), then it will be moved to "Finalized Plugin" section (this is not to suggest that no more development will occur, just that the release meets the current standards of the current community as being "stable" & //reasonably// compliant with standards (also see summaries of past releases at CodeContributions).

If a developer abandons a project they should move it to the "halted" section so that others who might be interested in further pursuing the project can adopt it.
Deletions:
Various members of the wikka community are working on different tools as plugins (3rd party contributed actions) for wikka. To reduce the possibility of replicating efforts & encourage collaborative development efforts & beta-testing, this page lists the tools being worked on by wikka contributors. After the plugins have been released, links will be provided to the page the code is available on and the references to the plugin will be moved to the "released" section. At that point feedback from other community members on further development will permit further development & refinement. When the code appears final (such as, when no more development feedback occurs), then it will be moved to "Finalized Plugin" section (this is not to suggest that no more development will occur, just that the release meets the current standards of the current community as being "stable" & //reasonably// compliant with standards (also see summaries of past releases at CodeContributions). If a developer abandons a project they should move it to the "halted" section so that others who might be interested in further pursuing the project can adopt it.


Revision [4727]

Edited on 2005-01-17 14:27:36 by NilsLindenberg [category changed]
Additions:
CategoryUserContributions
Deletions:
CategoryDevelopment


Revision [4604]

Edited on 2005-01-13 18:23:18 by ChristianBarthelemy [KeepHistory soon launched?]
Additions:
- KeepHistory - to allow users to keep track of their wikka browing history. Progress: 0% Developer: ChristianBarthelemy


Revision [4592]

Edited on 2005-01-13 14:08:42 by ChristianBarthelemy [typo]
Additions:
~[[CodeContributions Overview of available inofficial actions]]
Deletions:
~[[CodeContributions Overview of avaliable inofficial actions]]


Revision [4474]

Edited on 2005-01-11 17:58:11 by NilsLindenberg [category changed]
Additions:
CategoryDevelopment
Deletions:
CategoryCategory


Revision [4469]

Edited on 2005-01-11 17:46:16 by NilsLindenberg ["see also" links added, Showcsv added]
Additions:
>>See also:
~[[CodeContributions Overview of avaliable inofficial actions]]
~[[ProgrammingHelp Help needed for actions in development]]
>>::c::
- wikiblog - a blogging tool with comments. Progress: 20% Developers: GmBowen & Joel Goguen.
- ShowCsv - reads the content of a *.csv file and writes it as a table on the screen . Progress: Bugfixing Developer: NilsLindenberg
Deletions:
- wikiblog - a blogging tool with comments. Progress: 20% Developers: GmBowen & Joel Goguen.


Revision [4341]

Edited on 2005-01-09 18:45:33 by GmBowen [Re-structuring page to address developmental issues]
Additions:
Various members of the wikka community are working on different tools as plugins (3rd party contributed actions) for wikka. To reduce the possibility of replicating efforts & encourage collaborative development efforts & beta-testing, this page lists the tools being worked on by wikka contributors. After the plugins have been released, links will be provided to the page the code is available on and the references to the plugin will be moved to the "released" section. At that point feedback from other community members on further development will permit further development & refinement. When the code appears final (such as, when no more development feedback occurs), then it will be moved to "Finalized Plugin" section (this is not to suggest that no more development will occur, just that the release meets the current standards of the current community as being "stable" & //reasonably// compliant with standards (also see summaries of past releases at CodeContributions). If a developer abandons a project they should move it to the "halted" section so that others who might be interested in further pursuing the project can adopt it.
===Finalized Plugins===
Deletions:
Various members of the wikka community are working on different tools as plugins (3rd party contributed actions) for wikka. To reduce the possibility of replicating efforts & encourage collaborative development efforts & beta-testing, this page lists the tools being worked on by wikka contributors. After the plugins have been released, links will be provided to the page the code is available on and the references to the plugin will be moved to the "released" section. If a developer abandons a project they should move it to the "halted" section so that others who might be interested in further pursuing the project can adopt it.


Revision [4338]

Edited on 2005-01-09 18:31:27 by JavaWoman [(oops, forgot sig)]
Additions:
~&Sorry, Mike, but I don't see this one as nearly finished at all - in the "proof of concept stage" is how I would describe it. Just the fact that you got something to "work" doesn't mean it's finished. That's when the real work starts, and it's usually more than just to get something to "work". --JavaWoman
Deletions:
~&Sorry, Mike, but I don't see this one as nearly finished at all - in the "proof of concept stage" is how I would describe it. Just the fact that you got something to "work" doesn't mean it's finished. That's when the real work starts, and it's usually more than just to get something to "work".


Revision [4337]

Edited on 2005-01-09 18:30:59 by JavaWoman [comment about GraphMaker]
Additions:
~&Sorry, Mike, but I don't see this one as nearly finished at all - in the "proof of concept stage" is how I would describe it. Just the fact that you got something to "work" doesn't mean it's finished. That's when the real work starts, and it's usually more than just to get something to "work".


Revision [4323]

Edited on 2005-01-09 17:36:20 by GmBowen [update of development progress]
Additions:
- wikka menu labels - simple image-based (menu) labels so that users can improve the aesthetics of pages (probably to be mainly used by wikka owners in setting up screens, although reasonable ease-of-use. See [[http://gmbowen.educ.unb.ca/wiki/wakka.php?wakka=MenuSystem here]] for a working test.). Progress: 50% Developer: GmBowen
- wikka graphing - form based graphing so that graphical images can be generated on wikka pages. See GraphMaker. Developer: GmBowen
Deletions:
- wikka graphing - form based graphing so that graphical images can be generated on wikka pages. Progress: 95% Developer: GmBowen
- wikka menu labels - simple image-based (menu) labels so that users can improve the aesthetics of pages (probably to be mainly used by wikka owners in setting up screens, although reasonable ease-of-use). Progress: 50% Developer: GmBowen


Revision [4293]

Edited on 2005-01-09 08:19:11 by GmBowen [progress update on wikka graphing action]
Additions:
- wikka graphing - form based graphing so that graphical images can be generated on wikka pages. Progress: 95% Developer: GmBowen
Deletions:
- wikka graphing - form based graphing so that graphical images can be generated on wikka pages. Progress: 75% Developer: GmBowen


Revision [4273]

The oldest known version of this page was created on 2005-01-08 22:22:27 by GmBowen [progress update on wikka graphing action]
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki