summaryrefslogtreecommitdiff
path: root/doc/patchqueue/calendar_--_archive_browsing_via_a_calendar_frontend.mdwn
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-07-25 03:08:10 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-07-25 03:08:10 +0000
commit7558a6d8aa56f38908c613882db44a009d33ae37 (patch)
tree6af1934bed821f861936fa15d9269f302430e2fe /doc/patchqueue/calendar_--_archive_browsing_via_a_calendar_frontend.mdwn
parent2210c65083465bf8e515418cf2528e18f7326bc0 (diff)
more triage
Diffstat (limited to 'doc/patchqueue/calendar_--_archive_browsing_via_a_calendar_frontend.mdwn')
-rw-r--r--doc/patchqueue/calendar_--_archive_browsing_via_a_calendar_frontend.mdwn10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/patchqueue/calendar_--_archive_browsing_via_a_calendar_frontend.mdwn b/doc/patchqueue/calendar_--_archive_browsing_via_a_calendar_frontend.mdwn
index fe0dba1aa..f3a8b2f78 100644
--- a/doc/patchqueue/calendar_--_archive_browsing_via_a_calendar_frontend.mdwn
+++ b/doc/patchqueue/calendar_--_archive_browsing_via_a_calendar_frontend.mdwn
@@ -1,3 +1,13 @@
+I am serving notice that I am starting work on a calendar plugin inspired by Blosxom's calendar plugin. The current plan is to create a plugin that looks through all the source files matching a certain pagespec, and optionally spit out a month view for the specified month (default to current), or spit out a year view for a given year (defaulting to the current year), of a list of year with posts in them. The output would be a table, with the same CSS directives that the Blosxom plugin used to use (so that I can just reuse my css file). The links would be created to a $config{archivedir}/$year or $config{archivedir}/$year-$month file, which can just have
+
+ \[[inline pages="blog/* and !*/Discussion and creation_year($year) and creation_month($month)" rss="no" atom="no" show="0"]]
+
+or some thing to generate a archive of postings.
+
+Roland Mas suggested a separate cron job to generate these archive indices automatically, but that is another thread.
+
+ManojSrivastava
+
This plugin is inspired by the calendar plugin for Blosxom, but derivesno code from it. This plugin is essentially a fancy front end to archives of previous pages, usually used for blogs. It can produce a calendar for a given month, or a list of months for a given year. To invoke the calendar, just use the preprocessor directive:
\[[calendar ]]