Modified: trunk/config/default_settings.yml (2163 => 2164)
--- trunk/config/default_settings.yml 2009-04-07 11:06:10 UTC (rev 2163)
+++ trunk/config/default_settings.yml 2009-04-07 11:08:34 UTC (rev 2164)
@@ -328,3 +328,29 @@
promote_every: 20 # days
promote_increment: 10
+# home_page_stats - These are the models which are shown in the home page
+# statistics message at the top of the home page.
+
+home_page_stats:
+
+ - model: User
+ label: user
+ link: /users
+ conditions: "users.activated_at IS NOT NULL"
+
+ - model: Network
+ label: group
+ link: /groups
+
+ - model: Workflow
+ label: workflow
+ link: /workflows
+
+ - model: Blob
+ label: file
+ link: /files
+
+ - model: Pack
+ label: pack
+ link: /packs
+