Changesets can be listed by changeset number.
The Git repository is here.
- Revision:
- 377
- Log:
Various files are in the gem, but apparently not in the source distribution
on GitHub. These have been copied in from the working gem.
- Author:
- rool
- Date:
- Mon Mar 21 13:46:18 +0000 2011
- Size:
- 1050 Bytes
1 | = Archive |
2 | |
3 | The Archive extension extracts the Archive pages from their original place |
4 | in the Radiant distribution. |
5 | |
6 | == Archive page |
7 | |
8 | An archive page provides behavior similar to a blog archive or a news |
9 | archive. Child page URLs are altered to be in %Y/%m/%d format |
10 | (2004/05/06). |
11 | |
12 | An archive page can be used in conjunction with the "Archive Year Index", |
13 | "Archive Month Index", and "Archive Day Index" page types to create year, |
14 | month, and day indexes. |
15 | |
16 | == Archive Index pages |
17 | |
18 | To create a year/month/day index for an archive, create a child page for the |
19 | archive and assign the "Archive [Year/Month/Day] Index" page type to it. |
20 | |
21 | An index page makes following tags available to you: |
22 | |
23 | <r:archive:children>...</r:archive:children> |
24 | Grants access to a subset of the children of the archive page |
25 | that match the specific year/month/day which the index page is rendering. |
26 | |
27 | The title and breadcrumb attributes of an index page are rendered using Ruby's |
28 | Time#strftime method. Please refer to documentation for Time#strftime to |
29 | format these attributes. |