blob: 1e8b234e30db726164c8ddd45c5284b85a6186ea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# album examples for ikiwiki
This repository contains a number of examples for the ikiwiki album plugin.
The album plugin is not currently included in ikiwiki. To build the examples,
you can use the included Makefile to clone the album branch from
git://git.cbaines.net/ikiwiki, which includes the album plugin.
Alternatively, you can follow the instructions on the Ikiwiki website to
install the album plugin.
## Examples
### Basic
Contains 5 ikiwiki logos, taken from the ikiwiki website.
Each of the setup files builds the wiki with a different theme.
## Build Details
The included makefile will download ikiwiki, build it, and then use it to
build all of the examples.
The examples will end up in dest.
You may need some packages to build ikiwiki, running the following will
probably work:
apt-get build-dep ikiwiki
|