-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME
More file actions
58 lines (35 loc) · 1.87 KB
/
README
File metadata and controls
58 lines (35 loc) · 1.87 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
HISTORY
-------
This is a literate programming environment I wrote back in 2002/2003. I wrote
it for a long abandonned O/S project I was mucking with, at the time. The
code worked, when last run (a long time ago), but there was a bug with the
build tool and subprojects, as I recall. I've moved the code here from
its original repository at lptools.tigris.org for the sake of consolidating
my open source stuff, but please note I haven't touched this code in a very
long time, and have no plans to touch it again.
Still, the build tool was kind of neat. :-) See the wiki for details.
CLEANED UP ORIGINAL README FILE FOLLOWS
==============================================================================
PACKAGE DESCRIPTION, COPYRIGHT, AND LICENSE
-------------------------------------------
This package is Copyright 2002-2003 Chris Poirier, and is licensed under the
Open Software License, version 1.1. You should find a copy of the license
in the same directory as this README, in a file named LICENSE. If you
received a distribution without a copy of the Open Software License, version
1.1, you may obtain one from http://www.opensource.org, or directly from the
author.
SYSTEM REQUIREMENTS
-------------------
* Ruby 1.6.8 or better running on any *NIX system
* Windows is currently not supported, as the code does not correctly handle
the Windows directory delimiter (\)
UNIX INSTALLATION
-----------------
Simply unpack this archive somewhere convenient, add its root directory to your
path and the lib/ subdirectory to your RUBYLIB environment variable. All
commands accept --help as a parameter.
HELP, BUG REPORTING, UPDATES, ETC.
----------------------------------
In order to report bugs, request features, or obtain updates to the software,
please visit http://lptools.tigris.org. Eventually, the site will also have
downloadable examples and other useful stuff.