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

(-)a/installer/data/mysql/en/optional/sample_news.yml (-3 / +8 lines)
Lines 26-39 tables: Link Here
26
      multiline: [ content ]
26
      multiline: [ content ]
27
      rows:
27
      rows:
28
        - title: "Welcome to Koha"
28
        - title: "Welcome to Koha"
29
          category: "news"
30
          code: "News_1"
31
          location: "staff_only"
29
          content:
32
          content:
30
            - "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."
33
            - "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."
31
          lang: "koha"
34
          lang: "default"
32
          published_on: "2007-10-29 05:25:58"
35
          published_on: "2007-10-29 05:25:58"
33
          expirationdate: "2099-01-10"
36
          expirationdate: "2099-01-10"
34
          number: 1
37
          number: 1
35
38
36
        - title: "What's Next?"
39
        - title: "What's Next?"
40
          category: "news"
41
          location: "staff_only"
42
          code: "News_2"
37
          content:
43
          content:
38
            - "Now that you've installed Koha, what's next? Here are some suggestions:"
44
            - "Now that you've installed Koha, what's next? Here are some suggestions:"
39
            - "<ul>"
45
            - "<ul>"
Lines 45-51 tables: Link Here
45
            - "<li><a href=\"http://koha-community.org/support/\">Chat with Koha users and developers</a></li>"
51
            - "<li><a href=\"http://koha-community.org/support/\">Chat with Koha users and developers</a></li>"
46
            - "</ul>"
52
            - "</ul>"
47
            - ""
53
            - ""
48
          lang: "koha"
54
          lang: "default"
49
          published_on: "2007-10-29 05:34:45"
55
          published_on: "2007-10-29 05:34:45"
50
          expirationdate: "2099-01-10"
56
          expirationdate: "2099-01-10"
51
          number: 2
57
          number: 2
52
- 

Return to bug 24387