Brennen Bearnes
3093aa90ab
delete gallery features
8 years ago
Brennen Bearnes
61b75ef000
warn instead of dying on unreachable file
9 years ago
Brennen Bearnes
ab42ca9531
stub icon tests
9 years ago
Brennen Bearnes
a7a5688b73
try this s/-T/-f/ thing again
There's nothing quite like finding a stupid bug in your stupid code you
wrote when you were like 20.
Anyway this turns out to be a nearly-pointless micro-optimization, but in
principle I think it's not wrong.
Stupid.
9 years ago
Brennen Bearnes
1aa9437052
Revert "remove or replace -T file tests with -f"
This reverts commit 4767c623c7
.
Something is broken - only rendering a single year.
9 years ago
Brennen Bearnes
4767c623c7
remove or replace -T file tests with -f
It appears to be a _lot_ faster to check "is a regular file" (knowable
just from stat, presumably) than a heuristic for "is ASCII or UTF-8", and
it's completely reasonable to treat regular files matching entry patterns
as markup blobs.
9 years ago
Brennen Bearnes
a51291f4d9
fix bogus trailing slash in datestamps
9 years ago
Brennen Bearnes
900dd495e4
a space before a curly brace
9 years ago
Brennen Bearnes
7618ae425f
punctuation bitching on some comments
9 years ago
Brennen Bearnes
7e66c60612
adding trailing slashes to paths
9 years ago
Brennen Bearnes
5cb5860787
Display.pm / README.pod: add travis-ci badge
9 years ago
Brennen Bearnes
41e7eb62ae
installation instructions
9 years ago
Brennen Bearnes
0314834f15
linkdump.pl, linkdump in template
9 years ago
Brennen Bearnes
74accc564d
a datestamp that takes entry fragments into account
This whole sub is gross.
10 years ago
Brennen Bearnes
54ef2298d8
use HTML::Entities, use for $title
Really HTML::Entities should be exposed to templates and used there,
sorta like SparkLib\Template offers $h().
10 years ago
Brennen Bearnes
0494c05c09
fulltext: all entries, in order
Can be a lot, with a big archive.
10 years ago
Brennen Bearnes
5260c8bee9
tidy some markup comments, etc.
10 years ago
Brennen Bearnes
afd1c6a364
wala stuff TOTALLY not visible if no rootdir
10 years ago
Brennen Bearnes
e36be446c8
don't display wala stuff without a root dir
10 years ago
Brennen Bearnes
b7442b1163
turn on extra footnote syntax in Discount
...mostly what this does is override the defaults of no headers / no
smartypants features.
11 years ago
Brennen Bearnes
93464d0c10
fiddle with lightweight markup functions
Just does an inline substitution for <textile> and <markdown> stuff.
Also adds a bit of commentary.
11 years ago
Brennen Bearnes
61c90d68db
default link titles in link_bar()
11 years ago
Brennen Bearnes
ee4bf309d2
use Text::Markdown::Discount for both display and wala
- strip HTML::Defang
- get rid of old wala markup code
- use Discount for both markup modules (with NOHTML flag in wala)
11 years ago
Brennen Bearnes
6f17e5103a
require Text::Markdown 1.0.31
...also test that it'll render a snippet.
11 years ago
Brennen Bearnes
e3701d09d9
sundry uncollected changes from p1k3.com
11 years ago
Brennen Bearnes
d2a1668dfc
h3, h4 -> h1, h2
Start using top-level headers for entry files.
13 years ago
Brennen Bearnes
9f0e3c16f9
test, test
13 years ago
Brennen Bearnes
ce5efa00b2
give get_date() some context-awareness
13 years ago
Brennen Bearnes
50f86e05f1
move a couple of things into Display::Util
13 years ago
Brennen Bearnes
bf5e79c7db
fix a few minor markup bugs, general cleanup
13 years ago
Brennen Bearnes
df27af5316
google doesn't need the help
13 years ago
Brennen Bearnes
e1e5e0c0e9
add a toggle for embedding perl
...plus random whitespace changes.
13 years ago
Brennen Bearnes
6add5f25e2
eval_perl() returns string, hides errors
Moar memory, less potential confusion doing it in place.
Also made it send errors to the log instead of displaying them.
13 years ago
Brennen Bearnes
6b558e585e
zap Display::Store::File
Never really did anything with the idea.
13 years ago
Brennen Bearnes
1c3f6060d4
code formatting
13 years ago
Brennen Bearnes
67f4fd68f7
markdown for headers on index pages
13 years ago
Brennen Bearnes
45b36d4d8a
podselect lib/Display.pm > README.pod
13 years ago
Brennen Bearnes
6eb886b471
library path issue, inappropriate commas in a qw()
Sometimes it becomes painfully obvious that you never ran the tests.
13 years ago
Brennen Bearnes
d1a642fcd9
Markdown available w/in display entries
13 years ago
Brennen Bearnes
42c43dc471
a little tidying of configuration; MethodSpit up a level
13 years ago
Brennen Bearnes
e148538d79
[cornball] switch to Markdown
This is cheesy, probably XSS vulnerable, and some things are still broken.
13 years ago
Brennen Bearnes
baf0caee92
fix closing the wrong dirhandle while grepping
13 years ago
Brennen Bearnes
d3541298fb
extracted _subtitles_
14 years ago
Brennen Bearnes
8305a6ef14
extracing titles in feed
14 years ago
Brennen Bearnes
935473d9bf
adding a few pointless HTML5 tags
14 years ago
Brennen Bearnes
9bc72c0ebd
better formatting
15 years ago
Brennen Bearnes
78e99cb42e
restored edit link to page header
15 years ago
Brennen Bearnes
12b902284d
committing what looks kind of like current version
15 years ago
Brennen Bearnes
0d54703e1d
doctype change for HTML5
15 years ago
Brennen Bearnes
ed4b6f9d09
stripping out XHTML stuff
15 years ago