--- # # Copyright 2020 Koha Development Team # # This file is part of Koha. # # Koha is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. # # Koha is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Koha; if not, see . description: - "Sample news items" tables: - additional_contents: translatable: [] multiline: [] rows: - code: "News_1" category: "news" location: "staff_only" published_on: "2007-10-29 05:25:58" expirationdate: "2099-01-10" number: 1 - code: "News_2" category: "news" location: "staff_only" published_on: "2007-10-29 05:34:45" expirationdate: "2099-01-10" number: 2 - code: "CatalogConcernHelp_1" category: "html_customizations" location: "CatalogConcernHelp" published_on: "2007-10-29 05:25:58" expirationdate: "2099-01-10" number: 1 - code: "CatalogConcernTemplate_1" category: "html_customizations" location: "CatalogConcernTemplate" published_on: "2007-10-29 05:25:58" expirationdate: "2099-01-10" number: 1 - additional_contents_localizations: translatable: [ title, content ] multiline: [ content ] rows: - additional_content_id: 1 title: "Welcome to Koha" content: - "Welcome to Koha. Koha is a full-featured open-source ILS. Developed initially in New Zealand by Katipo Communications Ltd and first deployed in January of 2000 for Horowhenua Library Trust, Koha is currently maintained by a team of software providers and library technology staff from around the globe." lang: "default" - additional_content_id: 2 title: "What's Next?" content: - "Now that you've installed Koha, what's next? Here are some suggestions:" - "" - "" lang: "default" - additional_content_id: 3 title: "Catalog concern help text" content: - "Please describe your concern clearly and the library will try to deal with it as quickly as possible" lang: "default" - additional_content_id: 4 title: "Catalog concern template text" content: - "**Describe the concern**" - "A clear and concise description of what the concern is." - "" - "**To reproduce**" - "Steps to reproduce the behavior:" - "1. Go to '...'" - "2. Click on '....'" - "3. Scroll down to '....'" - "4. See error" - "" - "**Expected behavior**" - "A clear and concise description of what you expected to happen." lang: "default"