Joey Hess
cc055d2c95
makefile portability patch
...
from Thomas Keller, who explains:
1) find -wholename is not available on BSD / OSX (a nice rant about this
issue is here: http://fuhm.livejournal.com/1848.html )
2) cp -a is not available on BSD / OSX, there is an alternative install
call, but it might be cool to just shut up cp complaining about it... ;)
3) Two find calls have been missing the path argument.
2009-02-04 21:08:03 -05:00
Svend Sorensen
6ebb84c234
Add myself to ikiwiki user list
2009-02-04 11:13:36 -08:00
Svend Sorensen
f905707b3e
Add link to my website and blog
2009-02-04 11:07:10 -08:00
Joey Hess
6655fbb991
local configuration error.
2009-02-04 13:57:26 -05:00
Joey Hess
8d26eaa9a4
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
2009-02-04 13:52:29 -05:00
Joey Hess
df0f9811a3
typo
2009-02-04 13:45:54 -05:00
http://tskirvin.livejournal.com/
73e18318a5
Added Tim Skirvin's webpage to the list
2009-02-04 13:30:44 -05:00
Joey Hess
9711181a3f
doubled semicolon
2009-02-04 13:12:05 -05:00
bremner
d2842c126b
note possible abandonment of sourcehighlight in favour of sourcecode
2009-02-04 08:03:13 -05:00
bremner
80f2edffc0
fix joeyh's link :-)
2009-02-04 07:56:04 -05:00
bremner
7bf1207c07
2009-02-04 07:50:53 -05:00
http://josephturian.blogspot.com/
7c63da6c02
2009-02-03 18:19:38 -05:00
Joey Hess
cba0b67a19
Work around XML::Atom strangeness that results in double-encoded posts. (smcv)
2009-02-03 15:05:18 -05:00
Joey Hess
b8b302cfa3
Merge commit 'smcv/atom'
2009-02-03 15:04:36 -05:00
http://smcv.pseudorandom.co.uk/
aba2d83cc6
Report XML::Feed bug and provide a workaround for IkiWiki; please review
2009-02-03 14:52:26 -05:00
Simon McVittie
dd862b4639
Work around XML::Atom strangeness that results in double-encoded posts
...
See [[bugs/Aggregated_Atom_feeds_are_double-encoded]]. By default,
XML::Atom outputs strings of UTF-8 bytes with the Perl UTF8 flag stripped
off, which IkiWiki assumes to be Latin-1 and re-encodes as UTF-8 on
output. XML::Feed does not currently (0.41-1) set the magic variable to
change this behaviour (I've filed a bug on CPAN), but IkiWiki can
usefully set the same variable as a workaround.
2009-02-03 19:48:55 +00:00
http://openid.aol.com/nothatsaknife
ed922c8e4f
2009-02-03 14:44:22 -05:00
Joey Hess
1b3dbe0b91
not so fast
2009-02-03 13:51:10 -05:00
http://smcv.pseudorandom.co.uk/
bc3fb1ceab
Update the to-do list for comments, and explain why we can't have a form for the whole comment
2009-02-03 13:33:59 -05:00
Joey Hess
9690356080
note
2009-02-03 10:43:27 -05:00
Joey Hess
4531e54074
implementing pingback using checkcontent hook and the comments plugin
2009-02-03 10:37:24 -05:00
Joey Hess
d383a7a518
response
2009-02-02 15:19:56 -05:00
http://smcv.pseudorandom.co.uk/
b546816882
some examples
2009-02-02 14:39:45 -05:00
http://smcv.pseudorandom.co.uk/
ac2a5594a1
please don't make use of [[!meta title]] in parentlinks mandatory...
2009-02-02 14:31:27 -05:00
Joey Hess
3b83e52018
rename apache404 -> 404
...
This may already work with other web servers that have copied apache's
interface, and it should be easy to add support to it for web servers that
use some other interface. So, make the name more general.
2009-01-31 19:26:36 -05:00
Joey Hess
e5c8bc6222
doc updates for goto branch merge
2009-01-31 19:10:48 -05:00
Joey Hess
b0361b8efd
factor out IE stupididy workaround
2009-01-31 19:02:50 -05:00
Joey Hess
3be69a0fe4
Merge commit 'smcv/goto'
2009-01-31 18:52:38 -05:00
Simon McVittie
0fe9260249
Respond with updated goto branch
2009-01-31 23:08:48 +00:00
Simon McVittie
c886bea320
Split cgi_goto into a goto plugin
2009-01-31 23:01:10 +00:00
Simon McVittie
46b880f839
Split apache404 into an independent plugin
...
Also make it ignore the 'do' parameter at Joey's suggestion, to have one
less thing to remember when configuring.
2009-01-31 22:32:10 +00:00
Joey Hess
7cdbe0da86
one other thought
2009-01-31 15:05:06 -05:00
Joey Hess
2524903dc6
comments
2009-01-31 14:55:14 -05:00
Simon McVittie
f4dd02f00a
Clarify behaviour of 404 handler and link an example
2009-01-31 18:57:12 +00:00
Simon McVittie
ef3f93b6f6
Request review of my 'goto' branch
2009-01-31 18:38:29 +00:00
Simon McVittie
fb0e3a7dbc
Add tip explaining how to use ikiwiki as a 404 handler
2009-01-31 18:27:54 +00:00
Simon McVittie
dedbe110f2
CGI: pad error responses with 512 bytes of spaces so IE will display them
...
IE displays its own error responses unless the server's was >= 512 bytes.
http://support.microsoft.com/default.aspx?scid=kb;en-us;Q294807
2009-01-31 18:26:37 +00:00
Simon McVittie
170b86a2ef
CGI: set up goto hook so that /ikiwiki.cgi?do=goto can be an Apache ErrorDocument
2009-01-31 18:09:24 +00:00
Simon McVittie
8322b8c9c8
CGI: add cgi_page_from_404(), which remaps a path like $REDIRECT_URL to an IkiWiki page name
...
Also add a regression test
2009-01-31 18:07:42 +00:00
Simon McVittie
3e290ce7ee
IkiWiki::Wrapper: allow REDIRECT_STATUS and REDIRECT_URL through from environment
...
This is useful to act as an Apache 404 ErrorDocument.
2009-01-31 18:06:44 +00:00
Simon McVittie
78d1b2340e
CGI: if the page is missing, give the "missing page" a 404 status
2009-01-31 16:51:13 +00:00
Simon McVittie
5ce3a01300
CGI: document why commenter and recentchanges_link are supported
2009-01-31 15:05:17 +00:00
Simon McVittie
a981d6857f
recentchanges: delete CGI hook in favour of the global one
2009-01-31 14:49:25 +00:00
Simon McVittie
4e92548ebc
comments: delete cgi hook in favour of the global one
2009-01-31 14:49:12 +00:00
Simon McVittie
18f4aeffb1
CGI: if the "do" parameter is goto, recentchanges_link or commenter, redirect to a page
...
This can replace equivalent functionality in comments and recentchanges.
2009-01-31 14:48:44 +00:00
Simon McVittie
c2dafcb4e5
CGI: add cgi_goto(CGI, [page])
...
This redirects to the given page (or if none is given, the page parameter
given to the CGI), or displays an error with a create link if the page
doesn't exist.
2009-01-31 14:36:23 +00:00
Joey Hess
013a5e4ca7
formatting
2009-01-30 15:17:53 -05:00
Joey Hess
ec5194feb8
review=
2009-01-30 15:15:36 -05:00
Joey Hess
0d58f26321
merge dups
2009-01-30 14:07:03 -05:00
Víctor Moral
9c519bd74e
- Update spanish translation.
2009-01-30 13:05:35 -05:00