Merge branch 'master' of ssh://git.ikiwiki.info
commit
bbce8b15cc
|
@ -0,0 +1,17 @@
|
||||||
|
Hi,
|
||||||
|
|
||||||
|
I'd very much like to be able to list my blog posts on a daily basis (used for logging work) - rather than have the Calendar plugin return the first post only.
|
||||||
|
|
||||||
|
There was some effort to do this as detailed here.
|
||||||
|
|
||||||
|
[[http://ikiwiki.info/todo/Set_arbitrary_date_to_be_used_by_calendar_plugin/]]
|
||||||
|
|
||||||
|
I had a quick go at doing something similar on Debian Stable (Ikiwiki 3.0) but alas my Ikiwiki fu is not strong enough.
|
||||||
|
|
||||||
|
I'm not sure how I go about swapping the link on the day number to a link to, I guess, a dynamically generated page of links?
|
||||||
|
|
||||||
|
$linkcach{"$year/$mtag/$mday"}{$p} = ${p}
|
||||||
|
|
||||||
|
and a suitable whilst loop looks to be all that's needed...
|
||||||
|
|
||||||
|
Any pointers appreciated.
|
|
@ -0,0 +1 @@
|
||||||
|
I would like to have different favicons for different parts (folders) of my Ikiwiki site, like you can have different CSS files via the localstyle plugin. Is this possible? If not, could it be made possible?
|
|
@ -0,0 +1,19 @@
|
||||||
|
[[!comment format=mdwn
|
||||||
|
username="http://smcv.pseudorandom.co.uk/"
|
||||||
|
nickname="smcv"
|
||||||
|
subject="comment 1"
|
||||||
|
date="2011-11-21T11:37:02Z"
|
||||||
|
content="""
|
||||||
|
You could use [[plugins/pagetemplate]] to override all of `page.tmpl`, but
|
||||||
|
that's using a sledgehammer to crack a nut.
|
||||||
|
|
||||||
|
Another way to do it would be to modify `IkiWiki/Plugins/favicon.pm`
|
||||||
|
to use `bestlink` to find the favicon, like [[plugins/localstyle]] does.
|
||||||
|
If you made it a config option (`localfavicon => 1` or something)
|
||||||
|
it could probably be included in ikiwiki as part of the official
|
||||||
|
[[plugins/favicon]] plugin?
|
||||||
|
|
||||||
|
Another way would be to have a new `localfavicon` plugin which overrides
|
||||||
|
the template variable from [[plugins/favicon]], using `last => 1` to
|
||||||
|
make sure it \"wins\".
|
||||||
|
"""]]
|
|
@ -73,7 +73,7 @@ think about merging them. This is recommended. :-)
|
||||||
* [[sajolida]] `http://un.poivron.org/~sajolida/ikiwiki.git/`
|
* [[sajolida]] `http://un.poivron.org/~sajolida/ikiwiki.git/`
|
||||||
* nezmer `git://gitorious.org/ikiwiki-nezmer/ikiwiki-nezmer.git`
|
* nezmer `git://gitorious.org/ikiwiki-nezmer/ikiwiki-nezmer.git`
|
||||||
* [[yds]] `git://github.com/yds/ikiwiki.git`
|
* [[yds]] `git://github.com/yds/ikiwiki.git`
|
||||||
* [[pelle]] `git://gitorious.org/pelle-ikiwiki/patches.git`
|
* [[pelle]] `git://github.com/hemmop/ikiwiki.git`
|
||||||
|
|
||||||
## branches
|
## branches
|
||||||
|
|
||||||
|
|
|
@ -170,3 +170,4 @@ Personal sites and blogs
|
||||||
* [Richardson Family Wiki](http://the4richardsons.com) A wiki, blog or some such nonsense for the family home page or something or other... I will eventually move the rest of my sites to ikiwiki. The source of the site is in git.
|
* [Richardson Family Wiki](http://the4richardsons.com) A wiki, blog or some such nonsense for the family home page or something or other... I will eventually move the rest of my sites to ikiwiki. The source of the site is in git.
|
||||||
* [The personal website of Andrew Back](http://carrierdetect.com)
|
* [The personal website of Andrew Back](http://carrierdetect.com)
|
||||||
* [SolderPad Documentation](http://docs.solderpad.com)
|
* [SolderPad Documentation](http://docs.solderpad.com)
|
||||||
|
* various sub-domains at kisikew.org ([example](https://portal.kisikew.org/))
|
||||||
|
|
|
@ -41,6 +41,15 @@ Testing this sandbox thing.
|
||||||
>>> ...and different font colors.
|
>>> ...and different font colors.
|
||||||
>>>> ...but it's nothing a little CSS can't fix.
|
>>>> ...but it's nothing a little CSS can't fix.
|
||||||
|
|
||||||
|
# Pointless heading
|
||||||
|
|
||||||
|
Let's see a table:
|
||||||
|
|
||||||
|
[[!table data="""
|
||||||
|
Heading 1|Heading 2|Heading 3
|
||||||
|
Item 1| Item 2| Item 3"""]]
|
||||||
|
|
||||||
|
|
||||||
Numbered list
|
Numbered list
|
||||||
|
|
||||||
1. First item.
|
1. First item.
|
||||||
|
@ -159,3 +168,4 @@ endmodule
|
||||||
"""]]
|
"""]]
|
||||||
|
|
||||||
|
|
||||||
|
This is simple enough for now [[sandbocen]] no?
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
Great!
|
||||||
|
|
||||||
|
<code>
|
||||||
|
if (sample == test) goto Dijkstra
|
||||||
|
</code>
|
|
@ -0,0 +1,3 @@
|
||||||
|
I think it would be a good idea to think about the standard layout style of ikiwiki, the current layout used in a standard setup and on ikiwiki.info as well looks a bit old-fashioned to me. I guess that a nice modern layout would attract more new ikiwiki users and boost the ikwiki community...
|
||||||
|
|
||||||
|
> FWIW, I agree. The actiontabs [[theme|themes]] would be a better default, but something which showed what ikiwiki was capable of (or more precicely: that ikiwiki is as capable as other popular wiki softwares) would be better still. — [[Jon]]
|
Loading…
Reference in New Issue