diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-06-10 13:59:31 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-06-10 13:59:31 -0400 |
commit | 04aff6702b1e00ad968df6b90f3eca4eca02371c (patch) | |
tree | e85b0f324a8f53071aed52cd44212eb600d5e966 /doc | |
parent | dd15cc426f75b4277ae0dbbfee221fe278245d54 (diff) | |
parent | 31bb5268973534d5262bf301864f033f60db39c7 (diff) |
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/Filenames_with_colons_cause_problems_for_Windows_users.mdwn | 5 | ||||
-rw-r--r-- | doc/forum/is_it_possible_to_NOT_add_openid2_meta_tags.mdwn | 6 | ||||
-rw-r--r-- | doc/plugins/highlight/discussion.mdwn | 3 |
3 files changed, 9 insertions, 5 deletions
diff --git a/doc/bugs/Filenames_with_colons_cause_problems_for_Windows_users.mdwn b/doc/bugs/Filenames_with_colons_cause_problems_for_Windows_users.mdwn index 0fccd1dcb..7559e6d0a 100644 --- a/doc/bugs/Filenames_with_colons_cause_problems_for_Windows_users.mdwn +++ b/doc/bugs/Filenames_with_colons_cause_problems_for_Windows_users.mdwn @@ -68,3 +68,8 @@ Windows does not support filenames containing any of these characters: `/ \ * : >>> ikiwiki on windows, including its assumption that the directory >>> separator is "/". Windows will be supported when someone sends me a >>> comprehansive and not ugly or performance impacting patch. :-) --[[Joey]] + +> Speaking of Windows filename problems, how do I keep directories ending in a +> period from being created? The following didn't seem to work. +> `wiki_file_chars => "-[:alnum:]+/._",` +> `wiki_file_regex => '[-[:alnum:]+_]$',` diff --git a/doc/forum/is_it_possible_to_NOT_add_openid2_meta_tags.mdwn b/doc/forum/is_it_possible_to_NOT_add_openid2_meta_tags.mdwn index 450785d60..e952263a3 100644 --- a/doc/forum/is_it_possible_to_NOT_add_openid2_meta_tags.mdwn +++ b/doc/forum/is_it_possible_to_NOT_add_openid2_meta_tags.mdwn @@ -15,11 +15,7 @@ This resulted in the following being added to my site Perhaps I have done something wrong but this fails to work when I try to log in to several sites using my sites url as my login. If I edit index.html and remove the two openid2 lines all works fine. **Is there a way to only add openid version 1 tags to my index.html ? -Or a way to make it work the way it is ?** - -Cheers -Mick -\_lunix_ +Or a way to make it work the way it is ?** --[Mick](http://www.lunix.com.au) > Before I think about adding a way to not add the openid 2 tags, > I'd like to know what the problem is. Is there something diff --git a/doc/plugins/highlight/discussion.mdwn b/doc/plugins/highlight/discussion.mdwn new file mode 100644 index 000000000..612fb0fda --- /dev/null +++ b/doc/plugins/highlight/discussion.mdwn @@ -0,0 +1,3 @@ +It would be nice to be able to set a few options for the highlighter object. In particular, today I noticed my tabs were not being expanded correctly, which could +be fixed the command line with --replace-tabs but programmatically needs a call to setPreformatting. I could probably play with this, but what is your preferred way to support +options? something like 'highlight_options=>{replace_tabs=>8,line_numbers=>0}' ? Of course, if you want to implement it I won't complain :-). [[DavidBremner]] |