View | Details | Raw Unified | Return to bug 24584
Collapse All | Expand All

(-)a/installer/data/mysql/en/optional/sample_news.sql (-2 lines)
Lines 1-2 Link Here
1
INSERT INTO `opac_news` (`title`, `content`, `lang`, `timestamp`, `expirationdate`, `number`) VALUES ('Welcome to Koha','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.','koha','2007-10-29 05:25:58','2099-01-10',1),
2
('What\'s Next?','Now that you\'ve installed Koha, what\'s next? Here are some suggestions:\r\n<ul>\r\n<li><a href=\"http://koha-community.org/documentation/\">Read Koha Documentation</a></li>\r\n<li><a href=\"http://wiki.koha-community.org\">Read/Write to the Koha Wiki</a></li>\r\n<li><a href=\"http://koha-community.org/support/\">Read and Contribute to Discussions</a></li>\r\n<li><a href=\"http://bugs.koha-community.org\">Report Koha Bugs</a></li>\r\n<li><a href=\"http://wiki.koha-community.org/wiki/Version_Control_Using_Git\">Submit Patches to Koha using Git (Version Control System)</a></li>\r\n<li><a href=\"http://koha-community.org/support/\">Chat with Koha users and developers</a></li>\r\n</ul>\r\n','koha','2007-10-29 05:34:45','2099-01-10',2);
(-)a/installer/data/mysql/en/optional/sample_news.txt (-1 lines)
Line 1 Link Here
1
Sample news items
(-)a/installer/data/mysql/en/optional/sample_news.yml (-1 / +52 lines)
Line 0 Link Here
0
- 
1
---
2
#
3
#  Copyright 2020 Koha Development Team
4
#
5
#  This file is part of Koha.
6
#
7
#  Koha is free software; you can redistribute it and/or modify it under the
8
#  terms of the GNU General Public License as published by the Free Software
9
#  Foundation; either version 2 of the License, or (at your option) any later
10
#  version.
11
#
12
#  Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
#  WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
#  A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
#
16
#  You should have received a copy of the GNU General Public License along
17
#  with Koha; if not, write to the Free Software Foundation, Inc.,
18
#  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
#
20
21
description:
22
  - "Sample news items"
23
24
tables:
25
  - opac_news:
26
      translatable: [ title, content ]
27
      multiline: [ content ]
28
      rows:
29
        - title: "Welcome to Koha"
30
          content:
31
            - "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."
32
          lang: "koha"
33
          timestamp: "2007-10-29 05:25:58"
34
          expirationdate: "2099-01-10"
35
          number: 1
36
37
        - title: "What's Next?"
38
          content:
39
            - "Now that you've installed Koha, what's next? Here are some suggestions:"
40
            - "<ul>"
41
            - "<li><a href=\"http://koha-community.org/documentation/\">Read Koha Documentation</a></li>"
42
            - "<li><a href=\"http://wiki.koha-community.org\">Read/Write to the Koha Wiki</a></li>"
43
            - "<li><a href=\"http://koha-community.org/support/\">Read and Contribute to Discussions</a></li>"
44
            - "<li><a href=\"http://bugs.koha-community.org\">Report Koha Bugs</a></li>"
45
            - "<li><a href=\"http://wiki.koha-community.org/wiki/Version_Control_Using_Git\">Submit Patches to Koha using Git (Version Control System)</a></li>"
46
            - "<li><a href=\"http://koha-community.org/support/\">Chat with Koha users and developers</a></li>"
47
            - "</ul>"
48
            - ""
49
          lang: "koha"
50
          timestamp: "2007-10-29 05:34:45"
51
          expirationdate: "2099-01-10"
52
          number: 2

Return to bug 24584