{{m.name}}({{m.params}})
+ No documentation available.
+ {% else %} +{{m.comment|nl2br}}
+ {% endif %} + + {% if custom.public_source_code is defined and m.can_run == true %} + + {% endif %} +This class has no public methods yet or a problem occurred while retrieving them.
+{% endif %} +{% if custom.public_source_code is defined %} +{{ custom.public_source_code }}
+{% endif %}
\ No newline at end of file
diff --git a/directory-template/Interface.html.twig b/directory-template/Interface.html.twig
new file mode 100644
index 0000000..8034a21
--- /dev/null
+++ b/directory-template/Interface.html.twig
@@ -0,0 +1,24 @@
+{{m.name}}({{m.params}})
+ No documentation available.
+ {% else %} +{{m.comment|nl2br}}
+ {% endif %} +This interface has no public methods yet or a problem occurred while retrieving them.
+{% endif %} +With phpMAE installed locally, you can create a PHP class that implements this interface with the following command:
+phpmae class:create --implements={{id}} --confjob <COID>
diff --git a/directory-template/Stack.html.twig b/directory-template/Stack.html.twig
new file mode 100644
index 0000000..11d1736
--- /dev/null
+++ b/directory-template/Stack.html.twig
@@ -0,0 +1,40 @@
+{{ className.o_value }}| Name | +Version | +
|---|---|
| {{ package.name }} | +{{ package.version }} | +
| Name | +Version | +
|---|---|
| {% if package.defined %}{% endif %}{{ package.name }}{% if package.defined %}{% endif %} | +{{ package.version }} | +
This is a phpMAE instance.
+ + \ No newline at end of file diff --git a/static/templates/helloworld.txt b/static/templates/helloworld.txt new file mode 100644 index 0000000..ad8c036 --- /dev/null +++ b/static/templates/helloworld.txt @@ -0,0 +1,18 @@ + +