Revision history for RichardMartinNielsen


Revision [23363]

Last edited on 2016-05-20 07:38:47 by RichardMartinNielsen [Replaces old-style internal links with new pipe-split links.]
Additions:
I'm experimenting with using WikkaWiki in the [[InvisibleWiki | invisible form]] and the [[WikiInAVacuum]] model to replace a CMS ([[www.joomla.org | Joomla]]) for an organisation's website being hosted by a commercial provider on a LAMP stack.
Deletions:
I'm experimenting with using WikkaWiki in the [[InvisibleWiki invisible form]] and the [[WikiInAVacuum]] model to replace a CMS ([[www.joomla.org Joomla]]) for an organisation's website being hosted by a commercial provider on a LAMP stack.


Revision [20025]

Edited on 2008-06-08 21:43:42 by RichardMartinNielsen [Replaces old-style internal links with new pipe-split links.]
Additions:
====News====
I've gone live in a limited sense on [[saint.barts.ca]] - comments and advice from more experienced administrators would be very welcome. From there you'll also see a link to our regular site. We'll now ask the organisation which site they prefer.
I also looked at trying to use MediaWiki but have found it easier to "thin down" the features of WikkaWiki than pruning MediaWiki.
My development environment is MAMP on a Mac mini at home. My production environment is a commercially supplied LAMP stack. Having built a system at home, I then shifted an image of the (slightly cleaned) tree to the server, edited the wikka.config.php by hand (aquamacs + tramp are our friends), realised (by doing a parallel plain vanilla install) that mod-rewrite was not enabled and that I needed to rename all .htaccess files to htaccess.txt, and it's essentially there.
- Implementing the invisibility (95% done)
- Transferring a developed-by-me Joomla template into something which will look very similar in WikkaWiki (85%)
Deletions:
I've also looked at trying to use MediaWiki but have found it easier to "thin down" the features of WikkaWiki than pruning MediaWiki.
My development environment is MAMP on a Mac mini at home. My production environment is a commercially supplied LAMP stack. Once I've built a functioning system on my home machine I'll be trying to transfer it to the production system, likely by doing a recursive diff down a plain-vanilla install then figuring out which bits need to be patched (and possibly rolling my own .tgz to upload).
- Implementing the invisibility (80% done)
- Transferring a developed-by-me Joomla template into something which will look very similar in WikkaWiki (55%)


Revision [20012]

Edited on 2008-06-06 17:02:51 by RichardMartinNielsen [Replaces old-style internal links with new pipe-split links.]
Additions:
====Other things I've spent time trying to fix====
My current chief bugbear is an amazing shrinking WikkaEdit. It's largely my own fault, probably - I've borrowed a chunk of template code from elsewhere which creates a page_outer div around the page, and I //think// that this is what is confusing matters. Essentially, when I fire up the editor, the resize code shrinks it by 20px every go through until it hits its minimum. I tried applying the "2e methode" proposed by Olivier Borowski under bug #375 but have so far succeeded only in getting a fixed-height editor. This is nearly preferable for me. **Sorted. Mostly.**
Deletions:
~- My current chief bugbear is an amazing shrinking WikkaEdit. It's largely my own fault, probably - I've borrowed a chunk of template code from elsewhere which creates a page_outer div around the page, and I //think// that this is what is confusing matters. Essentially, when I fire up the editor, the resize code shrinks it by 20px every go through until it hits its minimum. I tried applying the "2e methode" proposed by Olivier Borowski under bug #375 but have so far succeeded only in getting a fixed-height editor. This is nearly preferable for me. **Sorted. Mostly.**


Revision [20011]

