siggen is a cool email signature generator for encrypted ansi c (confused), brainf*ck, ... signatures. Use it in combination with vi(m), emacs, mutt, pine, or what ever. (tested on Solaris, Linux and Windoze). Optimized only for geeks :-)


http://siggen.sourceforge.net





Separate each tag with a space.

Ratings and Reviews

Be the first to post a text review of siggen. Rate and review a project by clicking thumbs up or thumbs down in the right column.

Project Feed

  • siggen v2.01 file released: siggen-2.01-src.tar.gz

    2005-08-26 Philippe Stellwag <linux@mp3s.name> * unistd.h remove, now siggen only uses getopt.h for win32 and *nix * getopt.c splitted in getopt.h and getopt.c including removing some bugs 2005-08-25 Philippe Stellwag <linux@mp3s.name> * Added new signature *NIX SHELL * Some little improvements 2005-08-24 Philippe Stellwag <linux@mp3s.name> * Added some Makefile improvements, removed explicit Soliars Makefile 2004-09-22 Philippe Stellwag <linux@mp3s.name> * Added RFC1855 "Netiquette Guidelines" * Changing standard sig lenght to 64 * Added on simple Makefile for solaris cc compiler (Makefile.Solaris.cc) 2004-09-17 Philippe Stellwag <linux@mp3s.name> * Special characters for brainf*ck block because of the negative ascii_code, which causes a segfault * Creation of manpage siggen.1 2004-09-16 Philippe Stellwag <linux@mp3s.name> * Now uses -DVERSION=\"@VERSION@\" to set siggen version * calloc allocate no more 107,42k memory, now uses calc_len() * Some improvements in Makefile 2004-09-15 Philippe Stellwag <linux@mp3s.name> * Remove ANSI C89 compiler warnings * Making strcasecmp() win32 compatible * Correction of BF lenOfLine * Correction of some BO * Makefile improved, try "make version tgz bzip2" 2004-09-14 Philippe Stellwag <linux@mp3s.name> * Makefile updated * siggen.c splitted * Some improvements * Global using of malloc.h * Bugfixed some BOs 2004-09-10 Philippe Stellwag <linux@mp3s.name> * Coredump fixed * Replace all strcmp to strcasecmp * Usage of malloc.h 2004-09-09 Philippe Stellwag <linux@mp3s.name> * Make some restrictions * Added more error codes * bugfix BF support (core dump) * Makefile change, now linking with -ansi 2004-09-08 Philippe Stellwag <linux@mp3s.name> * Added support for brainf*ck signatures * Bugfix Makefile * Makefile change, now (because of math.h) linking with -lm 2004-08-19 Philippe Stellwag <linux@mp3s.name> * NULL it's not allowed for [SIGNATURE] *correction* 2004-08-18 Philippe Stellwag <linux@mp3s.name> * Correction of Stefan Siegl's patch * Correction of C99 style comments in siggen.c * Correction of error code (5) 2004-08-18 Stefan Siegl <ssiegl@gmx.de> * Patch correct check of arguments 2004-08-17 Philippe Stellwag <linux@mp3s.name> * OCT values, alter algo * Some improvements, HEX values * NULL for [SIGNATURE] not allowed * Create files: AUTHORS COPYING ChangeLog INSTALL README 2004-08-16 Philippe Stellwag <linux@mp3s.name> * Altered mksig algo * Flag -m added * Coredump by "siggen -l 10 hello 2004-08-13 Philippe Stellwag <linux@mp3s.name> * Improve online help output 2004-08-12 Philippe Stellwag <linux@mp3s.name> * Bugs fixed (n flag, ...) 2004-08-11 Philippe Stellwag <linux@mp3s.name> * Porting to win32 (getopt.c), also the Makefile * Porting to linux (unistd.h) * Implement some flags 2004-08-10 Philippe Stellwag <linux@mp3s.name> * Correction of output() 2004-08-09 Philippe Stellwag <linux@mp3s.name> * Change algorithm for mksig() 2004-08-06 Philippe Stellwag <linux@mp3s.name> * Make code faster, output() 2004-08-05 Philippe Stellwag <linux@mp3s.name> * Recreation after "rm -f" )-: 2004-08-03 Philippe Stellwag <linux@mp3s.name> * Add Makefile * Creation on SPARC

    posted 1535 days ago

  • Code committed

    stellwag committed patchset 21 of module siggen to the siggen CVS repository, changing 1 files

    posted by stellwag 1535 days ago

  • Code committed

    stellwag committed patchset 20 of module siggen to the siggen CVS repository, changing 1 files

    posted by stellwag 1535 days ago

  • File released: /siggen/v2.01/siggen-2.01-src.tar.gz

    posted 1535 days ago

  • Code committed

    stellwag committed patchset 19 of module siggen to the siggen CVS repository, changing 11 files

    posted by stellwag 1535 days ago

  • Code committed

    stellwag committed patchset 18 of module siggen to the siggen CVS repository, changing 2 files

    posted by stellwag 1535 days ago

  • Misc. buf fixed. Please upgrade to siggen v2.01!!!

    Windoze users can't compile siggen in version 2.00 because of two little bugs in old code :-( Now it's tested with * Solaris 8 and 9 compiler * gcc 2.95 and above (there's a little warning, ignore them) * MS DEV Studio 5/6 compiler Have much fun...

    posted by stellwag 1535 days ago

  • siggen v2.00 file released: siggen-2.00-src.tar.gz

    2005-08-25 Philippe Stellwag <linux@mp3s.name> * Added new signature *NIX SHELL * Some little improvements 2005-08-24 Philippe Stellwag <linux@mp3s.name> * Added some Makefile improvements, removed explicit Soliars Makefile 2004-09-22 Philippe Stellwag <linux@mp3s.name> * Added RFC1855 "Netiquette Guidelines" * Changing standard sig lenght to 64 * Added on simple Makefile for solaris cc compiler (Makefile.Solaris.cc) 2004-09-17 Philippe Stellwag <linux@mp3s.name> * Special characters for brainf*ck block because of the negative ascii_code, which causes a segfault * Creation of manpage siggen.1 2004-09-16 Philippe Stellwag <linux@mp3s.name> * Now uses -DVERSION=\"@VERSION@\" to set siggen version * calloc allocate no more 107,42k memory, now uses calc_len() * Some improvements in Makefile 2004-09-15 Philippe Stellwag <linux@mp3s.name> * Remove ANSI C89 compiler warnings * Making strcasecmp() win32 compatible * Correction of BF lenOfLine * Correction of some BO * Makefile improved, try "make version tgz bzip2" 2004-09-14 Philippe Stellwag <linux@mp3s.name> * Makefile updated * siggen.c splitted * Some improvements * Global using of malloc.h * Bugfixed some BOs 2004-09-10 Philippe Stellwag <linux@mp3s.name> * Coredump fixed * Replace all strcmp to strcasecmp * Usage of malloc.h 2004-09-09 Philippe Stellwag <linux@mp3s.name> * Make some restrictions * Added more error codes * bugfix BF support (core dump) * Makefile change, now linking with -ansi 2004-09-08 Philippe Stellwag <linux@mp3s.name> * Added support for brainf*ck signatures * Bugfix Makefile * Makefile change, now (because of math.h) linking with -lm 2004-08-19 Philippe Stellwag <linux@mp3s.name> * NULL it's not allowed for [SIGNATURE] *correction* 2004-08-18 Philippe Stellwag <linux@mp3s.name> * Correction of Stefan Siegl's patch * Correction of C99 style comments in siggen.c * Correction of error code (5) 2004-08-18 Stefan Siegl <ssiegl@gmx.de> * Patch correct check of arguments 2004-08-17 Philippe Stellwag <linux@mp3s.name> * OCT values, alter algo * Some improvements, HEX values * NULL for [SIGNATURE] not allowed * Create files: AUTHORS COPYING ChangeLog INSTALL README 2004-08-16 Philippe Stellwag <linux@mp3s.name> * Altered mksig algo * Flag -m added * Coredump by "siggen -l 10 hello 2004-08-13 Philippe Stellwag <linux@mp3s.name> * Improve online help output 2004-08-12 Philippe Stellwag <linux@mp3s.name> * Bugs fixed (n flag, ...) 2004-08-11 Philippe Stellwag <linux@mp3s.name> * Porting to win32 (getopt.c), also the Makefile * Porting to linux (unistd.h) * Implement some flags 2004-08-10 Philippe Stellwag <linux@mp3s.name> * Correction of output() 2004-08-09 Philippe Stellwag <linux@mp3s.name> * Change algorithm for mksig() 2004-08-06 Philippe Stellwag <linux@mp3s.name> * Make code faster, output() 2004-08-05 Philippe Stellwag <linux@mp3s.name> * Recreation after "rm -f" )-: 2004-08-03 Philippe Stellwag <linux@mp3s.name> * Add Makefile * Creation on SPARC

    posted 1536 days ago

  • Code committed

    stellwag committed patchset 17 of module siggen to the siggen CVS repository, changing 1 files

    posted by stellwag 1536 days ago

  • Code committed

    stellwag committed patchset 16 of module siggen to the siggen CVS repository, changing 5 files

    posted by stellwag 1536 days ago

Rate and Review

Be the first person to add a text review.

Would you recommend this project?






<

Related Projects

Thanks for your rating!

Would you also like to write a review?





Skip Review