Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
commit
a21aa6b9c5
|
@ -13,6 +13,6 @@ ikiwiki 3.20091113 released with [[!toggle text="these changes"]]
|
|||
* httpauth: Add cgiauthurl setting that can be used to do http basic auth
|
||||
only when ikiwiki needs authentication, rather than for any access to
|
||||
the cgi/wiki.
|
||||
* inline: Do not generated feeds for nested inlines.
|
||||
* inline: Do not generate feeds for nested inlines.
|
||||
* inline: Allow direct inclusion of non-page files in raw mode.
|
||||
* inline: Fix display of all pages when archive=yes or show=0 are used."""]]
|
||||
* inline: Fix display of all pages when archive=yes or show=0 are used."""]]
|
||||
|
|
|
@ -4,6 +4,12 @@ Currently, the levels=X parameter lets you tweak how deep it will go for small h
|
|||
|
||||
> This change to toc.pm should do it. --[[KathrynAndersen]]
|
||||
|
||||
> > The patch looks vaguely OK to me but it's hard to tell without
|
||||
> > context. It'd be much easier to review if you used unified diff
|
||||
> > (`diff -u`), which is what `git diff` defaults to - almost all
|
||||
> > projects prefer to receive changes as unified diffs (or as
|
||||
> > branches in their chosen VCS, which is [[git]] here). --[[smcv]]
|
||||
|
||||
56,57c56,57
|
||||
< my $curlevel;
|
||||
< my $startlevel=0;
|
||||
|
@ -19,3 +25,4 @@ Currently, the levels=X parameter lets you tweak how deep it will go for small h
|
|||
> return;
|
||||
> }
|
||||
|
||||
[[!tag patch]]
|
||||
|
|
|
@ -1,28 +0,0 @@
|
|||
[[!meta title="Xavier Maillard"]]
|
||||
# Xavier Maillard
|
||||
|
||||
I just started using [[ikiwiki]] for my own webspace at http://maillard.mobi/~xma/wiki
|
||||
|
||||
I am learning how to effectively use it.
|
||||
|
||||
Anyway, [[ikiwiki]] is really *awesome* !
|
||||
|
||||
## More about me
|
||||
|
||||
I am CLI user living in the linux console. More precisely, I live in an [[GNU_Emacs]] frame all day long. My main computer is an EeePC 901 running Slackware GNU/Linux 12.1. I do not have X installed (too lazy) but when in X, I am running an instance of [[CLFSWM]].
|
||||
|
||||
## Contacting me
|
||||
|
||||
Various channels to contact me:
|
||||
|
||||
- mail: xma@gnu.org
|
||||
- jabber: xma01@jabber.fr
|
||||
- mobile: +33 621-964-362 (I only anwser to people I know though)
|
||||
|
||||
Voila.
|
||||
|
||||
## Plans
|
||||
|
||||
I am planning to make a presentation of [[ikiwiki]]to my [local LUG](http://lolica.org) for our next montly meeting. Any help would be greatly appreciated.
|
||||
|
||||
We are discussing to replace our old unmaintained (and unmaintainable) [SPIP](http://spip.net) website with a wiki. This is why I would like using ikiwiki ;)
|
Loading…
Reference in New Issue