equal
deleted
inserted
replaced
234 break |
234 break |
235 w('') # blank line |
235 w('') # blank line |
236 self.w(rest_publish(self, '\n'.join(restdata))) |
236 self.w(rest_publish(self, '\n'.join(restdata))) |
237 |
237 |
238 |
238 |
|
239 class HelpAction(action.Action): |
|
240 id = 'help' |
|
241 __select__ = yes() |
|
242 |
|
243 category = 'footer' |
|
244 order = 0 |
|
245 title = _('Help') |
|
246 |
|
247 def url(self): |
|
248 return self.req.build_url('doc/main') |
|
249 |
239 class ChangeLogAction(action.Action): |
250 class ChangeLogAction(action.Action): |
240 id = 'changelog' |
251 id = 'changelog' |
241 __select__ = yes() |
252 __select__ = yes() |
242 |
253 |
243 category = 'footer' |
254 category = 'footer' |