Results 1 - 25 of 399 results out of about 15698 pages. (3.43 seconds)

MoinDev/GettingStarted . . . 6 matches
... at least the basics on the development pages. Install and get used to Mercurial (see MoinDev/MercurialGuide) and play with it. Small patches are always welcome! If you just want ...

3.2k - rev: 20 (current) last modified: 2011-04-01 19:38:49

MoinMarketing/InterviewsWithMoinDevelopers . . . 4 matches
... wiki, the system texts are done by translating *.po files. Coordination is done on [[MoinDev/Translation]]. --ThomasWaldmann '''Why did you decide to modify the themes?''' * W...

8.8k - rev: 26 (current) last modified: 2007-10-29 19:22:00

MoinDev/HowToCreatePatches . . . 3 matches
... new patch == 1. Get the latest version of the source and make your edits. MoinMoin:MoinDev/MercurialGuide tells you more. 1. Before you continue ask yourself the following que...

1.5k - rev: 1 (current) last modified: 2009-02-03 21:51:15

MoinDev/PluginConcept . . . 2 matches
...of input format, processing capabilities, dynamic content, and output of pages.''' ([[MoinDev/PluginKonzept|german version]]) See also: ErrorHandlingInPlugins. <<TableOfContents...

11.6k - rev: 74 (current) last modified: 2014-01-24 22:17:42

MoinDev/CreatingMacros . . . 2 matches
... and help pages ONLY in the master wiki! ## For more information, please see MoinMoin:MoinDev/Translation. ##master-page:None ##master-date:None #format wiki #language en == Writ...

7.2k - rev: 2 (current) last modified: 2009-05-12 17:10:13

MoinDev/CodingStandards . . . 2 matches
... level of the existing code base, i.e. higher than you might be used to. ;) Also see MoinDev/CommonTasks. == Code layout == See also CodingStyle. (!) Use `make check-tabs` in t...

1.8k - rev: 20 (current) last modified: 2010-09-04 03:49:40

MoinDev/WikiDom . . . 1 match
There has often been ideas to implement the Document Object Model (DOM) into MoinMoin. DOM is a description of how an HTML or XML document is represented in a tree structure (see W

1.3k - rev: 9 (current) last modified: 2007-10-29 19:10:48

MoinDev/WidgetConcept . . . 1 match
See also: * ../DatasetBrowser * MoinMoinTodo/CalendarWidget == Basics == ... == HTML Widgets == To make the code, especially that of actions, easier to read and maintain, t

0.6k - rev: 6 (current) last modified: 2007-10-29 19:13:27

MoinDev/VietnameseTranslation . . . 1 match
Vietnamese translation is at http://vnlug.org. Only message file has been translated. Wiki pages have not been translated at all. Contact <<MailTo(nnt@nntsoft.com)>> ---- MoinMoi

0.2k - rev: 3 (current) last modified: 2007-10-29 19:13:36

MoinDev/UnitTests . . . 1 match
'''Help on writing unit tests for !MoinMoin''' <<TableOfContents>> = Why write tests? = In short, writing tests is easy, fun and make others feel good about your code. Some dev

2.7k - rev: 27 (current) last modified: 2008-11-03 21:18:17

MoinDev/UnderstandingTheCachingFramework . . . 1 match
= Understanding the Caching Framework = (!) See [[MoinMoinIdeas/WikiApplicationServerPage]] for the current dependency system and CacheFramework for a suggestion for a replacement

5.0k - rev: 1 (current) last modified: 2014-01-24 22:43:16

MoinDev/Translation . . . 1 match
<<TableOfContents>> /!\ Some translators obfuscated their email address in last-translator field in the po file. While I can understand the reasons for doing this, I just want to

12.7k - rev: 550 (current) last modified: 2018-08-20 22:32:53

MoinDev/ThemeDevelopment . . . 1 match
= Theme development = Themes enable us to switch the layout of a wiki. If you want to build your own themes you should at least know something about WikiPedia:Cascading_Style_Sheet

7.9k - rev: 63 (current) last modified: 2011-04-26 15:03:01

MoinDev/Storage . . . 1 match
= MoinMoin Filesystem storage (moin 1.5 .. 1.9.x) = = Logs = == Edit log == There are 2 edit logs: a global one (per wiki) and a local one (per page): * The global edit-log is s

8.0k - rev: 35 (current) last modified: 2013-05-25 19:15:44

MoinDev/PluginKonzept . . . 1 match
this is an outdated translation of ../PluginConcept into german from <<Date(2006-12-15T21:46:45Z)>> '''Plugins sind ein sehr wichtiger Aspekt von MoinMoin, die ein großes Maß an F

