Stellars Henson (Konrad Jelen)
Hi! My real name is Konrad Jelen and i currently work for Pegasystems Ltd. and at the same time i am a co-owner of the NobleProg Ltd. I love the idea of OpenSource and i gladly participate to all the projects i have time for!
In my company we use MoinMoin for collaboration, knowledge and community building purposes. The site location is http://wiki.nobleprog.net
Email: <konrad.jelen AT SPAMFREE nobleprog DOT com>
Contributions
NobleProg is pleased to support MoinMoin community with some patches and plugins
All of these patches have been also applied to the NobleProg wiki, you can check them yourselve. MoinMoin version we use is 1.8.2
Patches
Macros
Themes
Plans
Undr Development
IncludeWikiContent enhancement - macro used to include a page and dynamically substitute tagged variables with provided arguments. Variables will be presented in a very simple form, e.g. @VARIABLE NAME@ (preferably uppercase). Variables are to be evaluated before wiki parser is applied.
Scheduled
BlikiSummary - to modify blikisummary to allow to set top-level page
hi there! I'm also using this macro and I thinking about the possibility to filter this pagelist for Categories. So only pages from CategoryXy would be displayed. An optional filter for a subpart of a pagename could be also a benefit. regex could maybe help, too (as far as you not start searching the index, cause xapian doesn't support this, butt wel I guess you will "only" parse the edit-log anyway). Till today I'm using for this purpos a MonthCalendar together with Include (example). new args could be something like: <<BlikiSummary(cat="CategoryBlog",title="News")>>. -- MarcelHäfner 2009-03-28 14:08:57
hello. the simplest way to solve the problem (for me) is to filter out all entries that get no match using regex. It means, that i just leverage existing BlikiSummary functionality (i don't want to change this macro too much, it's pretty damn good my seem) -- StellarsHenson 2009-03-29 03:11:31
