Changeset 1407


Ignore:
Timestamp:
Nov 16, 2006, 1:24:33 AM (17 years ago)
Author:
Sam Hocevar
Message:
  • Set version to 0.1.
  • Added ChangeLog?, updated TODO/NEWS/README.
Location:
toilet/trunk
Files:
1 added
5 edited

Legend:

Unmodified
Added
Removed
  • toilet/trunk/Makefile.am

    r1367 r1407  
    44
    55EXTRA_DIST = bootstrap
    6 AUTOMAKE_OPTIONS = foreign dist-bzip2
     6AUTOMAKE_OPTIONS = dist-bzip2
    77
    88fonts: tools/caca2tlf FORCE
  • toilet/trunk/NEWS

    • Property svn:keywords set to Id
    r1084 r1407  
     1$Id$
     2
     3New in 0.1:
     4 - initial release
     5 - opens all known FIGlet fonts
     6 - handles horizontal smushing
  • toilet/trunk/README

    • Property svn:keywords set to Id
    r1084 r1407  
     1$Id$
     2
     3This is experimental software. Do not rely on it for strong and
     4secure ASCII art generation, it will only output ugly things.
     5
     6See NEWS for the work in progress.
  • toilet/trunk/TODO

    • Property svn:keywords set to Id
    r1084 r1407  
     1$Id$
     2
     3FIGlet features that we are still missing:
     4 - vertical smushing
     5 - word wrapping
     6 - control files
     7 - justification
     8 - -p/-n newline handling
     9 - -m layoutmode
     10 - RL support
     11
     12Other missing features:
     13 - colour fonts
     14
  • toilet/trunk/configure.ac

    r1376 r1407  
    11# $Id: configure.ac 98 2006-09-22 16:27:37Z sam $
    22
    3 AC_INIT(toilet, 0.0)
     3AC_INIT(toilet, 0.1)
    44
    55AC_PREREQ(2.50)
     
    88AC_CANONICAL_SYSTEM
    99
    10 AM_INIT_AUTOMAKE(toilet, 0.0)
     10AM_INIT_AUTOMAKE(toilet, 0.1)
    1111AM_CONFIG_HEADER(config.h)
    1212
Note: See TracChangeset for help on using the changeset viewer.