diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-03-31 16:06:51 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-03-31 16:06:51 -0300 |
commit | 37a2416a3ff38ebb502ddf26fdf2e7dc4cb61741 (patch) | |
tree | 91857033b4b17c3d57c7146f7d1843e6730705ec | |
parent | 06c1f4f85aeee8328e6f576345429e1ce3416676 (diff) | |
download | feeds-37a2416a3ff38ebb502ddf26fdf2e7dc4cb61741.tar.gz feeds-37a2416a3ff38ebb502ddf26fdf2e7dc4cb61741.tar.bz2 |
Adds hardware.opml
-rw-r--r-- | hardware.opml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/hardware.opml b/hardware.opml new file mode 100644 index 0000000..262e58d --- /dev/null +++ b/hardware.opml @@ -0,0 +1,11 @@ +<?xml version="1.0"?> +<opml version="1.0"> + <head> + <title>Free and Open Source Hardware</title> + </head> + <body> + <outline title="Free and Open Source Hardware"> + <outline type="rss" xmlUrl="http://openhardware.metajnl.com/rss/" htmlUrl="http://openhardware.metajnl.com/" title="Journal of Open Hardware"/> + </outline> + </body> +</opml> |