{"id":16674509,"url":"https://github.com/settermjd/owncloud-config-converter","last_synced_at":"2026-05-22T07:35:31.203Z","repository":{"id":140330311,"uuid":"147482294","full_name":"settermjd/ownCloud-config-converter","owner":"settermjd","description":null,"archived":false,"fork":false,"pushed_at":"2018-09-06T09:53:58.000Z","size":153,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-13T03:16:11.089Z","etag":null,"topics":["asciidoc","php7","restructuredtext"],"latest_commit_sha":null,"homepage":null,"language":"PHP","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/settermjd.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":"2018-09-05T08:03:58.000Z","updated_at":"2018-09-06T10:40:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"8bdbc4e3-8ee9-4be3-a1cc-fcd1a064bf6e","html_url":"https://github.com/settermjd/ownCloud-config-converter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/settermjd/ownCloud-config-converter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/settermjd%2FownCloud-config-converter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/settermjd%2FownCloud-config-converter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/settermjd%2FownCloud-config-converter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/settermjd%2FownCloud-config-converter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/settermjd","download_url":"https://codeload.github.com/settermjd/ownCloud-config-converter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/settermjd%2FownCloud-config-converter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33333550,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-21T12:23:38.849Z","status":"online","status_checked_at":"2026-05-22T02:00:06.671Z","response_time":265,"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":["asciidoc","php7","restructuredtext"],"created_at":"2024-10-12T12:43:24.548Z","updated_at":"2026-05-22T07:35:31.179Z","avatar_url":"https://github.com/settermjd.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ownCloud config.sample.php to RST converter\n\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/c5e375e4b4af47238dcb8fc234960da4)](https://www.codacy.com/app/settermjd/ownCloud-config-converter?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=settermjd/ownCloud-config-converter\u0026amp;utm_campaign=Badge_Grade)\n\nThis script creates a RST file from the comments inside of config.sample.php.\n\n## Requirements\n\nInstall the dependencies with `composer`:\n\n\tcomposer update\n\n## How to use\n\nJust call following in your ownCloud core repo:\n\n\tphp path/to/convert.php\n\nThis will create a file `sample_config.rst` which was generated from `config/config.sample.php`\n\n## Supported feature set\n\nCurrently this relies on following\n\n * all comments need to start with `/**` and end with ` */` - each on their own line\n * add a `@see CONFIG_INDEX` to copy a previously described config option also to this line\n * everything between the ` */` and the next `/**` will be treated as the config option\n\n## Options to set\n\nYou can set following options:\n\nThe tag which invokes to copy a config description to the current position\n\n\t$COPY_TAG = 'see';\n\nThe file which should be parsed\n\n\t$CONFIG_SAMPLE_FILE = 'config/config.sample.php';\n\nThe file to put output in\n\n\t$OUTPUT_FILE = 'sample_config.rst';\n\n## License\n\nThe MIT License (MIT)\n\nCopyright (c) 2014 Morris Jobke \u003chey@morrisjobke.de\u003e\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsettermjd%2Fowncloud-config-converter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsettermjd%2Fowncloud-config-converter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsettermjd%2Fowncloud-config-converter/lists"}