lukeplant_me_uk/bibleverses/yaml/BibleMemorisationSchemeYaml
author Luke Plant <L.Plant.98@cantab.net>
Wed Jun 11 00:25:25 2008 +0100 (2 years ago)
changeset 252 4e118532d50d
parent 2442b798a804933
permissions -rwxr-xr-x
Removed "The Four Spiritual laws" scheme
        1 # Definitions of schemes here.  YAML format.  The schemes are designed
        2 # build on each other, and not repeat verses that have already been
        3 # included in a previous scheme.  Use the 'previous' attribute to
        4 # manage this.
        5 ---
        6 name: Two ways to live
        7 description:
        8   Verses used in the well known tract by Matthias Media.
        9 previous: []
       10 order: linear
       11 verses:
       12  - Revelation 4:11
       13  - Romans 3:10-12
       14  - Hebrews 9:27
       15  - 1 Peter 3:18
       16  - 1 Peter 1:3
       17  - John 3:36
       18 ---
       19 name: General 1
       20 description: 
       21   Foundational scheme, containing verses on a large range 
       22   of subjects, including the basic Christian doctrines
       23   of God's nature and the gospel, and how to live the
       24   Christian life.
       25 topics:
       26  - The Trinity
       27  - Acts of God
       28  - Attributes and character of God
       29  - Mankind
       30  - Life of Christ
       31  - Scripture
       32  - The Kingdom of God
       33  - Gospel
       34  - Christian living
       35 exclude:
       36  - Federal headship
       37 max: 200
       38 previous: []
       39 order: cycle-topics
       40 levels: [1]
       41 finished: False
       42 ---
       43 name: General 2
       44 description:
       45   Everything else
       46 topics: []
       47 order: cycle-topics
       48 previous: ["General 1"]
       49 finished: False
       50 ---
       51 name: Bible overview
       52 description:
       53   Takes you through the Bible, highlighting key texts as they
       54   fit into the Bible's storyline.  Some may have been learnt already -- just read the comment in that case.
       55 topics:
       56  - Bible overview
       57 order: linear
       58 previous: [] # deliberately empty
       59 levels: [1, 2]
       60 finished: False
       61 ---
       62 name: Book overviews
       63 description: 
       64   Key verses from every book in the Bible, to help you gain 
       65   an understanding of every book.  Some may have been learnt already -- just read the comment in that case.
       66 topics:
       67  - Book overviews
       68 order: linear
       69 previous: [] # deliberately empty
       70 levels: [1, 2]
       71 finished: False