|
| 1 | +# Views Delimited List |
| 2 | +<!-- |
| 3 | +The first paragraph of this file should be kept short as it will be used as the |
| 4 | +project summary on BackdropCMS.org. Aim for about 240 characters (three lines at |
| 5 | +80 characters each). |
| 6 | +
|
| 7 | +All lines in this file should be no more than 80 characters long for legibility, |
| 8 | +unless including a URL or example that requires the line to not wrap. |
| 9 | +|<- - - - - - - This line is exactly 80 characters for reference - - - - - - ->| |
| 10 | +
|
| 11 | +Detail in READMEs should be limited to the minimum required for installation and |
| 12 | +getting started. More detailed documentation should be moved to a GitHub wiki |
| 13 | +page; for example: https://github.com/backdrop-contrib/setup/wiki/Documentation. |
| 14 | +--> |
| 15 | +Views Delimited List allows you to format the row results of a view as a comma |
| 16 | +(or other delimiter) separated list. You can additionally define a different |
| 17 | +final delimiter and configure how it behaves with smaller result sets. |
| 18 | + |
| 19 | +The module adds a new display style with configuration for the delimiter, final |
| 20 | +delimiter and optional prefix/suffix. Each row should have a single line to work |
| 21 | +well so combine fields inline. No additional white space is added so add |
| 22 | +whitespace to the field and/or to the configured delimiters. |
| 23 | + |
| 24 | +With a 'HTML list' display, the results might have looked like: |
| 25 | +- Item 1 |
| 26 | +- Item 2 |
| 27 | +- Item 3 |
| 28 | + |
| 29 | +But with the module, the results can look like: |
| 30 | +`Item 1, Item 2 and Item 3` |
| 31 | + |
| 32 | +## Installation |
| 33 | +<!-- |
| 34 | +List the steps needed to install and configure the module. Add/remove steps as |
| 35 | +necessary. |
| 36 | +--> |
| 37 | +- Install this module using the official Backdrop CMS instructions at |
| 38 | + https://docs.backdropcms.org/documentation/extend-with-modules. |
| 39 | + |
| 40 | +## Issues |
| 41 | +<!-- |
| 42 | +Link to the repo's issue queue. |
| 43 | +--> |
| 44 | +Bugs and Feature Requests should be reported in the Issue Queue: |
| 45 | +https://github.com/backdrop-contrib/views_delimited_list/issues. |
| 46 | + |
| 47 | +## Current Maintainers |
| 48 | +<!-- |
| 49 | +List the current maintainer(s) of the module, and note if this module needs |
| 50 | +new/additional maintainers. |
| 51 | +--> |
| 52 | +- [Martin Price](https://github.com/yorkshire-pudding) - [System Horizons Ltd](https://www.systemhorizons.co.uk) |
| 53 | +- Collaboration and co-maintainers welcome! |
| 54 | + |
| 55 | +## Credits |
| 56 | +<!-- |
| 57 | +Give credit where credit's due. |
| 58 | +If this is a Drupal port, state who ported it, and who wrote the original Drupal |
| 59 | +module. If this module is based on another project, or uses third-party |
| 60 | +libraries, list them here. You can also mention any organisations/companies who |
| 61 | +sponsored the module's development. |
| 62 | +--> |
| 63 | +- Ported to Backdrop CMS by - [Martin Price](https://github.com/yorkshire-pudding) - [System Horizons Ltd](https://www.systemhorizons.co.uk). |
| 64 | +- Port and ongoing development sponsored by [System Horizons Ltd](https://www.systemhorizons.co.uk). |
| 65 | +- Original [module for Drupal](https://www.drupal.org/project/views_delimited_list): |
| 66 | + - Written, ported to Drupal 7 and maintained for Drupal 7 by |
| 67 | + [Jason Zhang (zhangtaihao)](https://www.drupal.org/user/858312) |
| 68 | + |
| 69 | +## License |
| 70 | +<!-- |
| 71 | +Mention what license this module is released under, and where people can find |
| 72 | +it. |
| 73 | +--> |
| 74 | + |
| 75 | +This project is GPL v2 software. |
| 76 | +See the LICENSE.txt file in this directory for complete text. |
0 commit comments