index
:
meetup-find-events-rss
master
Generate an RSS feed from upcoming Meetup events
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2018-04-15
Add license (GNU GPLv3+)
Teddy Wing
2018-04-15
build_rss(write_feed): Set time to a second before midnight
Teddy Wing
2018-04-15
Change import interface to `meetup::client::Client`
Teddy Wing
2018-04-15
Pass `latitude`, `longitude`, `end_date` to `build_rss::write_feed`
Teddy Wing
2018-04-15
Always print help message if `-h` or `--help` flags passed
Teddy Wing
2018-04-15
Add `latitude`, `longitude`, `end-date` command line arguments
Teddy Wing
2018-04-15
meetup_rss: Use HTML formatting for description
Teddy Wing
2018-04-15
meetup_rss(generate): Don't include newlines in description if empty
Teddy Wing
2018-04-15
meetup_rss: Create `join_nonempty` function
Teddy Wing
2018-04-15
meetup_rss(description_header): Improve string join section
Teddy Wing
2018-04-15
meetup_rss(generate): Include `description_header` in item description
Teddy Wing
2018-04-15
meetup_rss(description_header): Delete dev comments
Teddy Wing
2018-04-15
meetup_rss(description_header): Add header comment
Teddy Wing
2018-04-15
meetup_rss: Add `description_header` to format date & venue
Teddy Wing
2018-04-15
Add `Venue` type and venue field to `Event`
Teddy Wing
2018-04-15
Update tests for `Event` `Option` fields
Teddy Wing
2018-04-15
build_rss(write_feed): Automatically handle date formatting
Teddy Wing
2018-04-15
generate(): Add a real title and description to the feed channel
Teddy Wing
2018-04-15
Use the correct time format for `end_date_range`
Teddy Wing
2018-04-15
Use 'error-chain' in `main()`
Teddy Wing
2018-04-15
Add 'error-chain' to the main library
Teddy Wing
2018-04-14
Pass `find_upcoming_events` parameters along through the program
Teddy Wing
2018-04-13
meetup_rss(write): Use the result from `Channel#write_to`
Teddy Wing
2018-04-13
meetup_rss(write): Remove `mut` from the `stdout` handle
Teddy Wing
2018-04-13
Output a feed to STDOUT when running the executable
Teddy Wing
2018-04-13
meetup_rss: Add a `write` function to write a channel to STDOUT
Teddy Wing
2018-04-13
meetup(generate): Improve test and take a reference argument
Teddy Wing
2018-04-13
Add a function to build an RSS `Channel` object from a list of `Event`s
Teddy Wing
2018-04-12
Make `meetup-api-token` a required argument, print its value
Teddy Wing
2018-04-12
Print Getopts errors with a newline
Teddy Wing
2018-04-12
Parse command line arguments and add help output
Teddy Wing
2018-04-12
Initial commit. Generated Rust v1.25.0 project.
Teddy Wing