web/views/wdoc.py
branchstable
changeset 3818 9522e51d8644
parent 3495 438576c5b1d1
child 3890 d7a270f50f54
child 4212 ab6573088b4a
equal deleted inserted replaced
3817:9fcf048e14b7 3818:9522e51d8644
   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'