Version 4

    We publish here tasks are small and well defined, it's a good place for beginners that want to be involved in the project.

     

    • Additional subscription modes : there is one subscription mode which is called immediate. That means when someone subscribes he can login as soon as he's registered. Sometimes it is not desirable and thus addional modes should be added (need approval, need mail confirmation).

     

    • Add syntax to the

       syntax in the forums, like [ode=java]

      , . That does not need a real parser to accomplish that. For instance the one used by Maven is a big hack which use a list of keywords (like public, class, static, etc...) and know how to recognize Strings. That task can be done easily thanks to the parser stack framework developed in the common module.

     

    • Internationalisation : the first thing is to make a clean separation of i18n files. Today there are cross references between the files, meaning that the user module uses keywords from the core module, etc... The first step is to clear these cross references by moving and duplicating the right translations to the right places.