aea11358d7
Merge pull request #15 from vbatts/gh-actions
...
Create go.yml
2021-02-16 14:46:24 -05:00
04205bb845
Create go.yml
...
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2021-02-16 14:32:41 -05:00
eb4f0054b0
Merge pull request #13 from vbatts/fix_get_docs
...
README: fix the `go get` docs
2021-02-16 14:32:23 -05:00
75cc6dd1b7
Merge pull request #14 from vbatts/go-mod
...
go: add a go modules file, for better dep tracking
2021-02-16 14:32:11 -05:00
73ae7173f0
go: add a go modules file, for better dep tracking
...
Fixes #12
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2021-02-16 14:26:20 -05:00
f879e16e8d
README: fix the go get
docs
...
Fixes #11
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2021-02-16 14:23:24 -05:00
21d1b16734
test: adding slackwarearm ChangeLog.txt for testing
...
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2017-02-27 09:06:42 -05:00
de7b0fc949
test: prep for testing other folks' ChangeLog.txt
...
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2017-02-27 08:57:04 -05:00
1cca828855
feeds: report updates differently
...
If there are "0 updates" then don't report as such.
Found as http://bear.alienbase.nl/mirrors//alien-kde/ChangeLog.txt
updates don't match the same regex as slackware update entries, so it
reported 0 updates. This is a TODO to improve that regex.
Reported-by: alienBob
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2017-02-22 12:11:55 -05:00
cf4e6740bb
Merge pull request #9 from vbatts/fix_guid
...
feed: Id needs to be an URL
2017-02-09 13:54:09 -06:00
92a58c4314
feed: Id needs to be an URL
...
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2017-02-09 14:51:26 -05:00
b48b01f8eb
Merge pull request #8 from vbatts/fix_guid
...
feed: give a guid to each item
2017-02-09 13:49:07 -06:00
3cc3bb5f29
feed: give a guid to each item
...
w3c recommends this.
Fixes #1
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2017-02-09 14:47:37 -05:00
a66095ea7c
Merge pull request #7 from vbatts/fix_format
...
feed: print the items as HTML
2017-02-09 13:35:02 -06:00
42e7cb11c9
feed: print the items as HTML
...
Fixes #3
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2017-02-09 14:33:35 -05:00
60a23ea96a
Merge pull request #6 from vbatts/fix_links
...
feed: add a link per item
2017-02-09 13:27:10 -06:00
99d1f75308
feed: add a link per item
...
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2017-02-09 14:24:31 -05:00
dabb6e7506
Merge pull request #5 from vbatts/fix_2
...
feed: set a relevant title
2017-02-09 13:21:48 -06:00
edc6d69369
feed: set a relevant title
...
Fixes #2
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2017-02-09 14:15:47 -05:00
01020629d6
Merge pull request #4 from vbatts/travis
...
travis: adding CI checks
2017-02-09 09:21:46 -06:00
8f7033da96
travis: adding CI checks
...
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2017-02-09 10:18:17 -05:00
2c8e6fa35a
sl-feeds: remove EOL release from sample
...
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2017-02-07 12:42:07 -05:00
831b9f5469
README: include new link
...
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2017-02-07 12:40:30 -05:00
7fbacd0b66
README: fixup example
...
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2017-02-07 12:39:15 -05:00
2c411eb5cc
README: update the example
...
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2017-02-05 16:51:40 -05:00
dc39b5bdc7
main: add the --quiet flag
...
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2017-02-05 16:49:32 -05:00
fc518b86c5
*: golint and change import paths
...
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2017-02-05 16:38:40 -05:00
25fc064194
*: it works and is mostly ready
...
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2017-02-05 16:32:01 -05:00
871ba61aa1
*: prepare for time comparison with remote
...
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2017-02-04 11:06:57 -05:00
c5585b2c1d
*: golint
...
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2017-01-29 15:54:47 -05:00
e646c9daef
util: file path finder
...
Convenience to walk a directory tree looking for a file like
"ChangeLog.txt"
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2017-01-29 15:50:51 -05:00
0cd4c2fee6
main: still iterating
...
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2017-01-29 15:27:08 -05:00
98d14f9b91
cmd/sl-feeds: stubbing out a cli
...
vendoring the deps for the sake of posterity
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2017-01-26 21:07:49 -05:00
ce788fcd88
fetch: Fetch a ChangeLog from a Repo
...
and get its remote last-modified time
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2017-01-26 18:54:15 -05:00
8e97e3d16f
changelog: a slackware ChangeLog parser
...
and ability to export to feeds
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2017-01-26 14:11:26 -05:00
Vincent Batts
f522293398
adding this for history sake
...
It has not been updated since 2011 and should get a rewrite and
simplification...
2017-01-25 12:24:20 -08:00