{"id":16309750,"url":"https://github.com/tcitworld/framaslides","last_synced_at":"2026-01-28T21:32:08.647Z","repository":{"id":71003808,"uuid":"76654848","full_name":"tcitworld/framaslides","owner":"tcitworld","description":"Sources for the framaslides.org service.","archived":false,"fork":false,"pushed_at":"2018-12-08T21:42:56.000Z","size":8318,"stargazers_count":0,"open_issues_count":39,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-05T17:45:32.954Z","etag":null,"topics":["framasoft","impressjs","slides","symfony","web"],"latest_commit_sha":null,"homepage":"https://framaslides.org","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tcitworld.png","metadata":{"files":{"readme":"README.md","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-12-16T13:12:26.000Z","updated_at":"2018-12-08T21:42:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"b1b8b3d8-dc25-4347-aae1-d05dfc822b6a","html_url":"https://github.com/tcitworld/framaslides","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tcitworld/framaslides","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tcitworld%2Fframaslides","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tcitworld%2Fframaslides/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tcitworld%2Fframaslides/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tcitworld%2Fframaslides/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tcitworld","download_url":"https://codeload.github.com/tcitworld/framaslides/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tcitworld%2Fframaslides/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28852775,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T15:15:36.453Z","status":"ssl_error","status_checked_at":"2026-01-28T15:15:13.020Z","response_time":57,"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":["framasoft","impressjs","slides","symfony","web"],"created_at":"2024-10-10T21:22:26.687Z","updated_at":"2026-01-28T21:32:08.614Z","avatar_url":"https://github.com/tcitworld.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![](https://framagit.org/assets/favicon-075eba76312e8421991a0c1f89a89ee81678bcde72319dd3e8047e2a47cd3a42.ico)](https://framagit.org)\n\n![English:](https://upload.wikimedia.org/wikipedia/commons/thumb/a/ae/Flag_of_the_United_Kingdom.svg/20px-Flag_of_the_United_Kingdom.svg.png) **Framasoft uses GitLab** for the development of its free softwares. Our Github repositories are only mirrors.\nIf you want to work with us, **fork us on [framagit.org](https://framagit.org)**. (no registration needed, you can sign in with your Github account)\n\n![Français :](https://upload.wikimedia.org/wikipedia/commons/thumb/c/c3/Flag_of_France.svg/20px-Flag_of_France.svg.png) **Framasoft utilise GitLab** pour le développement de ses logiciels libres. Nos dépôts Github ne sont que des miroirs.\nSi vous souhaitez travailler avec nous, **forkez-nous sur [framagit.org](https://framagit.org)**. (l'inscription n'est pas nécessaire, vous pouvez vous connecter avec votre compte Github)\n* * *\n\n# Framaslides\n\nAn online presentation editor service [https://framaslides.org](https://framaslides.org)\n\n[![build status](https://framagit.org/framasoft/framaslides/badges/master/build.svg)](https://framagit.org/framasoft/framaslides/commits/master)\n[![coverage report](https://framagit.org/framasoft/framaslides/badges/master/coverage.svg)](https://framagit.org/framasoft/framaslides/commits/master)\n\n\n\n## Installation\n* Server nginx or Apache (lighttpd should work)\n* Requirements: PHP 7, NodeJS \u003e= 6\n* Dependencies though composer and npm so you'll need them\n* Database PostGreSQL\n\n### Dependencies\n* `npm i`\n* `composer up` You'll need to do a `grunt build` first then fill in your database informations\n\n### Compilation and bundling\n* `grunt build` (for Strut)\n* `webpack` (for the manage interface)\n\n### Database installation\n* `bin/console doctrine:schema:create`\n* `bin/console doctrine:database:create` (If you don't already have created a database. The user will need rights to create a new database)\n\n### Virtual Host\n#### Nginx\n```\nserver {\n        listen *:80;\n        listen [ipv6]:80;\n\n        listen *:443 ssl;\n\t\tssl_protocols TLSv1 TLSv1.1 TLSv1.2;\n        listen [ipv6]:443 ssl;\n        ssl_certificate /path/to/certificate;\n        ssl_certificate_key /path/to/associated/key;\n\n        server_name messlides.tld ;\n\n        root   /path/to/framaslides/;\n\n        if ($scheme != \"https\") {\n            rewrite ^ https://$http_host$request_uri? permanent;\n        }\n\n        index index.html index.htm index.php index.cgi index.pl index.xhtml;\n\n        location = /favicon.ico {\n            log_not_found off;\n            access_log off;\n        }\n\n        location = /robots.txt {\n            allow all;\n            log_not_found off;\n            access_log off;\n        }\n\n        location ~ \\.php$ {\n            location ~ ^/(app_dev|config)\\.php(/|$) {\n                root   /path/to/framaslides/web/;\n                fastcgi_pass unix:/path/to/sock;\n                fastcgi_split_path_info ^(.+\\.php)(/.*)$;\n                include fastcgi_params;\n                fastcgi_param SCRIPT_FILENAME $realpath_root$fastcgi_script_name;\n                fastcgi_param DOCUMENT_ROOT $realpath_root;\n            }\n            location ~ ^/app\\.php(/|$) {\n                root   /path/to/framaslides/web/;\n                fastcgi_pass unix:/path/to/sock;\n                fastcgi_split_path_info ^(.+\\.php)(/.*)$;\n                include fastcgi_params;\n                fastcgi_param SCRIPT_FILENAME $realpath_root$fastcgi_script_name;\n                fastcgi_param DOCUMENT_ROOT $realpath_root;\n                internal;\n            }\n            return 404;\n        }\n\n        location @php {\n            try_files $uri =404;\n            include /etc/nginx/fastcgi_params;\n            fastcgi_pass unix:/path/to/sock;\n            fastcgi_index index.php;\n            fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;\n            fastcgi_intercept_errors on;\n        }\n\n\n        location / {\n            root   /path/to/framaslides/web/;\n            try_files $uri /app.php$is_args$args;\n        }\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftcitworld%2Fframaslides","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftcitworld%2Fframaslides","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftcitworld%2Fframaslides/lists"}