{"id":13442132,"url":"https://github.com/taroved/pol","last_synced_at":"2026-01-20T08:34:56.887Z","repository":{"id":10009027,"uuid":"64079843","full_name":"taroved/pol","owner":"taroved","description":"RSS generator website","archived":false,"fork":false,"pushed_at":"2023-02-21T13:37:47.000Z","size":1785,"stargazers_count":387,"open_issues_count":38,"forks_count":90,"subscribers_count":15,"default_branch":"master","last_synced_at":"2025-03-20T13:32:51.893Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Less","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/taroved.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2016-07-24T18:32:26.000Z","updated_at":"2025-03-16T10:22:18.000Z","dependencies_parsed_at":"2023-10-21T00:30:18.164Z","dependency_job_id":null,"html_url":"https://github.com/taroved/pol","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/taroved/pol","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taroved%2Fpol","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taroved%2Fpol/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taroved%2Fpol/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taroved%2Fpol/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/taroved","download_url":"https://codeload.github.com/taroved/pol/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taroved%2Fpol/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28599089,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T02:08:49.799Z","status":"ssl_error","status_checked_at":"2026-01-20T02:08:44.148Z","response_time":117,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-07-31T03:01:42.043Z","updated_at":"2026-01-20T08:34:56.880Z","avatar_url":"https://github.com/taroved.png","language":"Less","readme":"# [PolitePaul.com](http://politepaul.com \"RSS Feed Generator\")\n# RSS feed generator website with user friendly interface\n\n### Warning: This source code is outdated! Use full featured version on [PolitePaul.com](http://politepaul.com \"RSS Feed Generator\")\n\n![PolitePaul.com](frontend/frontend/assets/frontend/images/apple-touch-icon-144x144-precomposed.png \"PolitePaul.com\")\n\nThis is source code of RSS feed generator website with user friendly interface.\n\n## Installation of development server for Ubuntu\n(If you have some questions please contact me by github email)\n\nInstall required packages\n```\nsudo apt-get install python-minimal libmysqlclient-dev libxml2-dev libxslt-dev python-dev libffi-dev gcc libssl-dev gettext\n```\n\nInstall pip\n```\npushd /tmp\nwget https://bootstrap.pypa.io/get-pip.py\nsudo python get-pip.py\npopd\n```\n\nInstall pip packages\n```\nsudo pip install -r pol/requirements.txt\n```\n\nInstall less and yuglify\n```\nsudo apt-get install nodejs npm\nsudo npm install -g less@2.7.1\nsudo npm -g install yuglify@0.1.4\nsudo ln -s /usr/bin/nodejs /usr/bin/node\n```\n\nInstall sass\n```\nsudo apt-get install ruby\nsudo su -c \"gem install sass -v 3.7.4\"\n```\n\nInstall and setup nginx\n```\nsudo apt-get install nginx\nsudo cp pol/nginx/default.site-example /etc/nginx/sites-available/default\nsudo service nginx reload\n```\n\nInstall and setup mysql if you didn't yet.\n```\nsudo apt-get install mysql-server\n\nsudo mysql -u root\nmysql\u003e USE mysql;\nmysql\u003e UPDATE user SET plugin='mysql_native_password' WHERE User='root';\nmysql\u003e FLUSH PRIVILEGES;\nmysql\u003e exit;\n\nsudo mysql_secure_installation\n```\n\nCreate database. **Use password 'toor' for root user**\n```\nmysql -uroot -ptoor -e 'CREATE DATABASE pol DEFAULT CHARACTER SET utf8mb4 DEFAULT COLLATE utf8mb4_unicode_ci;'\n```\n\nCreate django config\n```\ncp pol/frontend/frontend/settings.py.example pol/frontend/frontend/settings.py\n```\n\nInitialise database\n```\npushd pol/frontend\npython manage.py migrate\npython manage.py loaddata fields.json\npopd\n```\n\n## Run servers\n\nRun downloader server\n```\npushd pol\npython downloader.py\npopd\n```\n\nRun frontend server\n```\npushd pol/frontend\npython manage.py runserver\npopd\n```\n\n# Installation of Docker\n\n## Build\n```\ngit clone https://github.com/taroved/pol\ncd pol\ndocker-compose up -d --build\n```\n\n## Access (port 8088)\nDocker Host IP in browser. Ex:\nhttp://192.168.0.10:8088\n\n\n## License\n\nMIT\n","funding_links":[],"categories":["CSS","\u003ca id=\"tag-internet\" href=\"#tag-internet\"\u003eInternet\u003c/a\u003e","Less","Software","Feed Readers","Automation"],"sub_categories":["Feed Readers","E-commerce"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaroved%2Fpol","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftaroved%2Fpol","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaroved%2Fpol/lists"}