root / veekun / trunk / site_options.yml

Revision 433, 3.2 kB (checked in by eevee, 3 months ago)

Mostly finished up breeding chains app, at least for one move. (#302)
- Added a link for it to the link list.
- Fixed some DBIC-related has-many ambiguity.
- Deleted a lot of old TODO comments.
- Added a setting for level of detail that defaults to only showing optimal chains, rather than trying to pull them out and show them separately.
- Fixed a cross-join bug where some move methods would appear twice.
- Fixed a bug in Vee::Form that made single-radio-button printing not work at all.

Line 
1---
2site_title: veekun.com αlpha
3
4link_list:
5  - text: veekun
6    url: /
7    sublinks:
8      - text: About
9        url: /about
10      - text: Link to me
11        url: /link
12      - text: Chat
13        url: /chat
14  - text: Pokédex
15    url: /dex
16    sublinks:
17      - text: Pokémon
18        url: /dex/pokemon
19      - text: Moves
20        url: /dex/moves
21      - text: Type chart
22        url: /dex/types
23      - text: Abilities
24        url: /dex/abilities
25      - text: Items
26        url: /dex/items
27      - text: Berries
28        url: /dex/berries
29      - text: TMs
30        url: /dex/tms
31      - text: Compare Pokémon
32        url: /dex/pokemon/compare
33      - text: Search for Pokémon
34        url: /dex/pokemon/search
35      - text: Search for moves
36        url: /dex/moves/search
37  - text: Pokémon etc.
38    url: /dex
39    sublinks:
40      - text: Pokémon resources
41        url: /dex/resources
42      - text: Diamond and Pearl FAQ
43        url: /dex/dp/faq
44      - text: Stats
45        url: /dex/mechanics/stats
46      - text: Natures
47        url: /dex/mechanics/natures
48      - text: IV Calculator
49        url: /dex/calculators/iv
50      - text: Breeding chain finder
51        url: /dex/calculators/breeding_chains
52  - text: Forum
53    url: /forum
54  - text: User stuff
55    url: /users
56    sublinks:
57      - text: Edit settings
58        url: /users/edit
59      - text: Statistics
60        url: /users/stats
61#  - text: Options
62#    url: /options
63#    sublinks:
64#      - text: Site configuration
65#       
66#      -
67# also needed:
68#   permissions somehow?  eh
69#   user search?  more user crap
70#   last forum posts, more forum crap
71#   news link
72
73# Numbers of certain thingies to show per page.
74page_sizes:
75    index:
76        # Boxes on the index page
77        shoutbox: 10
78        news: 3
79        gallery: 10
80        forum: 20
81        users: 25
82        rss: 3
83    posts: 20
84    posts_preview: 3
85    shoutbox: 50
86    threads: 30
87    users: 25
88
89# Forum ids of some forums used for non-forum purposes.
90special_forums:
91    news: 1
92
93# User options related things
94user_limits:
95    avatarbytes: 100
96    avatarpixels: 100
97    customtitle: 30
98   
99# Number of seconds before a user is considered inactive
100user_activity_timeout: 900
101
102# Number of seconds before a user can double-post on a thread
103post_automerge_time: 1800
104
105# URL for Subversion repository path to check for activity
106# Note that at the moment this *requires* anon access!
107svn_url: svn://veekun.com/veekun
108
109# URL for RSS feed on the front page and the site behind it
110rss_url: http://bulbanews.bulbagarden.net/feed/news.rss
111rss_site_url: http://bulbanews.bulbagarden.net/
112
113# Number of posts => rank you get
114post_ranks:
115    0: Uninterested
116    12: Lurker
117    27: Contributing
118    53: Entertaining
119    98: Notable
120    225: Famous
121    374: Very very bored
122    539: Lacks a social life
123    666: \m/
124    667: Lacks a social life
125    814: Addicted
126    823: Almost creepy
127    1024: One kilopost
128    1025: Creepy
129    1256: Needs to get laid
130    1337: WALLHAX
131    1338: Needs to get laid
132    1632: Recluse
133    1812: Hermit
134    2000: 3;u+[zs/k&
135    2001: Loser
136    2409: Four-eyes
137    2935: Outcast
138    3927: Dork
139    4526: Nerd
140    5923: Geek
141    6934: Hacker
142    8274: Linus Torvalds
143    10000: Rank overflow  :(
Note: See TracBrowser for help on using the browser.