Added a comment
[ikiwiki.git] / doc / forum / editing_the_style_sheet.mdwn
1 [[!meta date="2006-12-29 04:19:51 +0000"]]
2
3 It would be nice to be able to edit the stylesheet by means of the cgi.  Or is this possible?  I wasn't able to achieve it.
4 Ok, that's my last 2 cents for a while. --[Mazirian](http://mazirian.com)
5
6 > I don't support editing it, but if/when ikiwiki gets [[todo/fileupload]] support,
7 > it'll be possible to upload a style sheet. (If .css is in the allowed
8 > extensions list.. no idea how safe that would be, a style sheet is
9 > probably a great place to put XSS attacks and evil javascript that would
10 > be filtered out of any regular page in ikiwiki). --[[Joey]]
11
12 >> I hadn't thought of that at all.  It's a common feature and one I've
13 >> relied on safely, because the wikis I am maintaining at the moment
14 >> are all private and restricted to trusted users. Given that the whole
15 >> point of ikiwiki is to be able to access and edit via the shell as
16 >> well as the web, I suppose the features doesn't add a lot.  By the
17 >> way, the w3m mode is brilliant.  I haven't tried it yet, but the idea
18 >> is great.