Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info
commit
94fb135033
|
@ -0,0 +1,5 @@
|
||||||
|
[[Blog|ikiwiki/blog]] feeds and index pages show the posted time (ctime), the actual blog entry pages only show the modified time.
|
||||||
|
|
||||||
|
The user has to look at the history link to find when a blog item was posted.
|
||||||
|
|
||||||
|
It would be nice if blog entry post pages could include the ctime. -- [[Edward_Betts]]
|
|
@ -1,11 +1,11 @@
|
||||||
> Another useful feature might be to be able to choose a different template
|
> Another useful feature might be to be able to choose a different [[template|wikitemplates]]
|
||||||
> file for some pages; blog pages would use a template different from the
|
> file for some pages; [[blog|ikiwiki/blog]] pages would use a template different from the
|
||||||
> home page, even if both are managed in the same repository, etc.
|
> home page, even if both are managed in the same repository, etc.
|
||||||
|
|
||||||
Well, that would probably be fairly easy to add if it used pagespecs to
|
Well, that would probably be fairly easy to add if it used [[pagespecs|ikiwiki/pagespec]] to
|
||||||
specify which pages use the non-default template.
|
specify which pages use the non-default template.
|
||||||
|
|
||||||
Hmm, I think the pagetemplate hook should allow one to get close enough to
|
Hmm, I think the [[pagetemplate|plugins/pagetemplate]] hook should allow one to get close enough to
|
||||||
this in a plugin now.
|
this in a plugin now.
|
||||||
|
|
||||||
See also: [[Allow_per-page_template_selection]] -- same thing, really.
|
See also: [[Allow_per-page_template_selection]] -- same thing, really.
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
My watchlist:
|
My watchlist:
|
||||||
|
|
||||||
[[inline pages="todo/allow_wiki_syntax_in_commit_messages" archive="yes" sort="mtime" atom="yes"]]
|
[[inline pages="todo/allow_wiki_syntax_in_commit_messages" archive="yes" sort="mtime" atom="yes"]]
|
||||||
|
|
||||||
|
|
|
@ -14,7 +14,7 @@ located in /usr/share/ikiwiki/templates by default.
|
||||||
* `change.tmpl` - Used to create a page describing a change made to the wiki.
|
* `change.tmpl` - Used to create a page describing a change made to the wiki.
|
||||||
* `passwordmail.tmpl` - Not a html template, this is used to
|
* `passwordmail.tmpl` - Not a html template, this is used to
|
||||||
generate the mail with the user's password in it.
|
generate the mail with the user's password in it.
|
||||||
* `rsspage.tmpl` - Used for generating rss feeds for [blogs|[ikiwiki/blog]].
|
* `rsspage.tmpl` - Used for generating rss feeds for [[blogs|ikiwiki/blog]].
|
||||||
* `rssitem.tmpl` - Used for generating individual items on rss feeds.
|
* `rssitem.tmpl` - Used for generating individual items on rss feeds.
|
||||||
* `atompage.tmpl` - Used for generating atom feeds for blogs.
|
* `atompage.tmpl` - Used for generating atom feeds for blogs.
|
||||||
* `atomitem.tmpl` - Used for generating individual items on atom feeds.
|
* `atomitem.tmpl` - Used for generating individual items on atom feeds.
|
||||||
|
|
Loading…
Reference in New Issue