joey
dfcd4c299a
simplify
2006-07-07 21:03:26 +00:00
joey
1bdfa4d8b5
* Support a w3mmode, which lets w3m run ikiwiki using its local CGI
...
support, to edit pages etc without a web server.
2006-07-07 21:00:48 +00:00
joey
1cd1f073ff
web commit from 127.0.0.1
2006-07-07 19:38:35 +00:00
joey
42ffdb661c
html too
2006-07-07 18:33:40 +00:00
joey
0f22d66c96
* Add wikitext markup plugin, which supports ".wiki" pages written in the
...
original wiki syntax, CamelCase links and all.
2006-07-07 18:28:27 +00:00
joey
723ebda476
some stylesheet improvements for the table, also add a bit more border
...
between items to avoid them running together in some cases
2006-07-06 19:50:32 +00:00
joey
89697f2c7a
* Patch from Recai to fix utf8 issues in git backend.
2006-07-05 20:54:10 +00:00
joey
56378a14e2
Encode:: cleanup from Recai
2006-07-05 18:20:25 +00:00
joey
97e6f39dd0
* Patch from Faidon to use svn --limit when possible for recentchanges,
...
speeds up recentchanges a lot for wikis with more history.
2006-07-05 17:40:07 +00:00
joey
2379299a24
fix
2006-07-05 00:34:30 +00:00
joey
9308b11e28
meta done a while ago
2006-07-05 00:31:33 +00:00
joey
01fc6c0a4e
* Improve display of parentlinks and page title of toplevel index page.
2006-07-04 20:04:33 +00:00
www-data
1f6ed67e69
web commit by joey
2006-07-04 16:51:42 +00:00
joey
29f24d4ea2
add news item for ikiwiki 1.8
2006-07-04 16:48:25 +00:00
joey
c00e923351
releasing version 1.8
2006-07-04 16:47:28 +00:00
joey
014a387996
* Memoize abs2rel, which is still kinda slow, for another 30% speedup
...
in time to build the doc wiki.
2006-07-04 16:34:27 +00:00
joey
4aa5d301ae
remove most of the black lines
2006-07-04 16:19:29 +00:00
joey
87a1d3ff8f
* Encode & in diffurl in examples, to conform to pedantic rules.
...
* Speed up RecentChanges by another 40% or so with some memoization.
2006-07-04 16:18:18 +00:00
joey
6ab0659a9d
fix
2006-07-04 07:25:56 +00:00
joey
0ff488e380
add a commit type column
2006-07-04 07:21:51 +00:00
joey
e059c9eff9
* Make RecentChanges use a table and some CSS, should be much more readable.
...
No code changes involved.
* Encode & in diffurl in examples, to conform to pedantic rules.
2006-07-04 06:07:32 +00:00
joey
d3f032c4d0
<paravoid> cosmetic and minor, but it makes the output far more readable,
...
imho
2006-07-04 04:43:33 +00:00
joey
77b38730d4
update
2006-07-04 03:59:37 +00:00
joey
ebc6120f99
* Work around very innefficient behavior in File::Spec::abs2rel. Result
...
is a savings of 2 pointless fork/execs per link calculation, which
results in ~25% speedup of ikiwiki building its own doc wiki, and
about 35% speedup displaying RecentChanges!
2006-07-04 03:42:19 +00:00
joey
f877845353
remove leading dot from default_pageext
...
fix preview to not assume it's the default page type, and instead get the
type from the page
2006-07-04 01:29:45 +00:00
joey
7b87549558
* Don't sent pings if the wiki is being rebuilt.
2006-07-04 01:02:04 +00:00
joey
23ab9057d2
re-improve regexp
2006-07-04 00:31:03 +00:00
joey
349ff86006
* Make ikiwiki --setup --refresh rebuild wrappers, so wrapper rebuild
...
will be automatically done on all upgrades.
2006-07-04 00:28:59 +00:00
joey
ef6d8d7e2f
sanitise them, like any other page type.
...
* Rebuilding wrappers is necessary on upgrade to this version.
2006-07-04 00:21:48 +00:00
joey
02aed8df36
update
2006-07-04 00:03:36 +00:00
joey
ad6f4c5253
improve regexp
2006-07-03 23:59:34 +00:00
joey
5fa050cea0
foo
2006-07-03 22:52:00 +00:00
joey
84815d0ce9
word wrap
2006-07-03 22:49:24 +00:00
joey
66ce94c464
add htmlise
2006-07-03 22:42:11 +00:00
joey
c1160151d3
fix
2006-07-03 22:39:27 +00:00
joey
d7dc7f699b
fix
2006-07-03 22:37:32 +00:00
joey
08890fdd7f
misc updated
2006-07-03 22:35:30 +00:00
joey
8d4c474f3b
* Add a html plugin, which can be used to write wikis in raw html,
...
if you'd ever want to do such a thing. Slightly tricky, since ikiwiki
defaults to not processing .html files, since w/o this plugin they would
be copied unsanitised. With this plugin, it will process, and html
sanitise, them like any other page type.
2006-07-03 22:31:20 +00:00
joey
af029154d6
use "use open" pragma to avoid manually needing to specify utf8 everywhere
...
and also to set default stdio mode
change filetype to return undef, not "unknown"
2006-07-03 22:14:52 +00:00
joey
6551c1e560
* Support htmlize plugins and make mdwn one such plugin, which is enabled by
...
default (of course!). Based on a patch by Faidon Liambotis.
2006-07-03 22:08:04 +00:00
joey
7ea8df24b3
* Introduce add_plugins and disable_plugins config options in setup files.
...
This allows adding or removing plugins w/o overriding the whole list of
default plugins, which makes it easier to upgrade when new default plugins
are added.
2006-07-03 21:29:56 +00:00
joey
929b9de9c2
Encode is used in nearly all code paths so stop loading it on demand
2006-07-03 20:18:16 +00:00
joey
fa9517e5bb
* Support pages with utf8 filenames. Patch by Faidon Liambotis.
2006-07-03 20:12:27 +00:00
www-data
117e71ec9b
web commit by KellyClowers
2006-07-03 17:40:28 +00:00
joey
1f6f598a2a
fix path to git hook script
2006-07-03 16:43:30 +00:00
joey
fe5689ec16
updates
2006-07-02 19:52:46 +00:00
joey
628e2ad5e0
modify to actually work
2006-07-02 19:47:22 +00:00
joey
24a4bf8977
ugh, this is a tricky one..
2006-07-02 19:46:57 +00:00
joey
e71ca35ac6
remove the blog_list sub, only used one place and simplifies code to do
...
away with it
2006-07-02 19:44:42 +00:00
joey
93351f1275
bug
2006-07-02 19:08:46 +00:00