* Add a default stylesheet entry for the pagecloud.

* Add examples page with some examples of things that can be done using
  ikiwiki, like a weblog. The examples can be copied into a user's wiki
  for a quick start, without needing to learn everything about how to put
  them together.
master
joey 2006-10-28 23:41:39 +00:00
parent 74b5fb09aa
commit 4109ef94fd
12 changed files with 71 additions and 2 deletions

View File

@ -83,6 +83,13 @@ td.changelog {
font-style: italic;
}
.pagecloud {
padding: 10px 10px;
border: 1px solid #aaa;
background: #eee;
color: black !important;
}
/* Used for adding a blog page. */
#blogform {
padding: 10px 10px;

7
debian/changelog vendored
View File

@ -13,8 +13,13 @@ ikiwiki (1.32) UNRELEASED; urgency=low
(thousands) of pages.
* Stylish update to the ikiwiki logo, thanks to Recai Oktaş and Selçuk
Erdem.
* Add a default stylesheet entry for the pagecloud.
* Add examples page with some examples of things that can be done using
ikiwiki, like a weblog. The examples can be copied into a user's wiki
for a quick start, without needing to learn everything about how to put
them together.
-- Joey Hess <joeyh@debian.org> Sat, 28 Oct 2006 13:14:04 -0400
-- Joey Hess <joeyh@debian.org> Sat, 28 Oct 2006 19:23:03 -0400
ikiwiki (1.31) unstable; urgency=low

View File

@ -0,0 +1,7 @@
To make it easier to get started using ikiwiki for some common tasks, this
page gives some examples of ways to use ikiwiki.
* [[blog]] - a weblog with tags, a tag cloud, archives, and an optional sidebar
Each example is contained in its own subdirectory; just copy the source
files into your wiki to start using one of the examples.

View File

@ -0,0 +1,18 @@
This is an [[example_blog|index]]. Just copy the blog subdirectory into
your wiki to quickly get started blogging with ikiwiki.
Some additional configuration you might want to do:
* Change the name of the blog, by editing `index.mdwn` and changing
the `title`.
* Make sure to configure ikiwiki to generate RSS or Atom feeds.
* Make sure you have the tag plugin enabled, and tag posts using it. An
example of how to tag a post is:
\[[tag tags/life]]
* Enable the sidebar plugin to get a sidebar listing all the categories
you've tagged posts with.
* Enable the pagestats plugin to get a tag cloud display on the [[index]].

View File

@ -0,0 +1,10 @@
[[meta title="example blog"]]
[[pagestats pages="*blog/tags/*"]]
Welcome to my blog. Have a look at the most recent posts below, or
browse the tag cloud on the right. An archive of all [[posts]] is also
available.
[[inline pages="*blog/posts/* and !*/Discussion" show="10"
actions=yes rootpage="*blog/posts"]]

View File

@ -0,0 +1,3 @@
Here is a full list of posts to my [[blog|index]].
[[inline pages="*blog/posts/* and !*/Discussion" archive="yes"]]

View File

@ -0,0 +1,4 @@
This is the first post to this example blog. To add new posts, just add
files to the blog/posts/ subdirectory, or use the web form.
[[tag tags/tech]]

View File

@ -0,0 +1,4 @@
Example sidebar
Categories:
[[map pages="*blog/tags/* and !*/Discussion"]]

View File

@ -0,0 +1,3 @@
[[pagestats pages="*blog/tags/*"]]
On the right you can see the tag cloud for this blog.

View File

@ -0,0 +1,4 @@
This feed contains pages in the "life" category.
[[inline pages="link(tags/life) and *blog/posts/* and !*/Discussion"
show="10" actions=yes]]

View File

@ -0,0 +1,3 @@
This feed contains pages in the "tech" category.
[[inline pages="link(tags/tech) and !*/Discussion" show=10 actions=yes]]

View File

@ -53,7 +53,8 @@ specified [[PageSpec]] will be displayed as a weblog within the blog
page. And RSS or Atom feeds can be generated to follow the blog.
Ikiwiki's own [[TODO]], [[news]], and [[plugins]] pages are good examples
of some of the flexible ways that this can be used.
of some of the flexible ways that this can be used. There is also an
[[example_blog|examples/blog]] set up that you can copy into your own wiki.
Ikiwiki can also [[plugins/aggregate]] external blogs, feeding them into
the wiki. This can be used to create a Planet type site that aggregates