Merge branch 'master' of ssh://git.ikiwiki.info
commit
77f8b67238
|
@ -1,13 +0,0 @@
|
|||
I'm writing [pykipandoc plugin](https://github.com/temmen/pykipandoc/blob/master/pykipandoc), that work at least as pandoc-iki.
|
||||
|
||||
It works in compile mode, editing pages in web mode however results in
|
||||
|
||||
pandoc: : hGetContents: invalid argument (Invalid or incomplete multibyte or wide character)
|
||||
|
||||
I think that is because HTTP POST request building editpage doesn't correctly manage utf-8 contents: see strange chars in this form-data name="editcontent"?
|
||||
|
||||
This principle has guided pandoc’s decisions in finding syntax for tables, footnotes, and other extensions.
|
||||
|
||||
Please, any advice can be sent to [GitHub pykipandoc](https://github.com/temmen/pykipandoc) (some other info there on the [README](https://github.com/temmen/pykipandoc/blob/master/README.md)) and to [temmenel(at)gmail(dot)com](mailto:temmenel@gmail.com).
|
||||
|
||||
¡Thank you all!
|
|
@ -0,0 +1,6 @@
|
|||
import os
|
||||
os.environment['LANG'] = 'it_IT.utf-8'
|
||||
|
||||
Suona plausibile?
|
||||
|
||||
[GitHub pykipandoc](https://github.com/temmen/pykipandoc) -- Temmen
|
|
@ -0,0 +1,25 @@
|
|||
[[!comment format=mdwn
|
||||
username="https://www.google.com/accounts/o8/id?id=AItOawnp4lzWSX1pvSpwAoboehP3SSbmbQESe80"
|
||||
nickname="Felipe Augusto"
|
||||
subject="I'm trying to use OpenID without success"
|
||||
date="2012-02-08T04:54:22Z"
|
||||
content="""
|
||||
I'm using ikiwiki package from Debian squeeze and I can't seem
|
||||
to be able to make OpenID work. It's a blog and when I try to
|
||||
add a comment and click on SignIn, I'm redirected to
|
||||
|
||||
>http://my.site/ikiwiki.cgi?do=commentsignin
|
||||
|
||||
|
||||
Once I click on Google logo/icon, it takes a while before showing
|
||||
|
||||
>no_identity_server: The provided URL doesn't declare its OpenID identity server.
|
||||
|
||||
|
||||
It's not clear for me what's wrong or if I should add meta openid in some page.
|
||||
This is the version of libnet-openid-consumer-perl: 1.03-1. It also fails for
|
||||
Yahoo! and other providers, we never get redirected to Google/Yahoo! or other
|
||||
verification page.
|
||||
|
||||
Thank you in advance!
|
||||
"""]]
|
|
@ -0,0 +1,3 @@
|
|||
I use gitweb to display the pagehistories of my local ikiwiki. However since a few weeks it doesn't work anymore and displays just: 404 - No such project. I don't remember that I changed something with my wiki. Any ideas how to fix this? I guess that it could be a permission problem, however I don't really know which permissions are important in this case.
|
||||
|
||||
|
|
@ -74,6 +74,7 @@ think about merging them. This is recommended. :-)
|
|||
* nezmer `git://gitorious.org/ikiwiki-nezmer/ikiwiki-nezmer.git`
|
||||
* [[yds]] `git://github.com/yds/ikiwiki.git`
|
||||
* [[pelle]] `git://github.com/hemmop/ikiwiki.git`
|
||||
* [[cgray]] `git://github.com/chrismgray/ikiwiki.git`
|
||||
|
||||
## branches
|
||||
|
||||
|
|
Loading…
Reference in New Issue