<feed xmlns='http://www.w3.org/2005/Atom'>
<title>firmware-selector-openwrt-org/README.md, branch v2.0.0</title>
<subtitle>A simple OpenWrt firmware selector using autocompletion.</subtitle>
<id>https://git.openwrt.org/web/firmware-selector-openwrt-org/atom?h=v2.0.0</id>
<link rel='self' href='https://git.openwrt.org/web/firmware-selector-openwrt-org/atom?h=v2.0.0'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/web/firmware-selector-openwrt-org/'/>
<updated>2020-02-21T20:02:45Z</updated>
<entry>
<title>update readme</title>
<updated>2020-02-21T20:02:45Z</updated>
<author>
<name>Paul Spooren</name>
</author>
<published>2020-02-21T20:02:45Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/web/firmware-selector-openwrt-org/commit/?id=b5e3f373d86a53c52dbacdd89f6356e0579735f6'/>
<id>urn:sha1:b5e3f373d86a53c52dbacdd89f6356e0579735f6</id>
<content type='text'>
shorten long lines and set chef url to github as chef.libremesh.org is
down.

Signed-off-by: Paul Spooren &lt;mail@aparcar.org&gt;
</content>
</entry>
<entry>
<title>add dynamic image creation code &amp; json refactor</title>
<updated>2020-02-17T09:51:29Z</updated>
<author>
<name>Paul Spooren</name>
</author>
<published>2020-02-17T06:26:15Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/web/firmware-selector-openwrt-org/commit/?id=a407e43877c780d642560e6e500ad52adfb2fd8e'/>
<id>urn:sha1:a407e43877c780d642560e6e500ad52adfb2fd8e</id>
<content type='text'>
again, make JSON files more like upstream:

* images: use dict instead of simple file. This allows adding
information like checksums or types. Again, I dealt so much with
heuristics withn OpenWrt build system that I avoid it as much as
possible. From my side I'd remove fragments like `findCommonPrefix` and
just rely on upstream info.
* commit: replace with `version_commit` (as there is also
`version_number`
* link: replace with `url` as *link* referes to something clickable in
the browser while url is more generic, including machine reads
* activate sort_keys in collect.py, this creates reproducible json files
and surely makes some JSON parser happy
* %foobar: instead of using `%` I changed the replacement to mustache[0]
which is also usable via Pythons `format()` function and easier to read.
Say a string like %target-info/foobar could mean a variable `target` or
`target-info`, using {target}-info/foobar makes things easier
* %file: remove this entirely and just append whatever desired file at
the end. Is there any case where the downloaded file is not at the end?

all these changes where done to be compatile with the *asu*, meaning a
image builder backend that creates images with specificed packages on
demand. Example code is added within the top of index.js. The server
takes `version`, `profile` and `packages` as arguments and returns
within a few seconds a freshly build firmware, which is automatically
shown in the frontend.

[0]: mustache.github.io/

Signed-off-by: Paul Spooren &lt;mail@aparcar.org&gt;
</content>
</entry>
<entry>
<title>udpate readme</title>
<updated>2020-02-16T14:22:38Z</updated>
<author>
<name>Moritz Warning</name>
</author>
<published>2020-02-16T14:22:38Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/web/firmware-selector-openwrt-org/commit/?id=ba59acb12d1f00400020fbb94236c050428c2bf9'/>
<id>urn:sha1:ba59acb12d1f00400020fbb94236c050428c2bf9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>new data format</title>
<updated>2020-02-12T17:27:56Z</updated>
<author>
<name>Moritz Warning</name>
</author>
<published>2020-02-12T17:27:56Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/web/firmware-selector-openwrt-org/commit/?id=d67a1a6f0cef5978869737111d3592b254d77ece'/>
<id>urn:sha1:d67a1a6f0cef5978869737111d3592b254d77ece</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add link to demo</title>
<updated>2020-02-10T10:49:49Z</updated>
<author>
<name>Moritz Warning</name>
</author>
<published>2020-02-10T10:49:49Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/web/firmware-selector-openwrt-org/commit/?id=6dceb3a5f02707564e0ed57c40b59bf50f560319'/>
<id>urn:sha1:6dceb3a5f02707564e0ed57c40b59bf50f560319</id>
<content type='text'>
</content>
</entry>
<entry>
<title>move folders around</title>
<updated>2020-02-04T13:28:30Z</updated>
<author>
<name>Moritz Warning</name>
</author>
<published>2020-02-04T13:28:30Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/web/firmware-selector-openwrt-org/commit/?id=2962cf431e47cdd2e284af8ed06f4829e7d22db6'/>
<id>urn:sha1:2962cf431e47cdd2e284af8ed06f4829e7d22db6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add list of similar projects</title>
<updated>2020-01-29T18:57:21Z</updated>
<author>
<name>Moritz Warning</name>
</author>
<published>2020-01-29T18:57:21Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/web/firmware-selector-openwrt-org/commit/?id=63168bc0278ae948ad36a5497d71bc7a0e23a4a6'/>
<id>urn:sha1:63168bc0278ae948ad36a5497d71bc7a0e23a4a6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>support link in data json file</title>
<updated>2020-01-29T16:54:15Z</updated>
<author>
<name>Moritz Warning</name>
</author>
<published>2020-01-29T16:52:58Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/web/firmware-selector-openwrt-org/commit/?id=5bb37f86e8a4c376cdbadbbdd26a250169e42ad3'/>
<id>urn:sha1:5bb37f86e8a4c376cdbadbbdd26a250169e42ad3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add help text and more configuration options</title>
<updated>2020-01-29T14:09:09Z</updated>
<author>
<name>Moritz Warning</name>
</author>
<published>2020-01-29T14:09:09Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/web/firmware-selector-openwrt-org/commit/?id=2fcb17e2a46181ab8f7c2a716ea3c1e4d4b23a3c'/>
<id>urn:sha1:2fcb17e2a46181ab8f7c2a716ea3c1e4d4b23a3c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>move to www folder</title>
<updated>2020-01-28T01:49:10Z</updated>
<author>
<name>Moritz Warning</name>
</author>
<published>2020-01-28T01:49:10Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/web/firmware-selector-openwrt-org/commit/?id=a40c5b3b59aa32851d27bb95a7858289460e0ba9'/>
<id>urn:sha1:a40c5b3b59aa32851d27bb95a7858289460e0ba9</id>
<content type='text'>
</content>
</entry>
</feed>
