mirror of
https://codeberg.org/sunder/sunder.git
synced 2026-07-13 13:04:34 +00:00
upgrade gut
This commit is contained in:
parent
6e724f67fe
commit
82aeebfd35
201 changed files with 8547 additions and 3871 deletions
|
|
@ -1,10 +1,16 @@
|
|||
## This script is the base for custom scripts to be used in pre and post
|
||||
## run hooks. Creating a hook script requires that you:[br]
|
||||
## [li]Inherit [code skip-lint]GutHookScript[/code][/li]
|
||||
## [li]Implement a [code skip-lint]run()[/code] method[/li]
|
||||
## [li]Configure the path in GUT (gutconfig and/or editor) as the approparite
|
||||
## hook (pre or post).[/li]
|
||||
class_name GutHookScript
|
||||
## This script is the base for custom scripts to be used in pre and post
|
||||
## run hooks.
|
||||
##
|
||||
## GUT Wiki: [url=https://gut.readthedocs.io]https://gut.readthedocs.io[/url]
|
||||
## [br][br]
|
||||
## Creating a hook script requires that you:[br]
|
||||
## - Inherit [code skip-lint]GutHookScript[/code][br]
|
||||
## - Implement a [code skip-lint]run()[/code] method[br]
|
||||
## - Configure the path in GUT (gutconfig and/or editor) as the approparite hook (pre or post).[br]
|
||||
##
|
||||
## See [wiki]Hooks[/wiki]
|
||||
|
||||
|
||||
## Class responsible for generating xml. You could use this to generate XML
|
||||
## yourself instead of using the built in GUT xml generation options. See
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue