{"id":17723264,"url":"https://github.com/aaronpk/quill","last_synced_at":"2025-04-15T11:03:24.828Z","repository":{"id":17367246,"uuid":"20139053","full_name":"aaronpk/Quill","owner":"aaronpk","description":"🖋 A Micropub client for creating posts","archived":false,"fork":false,"pushed_at":"2023-10-08T21:05:20.000Z","size":2830,"stargazers_count":117,"open_issues_count":55,"forks_count":25,"subscribers_count":11,"default_branch":"main","last_synced_at":"2024-08-07T17:30:55.726Z","etag":null,"topics":["indieweb","micropub","p3k"],"latest_commit_sha":null,"homepage":"https://quill.p3k.io/","language":"PHP","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/aaronpk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2014-05-24T20:34:37.000Z","updated_at":"2024-05-24T06:43:38.000Z","dependencies_parsed_at":"2023-10-20T16:11:27.866Z","dependency_job_id":null,"html_url":"https://github.com/aaronpk/Quill","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/aaronpk%2FQuill","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaronpk%2FQuill/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaronpk%2FQuill/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaronpk%2FQuill/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aaronpk","download_url":"https://codeload.github.com/aaronpk/Quill/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249058365,"owners_count":21205910,"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":["indieweb","micropub","p3k"],"created_at":"2024-10-25T15:42:22.948Z","updated_at":"2025-04-15T11:03:24.794Z","avatar_url":"https://github.com/aaronpk.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Quill\n=====\n[Micropub](https://micropub.net/draft/) client written in PHP.\n\nA hosted version is available to try at:\n\nhttps://quill.p3k.io/\n\n\n## Dependencies\n- PHP\n- MySQL or SQLite\n- Composer for further dependency installation\n\n\n## Setup\n- Follow the \"Web Server Configuration\" section\n- Run `composer install`\n- Copy `lib/config.template.php` to `lib/config.php` and adjust it\n- Import `schema/mysql.sql` (or `schema/sqlite.sql`)\n- Open the Quill URL in your Browser\n\n\n### Web Server Configuration\n\nSet the document root to the \"public\" folder of this repo, and ensure all requests are routed through `public/index.php` if they don't match a file.\n\n#### nginx\n\n```\nserver {\n  listen       80;\n  server_name  quill.dev;\n\n  root /path/to/Quill/public;\n\n  error_log  logs/quill.error.log  notice;\n\n  try_files $uri /index.php?$args;\n\n  location /index.php {\n    fastcgi_pass    php-pool;\n    fastcgi_index   index.php;\n    include fastcgi_params;\n    fastcgi_param   SCRIPT_FILENAME $document_root$fastcgi_script_name;\n  }\n}\n```\n\n#### Apache .htaccess\nAn `.htaccess` file is already located in the `public/` folder.\n\n\n## Parameters\nQuill supports a couple of URL GET parameters which can be used to\npre-configure it:\n\n- `me`: Author URL for auto-sign in\n- `dontask`: Set to `1` to skip the \"Sign In\" endpoint status page\n- `reply`: URL to pre-fill into the \"Reply To:\" field\n\n\n## Contributing\n\nBy submitting code to this project, you agree to irrevocably release it under the same license as this project.\n\n\n## Credits\n\nQuill icon designed by [Juan Pablo Bravo from the Noun Project](http://thenounproject.com/term/quill/17013/).\n\n\n## License\n\nCopyright 2013-2016 by Aaron Parecki and contributors\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faaronpk%2Fquill","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faaronpk%2Fquill","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faaronpk%2Fquill/lists"}