{"id":19939184,"url":"https://github.com/zapnap/mogofeed","last_synced_at":"2025-05-03T14:32:43.329Z","repository":{"id":531129,"uuid":"160118","full_name":"zapnap/mogofeed","owner":"zapnap","description":"A planet-style feed aggregator built in Ruby with Sinatra and DataMapper","archived":false,"fork":false,"pushed_at":"2010-06-20T03:40:18.000Z","size":120,"stargazers_count":48,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-07T17:04:01.761Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zapnap.png","metadata":{"files":{"readme":"README.rdoc","changelog":null,"contributing":null,"funding":null,"license":"MIT-LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2009-03-26T16:21:11.000Z","updated_at":"2023-09-08T16:25:20.000Z","dependencies_parsed_at":"2022-07-16T14:00:31.835Z","dependency_job_id":null,"html_url":"https://github.com/zapnap/mogofeed","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zapnap%2Fmogofeed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zapnap%2Fmogofeed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zapnap%2Fmogofeed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zapnap%2Fmogofeed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zapnap","download_url":"https://codeload.github.com/zapnap/mogofeed/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252203430,"owners_count":21710962,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-12T23:45:17.278Z","updated_at":"2025-05-03T14:32:42.826Z","avatar_url":"https://github.com/zapnap.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"= MogoFeed: A Planet-Style Feed Aggregator\n\nMogoFeed combines multiple news feeds (or feed topic searches) into a single web page view, much like a typical \"Planet\"-style feed aggregator. It's built in Ruby on top of Sinatra and DataMapper.\n\n== Configuration\n\nDependencies and all configuration is done in \u003ctt\u003eenvironment.rb\u003c/tt\u003e. Your database is also set up here. DataMapper will use sqlite3 by default. Tests use the sqlite3-memory adapter (no configuration needed).\n\n== Getting Started\n\n  rake db:migrate\n  rake feeds:add URL=http://blog.zerosum.org\n  rake feeds:update\n  ruby application.rb\n\n== Adding Feeds\n\nUse the web interface located at \u003ctt\u003e/admin\u003c/tt\u003e to add and remove feeds. Accessing this URL will require a username and password. These settings are adjustable in \u003ctt\u003eenvironment.rb\u003c/tt\u003e; the defaults are 'admin' and 'password'.\n\nYou can also add feeds directly from the command line:\n\n  rake feeds:add URL=http://blog.zerosum.org\n\n== Status Updates\n\nRun \u003ctt\u003erake feeds:update\u003c/tt\u003e to update the cached feeds. You can schedule this as a cron job to fire every few minutes if you like.\n\n== Searching\n\nWe use Sphinx for full-text indexing and search. Therefore, you'll need to have it installed. You can find downloads and installation instructions at http://www.sphinxsearch.com.\n\nTo enable search in MogoFeed, set the option in \u003ctt\u003eenvironment.rb\u003c/tt\u003e. Search is disabled by default. I've only tested search with MySQL, so set your database connection string to a MySQL database you'll create (default: 'mogo' with user 'root'). Feel free to tune the sample configuration provided in \u003ctt\u003esphinx.conf\u003c/tt\u003e to your taste. You probably won't want to use a passwordless root user in a production environment ;-).\n\nOnce that's done, go ahead and run the supplied Rake tasks to get up and running:\n\n  rake sphinx:reindex      # update the search indexes; you'll probably want to schedule this periodically\n  rake sphinx:search:start # start it up\n  rake sphinx:search:stop  # shut it down\n\nYou should now be able to run \u003ctt\u003eapplication.rb\u003c/tt\u003e and use the rudimentary search interface.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzapnap%2Fmogofeed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzapnap%2Fmogofeed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzapnap%2Fmogofeed/lists"}