]> git.99rst.org Git - irssi-scripts.irssi.org.git/commitdiff
Add scripts.dmp for scriptassist.pl
authorAlexander Færøy <redacted>
Mon, 2 Jun 2014 22:24:41 +0000 (00:24 +0200)
committerAlexander Færøy <redacted>
Mon, 2 Jun 2014 22:24:41 +0000 (00:24 +0200)
scripts/scripts.dmp [new file with mode: 0644]

diff --git a/scripts/scripts.dmp b/scripts/scripts.dmp
new file mode 100644 (file)
index 0000000..fc396fe
--- /dev/null
@@ -0,0 +1,34 @@
+---
+layout: nil
+---
+
+$scripts = {
+{% for script in site.data.scripts %}
+       '{{ script.filename }}' => {
+               'filename'           => '{{ script.filename }}',
+               'last_modified'      => '{{ script.modified }}',
+               'version'            => '{{ script.version }}',
+               'authors'            => '{{ script.authors }}',
+               'contact'            => '{{ script.contact  }}',
+               'name'               => '{{ script.name }}',
+               'description'        => '{{ script.description }}',
+               'license'            => '{{ script.license }}',
+{% if script.url %}
+               'url'                => '{{ script.url }}',
+{% endif %}
+{% if script.changed %}
+               'changed'            => '{{ script.changed }}',
+{% endif %}
+{% if script.commands %}
+               'commands'           => '{{ script.commands }}',
+{% endif %}
+{% if script.note %}
+               'note'               => '{{ script.note }}',
+{% endif %}
+{% if script.modules %}
+               'modules'            => '{{ script.modules }}',
+{% endif %}
+
+       },
+{% endfor %}
+};
git clone https://git.99rst.org/PROJECT