8.5k - rev: 10 (current) last modified: 2011-08-17 15:04:20

MoinDev/MoinSyntax . . . 1 match
Here we try to describe the Moin syntax in [[WikiPedia:Backus–Naur_form|EBNF (Backus–Naur form)]].This should help in many ways. . /!\ This is a work in progress. MediaWiki has

1.8k - rev: 5 (current) last modified: 2007-10-29 19:08:12

MoinDev/MoinMoinLogo . . . 1 match
'''Discussion about the Moin``Moin logo.''' '''Contents''' <<TableOfContents(2)>> = What is a good logo? = ''See also below where Vito expresses his detailed experience about g

42.4k - rev: 209 (current) last modified: 2007-10-29 19:11:43

MoinDev/MoinAuth . . . 1 match
I want to start a bit of discussion on the auth system in Moin at the moment. It has a few problems as far as I'm concerned (which I have patches to deal with), but I think the is

2.1k - rev: 15 (current) last modified: 2007-10-29 19:06:12

MoinDev/MercurialGuide . . . 1 match
<<TableOfContents>> = Introduction = The MoinMoin project uses [[http://www.selenic.com/mercurial/|Mercurial]] as its source code management system. = About Mercurial = * [[http

5.2k - rev: 53 (current) last modified: 2011-12-13 21:39:00

MoinDev/InterWiki . . . 1 match
InterWiki is the standard for inter-linking between different wikis. But also for linking to search engines. This page discusses possible future solutions. As this is also deeply i

5.0k - rev: 24 (current) last modified: 2008-11-24 20:06:13

MoinDev/HowToRelease . . . 1 match
= Creating a release = This describes how to create a release tarball for MoinMoin. It's of minor interest to anyone except ThomasWaldmann. :) 1. find and fix any low hanging fr

1.6k - rev: 29 (current) last modified: 2018-08-20 17:46:52

MoinDev/Forms . . . 1 match
"Forms" will be an API to simply develop web apps within MoinMoin. FlorianFesti is currently working on an extension for organising conventions. The forms infrastructure is curren

7.2k - rev: 15 (current) last modified: 2007-10-29 19:12:02

MoinDev/DeveloperTools . . . 1 match
= Tools for MoinMoin Development = Here is a collection of the tools used by the MoinMoin developers. Some stuff is a matter of taste, so choose what looks best for you. ##some st

3.4k - rev: 28 (current) last modified: 2013-08-08 09:32:38

MoinDev/DatasetBrowser . . . 1 match
Whenever you need to display tabulated data, be it in a macro or action, try to do it via the [[MoinCVS:MoinMoin/util/dataset.py]] and [[MoinCVS:MoinMoin/widget/browser.py]] module

0.7k - rev: 8 (current) last modified: 2007-12-25 22:05:37

MoinDev/CommonTasks . . . 1 match
== Adding a config variable == '''Fear featurism!''' Think twice if this is a generally needed switch or whether it's only needed by you personally. Every new config switch adds a

1.6k - rev: 9 (current) last modified: 2009-02-03 20:13:47

1 2 3 4 5 6 7 8 9 10 Next