Changeset 1407
- Timestamp:
- Nov 16, 2006, 1:24:33 AM (17 years ago)
- Location:
- toilet/trunk
- Files:
-
- 1 added
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
toilet/trunk/Makefile.am
r1367 r1407 4 4 5 5 EXTRA_DIST = bootstrap 6 AUTOMAKE_OPTIONS = foreigndist-bzip26 AUTOMAKE_OPTIONS = dist-bzip2 7 7 8 8 fonts: tools/caca2tlf FORCE -
toilet/trunk/NEWS
-
Property
svn:keywords
set to
Id
r1084 r1407 1 $Id$ 2 3 New in 0.1: 4 - initial release 5 - opens all known FIGlet fonts 6 - handles horizontal smushing -
Property
svn:keywords
set to
-
toilet/trunk/README
-
Property
svn:keywords
set to
Id
r1084 r1407 1 $Id$ 2 3 This is experimental software. Do not rely on it for strong and 4 secure ASCII art generation, it will only output ugly things. 5 6 See NEWS for the work in progress. -
Property
svn:keywords
set to
-
toilet/trunk/TODO
-
Property
svn:keywords
set to
Id
r1084 r1407 1 $Id$ 2 3 FIGlet 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 12 Other missing features: 13 - colour fonts 14 -
Property
svn:keywords
set to
-
toilet/trunk/configure.ac
r1376 r1407 1 1 # $Id: configure.ac 98 2006-09-22 16:27:37Z sam $ 2 2 3 AC_INIT(toilet, 0. 0)3 AC_INIT(toilet, 0.1) 4 4 5 5 AC_PREREQ(2.50) … … 8 8 AC_CANONICAL_SYSTEM 9 9 10 AM_INIT_AUTOMAKE(toilet, 0. 0)10 AM_INIT_AUTOMAKE(toilet, 0.1) 11 11 AM_CONFIG_HEADER(config.h) 12 12
Note: See TracChangeset
for help on using the changeset viewer.