Changes between Version 1 and Version 2 of BadgeDoc


Ignore:
Timestamp:
Dec 23, 2013, 1:04:43 PM (10 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BadgeDoc

    v1 v2  
    7171These steps are performed first for users, then for teams.
    7272
     73While you're developing your own badge assignment script,
     74you can run it manually in your project's '''html/ops''' directory.
     75Use the admin web interface (see below) to clean up badge records as needed.
     76When you're done, arrange to run the script periodically
     77by adding something like this to your project config file:
     78{{{
     79    <task>
     80      <cmd>run_in_ops ./badge_assign.php</cmd>
     81      <period>24 hours</period>
     82      <output>badge_assign.out</output>
     83    </task>
     84}}}
     85
     86== Managing badges ==
     87
     88The [HtmlOps administrate web interface] has a page for administering badges,
     89which lets you add and remove badges.