Edited on 2008-06-06 16:58:43 by RichardMartinNielsen [Replaces old-style internal links with new pipe-split links.]
Additions:
~- My current chief bugbear is an amazing shrinking WikkaEdit. It's largely my own fault, probably - I've borrowed a chunk of template code from elsewhere which creates a page_outer div around the page, and I //think// that this is what is confusing matters. Essentially, when I fire up the editor, the resize code shrinks it by 20px every go through until it hits its minimum. I tried applying the "2e methode" proposed by Olivier Borowski under bug #375 but have so far succeeded only in getting a fixed-height editor. This is nearly preferable for me. **Sorted. Mostly.**
Deletions:
~- My current chief bugbear is an amazing shrinking WikkaEdit. It's largely my own fault, probably - I've borrowed a chunk of template code from elsewhere which creates a page_outer div around the page, and I //think// that this is what is confusing matters. Essentially, when I fire up the editor, the resize code shrinks it by 20px every go through until it hits its minimum. I tried applying the "2e methode" proposed by Olivier Borowski under bug #375 but have so far succeeded only in getting a fixed-height editor. This is nearly preferable for me.


Revision [20010]

Edited on 2008-06-05 22:17:56 by RichardMartinNielsen [Replaces old-style internal links with new pipe-split links.]
Additions:
~- My current chief bugbear is an amazing shrinking WikkaEdit. It's largely my own fault, probably - I've borrowed a chunk of template code from elsewhere which creates a page_outer div around the page, and I //think// that this is what is confusing matters. Essentially, when I fire up the editor, the resize code shrinks it by 20px every go through until it hits its minimum. I tried applying the "2e methode" proposed by Olivier Borowski under bug #375 but have so far succeeded only in getting a fixed-height editor. This is nearly preferable for me.
I managed to drop some javascript in where it probably didn't belong, and got a dump of the sizes my poor editor is looking at.
%%
document.body.clientHeight: 811
document.documentElement.clientHeight: 758
document.body.scrollHeight: 811
document.documentElement.scrollHeight: 898
document.body.offsetHeight: 811
document.documentElement.offsetHeight: 817
%%
I suspect it's being confused by the difference of document.documentElement.clientHeight (758) vs document.body.offsetHeight (817). This would give me a negative change, even if the window's not being modified.
Deletions:
~- My current chief bugbear is an amazing shrinking WikkaEdit. It's largely my own fault, probably - I've borrowed a chunk of template code from elsewhere which creates a page_outer div around the page, and I //think// that this is what is confusing matters. Essentially, when I fire up the editor, the resize code shrinks it by 20px every go through until it hits its minimum. I tried applying the "2e methode" proposed by Olivier Borowski under bug #375 but have so far succeeded only in getting a fixed-height editor. This is nearly preferable for me.


Revision [20009]

Edited on 2008-06-05 22:07:46 by RichardMartinNielsen [Replaces old-style internal links with new pipe-split links.]
Additions:
~- My current chief bugbear is an amazing shrinking WikkaEdit. It's largely my own fault, probably - I've borrowed a chunk of template code from elsewhere which creates a page_outer div around the page, and I //think// that this is what is confusing matters. Essentially, when I fire up the editor, the resize code shrinks it by 20px every go through until it hits its minimum. I tried applying the "2e methode" proposed by Olivier Borowski under bug #375 but have so far succeeded only in getting a fixed-height editor. This is nearly preferable for me.


Revision [19992]

Edited on 2008-06-03 20:30:09 by RichardMartinNielsen [Replaces old-style internal links with new pipe-split links.]
Additions:
====Other notes====
- Wandering through other Wikka's I found that some editors didn't show the buttons for H1, H2, H3. It doesn't take long to discover that this can be emulated with the modern WikkaEdit by commenting out lines 74 and 75 of wikkaedit_data.js
I'm pondering trying to write a version of the category action which would use the Wakka-generated best-guess of the title of pages listed and present those instead of the plain CamelCase links. This would hide some of the internals from general users. I've now discovered LinkUsingPageTitle but it appears not to be ready for prime time. Yet. And it's not quite what I wanted, but I may borrow code. I'm going to try putting UncamelAction into play, perhaps just on the category pages. ** - Done: See PrettyCategory**
Deletions:
**Done: See PrettyCategory** I'm pondering trying to write a version of the category action which would use the Wakka-generated best-guess of the title of pages listed and present those instead of the plain CamelCase links. This would hide some of the internals from general users. I've now discovered LinkUsingPageTitle but it appears not to be ready for prime time. Yet. And it's not quite what I wanted, but I may borrow code. I'm going to try putting UncamelAction into play, perhaps just on the category pages.


