Changeset 440


Ignore:
Timestamp:
Mar 30, 2007 2:49:36 AM (6 years ago)
Author:
dkg
Message:

cereal: starting documentation overhaul as the first steps toward screen 0.4

Location:
trunk/cereal
Files:
2 added
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/cereal/Makefile

    r396 r440  
    3131        mkdir -p build/upstream 
    3232        ln -s ../.. build/upstream/cereal-$(VERSION) 
    33         (cd build/upstream && tar czf ../cereal_$(VERSION).tar.gz --exclude=.svn --exclude=*~ cereal-$(VERSION)/{fs,COPYING,Makefile}) 
     33        (cd build/upstream && tar czf ../cereal_$(VERSION).tar.gz --exclude=.svn --exclude=*~ cereal-$(VERSION)/{fs,COPYING,Makefile,docs}) 
    3434        rm -f build/upstream/cereal-$(VERSION) 
    3535 
  • trunk/cereal/TODO

    r430 r440  
    55- jamie doesn't want to do this.  jamie thinks timestamps are plenty 
    66   "reasonable" as they are.   
    7  
    8 figure out what else the post{inst,rm} scripts need to be doing 
    97 
    108lock screen session from arbitrary execution 
     
    2119 
    2220bash completion 
     21 
     22create example "how to use cereal" file. 
  • trunk/cereal/debian/changelog

    r438 r440  
     1cereal (0.4-1) unstable; urgency=low 
     2 
     3  * added more documentation 
     4  * NOT FOR RELEASE 
     5 
     6 -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>  Fri, 30 Mar 2007 02:28:06 -0400 
     7 
    18cereal (0.3-3) unstable; urgency=low 
    29 
  • trunk/cereal/fs/usr/share/man/man1/cereal.1

    r400 r440  
    77.PP 
    88\fBcereal\fP is the client program to attach to a running cereal session. 
    9 Without arguments, \fBcereal\fP will list the available sessions that the user is 
    10 allowed to access.  Otherwise, the first argument should be the session name to 
    11 attach to. 
    129.PP 
    13 To detach from a session, detach the screen from the terminal with the screen 
    14 detach key command ("C-a C-d" by default). 
     10\fBcereal attach foo\fP will attach to (take control of) a cereal session named "foo". 
    1511.PP 
    16 See `man screen' for more info on how to use screen while in the session.  
     12\fBcereal follow foo\fP will follow (watch, without being able to 
     13intervene) a cereal session named "foo".  You can stop following a 
     14session by sending it a SIGINT (Ctrl+c). 
     15.PP 
     16\fBcereal list\fP will list the available sessions that the user is 
     17allowed to access.  The leading three characters in the list indicate: 
     18.TP 
     19\(bu 
     20whether the session is enabled (+) or not (-) 
     21.TP 
     22\(bu 
     23whether the user can attach to the session (a) or not (-) 
     24.TP 
     25\(bu 
     26whether the user can follow the session (a) or not (-) 
     27.PP 
     28To detach from an attached session, use the screen detach key command 
     29("C-a C-d" by default). 
     30.PP 
     31See 
     32.BR screen (1) 
     33for more info on how to use screen while in the session.  
    1734.PP 
    1835The cereal system is outlined at: 
Note: See TracChangeset for help on using the changeset viewer.