51 lines
2.3 KiB
YAML
51 lines
2.3 KiB
YAML
---
|
|
#
|
|
# 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 <http://www.gnu.org/licenses>.
|
|
|
|
description:
|
|
- "Sample news items"
|
|
|
|
tables:
|
|
- opac_news:
|
|
translatable: [ title, content ]
|
|
multiline: [ content ]
|
|
rows:
|
|
- 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: "koha"
|
|
timestamp: "2007-10-29 05:25:58"
|
|
expirationdate: "2099-01-10"
|
|
number: 1
|
|
|
|
- title: "What's Next?"
|
|
content:
|
|
- "Now that you've installed Koha, what's next? Here are some suggestions:"
|
|
- "<ul>"
|
|
- "<li><a href=\"http://koha-community.org/documentation/\">Read Koha Documentation</a></li>"
|
|
- "<li><a href=\"http://wiki.koha-community.org\">Read/Write to the Koha Wiki</a></li>"
|
|
- "<li><a href=\"http://koha-community.org/support/\">Read and Contribute to Discussions</a></li>"
|
|
- "<li><a href=\"http://bugs.koha-community.org\">Report Koha Bugs</a></li>"
|
|
- "<li><a href=\"http://wiki.koha-community.org/wiki/Version_Control_Using_Git\">Submit Patches to Koha using Git (Version Control System)</a></li>"
|
|
- "<li><a href=\"http://koha-community.org/support/\">Chat with Koha users and developers</a></li>"
|
|
- "</ul>"
|
|
- ""
|
|
lang: "koha"
|
|
timestamp: "2007-10-29 05:34:45"
|
|
expirationdate: "2099-01-10"
|
|
number: 2
|