Revision [19990]

Edited on 2008-06-02 22:24:33 by RichardMartinNielsen [Replaces old-style internal links with new pipe-split links.]
Additions:
- Like some others, I'm peeved by the formatter creating ""Valid XHTML"" which is littering text with line breaks where it should really be using paragraphs. If I get distracted, I may join those tilting at the windmill of getting the formatter to create paragraphs. My inherited CSS does paragraphs nicely. Line breaks look bad. But I've really not looked at the formatter code, and it frightens me a little.
Deletions:
- Like some others, I'm peeved by the formatter creating ""Valid XHTML"" which is littering text with ""<br />"" where they're not absolutely necessary. If I get distracted, I may join those tilting at the windmill of getting the formatter to create paragraphs. (My inherited CSS does paragraphs nicely. Line breaks look bad.)


Revision [19989]

Edited on 2008-06-02 22:23:51 by RichardMartinNielsen [Replaces old-style internal links with new pipe-split links.]
Additions:
- Like some others, I'm peeved by the formatter creating ""Valid XHTML"" which is littering text with ""<br />"" where they're not absolutely necessary. If I get distracted, I may join those tilting at the windmill of getting the formatter to create paragraphs. (My inherited CSS does paragraphs nicely. Line breaks look bad.)
**Done: See PrettyCategory** I'm pondering trying to write a version of the category action which would use the Wakka-generated best-guess of the title of pages listed and present those instead of the plain CamelCase links. This would hide some of the internals from general users. I've now discovered LinkUsingPageTitle but it appears not to be ready for prime time. Yet. And it's not quite what I wanted, but I may borrow code. I'm going to try putting UncamelAction into play, perhaps just on the category pages.
Deletions:
I'm pondering trying to write a version of the category action which would use the Wakka-generated best-guess of the title of pages listed and present those instead of the plain CamelCase links. This would hide some of the internals from general users. I've now discovered LinkUsingPageTitle but it appears not to be ready for prime time. Yet. And it's not quite what I wanted, but I may borrow code.
I'm going to try putting UncamelAction into play, perhaps just on the category pages.


Revision [19988]

Edited on 2008-06-02 22:19:22 by RichardMartinNielsen [Replaces old-style internal links with new pipe-split links.]
Additions:
- Implementing the invisibility (80% done)
~~- PrettyRecentChanges and PrettyCategory are helping present a largely invisible wiki to the viewing public. (So far it's just me because I'm not quite confident to go live on a production server yet.)
- A pointer to the simple instructions of how to clone an entire Wikka Wiki from one server to another would be very welcome.
Deletions:
- Implementing the invisibility (75% done)


Revision [19982]

Edited on 2008-06-01 08:42:19 by RichardMartinNielsen [Replaces old-style internal links with new pipe-split links.]
Additions:
- Implementing the invisibility (75% done)
~~- I've now created actions (tentatively named prettyrecentchanges and prettycategory) which strip out a lot of the Wikiness of these actions so that they can be included within other pages. Each is using a small uncamel function which is just used on specific portions of the text.
Deletions:
- Implementing the invisibility (60% done)


Revision [19973]

Edited on 2008-05-24 10:24:28 by RichardMartinNielsen [Replaces old-style internal links with new pipe-split links.]
Additions:
I'm going to try putting UncamelAction into play, perhaps just on the category pages.


Revision [19972]

Edited on 2008-05-23 22:16:49 by RichardMartinNielsen [Replaces old-style internal links with new pipe-split links.]
Additions:
I'm pondering trying to write a version of the category action which would use the Wakka-generated best-guess of the title of pages listed and present those instead of the plain CamelCase links. This would hide some of the internals from general users. I've now discovered LinkUsingPageTitle but it appears not to be ready for prime time. Yet. And it's not quite what I wanted, but I may borrow code.
Deletions:
I'm pondering trying to write a version of the category action which would use the Wakka-generated best-guess of the title of pages listed and present those instead of the plain CamelCase links. This would hide some of the internals from general users.


