Le 28/03/2015 22:08, Henry So Jr. a écrit : > It's hard to know which thread to reply for what, so I'll start a new > thread.
Indeed. Maybe to be able to work in a more efficient way, another communication channel should be considered? I have a slack.com account, I (or you) can create a room for Gregorio if you want... or IRC. > Anyway... I've merged release-3.0 into develop (which we need to do > again after the last remaining bits get done, but that should be no > problem). I created the 'refactor' branch against 'develop' in the main > repository. We can start work there. The file movement should be done > first. So we don't step on each other, who will do it? I cannot start right now (the day is almost over), so you can start. I was thinking about something like this: * mv libs/*.c src/ * mv includes/gregorio/*.h src/ * mv plugins/gabc/ src/ * mv plugins/dump/ src/ * mv plugins/gregoriotex/ src/ * mv includes/config.h.in src/ (and change configure.ac) * rm src/plugin* * rm -rf libs/ * rm -rf includes/ * rm -rf plugins/ (thus removing xml, otex and template) * change Makefile.am and configure.ac so that we have the .c and corresponding .h files together, and separate directories for output (gabc, dump, gregoriotex). What do you think? That's just a first thought, feel free to improve it or do in a totally different way! Thank you, -- Elie _______________________________________________ Gregorio-devel mailing list [email protected] https://mail.gna.org/listinfo/gregorio-devel
