man salix

Post Reply
User avatar
fredg
Posts: 232
Joined: 3. Oct 2009, 16:50
Location: Lyon, France
Contact:

man salix

Post by fredg »

Hi,

What about making a salix man page ? (I will write it)
The goal : "man salix" will tell the user what he can do once salix is installed in order to not let him alone.
Why a man page ? because even in a core install you can read it ;)

This thread is to think about what can be necessary and vital in a simple man page .

1- Packages management :
slapt-get:
update and upgrade : slapt-get -u && slapt-get upgrade
install : slapt-get -i plop.txz
how to install a local package:
installpkg plop.t{x,g}z

2- users

3- services

4- modules

5- online support : Jabber, direct link to IRC chatroom, forum

6- importants man pages list

++
User avatar
thenktor
Salix Wizard
Posts: 2426
Joined: 6. Jun 2009, 14:47
Location: Franconia
Contact:

Re: man salix

Post by thenktor »

Not a bad idea, but who will ever find that manpage? Perhaps a hint at the end of the installation?
Image
burnCDDA (burns audio CDs)
geBIERt (German beer blog)
User avatar
JRD
Salix Warrior
Posts: 950
Joined: 7. Jun 2009, 22:52
Location: Lyon, France

Re: man salix

Post by JRD »

I really like the idea...but I don't know AT ALL how to write man pages !
Image
User avatar
fredg
Posts: 232
Joined: 3. Oct 2009, 16:50
Location: Lyon, France
Contact:

Re: man salix

Post by fredg »

First try:
$ wget -c http://download.tuxfamily.org/fredgnix/salix/salix.1
# cp salix.1 /usr/man/man1
And to read :
$ man salix

++
User avatar
gapan
Salix Wizard
Posts: 6241
Joined: 6. Jun 2009, 17:40

Re: man salix

Post by gapan »

Good idea and a very nice start with it :)
Image
Image
User avatar
JRD
Salix Warrior
Posts: 950
Joined: 7. Jun 2009, 22:52
Location: Lyon, France

Re: man salix

Post by JRD »

Really good !
One little problem : your firstname is misdisplayed "Frédéric" instead of "Frédéric". Seams like an UTF8 bug.
Is it only me or … ?
Image
Shador
Posts: 1295
Joined: 11. Jun 2009, 14:04
Location: Bavaria

Re: man salix

Post by Shador »

Looks great so far. :)
JRD wrote:One little problem : your firstname is misdisplayed "Frédéric" instead of "Frédéric". Seams like an UTF8 bug.
Is it only me or … ?
Yes, it does here too.

After some searching I found this: http://linux.die.net/man/7/groff_char
Accordingly one has to write '\['e]' instead of 'é'.
Image
Post Reply