Browse Source

Add KXStudio related repos to Development page

Signed-off-by: falkTX <falktx@falktx.com>
pull/19/head
falkTX 3 years ago
parent
commit
db98d974c6
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      Development.php

+ 5
- 0
Development.php View File

@@ -62,6 +62,11 @@ $feed->set_feed_url(ARRAY(
'https://github.com/falkTX/protrekkr/commits/master.atom',
'https://github.com/jackaudio/jack2/commits/master.atom',
'https://github.com/jackaudio/jack2-releases/commits/master.atom',
'https://github.com/KXStudio/Artwork/commits/master.atom',
'https://github.com/KXStudio/KXStudio/commits/master.atom',
'https://github.com/KXStudio/LV2-Extensions/commits/master.atom',
'https://github.com/KXStudio/Repository/commits/master.atom',
'https://github.com/KXStudio/Website/commits/master.atom',
));
$feed->init(); // or die($feed->error());
$feed->handle_content_type();


Loading…
Cancel
Save