Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Commit

Permalink
MiniVend 3.00-beta3
Browse files Browse the repository at this point in the history
  • Loading branch information
perusionmike authored and jonjensen committed Jan 2, 2009
1 parent a880725 commit 0d29577
Show file tree
Hide file tree
Showing 73 changed files with 13,311 additions and 4,956 deletions.
28 changes: 28 additions & 0 deletions LOW_MEMORY
@@ -0,0 +1,28 @@
To reduce memory consumption for MiniVend, you can autoload some
routines, and remove some modules from the source.

IMPORTANT NOTE: Autoloading will only work with Perl
version 5.003_93 and above.

Perform the following commands *from the MiniVend software directory*.

bin/ifdef -y lib/Vend/*.pm
bin/autosplit lib/Vend/*.pm

If you are not planning on using the new parsed page syntax, you can
save more memory:

bin/ifdef -n -t NEWTAGS lib/Vend/Interpolate.pm

If you are not planning on using the static page building capability
of MiniVend, you can do:

bin/ifdef -n -t STATICPAGE minivend.pl lib/Vend/Interpolate.pm lib/Vend/Parse.pm

If you are not planning on using the Glimpse search capability
of MiniVend, you can do:

bin/ifdef -n -t GLIMPSE minivend.pl

To reverse the process on any of the above, change the sense of
'-y' to '-n' and vice versa.
4 changes: 2 additions & 2 deletions README
@@ -1,6 +1,6 @@
# MiniVend V2.03
# MiniVend V3.00
#
# Copyright 1996 by Michael J. Heins <mikeh@iac.net>
# Copyright 1996,1997 by Michael J. Heins <mikeh@iac.net>
#
# Largely based on Vend 0.2
# Copyright 1995 by Andrew M. Wilcox <awilcox@world.std.com>
Expand Down

0 comments on commit 0d29577

Please sign in to comment.