Page 1 of 1

Add new WikiWord page to the Wikilinks file

Posted: Wed Oct 13, 2004 3:12 pm
by randybrown
Another piece to fully integrate the WikiText plugin would be to have the Edit Page know that this new entry is being created after clicking on a WikiWord. During saving the new entry, the new WikiWord could be added to the Wikilines file - or perhaps better to a table in the db.

Re: Add new WikiWord page to the Wikilinks file

Posted: Wed Oct 13, 2004 3:28 pm
by garvinhicking
That is possible with our 0.8 feature, where you can assign "entry properties".

The Wiki plugin could then register a property, hook on it, and also make checks for the 'backend_publish' hook.

However, I'm not into that Wiki-Stuff, so I'm not the one going to implement it, I'm sorry. :)

Regards,
Garvin.

Posted: Wed Oct 13, 2004 5:01 pm
by randybrown
Ok Garvin. Maybe I'll work on the implementation. I am new to looking into s9y - but as I grok the code better, maybe I can contribute.

Is there a document or form entry which describes the architecture of s9y?

Posted: Wed Oct 13, 2004 5:16 pm
by garvinhicking
We have some documentation online at our Wiki (s9y.org) in the documentation section; it also describes some structural things about our architecture.

But then again, learning by doing is probably the easiest way. Take a look at other plugins, see what they do, and then try to imitate behavior until you can tweak it to your needs.

The mentioned 'article properties' are only in our 'branch-smarty' CVS-branch. We're still working on the smarty rewrite, so things may get a bit unstable there at times. :)

I hope you'll find some time and motivation to contribute :)

Best regards,
Garvin