{"id":16930019,"url":"https://github.com/digorithm/latex-linter","last_synced_at":"2026-04-27T16:32:29.608Z","repository":{"id":82926176,"uuid":"96052332","full_name":"digorithm/latex-linter","owner":"digorithm","description":null,"archived":false,"fork":false,"pushed_at":"2017-11-03T21:12:55.000Z","size":25720,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-08T21:59:28.282Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/digorithm.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-07-02T22:30:22.000Z","updated_at":"2017-07-02T22:32:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"e9add5c3-459c-4daf-8a92-d2656f0c8c11","html_url":"https://github.com/digorithm/latex-linter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/digorithm/latex-linter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digorithm%2Flatex-linter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digorithm%2Flatex-linter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digorithm%2Flatex-linter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digorithm%2Flatex-linter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/digorithm","download_url":"https://codeload.github.com/digorithm/latex-linter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digorithm%2Flatex-linter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32345802,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"online","status_checked_at":"2026-04-27T02:00:06.769Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-10-13T20:40:43.389Z","updated_at":"2026-04-27T16:32:29.593Z","avatar_url":"https://github.com/digorithm.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Running the app\n\n- Make sure you installed the python dependencies by running `pip install -r requirements.txt`\n- Install the perl dependencies needed to run the latex linter perl script\n  - `perl -MCPAN -e 'install \"Unicode::GCString module\"'`\n  - `perl -MCPAN -e 'install \"File::HomeDir\"'`\n- Run `rm -r migrations/; python manage.py create_db \u0026\u0026 python manage.py db init \u0026\u0026 python manage.py db migrate \u0026\u0026 python manage.py runserver`\n\n\n# Deploying using Apache\n\n- Move the `latex-linter` folder to `/var/www`\n- Create a file `/etc/apache2/sites-available/latex-linter.conf` with the following content\n```\n\u003cVirtualHost *:80\u003e\n\t\tServerName \u003cyour domain\u003e \n\t\tServerAdmin admin@mywebsite.com\n\t\tWSGIScriptAlias / /var/www/latex-linter/latex-linter.wsgi\n\t\t\u003cDirectory /var/www/latex-linter/latex-linter/\u003e\n\t\t\tOrder allow,deny\n\t\t\tAllow from all\n\t\t\u003c/Directory\u003e\n\t\tAlias /static /var/www/latex-linter/latex-linter/project/client/static\n\t\t\u003cDirectory /var/www/latex-linter/latex-linter/project/client/static/\u003e\n\t\t\tOrder allow,deny\n\t\t\tAllow from all\n\t\t\u003c/Directory\u003e\n\t\tErrorLog ${APACHE_LOG_DIR}/error.log\n\t\tLogLevel warn\n\t\tCustomLog ${APACHE_LOG_DIR}/access.log combined\n\u003c/VirtualHost\u003e\n```\n- Restart the apache `service apache2 restart`\n\n\n# Common problems\n\n- The Perl dependencies can be a real pain to handle. If you're getting an error after installing a Perl module saying `Make not ok`, then try installing `apt-get install build-essential autoconf automake libtool gdb`, that will probably fix the build error. \n- If some of your Perl dependencies is failing, try installing the module `cpan YAML::tiny`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdigorithm%2Flatex-linter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdigorithm%2Flatex-linter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdigorithm%2Flatex-linter/lists"}