{"id":18083008,"url":"https://github.com/progval/freetorrent","last_synced_at":"2025-04-05T23:13:49.767Z","repository":{"id":66986872,"uuid":"1156839","full_name":"progval/Freetorrent","owner":"progval","description":"Mon projet d'écriture de la n-ième version 2 de Freetorrent... en Python","archived":false,"fork":false,"pushed_at":"2010-12-30T09:32:32.000Z","size":210,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-12T05:15:21.627Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://freetorrent.fr","language":"Python","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/progval.png","metadata":{"files":{"readme":"README","changelog":null,"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":"2010-12-10T18:36:26.000Z","updated_at":"2017-03-17T16:21:22.000Z","dependencies_parsed_at":"2023-02-20T16:01:21.622Z","dependency_job_id":null,"html_url":"https://github.com/progval/Freetorrent","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/progval%2FFreetorrent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/progval%2FFreetorrent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/progval%2FFreetorrent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/progval%2FFreetorrent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/progval","download_url":"https://codeload.github.com/progval/Freetorrent/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247411243,"owners_count":20934654,"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-10-31T14:06:41.749Z","updated_at":"2025-04-05T23:13:49.751Z","avatar_url":"https://github.com/progval.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Web server\n==========\n\nSoftware\n--------\n\nI use Apache with mod_wsgi, both from Debian repository (in apache2 package).\n\nConfiguration\n-------------\n\nThis is a sample configuration you can edit to fit your own needs, available\nunder CC-0 licence.\n\n\u003cVirtualHost *:80\u003e\n\tServerName freetorrent\n\n\tDocumentRoot /home/progval/workspace/Freetorrent\n\t\u003cDirectory \"/home/progval/workspace/Freetorrent\"\u003e\n\t\tOptions Indexes MultiViews FollowSymLinks +ExecCGI\n\t\tOrder allow,deny\n\t\tAllow from all\n\t\u003c/Directory\u003e\n\t\u003cLocation /\u003e\n\t\tOptions Indexes MultiViews FollowSymLinks +ExecCGI\n\t\tSetHandler wsgi-script\n\t\tOrder allow,deny\n\t\tAllow from all\n\t\u003c/Location\u003e\n\t\u003cLocation '/static'\u003e\n\t\tSetHandler None\n\t\u003c/Location\u003e\n\n\tTransferLog /var/log/apache2/freetorrent.log\n\u003c/VirtualHost\u003e\n\nDatabase\n========\n\nEngines\n-------\n\nThis software was designed, at the early start, to use SQLite database, but\nMySQL appears to be better for our needs; that's why MySQL is used as main\ndatabase, and SQLite only stores cache (in RAM).\n\nConfiguration\n-------------\n\nAll configuration is in common/db.py file. As this software is not\ndesigned to be distributed (but distributed because libre software is\nthe Good), there is no real configuration file.\n\nRequired softwares\n==================\n\nThis software are not embedded in Freetorrent source, either because they\nare enough famous to be package, or because they are easily installable,\nor because of licensing issue.\n\nPostmarkup\n----------\n\nThe BBCode parser Freetorrent uses is Postmarkup, available under the new\nBSD license. It can be found at http://code.google.com/p/postmarkup/\n\nPygments\n--------\n\nAs Postmarkup provides the [code] tag, that colors code, Pygment (also\ndistributed under BSD license) can be install to render [code].\nPygments can be found at http://pygments.org/ and is available in repository\nof most of GNU/Linux distributions.\n\nUnidecode\n---------\n\nThe module used to remove accents, in order to get titles without special\ncharacters is Unidecode (Perl license). It can be found at\nhttp://pypi.python.org/pypi/Unidecode. note that the\nlibtext-unidecode-perl Debian package is for Perl and not for Python, so\nit is not compatible.\n\nLibrary embedded in Freetorrent source\n======================================\n\nThe fellowing software are embedded in Freetorrent source, either because they\nare not installable, or Freetorrent doesn't need all the library, or they must\nbe edited.\n\nPesto\n-----\n\nThe Cookie lib of Pesto library is used for cookies handling, and is\nembedded in Freetorrent source (common/lib/pesto/cookie.py)\n\nHunnyB\n------\n\nThis library provides Bencode encoder/decoder and is avaiblable under MIT\nlicense.\nTwo lines has been removed, to disable unwanted exception raising.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprogval%2Ffreetorrent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprogval%2Ffreetorrent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprogval%2Ffreetorrent/lists"}