{"id":18558014,"url":"https://github.com/zh/tamanegi","last_synced_at":"2025-04-10T01:32:34.974Z","repository":{"id":388700,"uuid":"6223","full_name":"zh/tamanegi","owner":"zh","description":"RSS/Atom feeds aggregator, powered by Ramaze. Using Sequel for ORM.","archived":false,"fork":false,"pushed_at":"2009-01-08T09:44:13.000Z","size":248,"stargazers_count":10,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-24T14:37:56.460Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://planet.zhekov.net/","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zh.png","metadata":{"files":{"readme":"README","changelog":"CHANGELOG","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2008-04-02T05:32:25.000Z","updated_at":"2019-08-13T13:22:27.000Z","dependencies_parsed_at":"2022-07-07T12:54:57.107Z","dependency_job_id":null,"html_url":"https://github.com/zh/tamanegi","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zh%2Ftamanegi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zh%2Ftamanegi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zh%2Ftamanegi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zh%2Ftamanegi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zh","download_url":"https://codeload.github.com/zh/tamanegi/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248140752,"owners_count":21054347,"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-06T21:38:40.908Z","updated_at":"2025-04-10T01:32:29.961Z","avatar_url":"https://github.com/zh.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"Tamanegi -- RSS/Atom feeds aggregator powered by Ramaze\n========================================================\n\nThe project previous name was RaPlanet. But there is another project with\nthe same name, so I changed the name to Tamanegi (onion in japanese).\nMaybe somebody will remember the Matz' presentation on Rubykaigi 2006\n\"The state of the onion\" :) Tamanegi also trying to observe the state of\nthe net and aggregate atom/rss feeds in one news stream.\n\nLive demo of the application can be seen on URL: http://planet.zhekov.net/\n\n\nApplication details\n--------------------\n\n * ORM (model): Sequel (_core and _model)\n * Controllers: Ramaze (hm, maybe plain Rack will be also enough?)\n * Views:       Ezamar (TODO: switch to Tenjin)\n\n\nPrerequirements (needed gems)\n-----------------------------\n\n * sqlite3-ruby (database)\n * validatable (models validation checks)\n * sequel (models)\n * feed-normalizer (feeds parsing)\n * json (still not used)\n * ratom (feeds)\n * thin (optional, deployment, can be mongrel, webrick etc.)\n * SystemTimeout (feeds fetching giveup timeout)\n\n\nUsage\n------\n\n[!] Change the settings in the config.rb file - base_url, items per page etc.\n\n * Command line usage\n\nYou can use Tamanegi just to fill your database with items and display them with\nsomething else (Ruby on Rails etc.). So from irb or a script\n\n require 'tamanegi'\n Tamanegi::sync!(false,true)\n\n * \"Development\" mode\n\n$ cd tamanegi\n$ ./start.rb\n\nThis will create the needed tables in the DB (sqlite3: db/tamanegi.db)\n\"on the fly\". By default the thin server is started, but you can change it \ninside start.rb.\n\n * \"Production\" mode\n\nOn my site I have nginx talking to two thin instances via sockets:\n\n$ cd tamanegi\n$ mkdir -p log\n$ thin start --servers 2 --socket /tmp/negi.sock -R ramaze.ru\n\nAnd inside nginx.conf:\n\n upstream play {\n      server unix:/tmp/negi.0.sock;\n      server unix:/tmp/negi.1.sock;\n }\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzh%2Ftamanegi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzh%2Ftamanegi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzh%2Ftamanegi/lists"}