Additions:
~- ++SimpleTables - I kind of missed a simple way to build up simple tables with markup. WikkaTables didn't cut it, and I honestly didn't find it before making my own patch.++
~~- The [[http://docs.wikkawiki.org/TableMarkup Table Markup]] is incorporated into WikkaWiki core since version 1.2.
~~- The [[http://docs.wikkawiki.org/TableMarkup Table Markup]] is incorporated into WikkaWiki core since version 1.2.
Deletions:
Additions:
~- or by email at [[mailto:tormodh@wikkawiki.org tormodh@wikkawiki.org]]
Additions:
{{image url="http://journal.tormodh.net/wp-content/uploads/2006/10/tormodharendalavatar.jpg" alt="Picture of me" class="left"}}
<<==You can find me online==
~- ... ""<a href="http://journal.tormodh.net/" title="Journal of Tormod Haugen" rel="me">writing a seldom updated blog</a>""
~- ... ""<a href="http://twitter.com/tormodh/" title="Tormod Haugen - Twitter" rel="me">tweeting on twitter</a>""
~- ... ""<a href="http://picasaweb.google.com/tormodh/" title="Tormod Haugen - Picasa Web Albums" rel="me">on Picasa, doodling and taking poor pictures</a>""
~- ... ""<a href="http://www.google.com/reader/shared/10019591186179342598" title="Tormod Haugen - Shared Items" rel="me">sharing facts and funnies on Google Reader</a>""
~- ... ""<a href="http://www.last.fm/user/tormodh/" title="Tormod Haugen - Last.fm" rel="me">telling last.fm and the world about what I listen to</a>""
<<
::c::
<<==You can find me online==
~- ... ""<a href="http://journal.tormodh.net/" title="Journal of Tormod Haugen" rel="me">writing a seldom updated blog</a>""
~- ... ""<a href="http://twitter.com/tormodh/" title="Tormod Haugen - Twitter" rel="me">tweeting on twitter</a>""
~- ... ""<a href="http://picasaweb.google.com/tormodh/" title="Tormod Haugen - Picasa Web Albums" rel="me">on Picasa, doodling and taking poor pictures</a>""
~- ... ""<a href="http://www.google.com/reader/shared/10019591186179342598" title="Tormod Haugen - Shared Items" rel="me">sharing facts and funnies on Google Reader</a>""
~- ... ""<a href="http://www.last.fm/user/tormodh/" title="Tormod Haugen - Last.fm" rel="me">telling last.fm and the world about what I listen to</a>""
<<
::c::
Deletions:
I just needed<br/>
To test something<br/>
</div>%%
Additions:
%%(html)<div>
I just needed<br/>
To test something<br/>
</div>%%
I just needed<br/>
To test something<br/>
</div>%%
Additions:
I'm a developer, currently working as a coder/consultant for [[http://www.bouvet.no/ Bouvet]] in Norway.
Deletions:
Revision [19237]
Edited on 2008-01-28 00:14:44 by TormodHaugen [Modified links pointing to docs server]No Differences
Additions:
~~& This goes in the direction of TypedPages and page templates, right? -- DT
~~~& Yes, I discussed some of my ideas with Nils. One of them were formatters to plug in and activate on a per-page basis. Saw TypedPages; that might be implemented with different formatters. Maybe. --TH
~- A **//Simple//** gallery for Wikka.
----
CategoryUsers
~~~& Yes, I discussed some of my ideas with Nils. One of them were formatters to plug in and activate on a per-page basis. Saw TypedPages; that might be implemented with different formatters. Maybe. --TH
~- A **//Simple//** gallery for Wikka.
----
CategoryUsers
Deletions:
Additions:
~~
Deletions:
~~~& Yes, I discussed some of my ideas with Nils. One of them were formatters to plug in and activate on a per-page basis. Saw TypedPages; that might be implemented with different formatters. Maybe. --TH
~- A **//Simple//** gallery for Wikka.
----
CategoryUsers
Additions:
~- [[noncamelcasehack]] - As it says, a quick hack to allow users to have non CamelCase usernames. Needs a little looking at still.
Additions:
~~~& Yes, I discussed some of my ideas with Nils. One of them were formatters to plug in and activate on a per-page basis. Saw TypedPages; that might be implemented with different formatters. Maybe. --TH
Additions:
~~& This goes in the direction of TypedPages and page templates, right? -- DT
Additions:
I'm a developer, currently working for the Norwegian Government.
Deletions:
I am often seen using the handle ''tormodh''.
Erm. yes, thats all for now. Night.
Additions:
====Code I have submitted====
====Code I'd like to have a look at====
~- Making the formatter "plugin-able".
~- Showing some sort of "Default" page for users without a userpage.
~- A **//Simple//** gallery for Wikka.
====Code I'd like to have a look at====
~- Making the formatter "plugin-able".
~- Showing some sort of "Default" page for users without a userpage.
~- A **//Simple//** gallery for Wikka.
Deletions:
====Code/Files I use/really enjoy====
~- InvisibleWiki - for my homepage thingy.
~- PageCloaking - for my InvisibleWiki.
====Stuff I'd like to see in WikkaWiki====
~- I am really interested in HandlingUTF8, because currently things break badly when trying to use "national characters" (æ/Æ ø/Ø/&Ooblique; å/Å). Because the ""MySQL"" base where I keep my pages store text in UTF-8, wikkawiki seems to cut the content at the first instance of a strange character. ''I won't put my fingers in there though; that would probably break them (my fingers and the code).''
====Notes====
~- ''Strange: seems like WikkaWiki doesn't like to display uppercase HTML character entities...'' (oh, yes. That will be fixed by that ""CentralRegexLibrary"" thingey - the regex ""[a-z]"" does not catch uppercase even when used with the modifier ''i'').
Additions:
I am often seen using the handle ''tormodh''.
Additions:
====Code/Files I have submitted====
~- SimpleTables - I kind of missed a simple way to build up simple tables with markup. WikkaTables didn't cut it, and I honestly didn't find it before making my own patch.
====Code/Files I use/really enjoy====
~- InvisibleWiki - for my homepage thingy.
~- PageCloaking - for my InvisibleWiki.
====Stuff I'd like to see in WikkaWiki====
~- I am really interested in HandlingUTF8, because currently things break badly when trying to use "national characters" (æ/Æ ø/Ø/&Ooblique; å/Å). Because the ""MySQL"" base where I keep my pages store text in UTF-8, wikkawiki seems to cut the content at the first instance of a strange character. ''I won't put my fingers in there though; that would probably break them (my fingers and the code).''
====Notes====
~- ''Strange: seems like WikkaWiki doesn't like to display uppercase HTML character entities...'' (oh, yes. That will be fixed by that ""CentralRegexLibrary"" thingey - the regex ""[a-z]"" does not catch uppercase even when used with the modifier ''i'').
~- SimpleTables - I kind of missed a simple way to build up simple tables with markup. WikkaTables didn't cut it, and I honestly didn't find it before making my own patch.
====Code/Files I use/really enjoy====
~- InvisibleWiki - for my homepage thingy.
~- PageCloaking - for my InvisibleWiki.
====Stuff I'd like to see in WikkaWiki====
~- I am really interested in HandlingUTF8, because currently things break badly when trying to use "national characters" (æ/Æ ø/Ø/&Ooblique; å/Å). Because the ""MySQL"" base where I keep my pages store text in UTF-8, wikkawiki seems to cut the content at the first instance of a strange character. ''I won't put my fingers in there though; that would probably break them (my fingers and the code).''
====Notes====
~- ''Strange: seems like WikkaWiki doesn't like to display uppercase HTML character entities...'' (oh, yes. That will be fixed by that ""CentralRegexLibrary"" thingey - the regex ""[a-z]"" does not catch uppercase even when used with the modifier ''i'').
Deletions:
I am really interested in HandlingUTF8, because currently things break badly when trying to use "national characters" (æ/Æ ø/Ø/&Ooblique; å/Å). Because the ""MySQL"" base where I keep my pages store text in UTF-8, wikkawiki seems to cut the content at the first instance of a strange character. ''I won't put my fingers in there though; that would probably break them (my fingers and the code).''
''Strange: seems like WikkaWiki doesn't like to display uppercase HTML character entities...'' (oh, yes. That will be fixed by that CentralRegexLibrary thingey - the regex ""[a-z]"" does not catch uppercase even when used with the modifier ""i"").
Additions:
''Strange: seems like WikkaWiki doesn't like to display uppercase HTML character entities...'' (oh, yes. That will be fixed by that CentralRegexLibrary thingey - the regex ""[a-z]"" does not catch uppercase even when used with the modifier ""i"").
Deletions:
Additions:
I am really interested in HandlingUTF8, because currently things break badly when trying to use "national characters" (æ/Æ ø/Ø/&Ooblique; å/Å). Because the ""MySQL"" base where I keep my pages store text in UTF-8, wikkawiki seems to cut the content at the first instance of a strange character. ''I won't put my fingers in there though; that would probably break them (my fingers and the code).''
''Strange: seems like WikkaWiki doesn't like to display uppercase HTML character entities...''
''Strange: seems like WikkaWiki doesn't like to display uppercase HTML character entities...''
Deletions:
Additions:
I am really interested in HandlingUTF8, because currently things break badly when trying to use "national characters" (æ/Æ ø/Ø å/Å). Because the ""MySQL"" base where I keep my pages store text in UTF-8, wikkawiki seems to cut the content at the first instance of a strange character. ''I won't put my fingers in there though; that would probably break them (my fingers and the code).''
Additions:
=====Tormod Haugen=====
I'm a developer, currently working for the Norwegian Government. I am really only a user of wikis, and just on a small scale. I am planning to use wikkawiki as a InvisibleWiki for my homepage.
I've done a small hack to ''wikka.php'' - see WikkaTables / [[http://wiki.tormodh.net/SimpleTable]].
----
CategoryUsers
I'm a developer, currently working for the Norwegian Government. I am really only a user of wikis, and just on a small scale. I am planning to use wikkawiki as a InvisibleWiki for my homepage.
I've done a small hack to ''wikka.php'' - see WikkaTables / [[http://wiki.tormodh.net/SimpleTable]].
----
CategoryUsers
Deletions:
I just tested wikka, and liked it a bit. Not a big wiki user, but after a very short while I missed a quick and easy, simple table markup.
Discussed at WikkaTables, my efforts at [[http://wiki.tormodh.net/SimpleTable]].