{"id":13556980,"url":"https://github.com/luckyshot/picowiki","last_synced_at":"2025-09-02T11:40:34.154Z","repository":{"id":31140317,"uuid":"127012933","full_name":"luckyshot/picowiki","owner":"luckyshot","description":"PicoWiki is a super tiny and simple file-based Wiki system where you can take notes, documentation, use as a blog, knowledge center or more","archived":false,"fork":false,"pushed_at":"2023-10-21T20:27:57.000Z","size":574,"stargazers_count":35,"open_issues_count":5,"forks_count":15,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-10-12T06:18:04.159Z","etag":null,"topics":["easy","file-based","hacktoberfest","markdown","minimal","mit-license","nodb","php","simple","tiny","wiki"],"latest_commit_sha":null,"homepage":"https://xaviesteve.com/projects/","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/luckyshot.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":"SECURITY.md","support":null}},"created_at":"2018-03-27T16:06:12.000Z","updated_at":"2024-09-30T17:57:10.000Z","dependencies_parsed_at":"2023-01-14T18:25:03.790Z","dependency_job_id":null,"html_url":"https://github.com/luckyshot/picowiki","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/luckyshot%2Fpicowiki","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luckyshot%2Fpicowiki/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luckyshot%2Fpicowiki/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luckyshot%2Fpicowiki/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/luckyshot","download_url":"https://codeload.github.com/luckyshot/picowiki/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221811376,"owners_count":16884305,"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":["easy","file-based","hacktoberfest","markdown","minimal","mit-license","nodb","php","simple","tiny","wiki"],"created_at":"2024-08-01T12:04:06.503Z","updated_at":"2024-10-28T09:14:06.621Z","avatar_url":"https://github.com/luckyshot.png","language":"PHP","funding_links":[],"categories":["PHP","markdown"],"sub_categories":[],"readme":"# \u003cimg src=\"static/picowiki-favicon.png\" alt=\"\"\u003e PicoWiki\n\n**_PicoWiki is a super tiny and simple file-based Wiki system._**\n\n\u003cp style=\"text-align: center\"\u003e\u003cimg src=\"static/screenshot.jpg\" alt=\"Screenshot of the main page of PicoWiki\"\u003e\u003c/p\u003e\n\n\n## Features\n\n- **Markdown** Formatting, links, etc.\n- **Install in 2 seconds** Just place a folder in your server\n- **File-based** Easily editable\n- **Tiny** Main code has less than 100 lines\n- **Extensible** via Plugins\n- **Fast** Uses very low bandwidth\n- **Powerful** You can use PHP code anywhere\n\n\n## Setup\n\nSee [Setup](files/setup.md) for instructions.\n\n\n## Plugins\n\nPlugins use Event Hooks to attach new features and alter functionality on the run, a new plugin must have a `run()` method that will be executed whenever you specify. Check out `/backend/plugins/` to find available plugins.\n\nTo disable a plugin, simply move it away from the `plugins` folder (i.e. in a subfolder such as `plugins/deactivated`).\n\n\n### Hooks\n\n- `init`: Initialized the PicoWiki Class, just before loading `$config`\n- `config_loaded`: Configuration loaded\n- `plugins_loaded`: Plugins loaded\n- `run_init`: Initialized `run()` method\n- `url_loaded`: URL parsed\n- `list_loaded`: File list loaded\n- `template_header`: Add HTML code before the closing `\u003c/header\u003e` HTML tag\n- `view_after`: The file view has been loaded, just before echoing it\n- `template_footer`: Add HTML code before the closing `\u003c/body\u003e` HTML tag\n\n\n## Requirements\n\n- PHP 5.4 or above\n\n\n## License \u0026 Contact\n\n\u0026copy; 2018-2019 [Xavi Esteve](https://xaviesteve.com/). Licensed under [MIT](https://opensource.org/licenses/MIT).\n\nParsedown by Emanuil Rusev also licensed under a MIT License.\n\nSome plugins made by their respective authors.\n\n\n## Contributing\n\nPicoWiki is a single PHP class with 7 methods, all in less than 100 lines of code, ready to be extended. New features I can think of right (through plugins) now are:\n\n- Report for checking for broken links (links to pages that don't exist yet), Orphan pages, etc.\n- Code snippets to load YouTube videos or Google Maps, etc.\n- Web-based file editor to edit files directly via browser\n- Themes\n- Auto-translate\n- Sitemap generator\n\nIf you'd like to **contribute** please do, I am quite active on Github and usually merge Pull Requests in a few hours/days. Any code submitted will follow the same license as PicoWiki.\n\nIt's easy to contribute! When I say PicoWiki is tiny I mean it 😊 The whole app is just this code:\n\n\u003cimg src=\"static/screenshot-code.jpg\" alt=\"Screenshot of the code of PicoWiki where you can see that it is less than 100 lines of code\"\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluckyshot%2Fpicowiki","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluckyshot%2Fpicowiki","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluckyshot%2Fpicowiki/lists"}