https://github.com/schlaefer/phileindexpaginate
Paginate Folder Plugin for PhileCMS
https://github.com/schlaefer/phileindexpaginate
philecms philecms-plugin
Last synced: about 1 year ago
JSON representation
Paginate Folder Plugin for PhileCMS
- Host: GitHub
- URL: https://github.com/schlaefer/phileindexpaginate
- Owner: Schlaefer
- License: mit
- Created: 2015-03-17T13:50:01.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-01-24T08:19:40.000Z (over 8 years ago)
- Last Synced: 2025-01-31T08:13:00.456Z (over 1 year ago)
- Topics: philecms, philecms-plugin
- Language: PHP
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Paginate Folder Plugin for PhileCMS #
Output all files in a folder on multiple pages with navigation between pages.
[Project Home](https://github.com/Schlaefer/phileIndexPaginate)
### 1.1 Installation (composer) ###
```shell
php composer.phar require siezi/phile-index-paginate:*
```
### 1.2 Installation (Download)
* Install [Phile](https://github.com/PhileCMS/Phile)
* Put this plugin into `plugins/siezi/phileIndexPaginate`
### 2. Activation
After you have installed the plugin. You need to add the following line to your `config.php` file:
```php
$config['plugins']['siezi\\phileIndexPaginate'] = ['active' => true];
```
### 3. Start ###
Put `(folder-index: current)` on a page (e.g. `index.md`). In that place the paginated folder will be displayed.
Use `(folder-index: recursive)` to include all subfolder and pages.
### 4. Config ###
See `config.php`.