Brennen Bearnes
b6382a8e42
Got rid of overflow scrolling for LinkDump.
16 years ago
Brennen Bearnes
7a7cd956a9
Wala's RecentChanges is now a more elaborate & heavily styled table format.
16 years ago
Brennen Bearnes
c4243e00e0
Some markup ideas.
16 years ago
Brennen Bearnes
0790790882
Some notes on "shiftless" notion of markup.
16 years ago
Brennen Bearnes
ec4d4a6ad6
Updated header to use new tag functions, tweaked year listings.
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
310830856d
Proper lib directory in display.pl
17 years ago
Brennen Bearnes
7b6e54e2fa
Adding the p1k3 specific conf file.
17 years ago
Brennen Bearnes
26f126ebfa
Fixing library path in test script.
17 years ago
Brennen Bearnes
20de6768fa
Moving "merge" branch to trunk. Going to try and move p1k3 over to this
stuff and use it as a testbed going forward.
17 years ago
Brennen Bearnes
788ff303bf
Some slight layout tweaks.
17 years ago
Brennen Bearnes
a2c6de1bea
CSS tweaks - layout and got rid of some blockquote stuff.
17 years ago
Brennen Bearnes
82a55fd3a1
Slightly tweaked header file.
17 years ago
Brennen Bearnes
2b74a79b49
Slight CSS tweak to header image appearance.
17 years ago
Brennen Bearnes
ef17498c20
Sample archives dir
17 years ago
Brennen Bearnes
0b40b1eed9
More playing around with Parse::RecDescent, which I don't understand at all.
17 years ago
Brennen Bearnes
b244f85338
Markup.
17 years ago
Brennen Bearnes
6ca5ef1db1
Switching to basic header/footer for default conf.pl
17 years ago
Brennen Bearnes
00d37e6f04
Deleting platform-specific image libs.
17 years ago
Brennen Bearnes
bf1f5301d3
Added a rudimentary file store module.
17 years ago
Brennen Bearnes
a5169fcb89
Added some libraries from the Wala repo, fixed Wala validation
tests.
17 years ago
Brennen Bearnes
5e874e04a1
Added some libraries from the Wala repo, fixed Wala validation
tests.
17 years ago
Brennen Bearnes
7445978ef6
Updating Wala tests.
17 years ago
Brennen Bearnes
e2d83b83a4
Pointing wala stylesheet in sample conf.pl at p1k3.css
17 years ago
Brennen Bearnes
7e181fdef5
Consolidating styles in p1k3.css
17 years ago
Brennen Bearnes
93488dfabc
Fixed third party lib location for branches/merge wrapper scripts.
17 years ago
Brennen Bearnes
55e91b713c
Moving third-party libraries into a root-level lib directory.
17 years ago
Brennen Bearnes
8aff7c0bc5
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
1c93a1ad8d
Some further cleanup of label.js
17 years ago
Brennen Bearnes
781d190bba
Minor tweaks to label JavaScript.
17 years ago
Brennen Bearnes
54a786a8d3
Adding a copy of label.js from perldoc, got MethodSpit working.
17 years ago
Brennen Bearnes
f43bf714c0
Merging in newer Wala stuff.
17 years ago
Brennen Bearnes
024973ae29
Rearranging Wala stuff.
17 years ago
Brennen Bearnes
03fdb3f10d
Tweaked Build.PL, fixed duplicate POD in Display.pm
17 years ago
Brennen Bearnes
332ba5758d
Further library cleanup, adding a t/ directory for tests.
17 years ago
Brennen Bearnes
4105ae4b52
Cleaning out some modules from lib/
17 years ago
Brennen Bearnes
bc9a839f03
Reorganizing Display modules into lib/
17 years ago
Brennen Bearnes
16813a6301
Adding a Build.PL, reorganizing module locations.
17 years ago
Brennen Bearnes
d1b07912bf
Some notes about archive layout.
17 years ago
Brennen Bearnes
3c76277ffe
Tagging, adding a branches directory, and a branch called "merge" to start
working on the unified wiki/blog system.
17 years ago
Brennen Bearnes
b90093856b
Documentation fixes.
17 years ago
Brennen Bearnes
221b3c3c6b
A couple of cosmetic code changes.
17 years ago
Brennen Bearnes
f6e181e005
Some cosmetic tweaks.
17 years ago
Brennen Bearnes
992244af45
Minor layout changes - linkdump should now scroll independently.
17 years ago
Brennen Bearnes
d6eedfe6b2
Minor display changes - header fonts, "previous" link.
17 years ago
Brennen Bearnes
9a3096b03b
Tidied CSS a little, fixed a bug in Markup.
17 years ago
Brennen Bearnes
ddc659b650
CSS header style tweak.
17 years ago
Brennen Bearnes
dbf4dc1ff8
Added a check for a NoMargin file, which disables links to comment pages.
17 years ago