Contributing

If you want to contribute or just want to discuss about technical aspects of nWordPress, contact This e-mail address is being protected from spambots. You need JavaScript enabled to view it This e-mail address is being protected from spambots. You need JavaScript enabled to view it . Make sure to also consult the dedicated section on the Numiton forum. Your involvement is always welcome.

Version control

Information on how to obtain the source code is available here.

You can also browse the CVS repository online, at http://nwordpress.cvs.sourceforge.net/nwordpress/.

Areas to work on

There are several ways in which the functionality of the original WordPress blogging engine can be extended, including languages, plugins and themes. All of them are based on dynamically executing PHP code from extensions.

In its present state, nWordPress only supports the English language and a default theme, with no additional plugins. This is the main area to work on, in terms of functionality.

Many improvements can also be applied in terms of source code structure – refactorings, objectualization etc. The translation output is still similar in semantics and structure to the original code. When such optimizations are performed, we expect a significant impact on code readability and performance.