fvwm icon indicating copy to clipboard operation
fvwm copied to clipboard

Ta/asciidoc

Open ThomasFunk opened this issue 12 years ago • 9 comments

Hi Thomas,

here's my first package :)

Could you please check the TODO that all FvwmModules listed (without the made ones).

Also check the format conventions file if something missed or should be changed.

Thanks, Thomas

ThomasFunk avatar Feb 25 '12 14:02 ThomasFunk

On Sat, Feb 25, 2012 at 06:54:52AM -0800, Thomas Funk wrote:

Hi Thomas,

here's my first package :)

Thanks. Will take a look on Monday.

-- Thomas Adam

"Deep in my heart I wish I was wrong. But deep in my heart I know I am not." -- Morrissey ("Girl Least Likely To" -- off of Viva Hate.)

ThomasAdam avatar Feb 25 '12 15:02 ThomasAdam

Hi Thomas, I've finished the manpages for FvwmModules except the files listed in TODO.

FYI: All files are reviewed as html also (for future use).

ThomasFunk avatar Mar 10 '12 14:03 ThomasFunk

Also, can you add a new top-level "fvwmmodules.txt" which includes the files from the FvwmModules/ directory, so that make_sections.sh will work correctly?

ThomasAdam avatar Mar 17 '12 22:03 ThomasAdam

I could do that but this will destroy the manpage structure recommended by asciidoc. Furthermore this will get a "huge" manpage and it will make problems with the html creation (ok this is perhaps not interesting now but should be bear in mind ...). I would rather change the make_sections.sh like this: for file in egrep -rl -e "^:doctype: manpage" * --exclude-dir=sample do a2x -vf manpage $file done

Then the manpages will create in the subfolders, too.

ThomasFunk avatar Mar 18 '12 13:03 ThomasFunk

On 18 March 2012 13:14, Thomas Funk [email protected] wrote:

I could do that but this will destroy the manpage structure recommended by asciidoc. Furthermore this will get a "huge" manpage and it will make problems with the html creation (ok this is perhaps not interesting now but should be bear in mind ...). I would rather change the make_sections.sh like this:

That doesn't matter. See "man zshall" for instance. I still want that ability, even for modules.

for file in egrep -rl -e "^:doctype: manpage" * --exclude-dir=sample

No, no. That's not correct at all. Use find(1). I'll fix this up locally.

-- Thomas Adam

ThomasAdam avatar Mar 18 '12 13:03 ThomasAdam

ok, I've created a FvwmModules.txt with all FvmModules except fvwm-bug.txt, fvwm-convert-2.4.txt, fvwm-convert-2.6.txt and fvwm-config.txt. Are these also modules? Or should we create a seperate manpage e.g fvwm-convert.txt or so ... ?

ThomasFunk avatar Mar 18 '12 19:03 ThomasFunk

I've created a utility manpage. Some scripts are missing. See the TODO in FvwmUtils folder.

ThomasFunk avatar Mar 21 '12 22:03 ThomasFunk

I'd rather you didn't do this. Unlike modules, for instance, there is no commonality with the programs you've grouped together as being "utilities". Please drop this, but keep the commands under the FvwmUtils/ directory, and they'll get picked up automatically by my changes to make_sections.sh without needing fvwmutils.txt at all.

ThomasAdam avatar Mar 22 '12 06:03 ThomasAdam

Done.

ThomasFunk avatar Mar 22 '12 22:03 ThomasFunk