| | 73 | While you're developing your own badge assignment script, |
| | 74 | you can run it manually in your project's '''html/ops''' directory. |
| | 75 | Use the admin web interface (see below) to clean up badge records as needed. |
| | 76 | When you're done, arrange to run the script periodically |
| | 77 | by 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 | |
| | 88 | The [HtmlOps administrate web interface] has a page for administering badges, |
| | 89 | which lets you add and remove badges. |