GNU ICQ-compatible Server


Administration

  • Development Directory Structure

    $ ls -R $PROJDIR
    AUTHORS         Makefile.in     conf/           configure*      missing*
    COPYING         NEWS            config.cache    configure.in    mkinstalldirs*
    ChangeLog       README          config.guess@   docs/           src/
    INSTALL         TODO            config.log      incl/
    Makefile        WEBSITE         config.status*  install-sh*
    Makefile.am     aclocal.m4      config.sub@     lib/
    
    conf:
    gicqd.conf
    
    docs:
    REDIRECT
    
    incl:
    config.h     event.h      gicqd_db.h   net.h        stamp-h      utils.h
    config.h.in  gicqd.h      message.h    os.h         sysdefs.h
    
    lib:
    Makefile       Makefile.in    libos.c        libutils.c
    Makefile.am    libnet.c       libstandard.c
    
    src:
    Makefile     Makefile.am  Makefile.in  gicqd.c      gicqd_db.c   message.c
  • Website Directory Structure

    • home page -- http://www4.ncsu.edu/~cbbettin/gicqd/
    • distribution -- http://www4.ncsu.edu/~cbbettin/gicqd/dist/
    • documentation -- http://www4.ncsu.edu/~cbbettin/gicqd/docs/