Brennen Bearnes
77d90d2180
fix --config option to wrt-display & wrt-render-all
7 years ago
Brennen Bearnes
5afa8bffc9
improved documentation in shell utilities
7 years ago
Brennen Bearnes
e641a50121
v4.0.0: rename WRT to App::WRT
I went and read:
https://pause.perl.org/pause/authenquery?ACTION=pause_namingmodules
Realized I should probably not name this something with an inscrutable
top-level namespace. WRT is still inscrutable, I guess, but at least
it's now under App.
- Renames all modules, fixes tests (such as they are)
- Zaps old t/validate/ stuff
7 years ago
Brennen Bearnes
2b7399156c
split wrt utility into git-style subcommands
Now uses:
wrt display
wrt render-all
wrt fcgi
8 years ago
Brennen Bearnes
87a23161ec
extract http_header stuff from WRT module; bump version number to 2.0
8 years ago
Brennen Bearnes
cfa1f5c870
switch to wrt.json for configuration
8 years ago
Brennen Bearnes
b1b6148fb9
make wrt.fcgi work, more or less
8 years ago
Brennen Bearnes
c729b1d07f
naw let's go with wrt instead of wrot
It's shorter and the letters are all right there on the keyboard.
8 years ago
Brennen Bearnes
d94e4dbbf4
first pass at renaming display and Display.pm to wrot / WROT.pm
8 years ago
Brennen Bearnes
31c8f4447b
tidy Build.PL / example scripts
9 years ago
Brennen Bearnes
b161232cba
roll in some recent p1k3 changes
There has got to be a better way to organize all this.
10 years ago
Brennen Bearnes
a67f970cc4
tidy some basic config stuff
11 years ago
Brennen Bearnes
e3701d09d9
sundry uncollected changes from p1k3.com
11 years ago
Brennen Bearnes
8276b45539
s/conf/configure in a couple of .pl wrappers
11 years ago
Brennen Bearnes
0356a15c09
Updated docs & comments a bit. Moved linkbar generation out of the template
into Display::link_bar(), updated config files a bit.
17 years ago
Brennen Bearnes
502d81aa15
Changed tag generating functions to optionally take hashrefs like so:
print a(
{
title => 'previous month',
href => '/2008/2'
},
'go to the previous month'
);
Which should give
<a title="previous month" href="/2008/2">go to the previous month</a>
Or something very similar. I suppose there are no guarantees about the
order of attributes.
17 years ago
Brennen Bearnes
dc530d0c02
Added a lib line to display.fcgi
17 years ago
Brennen Bearnes
bf1f5301d3
Added a rudimentary file store module.
17 years ago
Brennen Bearnes
55e91b713c
Moving third-party libraries into a root-level lib directory.
17 years ago
Brennen Bearnes
bfa03bb28b
Getting rid of some extraneous "use wala" lines.
17 years ago
Brennen Bearnes
a27f5aac2d
Fixed subtle bug in handle() caused by each().
17 years ago
Brennen Bearnes
61b4ff886e
Added a display() method to wrap handle(), tweaked conf.pl for new
Wala.pm interface.
17 years ago
Brennen Bearnes
956e885c88
Updated display.pl wrapper to object interface.
Fixed a serious bug with contents routine.
17 years ago
Brennen Bearnes
803dba05e7
Minor changes to wrapper scripts, Display::handle now returns text instead
of printing.
17 years ago
Brennen Bearnes
c396592d16
utf-8 header.
17 years ago
Brennen Bearnes
d340702283
Added vanilla CGI script, refined tests a bit.
17 years ago
Brennen Bearnes
0acf4bed73
ShowSearchlinks option copied into display.fcgi
17 years ago
Brennen Bearnes
364bd5790b
Rudimentary test for line_parse.
17 years ago
Brennen Bearnes
43b4a2f56b
Docs, renaming.
17 years ago
Brennen Bearnes
eb576f4365
Finished restruct.
17 years ago
Brennen Bearnes
d237ef4156
Restructuring...
17 years ago