Am 08/16/2011 06:45 PM, schrieb Ingrid von der Mehden:
Am 16.08.2011 16:21, schrieb Rob Weir:
On Tue, Aug 16, 2011 at 10:02 AM, Ingrid von der Mehden
<[email protected]> wrote:
Am 15.08.2011 18:46, schrieb Rob Weir:
[...]
ooo/trunk/core --- all the OOO340 stuff
ooo/trunk/l10n -- all the language stuff
Actually I would suggest to name the directory 'main' instead of 'core'.
The term 'core' is used already in several modules within the OOo source
code, where it does imply that this is something without user interface
(more the model part in MVC pattern). So using the term 'core' for
the whole
office (including user interface) is misleading and could create
confusion.
Note what we already have in SVN:
https://svn.apache.org/repos/asf/incubator/ooo/
We're mixing site files, and source in the same repository.
I wonder if we want a "src" directory that is a sibling of "site".
And then "main" and "extras" under that?
I just searched through the different Apache projects and the scheme as
we have it is quite common:
'Apache Project'/site
'Apache Project'/trunk
'Apache Project'/branches
'Apache Project'/tags
Those directories can be found very often. I think it is not too bad to
stay with the common scheme. This makes it easier to switch between
projects for all Apache committers.
------
If we instead choose to have a src directory next to site, I would vote
to put trunk, branches and tags into it. All the different code lines
are all src, they belong together. So we would have:
ooo/site
ooo/src/trunk/main
ooo/src/trunk/extras
ooo/src/branches
ooo/src/tags
This will lead to an additional directory in the path. But the logical
grouping is cleaner. A pitfall might be that some people might expect
only source code in a directory called src and not things like help
content or translation.
Yes, good thought.
So I still prefer:
ooo/trunk/main --- all the OOO340 stuff
ooo/trunk/extras/l10n -- all the language stuff
Even as non-coder I support this.
Marcus
I would also put the l10n stuff into a further directory. Those
people who
have no idea what l10n might be, could benefit from a simpler name
'extras'.
This makes the first browsing experience in the source code less
frightening.
So I would suggest:
ooo/trunk/main --- all the OOO340 stuff
ooo/trunk/extras/l10n -- all the language stuff
The full proposal was here:
http://mail-archives.apache.org/mod_mbox/incubator-ooo-dev/201108.mbox/%[email protected]%3E
Kind regards,
Ingrid