Difference between revisions of "Modularization"

From Apache OpenOffice Wiki
Jump to: navigation, search
Line 1: Line 1:
by now OOo has been regarded as the only real alternative office suite,
+
... by now OOo has been regarded as the only real alternative office suite,
 
sometimes hard to build, often admired for its feature completeness,
 
sometimes hard to build, often admired for its feature completeness,
 
somewhat beaten because of the memory footprint, understood to have one
 
somewhat beaten because of the memory footprint, understood to have one
Line 8: Line 8:
 
Many words may be used for OOo, though small is not with them :-)
 
Many words may be used for OOo, though small is not with them :-)
 
OOo is a huge project, with lots of code and a more or less monolithic
 
OOo is a huge project, with lots of code and a more or less monolithic
architecture. (Even :-) the ESC [[ESC_dashboard|understands]] that size does not only has
+
architecture.
advantages (though it sometimes matters :-).
+
 
+
(see )
+
  
 
It seems a hero (or five) is needed ... we (Cynthia, Xiuzhi, LiuTao,
 
It seems a hero (or five) is needed ... we (Cynthia, Xiuzhi, LiuTao,
Ingo and I) want to move out to fill this position and therefor need
+
Ingo and I) want to move out to fill this position ...
your (mental) support ...
+
  
to Improve and Support Modularization of OOo.
+
... to Improve and Support Modularization of OOo.
  
 
===Goals===
 
===Goals===

Revision as of 08:19, 30 April 2009

... by now OOo has been regarded as the only real alternative office suite, sometimes hard to build, often admired for its feature completeness, somewhat beaten because of the memory footprint, understood to have one of the most classical graphical user interfaces ever, loved to recover MS documents, and so on ...

The Modularization Project

Many words may be used for OOo, though small is not with them :-) OOo is a huge project, with lots of code and a more or less monolithic architecture.

It seems a hero (or five) is needed ... we (Cynthia, Xiuzhi, LiuTao, Ingo and I) want to move out to fill this position ...

... to Improve and Support Modularization of OOo.

Goals

The Goals are:

  • Adapt the OOo source to enable (more) custom-tailor products.
  • Support custom-tailor products in the build system by
    • checking out what is needed only,
    • building what is needed only,
    • re-using intermediate or final deliverables.
  • Enable pre-build intermediates and their usage.

Todos

And this is what we want to do first:

  • Create a "build helper", responsible for
    • getting the source,
    • getting prerequisites and pre-builds,
    • configuring the sources, taking care of dependencies ...,
    • and (optionally) building it.
  • Add missing/useful configuration switches (e.g. for headless support).
  • Re-factor according to needs (e.g. writer only etc.).

This "build helper" may be compared to the Linux kernels menuconfig / xconfig, first configure it extensively, ideally in a graphical way, than build it.

Outlook

Later on we may

  • rework SCP to configure the sources more dynamically,
  • provide pre-build intermediates to reduce build times for many,
  • disentangle the OOo applications, and
  • do even more ...

Other Links

IRCLOGS
Original wiki page of modularization Here comes more goals

Personal tools