Brennen Bearnes
c97b6469c4
handle dirs like Thumbs better
8 years ago
Brennen Bearnes
07ae4ba488
dump path errors from bin/display
8 years ago
Brennen Bearnes
3093aa90ab
delete gallery features
8 years ago
Brennen Bearnes
253f977964
move find() call out to a sub; count render/copy separately
9 years ago
Brennen Bearnes
a18b971784
bin/display
Rolls in render.pl stuff from p1k3. Now gets deployed system-wide,
to /usr/local/bin.
9 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
5310e07336
add test Thumbs to .gitignore
9 years ago
Brennen Bearnes
7e66c60612
adding trailing slashes to paths
9 years ago
Brennen Bearnes
bde95de822
scrap some misc templates which are duplicated in p1k3 repo
9 years ago
Brennen Bearnes
5cb5860787
Display.pm / README.pod: add travis-ci badge
9 years ago
Brennen Bearnes
eb73062935
.gitignore: add MANIFEST.bak
9 years ago
Brennen Bearnes
c8bdf458ee
scrap test.pl in favor of ./Build test
9 years ago
Brennen Bearnes
832bf247e6
.gitignore
9 years ago
Brennen Bearnes
0e6754fd86
start removing test dependencies on p1k3 repo
- archives -> test_archives
- add archives/gallery_test/
9 years ago
Brennen Bearnes
0a783b99a3
Build.PL: add Imager to requirements
9 years ago
Brennen Bearnes
664ea4ffda
Build.PL: add Image::Size to requires
9 years ago
Brennen Bearnes
72c1cf8dcd
mv travis.yml .travis.yml
It helps to read the error message.
9 years ago
Brennen Bearnes
f75b7f32fe
add travis.yml
9 years ago
Brennen Bearnes
fff86a3912
test.pl: kill excess `use lib`
9 years ago
Brennen Bearnes
0041c7e0ca
remove a couple of old stub files, move linkdump.pl to p1k3 repo
9 years ago
Brennen Bearnes
41e7eb62ae
installation instructions
9 years ago
Brennen Bearnes
31c8f4447b
tidy Build.PL / example scripts
9 years ago
Brennen Bearnes
732b51791a
templates/p1k3_actual: footer tweak
9 years ago
Brennen Bearnes
8c90dfb61e
25 links in linkdump
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
b161232cba
roll in some recent p1k3 changes
There has got to be a better way to organize all this.
10 years ago
Brennen Bearnes
0494c05c09
fulltext: all entries, in order
Can be a lot, with a big archive.
10 years ago
Brennen Bearnes
a2949fbbb2
s/http/https in config
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
1d99807c65
display_markup.t: now we do <h1>s
10 years ago
Brennen Bearnes
e36be446c8
don't display wala stuff without a root dir
10 years ago
Brennen Bearnes
6480904ddb
local highlight.css
11 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
f984889e45
actual current p1k3 header (slightly tweaked)
11 years ago
Brennen Bearnes
0ffdb92969
tweak p1k3.css font size
11 years ago
Brennen Bearnes
a67f970cc4
tidy some basic config stuff
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