Revision [19971]

Edited on 2008-05-23 22:01:22 by RichardMartinNielsen [Replaces old-style internal links with new pipe-split links.]
Additions:
I'm experimenting with using WikkaWiki in the [[InvisibleWiki invisible form]] and the [[WikiInAVacuum]] model to replace a CMS ([[www.joomla.org Joomla]]) for an organisation's website being hosted by a commercial provider on a LAMP stack.
Deletions:
I'm experimenting with using WikkaWiki in the [[InvisibleWiki invisible form]] to replace a CMS ([[www.joomla.org Joomla]]) for an organisation's website being hosted by a commercial provider on a LAMP stack.


Revision [19970]

Edited on 2008-05-23 21:44:43 by RichardMartinNielsen [Replaces old-style internal links with new pipe-split links.]
Additions:
=====RichardMartinNielsen: What I'm doing with Wikka=====


Revision [19969]

Edited on 2008-05-23 20:23:03 by RichardMartinNielsen [Replaces old-style internal links with new pipe-split links.]

No Differences

Revision [19968]

Edited on 2008-05-23 20:22:44 by RichardMartinNielsen [Replaces old-style internal links with new pipe-split links.]
Additions:
My development environment is MAMP on a Mac mini at home. My production environment is a commercially supplied LAMP stack. Once I've built a functioning system on my home machine I'll be trying to transfer it to the production system, likely by doing a recursive diff down a plain-vanilla install then figuring out which bits need to be patched (and possibly rolling my own .tgz to upload).
====My current challenges====
- Implementing the invisibility (60% done)
- Transferring a developed-by-me Joomla template into something which will look very similar in WikkaWiki (55%)
- Figuring out a clean files interface. I //liked// the WikiFile system (particularly in terms of being able to upload material easily which can then be included in other pages) and have only just managed to get it working. (100%)
====Strange ideas====
I'm pondering trying to write a version of the category action which would use the Wakka-generated best-guess of the title of pages listed and present those instead of the plain CamelCase links. This would hide some of the internals from general users.
Deletions:
My current challenges:
- Implementing the invisibility
- Transferring a developed-by-me Joomla template into something which will look very similar in WikkaWiki
- Figuring out a clean files interface. I //liked// the WikiFile system (particularly in terms of being able to upload material easily which can then be included in other pages) and have only just managed to get it working.


Revision [19967]

Edited on 2008-05-22 21:05:21 by RichardMartinNielsen [Replaces old-style internal links with new pipe-split links.]
Additions:
I'm experimenting with using WikkaWiki in the [[InvisibleWiki invisible form]] to replace a CMS ([[www.joomla.org Joomla]]) for an organisation's website being hosted by a commercial provider on a LAMP stack.
Deletions:
I'm experimenting with using WikkaWiki in the invisible form to replace a CMS ([[www.joomla.org Joomla]]) for an organisation's website being hosted by a commercial provider on a LAMP stack.


Revision [19966]

Edited on 2008-05-22 21:03:36 by RichardMartinNielsen [Replaces old-style internal links with new pipe-split links.]
Additions:
- Figuring out a clean files interface. I //liked// the WikiFile system (particularly in terms of being able to upload material easily which can then be included in other pages) and have only just managed to get it working.
- CamelCase is a bit of a pain. My organisation is located on ""MacKay"" street and has many Scottish members.
Deletions:
- Figuring out a clean files interface. I //liked// the WikiFile system (particularly in terms of being able to upload material easily which can then be included in other pages) but haven't managed to get it running on top of 1.1.6.4 yet.


Revision [19965]

The oldest known version of this page was created on 2008-05-22 20:50:27 by RichardMartinNielsen [Replaces old-style internal links with new pipe-split links.]
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki