Changeset - b6cae5010234
[Not reviewed]
0 8 1
Tobias Schulmann - 6 years ago 2018-07-01 20:40:06
tobias.schulmann@googlemail.com
Add CfP page and fixtures
9 files changed with 744 insertions and 559 deletions:
0 comments (0 inline, 0 general)
fixtures/flatpages.json
Show inline comments
 
[
 
    {
 
        "fields": {
 
            "url": "/",
 
            "title": "LCA 2019",
 
            "sites": [
 
                1
 
            ],
 
            "template_name": "flatpages/homepage.html"
 
        },
 
        "model": "flatpages.flatpage",
 
        "pk": 1
 
    },
 
    {
 
        "fields": {
 
            "url": "/attend/code-of-conduct/",
 
            "title": "Code of Conduct -- LCA2019",
 
            "sites": [
 
                1
 
            ],
 
            "template_name": "flatpages/coc.html"
 
        },
 
        "model": "flatpages.flatpage",
 
        "pk": 2
 
    },
 
    {
 
        "fields": {
 
            "url": "/attend/terms-and-conditions/",
 
            "title": "Terms and Conditions -- LCA2019",
 
            "sites": [
 
                1
 
            ],
 
            "template_name": "flatpages/toc.html"
 
        },
 
        "model": "flatpages.flatpage",
 
        "pk": 3
 
    },
 
    {
 
        "fields": {
 
            "url": "/sponsors/",
 
            "title": "Sponsorship -- LCA2019",
 
            "sites": [
 
                1
 
            ],
 
            "template_name": "flatpages/sponsorship.html"
 
        },
 
        "model": "flatpages.flatpage",
 
        "pk": 4
 
    },
 
    {
 
        "fields": {
 
            "url": "/call-for-papers/",
 
            "title": "Call for Papers -- LCA2019",
 
            "sites": [
 
                1
 
            ],
 
            "template_name": "flatpages/proposals.html"
 
        },
 
        "model": "flatpages.flatpage",
 
        "pk": 5
 
    }
 
]
fixtures/sitetree.json
Show inline comments
 
[
 
    {
 
      "model": "sitetree.tree",
 
      "pk": 1,
 
      "fields": {
 
        "title": "main",
 
        "alias": "main"
 
      }
 
    },
 
    {
 
      "model": "sitetree.treeitem",
 
      "pk": 1,
 
      "fields": {
 
        "title": "LINUX.CONF.AU 2019",
 
        "hint": "",
 
        "url": "/index.html",
 
        "urlaspattern": false,
 
        "tree": 1,
 
        "hidden": false,
 
        "alias": null,
 
        "description": "",
 
        "inmenu": true,
 
        "inbreadcrumbs": true,
 
        "insitetree": true,
 
        "access_loggedin": false,
 
        "access_guest": false,
 
        "access_restricted": false,
 
        "access_perm_type": 1,
 
        "parent": null,
 
        "sort_order": 2,
 
        "access_permissions": []
 
      }
 
    },
 
    {
 
      "model": "sitetree.treeitem",
 
      "pk": 2,
 
      "fields": {
 
        "title": "Submissions",
 
        "hint": "",
 
        "url": "dashboard",
 
        "urlaspattern": true,
 
        "tree": 1,
 
        "hidden": false,
 
        "alias": null,
 
        "description": "",
 
        "inmenu": true,
 
        "inbreadcrumbs": true,
 
        "insitetree": true,
 
        "access_loggedin": false,
 
        "access_guest": false,
 
        "access_restricted": false,
 
        "access_perm_type": 1,
 
        "parent": null,
 
        "sort_order": 10,
 
        "access_permissions": []
 
      }
 
    },
 
    {
 
      "model": "sitetree.treeitem",
 
      "pk": 3,
 
      "fields": {
 
        "title": "django admin",
 
        "hint": "",
 
        "url": "/admin",
 
        "urlaspattern": false,
 
        "tree": 1,
 
        "hidden": false,
 
        "alias": null,
 
        "description": "",
 
        "inmenu": true,
 
        "inbreadcrumbs": true,
 
        "insitetree": true,
 
        "access_loggedin": false,
 
        "access_guest": false,
 
        "access_restricted": true,
 
        "access_perm_type": 1,
 
        "parent": 9,
 
        "sort_order": 3,
 
        "access_permissions": [
 
          52
 
        ]
 
      }
 
    },
 
    {
 
      "model": "sitetree.treeitem",
 
      "pk": 4,
 
      "fields": {
 
        "title": "Ticket Reports",
 
        "hint": "",
 
        "url": "/tickets/reports/",
 
        "urlaspattern": false,
 
        "tree": 1,
 
        "hidden": true,
 
        "alias": null,
 
        "description": "",
 
        "inmenu": true,
 
        "inbreadcrumbs": true,
 
        "insitetree": true,
 
        "access_loggedin": false,
 
        "access_guest": false,
 
        "access_restricted": true,
 
        "access_perm_type": 1,
 
        "parent": 9,
 
        "sort_order": 4,
 
        "access_permissions": [
 
          52
 
        ]
 
      }
 
    },
 
    {
 
      "model": "sitetree.treeitem",
 
      "pk": 9,
 
      "fields": {
 
        "title": "Admin",
 
        "hint": "",
 
        "url": "#",
 
        "urlaspattern": false,
 
        "tree": 1,
 
        "hidden": false,
 
        "alias": null,
 
        "description": "",
 
        "inmenu": true,
 
        "inbreadcrumbs": true,
 
        "insitetree": true,
 
        "access_loggedin": false,
 
        "access_guest": false,
 
        "access_restricted": true,
 
        "access_perm_type": 1,
 
        "parent": null,
 
        "sort_order": 35,
 
        "access_permissions": [
 
          52,
 
          20
 
        ]
 
      }
 
    },
 
    {
 
      "model": "sitetree.treeitem",
 
      "pk": 19,
 
      "fields": {
 
        "title": "Schedule Edit",
 
        "hint": "",
 
        "url": "/schedule/edit",
 
        "urlaspattern": false,
 
        "tree": 1,
 
        "hidden": true,
 
        "alias": null,
 
        "description": "",
 
        "inmenu": true,
 
        "inbreadcrumbs": true,
 
        "insitetree": true,
 
        "access_loggedin": false,
 
        "access_guest": false,
 
        "access_restricted": true,
 
        "access_perm_type": 1,
 
        "parent": 9,
 
        "sort_order": 19,
 
        "access_permissions": [
 
          106,
 
          107,
 
          108
 
        ]
 
      }
 
    },
 
    {
 
      "model": "sitetree.treeitem",
 
      "pk": 20,
 
      "fields": {
 
        "title": "Home",
 
        "hint": "",
 
        "url": "/",
 
        "urlaspattern": false,
 
        "tree": 1,
 
        "hidden": false,
 
        "alias": null,
 
        "description": "",
 
        "inmenu": true,
 
        "inbreadcrumbs": true,
 
        "insitetree": true,
 
        "access_loggedin": false,
 
        "access_guest": false,
 
        "access_restricted": false,
 
        "access_perm_type": 1,
 
        "parent": null,
 
        "sort_order": 3,
 
        "access_permissions": []
 
      }
 
    },
 
    {
 
      "model": "sitetree.treeitem",
 
      "pk": 21,
 
      "fields": {
 
        "title": "About",
 
        "hint": "",
 
        "url": "/about",
 
        "urlaspattern": false,
 
        "tree": 1,
 
        "hidden": true,
 
        "alias": null,
 
        "description": "",
 
        "inmenu": true,
 
        "inbreadcrumbs": true,
 
        "insitetree": true,
 
        "access_loggedin": false,
 
        "access_guest": false,
 
        "access_restricted": false,
 
        "access_perm_type": 1,
 
        "parent": null,
 
        "sort_order": 9,
 
        "access_permissions": []
 
      }
 
    },
 
    {
 
      "model": "sitetree.treeitem",
 
      "pk": 22,
 
      "fields": {
 
        "title": "News",
 
        "hint": "",
 
        "url": "/news",
 
        "urlaspattern": false,
 
        "tree": 1,
 
        "hidden": true,
 
        "alias": null,
 
        "description": "",
 
        "inmenu": true,
 
        "inbreadcrumbs": true,
 
        "insitetree": true,
 
        "access_loggedin": false,
 
        "access_guest": false,
 
        "access_restricted": false,
 
        "access_perm_type": 1,
 
        "parent": null,
 
        "sort_order": 21,
 
        "access_permissions": []
 
      }
 
    },
 
    {
 
      "model": "sitetree.treeitem",
 
      "pk": 23,
 
      "fields": {
 
        "title": "Submissions",
 
        "hint": "",
 
        "url": "#",
 
        "urlaspattern": false,
 
        "tree": 1,
 
        "hidden": true,
 
        "alias": null,
 
        "description": "",
 
        "inmenu": true,
 
        "inbreadcrumbs": true,
 
        "insitetree": true,
 
        "access_loggedin": false,
 
        "access_guest": false,
 
        "access_restricted": false,
 
        "access_perm_type": 1,
 
        "parent": null,
 
        "sort_order": 22,
 
        "access_permissions": []
 
      }
 
    },
 
    {
 
      "model": "sitetree.treeitem",
 
      "pk": 24,
 
      "fields": {
 
        "title": "Tickets and Prices",
 
        "hint": "",
 
        "url": "/attend",
 
        "urlaspattern": false,
 
        "tree": 1,
 
        "hidden": true,
 
        "alias": null,
 
        "description": "",
 
        "inmenu": true,
 
        "inbreadcrumbs": true,
 
        "insitetree": true,
 
        "access_loggedin": false,
 
        "access_guest": false,
 
        "access_restricted": false,
 
        "access_perm_type": 1,
 
        "parent": 23,
 
        "sort_order": 24,
 
        "access_permissions": []
 
      }
 
    },
 
    {
 
      "model": "sitetree.treeitem",
 
      "pk": 25,
 
      "fields": {
 
        "title": "Accommodation",
 
        "hint": "",
 
        "url": "/attend/accommodation",
 
        "urlaspattern": false,
 
        "tree": 1,
 
        "hidden": true,
 
        "alias": null,
 
        "description": "",
 
        "inmenu": true,
 
        "inbreadcrumbs": true,
 
        "insitetree": true,
 
        "access_loggedin": false,
 
        "access_guest": false,
 
        "access_restricted": false,
 
        "access_perm_type": 1,
 
        "parent": 23,
 
        "sort_order": 25,
 
        "access_permissions": []
 
      }
 
    },
 
    {
 
      "model": "sitetree.treeitem",
 
      "pk": 26,
 
      "fields": {
 
        "title": "Business Case",
 
        "hint": "",
 
        "url": "/attend/business-case",
 
        "urlaspattern": false,
 
        "tree": 1,
 
        "hidden": true,
 
        "alias": null,
 
        "description": "",
 
        "inmenu": true,
 
        "inbreadcrumbs": true,
 
        "insitetree": true,
 
        "access_loggedin": false,
 
        "access_guest": false,
 
        "access_restricted": false,
 
        "access_perm_type": 1,
 
        "parent": 23,
 
        "sort_order": 26,
 
        "access_permissions": []
 
      }
 
    },
 
    {
 
      "model": "sitetree.treeitem",
 
      "pk": 27,
 
      "fields": {
 
        "title": "Shirts",
 
        "hint": "",
 
        "url": "/attend/shirts",
 
        "urlaspattern": false,
 
        "tree": 1,
 
        "hidden": true,
 
        "alias": null,
 
        "description": "",
 
        "inmenu": true,
 
        "inbreadcrumbs": true,
 
        "insitetree": true,
 
        "access_loggedin": false,
 
        "access_guest": false,
 
        "access_restricted": false,
 
        "access_perm_type": 1,
 
        "parent": 23,
 
        "sort_order": 27,
 
        "access_permissions": []
 
      }
 
    },
 
    {
 
      "model": "sitetree.treeitem",
 
      "pk": 28,
 
      "fields": {
 
        "title": "Code of Conduct",
 
        "hint": "",
 
        "url": "/attend/code-of-conduct/",
 
        "urlaspattern": false,
 
        "tree": 1,
 
        "hidden": false,
 
        "alias": null,
 
        "description": "",
 
        "inmenu": true,
 
        "inbreadcrumbs": true,
 
        "insitetree": true,
 
        "access_loggedin": false,
 
        "access_guest": false,
 
        "access_restricted": false,
 
        "access_perm_type": 1,
 
        "parent": null,
 
        "sort_order": 28,
 
        "access_permissions": []
 
      }
 
    },
 
    {
 
      "model": "sitetree.treeitem",
 
      "pk": 29,
 
      "fields": {
 
        "title": "Terms and Conditions",
 
        "hint": "",
 
        "url": "/attend/terms-and-conditions/",
 
        "urlaspattern": false,
 
        "tree": 1,
 
        "hidden": false,
 
        "alias": null,
 
        "description": "",
 
        "inmenu": true,
 
        "inbreadcrumbs": true,
 
        "insitetree": true,
 
        "access_loggedin": false,
 
        "access_guest": false,
 
        "access_restricted": false,
 
        "access_perm_type": 1,
 
        "parent": null,
 
        "sort_order": 29,
 
        "access_permissions": []
 
      }
 
    },
 
    {
 
      "model": "sitetree.treeitem",
 
      "pk": 30,
 
      "fields": {
 
        "title": "Volunteer",
 
        "hint": "",
 
        "url": "/attend/volunteer",
 
        "urlaspattern": false,
 
        "tree": 1,
 
        "hidden": true,
 
        "alias": null,
 
        "description": "",
 
        "inmenu": true,
 
        "inbreadcrumbs": true,
 
        "insitetree": true,
 
        "access_loggedin": false,
 
        "access_guest": false,
 
        "access_restricted": false,
 
        "access_perm_type": 1,
 
        "parent": 23,
 
        "sort_order": 30,
 
        "access_permissions": []
 
      }
 
    },
 
    {
 
      "model": "sitetree.treeitem",
 
      "pk": 31,
 
      "fields": {
 
        "title": "Programme",
 
        "hint": "",
 
        "url": "#",
 
        "urlaspattern": false,
 
        "tree": 1,
 
        "hidden": true,
 
        "alias": null,
 
        "description": "",
 
        "inmenu": true,
 
        "inbreadcrumbs": true,
 
        "insitetree": true,
 
        "access_loggedin": false,
 
        "access_guest": false,
 
        "access_restricted": false,
 
        "access_perm_type": 1,
 
        "parent": null,
 
        "sort_order": 23,
 
        "access_permissions": []
 
      }
 
    },
 
    {
 
      "model": "sitetree.treeitem",
 
      "pk": 32,
 
      "fields": {
 
        "title": "Overview",
 
        "hint": "",
 
        "url": "/programme",
 
        "urlaspattern": false,
 
        "tree": 1,
 
        "hidden": true,
 
        "alias": null,
 
        "description": "",
 
        "inmenu": true,
 
        "inbreadcrumbs": true,
 
        "insitetree": true,
 
        "access_loggedin": false,
 
        "access_guest": false,
 
        "access_restricted": false,
 
        "access_perm_type": 1,
 
        "parent": 31,
 
        "sort_order": 32,
 
        "access_permissions": []
 
      }
 
    },
 
    {
 
      "model": "sitetree.treeitem",
 
      "pk": 33,
 
      "fields": {
 
        "title": "Miniconfs",
 
        "hint": "",
 
        "url": "/programme/miniconfs.html",
 
        "urlaspattern": false,
 
        "tree": 1,
 
        "hidden": true,
 
        "alias": null,
 
        "description": "",
 
        "inmenu": true,
 
        "inbreadcrumbs": true,
 
        "insitetree": true,
 
        "access_loggedin": false,
 
        "access_guest": false,
 
        "access_restricted": false,
 
        "access_perm_type": 1,
 
        "parent": 31,
 
        "sort_order": 33,
 
        "access_permissions": []
 
      }
 
    },
 
    {
 
      "model": "sitetree.treeitem",
 
      "pk": 34,
 
      "fields": {
 
        "title": "Proposals",
 
        "hint": "",
 
        "url": "/proposals/",
 
        "urlaspattern": false,
 
        "tree": 1,
 
        "hidden": true,
 
        "alias": null,
 
        "description": "",
 
        "inmenu": true,
 
        "inbreadcrumbs": true,
 
        "insitetree": true,
 
        "access_loggedin": false,
 
        "access_guest": false,
 
        "access_restricted": false,
 
        "access_perm_type": 1,
 
        "parent": 31,
 
        "sort_order": 34,
 
        "access_permissions": []
 
      }
 
    },
 
    {
 
      "model": "sitetree.treeitem",
 
      "pk": 35,
 
      "fields": {
 
        "title": "Sponsors",
 
        "hint": "",
 
        "url": "/sponsors/",
 
        "urlaspattern": false,
 
        "tree": 1,
 
        "hidden": false,
 
        "alias": null,
 
        "description": "",
 
        "inmenu": true,
 
        "inbreadcrumbs": true,
 
        "insitetree": true,
 
        "access_loggedin": false,
 
        "access_guest": false,
 
        "access_restricted": false,
 
        "access_perm_type": 1,
 
        "parent": null,
 
        "sort_order": 31,
 
        "access_permissions": []
 
      }
 
    }
 
{
 
  "model": "sitetree.tree",
 
  "pk": 1,
 
  "fields": {
 
    "title": "main",
 
    "alias": "main"
 
  }
 
},
 
{
 
  "model": "sitetree.treeitem",
 
  "pk": 1,
 
  "fields": {
 
    "title": "LINUX.CONF.AU 2019",
 
    "hint": "",
 
    "url": "/index.html",
 
    "urlaspattern": false,
 
    "tree": 1,
 
    "hidden": false,
 
    "alias": null,
 
    "description": "",
 
    "inmenu": true,
 
    "inbreadcrumbs": true,
 
    "insitetree": true,
 
    "access_loggedin": false,
 
    "access_guest": false,
 
    "access_restricted": false,
 
    "access_perm_type": 1,
 
    "parent": null,
 
    "sort_order": 2,
 
    "access_permissions": []
 
  }
 
},
 
{
 
  "model": "sitetree.treeitem",
 
  "pk": 2,
 
  "fields": {
 
    "title": "Dashboard",
 
    "hint": "",
 
    "url": "dashboard",
 
    "urlaspattern": true,
 
    "tree": 1,
 
    "hidden": false,
 
    "alias": null,
 
    "description": "",
 
    "inmenu": true,
 
    "inbreadcrumbs": true,
 
    "insitetree": true,
 
    "access_loggedin": false,
 
    "access_guest": false,
 
    "access_restricted": false,
 
    "access_perm_type": 1,
 
    "parent": 37,
 
    "sort_order": 22,
 
    "access_permissions": []
 
  }
 
},
 
{
 
  "model": "sitetree.treeitem",
 
  "pk": 3,
 
  "fields": {
 
    "title": "django admin",
 
    "hint": "",
 
    "url": "/admin",
 
    "urlaspattern": false,
 
    "tree": 1,
 
    "hidden": false,
 
    "alias": null,
 
    "description": "",
 
    "inmenu": true,
 
    "inbreadcrumbs": true,
 
    "insitetree": true,
 
    "access_loggedin": false,
 
    "access_guest": false,
 
    "access_restricted": true,
 
    "access_perm_type": 1,
 
    "parent": 9,
 
    "sort_order": 3,
 
    "access_permissions": [
 
      52
 
    ]
 
    
...
 
\ No newline at end of file
 
  }
 
},
 
{
 
  "model": "sitetree.treeitem",
 
  "pk": 4,
 
  "fields": {
 
    "title": "Ticket Reports",
 
    "hint": "",
 
    "url": "/tickets/reports/",
 
    "urlaspattern": false,
 
    "tree": 1,
 
    "hidden": true,
 
    "alias": null,
 
    "description": "",
 
    "inmenu": true,
 
    "inbreadcrumbs": true,
 
    "insitetree": true,
 
    "access_loggedin": false,
 
    "access_guest": false,
 
    "access_restricted": true,
 
    "access_perm_type": 1,
 
    "parent": 9,
 
    "sort_order": 4,
 
    "access_permissions": [
 
      52
 
    ]
 
  }
 
},
 
{
 
  "model": "sitetree.treeitem",
 
  "pk": 9,
 
  "fields": {
 
    "title": "Admin",
 
    "hint": "",
 
    "url": "#",
 
    "urlaspattern": false,
 
    "tree": 1,
 
    "hidden": false,
 
    "alias": null,
 
    "description": "",
 
    "inmenu": true,
 
    "inbreadcrumbs": true,
 
    "insitetree": true,
 
    "access_loggedin": false,
 
    "access_guest": false,
 
    "access_restricted": true,
 
    "access_perm_type": 1,
 
    "parent": null,
 
    "sort_order": 37,
 
    "access_permissions": [
 
      52,
 
      20
 
    ]
 
  }
 
},
 
{
 
  "model": "sitetree.treeitem",
 
  "pk": 19,
 
  "fields": {
 
    "title": "Schedule Edit",
 
    "hint": "",
 
    "url": "/schedule/edit",
 
    "urlaspattern": false,
 
    "tree": 1,
 
    "hidden": true,
 
    "alias": null,
 
    "description": "",
 
    "inmenu": true,
 
    "inbreadcrumbs": true,
 
    "insitetree": true,
 
    "access_loggedin": false,
 
    "access_guest": false,
 
    "access_restricted": true,
 
    "access_perm_type": 1,
 
    "parent": 9,
 
    "sort_order": 19,
 
    "access_permissions": [
 
      106,
 
      107,
 
      108
 
    ]
 
  }
 
},
 
{
 
  "model": "sitetree.treeitem",
 
  "pk": 20,
 
  "fields": {
 
    "title": "Home",
 
    "hint": "",
 
    "url": "/",
 
    "urlaspattern": false,
 
    "tree": 1,
 
    "hidden": false,
 
    "alias": null,
 
    "description": "",
 
    "inmenu": true,
 
    "inbreadcrumbs": true,
 
    "insitetree": true,
 
    "access_loggedin": false,
 
    "access_guest": false,
 
    "access_restricted": false,
 
    "access_perm_type": 1,
 
    "parent": null,
 
    "sort_order": 3,
 
    "access_permissions": []
 
  }
 
},
 
{
 
  "model": "sitetree.treeitem",
 
  "pk": 21,
 
  "fields": {
 
    "title": "About",
 
    "hint": "",
 
    "url": "/about",
 
    "urlaspattern": false,
 
    "tree": 1,
 
    "hidden": true,
 
    "alias": null,
 
    "description": "",
 
    "inmenu": true,
 
    "inbreadcrumbs": true,
 
    "insitetree": true,
 
    "access_loggedin": false,
 
    "access_guest": false,
 
    "access_restricted": false,
 
    "access_perm_type": 1,
 
    "parent": null,
 
    "sort_order": 9,
 
    "access_permissions": []
 
  }
 
},
 
{
 
  "model": "sitetree.treeitem",
 
  "pk": 22,
 
  "fields": {
 
    "title": "News",
 
    "hint": "",
 
    "url": "/news",
 
    "urlaspattern": false,
 
    "tree": 1,
 
    "hidden": true,
 
    "alias": null,
 
    "description": "",
 
    "inmenu": true,
 
    "inbreadcrumbs": true,
 
    "insitetree": true,
 
    "access_loggedin": false,
 
    "access_guest": false,
 
    "access_restricted": false,
 
    "access_perm_type": 1,
 
    "parent": null,
 
    "sort_order": 10,
 
    "access_permissions": []
 
  }
 
},
 
{
 
  "model": "sitetree.treeitem",
 
  "pk": 23,
 
  "fields": {
 
    "title": "Attend",
 
    "hint": "",
 
    "url": "#",
 
    "urlaspattern": false,
 
    "tree": 1,
 
    "hidden": true,
 
    "alias": null,
 
    "description": "",
 
    "inmenu": true,
 
    "inbreadcrumbs": true,
 
    "insitetree": true,
 
    "access_loggedin": false,
 
    "access_guest": false,
 
    "access_restricted": false,
 
    "access_perm_type": 1,
 
    "parent": null,
 
    "sort_order": 21,
 
    "access_permissions": []
 
  }
 
},
 
{
 
  "model": "sitetree.treeitem",
 
  "pk": 24,
 
  "fields": {
 
    "title": "Tickets and Prices",
 
    "hint": "",
 
    "url": "/attend",
 
    "urlaspattern": false,
 
    "tree": 1,
 
    "hidden": true,
 
    "alias": null,
 
    "description": "",
 
    "inmenu": true,
 
    "inbreadcrumbs": true,
 
    "insitetree": true,
 
    "access_loggedin": false,
 
    "access_guest": false,
 
    "access_restricted": false,
 
    "access_perm_type": 1,
 
    "parent": 23,
 
    "sort_order": 25,
 
    "access_permissions": []
 
  }
 
},
 
{
 
  "model": "sitetree.treeitem",
 
  "pk": 25,
 
  "fields": {
 
    "title": "Accommodation",
 
    "hint": "",
 
    "url": "/attend/accommodation",
 
    "urlaspattern": false,
 
    "tree": 1,
 
    "hidden": true,
 
    "alias": null,
 
    "description": "",
 
    "inmenu": true,
 
    "inbreadcrumbs": true,
 
    "insitetree": true,
 
    "access_loggedin": false,
 
    "access_guest": false,
 
    "access_restricted": false,
 
    "access_perm_type": 1,
 
    "parent": 23,
 
    "sort_order": 26,
 
    "access_permissions": []
 
  }
 
},
 
{
 
  "model": "sitetree.treeitem",
 
  "pk": 26,
 
  "fields": {
 
    "title": "Business Case",
 
    "hint": "",
 
    "url": "/attend/business-case",
 
    "urlaspattern": false,
 
    "tree": 1,
 
    "hidden": true,
 
    "alias": null,
 
    "description": "",
 
    "inmenu": true,
 
    "inbreadcrumbs": true,
 
    "insitetree": true,
 
    "access_loggedin": false,
 
    "access_guest": false,
 
    "access_restricted": false,
 
    "access_perm_type": 1,
 
    "parent": 23,
 
    "sort_order": 27,
 
    "access_permissions": []
 
  }
 
},
 
{
 
  "model": "sitetree.treeitem",
 
  "pk": 27,
 
  "fields": {
 
    "title": "Shirts",
 
    "hint": "",
 
    "url": "/attend/shirts",
 
    "urlaspattern": false,
 
    "tree": 1,
 
    "hidden": true,
 
    "alias": null,
 
    "description": "",
 
    "inmenu": true,
 
    "inbreadcrumbs": true,
 
    "insitetree": true,
 
    "access_loggedin": false,
 
    "access_guest": false,
 
    "access_restricted": false,
 
    "access_perm_type": 1,
 
    "parent": 23,
 
    "sort_order": 28,
 
    "access_permissions": []
 
  }
 
},
 
{
 
  "model": "sitetree.treeitem",
 
  "pk": 28,
 
  "fields": {
 
    "title": "Code of Conduct",
 
    "hint": "",
 
    "url": "/attend/code-of-conduct/",
 
    "urlaspattern": false,
 
    "tree": 1,
 
    "hidden": false,
 
    "alias": null,
 
    "description": "",
 
    "inmenu": true,
 
    "inbreadcrumbs": true,
 
    "insitetree": true,
 
    "access_loggedin": false,
 
    "access_guest": false,
 
    "access_restricted": false,
 
    "access_perm_type": 1,
 
    "parent": 37,
 
    "sort_order": 36,
 
    "access_permissions": []
 
  }
 
},
 
{
 
  "model": "sitetree.treeitem",
 
  "pk": 29,
 
  "fields": {
 
    "title": "Terms and Conditions",
 
    "hint": "",
 
    "url": "/attend/terms-and-conditions/",
 
    "urlaspattern": false,
 
    "tree": 1,
 
    "hidden": false,
 
    "alias": null,
 
    "description": "",
 
    "inmenu": true,
 
    "inbreadcrumbs": true,
 
    "insitetree": true,
 
    "access_loggedin": false,
 
    "access_guest": false,
 
    "access_restricted": false,
 
    "access_perm_type": 1,
 
    "parent": 37,
 
    "sort_order": 30,
 
    "access_permissions": []
 
  }
 
},
 
{
 
  "model": "sitetree.treeitem",
 
  "pk": 30,
 
  "fields": {
 
    "title": "Volunteer",
 
    "hint": "",
 
    "url": "/attend/volunteer",
 
    "urlaspattern": false,
 
    "tree": 1,
 
    "hidden": true,
 
    "alias": null,
 
    "description": "",
 
    "inmenu": true,
 
    "inbreadcrumbs": true,
 
    "insitetree": true,
 
    "access_loggedin": false,
 
    "access_guest": false,
 
    "access_restricted": false,
 
    "access_perm_type": 1,
 
    "parent": 23,
 
    "sort_order": 29,
 
    "access_permissions": []
 
  }
 
},
 
{
 
  "model": "sitetree.treeitem",
 
  "pk": 31,
 
  "fields": {
 
    "title": "Programme",
 
    "hint": "",
 
    "url": "#",
 
    "urlaspattern": false,
 
    "tree": 1,
 
    "hidden": true,
 
    "alias": null,
 
    "description": "",
 
    "inmenu": true,
 
    "inbreadcrumbs": true,
 
    "insitetree": true,
 
    "access_loggedin": false,
 
    "access_guest": false,
 
    "access_restricted": false,
 
    "access_perm_type": 1,
 
    "parent": null,
 
    "sort_order": 23,
 
    "access_permissions": []
 
  }
 
},
 
{
 
  "model": "sitetree.treeitem",
 
  "pk": 32,
 
  "fields": {
 
    "title": "Overview",
 
    "hint": "",
 
    "url": "/programme",
 
    "urlaspattern": false,
 
    "tree": 1,
 
    "hidden": true,
 
    "alias": null,
 
    "description": "",
 
    "inmenu": true,
 
    "inbreadcrumbs": true,
 
    "insitetree": true,
 
    "access_loggedin": false,
 
    "access_guest": false,
 
    "access_restricted": false,
 
    "access_perm_type": 1,
 
    "parent": 31,
 
    "sort_order": 32,
 
    "access_permissions": []
 
  }
 
},
 
{
 
  "model": "sitetree.treeitem",
 
  "pk": 33,
 
  "fields": {
 
    "title": "Miniconfs",
 
    "hint": "",
 
    "url": "/programme/miniconfs.html",
 
    "urlaspattern": false,
 
    "tree": 1,
 
    "hidden": true,
 
    "alias": null,
 
    "description": "",
 
    "inmenu": true,
 
    "inbreadcrumbs": true,
 
    "insitetree": true,
 
    "access_loggedin": false,
 
    "access_guest": false,
 
    "access_restricted": false,
 
    "access_perm_type": 1,
 
    "parent": 31,
 
    "sort_order": 33,
 
    "access_permissions": []
 
  }
 
},
 
{
 
  "model": "sitetree.treeitem",
 
  "pk": 34,
 
  "fields": {
 
    "title": "Proposals",
 
    "hint": "",
 
    "url": "/proposals/",
 
    "urlaspattern": false,
 
    "tree": 1,
 
    "hidden": true,
 
    "alias": null,
 
    "description": "",
 
    "inmenu": true,
 
    "inbreadcrumbs": true,
 
    "insitetree": true,
 
    "access_loggedin": false,
 
    "access_guest": false,
 
    "access_restricted": false,
 
    "access_perm_type": 1,
 
    "parent": 31,
 
    "sort_order": 34,
 
    "access_permissions": []
 
  }
 
},
 
{
 
  "model": "sitetree.treeitem",
 
  "pk": 35,
 
  "fields": {
 
    "title": "Sponsors",
 
    "hint": "",
 
    "url": "/sponsors/",
 
    "urlaspattern": false,
 
    "tree": 1,
 
    "hidden": false,
 
    "alias": null,
 
    "description": "",
 
    "inmenu": true,
 
    "inbreadcrumbs": true,
 
    "insitetree": true,
 
    "access_loggedin": false,
 
    "access_guest": false,
 
    "access_restricted": false,
 
    "access_perm_type": 1,
 
    "parent": null,
 
    "sort_order": 35,
 
    "access_permissions": []
 
  }
 
},
 
{
 
  "model": "sitetree.treeitem",
 
  "pk": 36,
 
  "fields": {
 
    "title": "Call for Papers",
 
    "hint": "",
 
    "url": "/call-for-papers/",
 
    "urlaspattern": false,
 
    "tree": 1,
 
    "hidden": false,
 
    "alias": null,
 
    "description": "",
 
    "inmenu": true,
 
    "inbreadcrumbs": true,
 
    "insitetree": true,
 
    "access_loggedin": false,
 
    "access_guest": false,
 
    "access_restricted": false,
 
    "access_perm_type": 1,
 
    "parent": null,
 
    "sort_order": 24,
 
    "access_permissions": []
 
  }
 
},
 
{
 
  "model": "sitetree.treeitem",
 
  "pk": 37,
 
  "fields": {
 
    "title": "Attend",
 
    "hint": "",
 
    "url": "#",
 
    "urlaspattern": false,
 
    "tree": 1,
 
    "hidden": false,
 
    "alias": null,
 
    "description": "",
 
    "inmenu": true,
 
    "inbreadcrumbs": true,
 
    "insitetree": true,
 
    "access_loggedin": false,
 
    "access_guest": false,
 
    "access_restricted": false,
 
    "access_perm_type": 1,
 
    "parent": null,
 
    "sort_order": 31,
 
    "access_permissions": []
 
  }
 
}
 
]
pinaxcon/templates/dashboard.html
Show inline comments
 
{% extends "utility_page.html" %}
 
{% load staticfiles %}
 
{% load i18n %}
 
{% load proposal_tags %}
 
{% load review_tags %}
 
{% load teams_tags %}
 
{% load registrasion_tags %}
 
{% load lca2018_tags %}
 
{% load staticfiles %}
 

	
 

	
 
{% block header_title %}linux.conf.au 2019{% endblock %}
 
{% block head_title %}Dashboard{% endblock %}
 
{% block header_lead %}User Dashboard{% endblock %}
 
{% block main_class %}{% endblock %}
 

	
 
{% block content %}
 

	
 
{% available_categories as categories %}
 
<div class="container mb-5">
 
  <h1 class="text-primary">Dashboard</h1>
 
</div>
 

	
 
{% if categories %} 
 
  {% include "symposion/dashboard/_categories.html" %}
 
{% endif %}
 
  
 

	
 
<div class="container mb-5">
 
  {% include "symposion/dashboard/speaking.html" %}
 
</div>
 

	
 

	
 
{% if user.speaker_profile %}
 
{% if user.speaker_profile.proposals.exists %}
 
<div class="container mb-5">
 
  <div class="row">
 
    <div class="col-12">
 
      <h2 class="text-primary my-5">Your Proposals</h2>
 
    </div>
 
  </div>
 
  <div class="row">
 
      <div class="col-12">
 
          <div class="card-deck">
 
              {% for proposal in user.speaker_profile.proposals.all %}
 
		  {% include "symposion/proposals/_proposal_row.html" %}
 
              {% endfor %}
 
          </div>
 
      </div>
 
  </div>
 
</div>
 
{% endif %}
 
{% endif %}
 

	
 

	
 
{% if user.speaker_profile %}
 
{% associated_proposals as associated_proposals %}
 
{% pending_proposals as pending_proposals %}
 
{% if associated_proposals or pending_proposals %}
 
<div class="container mb-5">
 
  <div class="row">
pinaxcon/templates/flatpages/coc.html
Show inline comments
 
{% extends "site_base.html" %}
 

	
 
{% block header_title %}{{ flatpage.title }}{% endblock header_title %}
 
{% block head_title %}{{ flatpage.title }}{% endblock head_title %}
 
{% block body_class %}text-primary{% endblock body_class %}
 
{% block main_class %}container{% endblock main_class %}
 

	
 
{% block content %}
 
<div class="row">
 
  <div class="col-md-1"></div>
 
  <div class="col-12 col-md-10 content text-page">
 
    <h1>Code of Conduct</h1>
 
    <p>
 
      Linux Australia is committed to the ideals expressed in our <a href="http://linux.org.au/values">Values Statement</a> and ask all our members, speakers, volunteers, attendees and guests to adopt these principles. We are a diverse community. Sometimes this means we need to work harder to ensure we're creating an environment of trust and respect where all who come to participate feel comfortable and included.
 
    </p>
 
    <p>We value your participation and appreciate your help in realising this goal.</p>
 
    
 
    <h2 id="be-respectful">Be respectful</h2>
 
    <p>
 
      Respect yourself, and respect others.
 
      Be courteous to those around you.
 
      If someone indicates they don't wish to be photographed, respect that wish.
 
      If someone indicates they would like to be left alone, let them be.
 
      Our event venues and online spaces may be shared with members of the public; please be considerate to all patrons of these locations.
 
    </p>
 

	
 
    <h2 id="be-inclusive">Be inclusive</h2>
 
    <p>All presentation material should be suitable for people aged 12 and above.</p>
 
    <p>Any public presentation which is part of any event, including but not limited to keynotes, presentations, lightning talks, addresses, mailing list posts and forums, is subject to this code of conduct and thus may not contain:</p>
 
    <ul>
 
      <li>sexual or violent imagery;</li>
 
      <li>exclusionary language;</li>
 
      <li>insults or ad-hominem attacks.</li>
 
    </ul>
 
    <p>If the subject matter of the presentation cannot be presented adequately without including language that could be considered offensive, this should be pointed out in advance, at the beginning of the talk and in the schedule.</p>
 
    <p>If presenters are unsure whether their material is suitable, they are encouraged to show it to the conference’s speaker liaison or mailing list/forum moderators before their session.</p>
 
    <p>Presenters and attendees are asked to avoid language which is not appropriate for an all-ages audience as much as possible.</p>
 
    
 
    <h2 id="be-aware">Be aware</h2>
 
    <p>We ask everyone to be aware that we will not tolerate intimidation, harassment, or any abusive, discriminatory or derogatory behaviour by anyone at any event in person or online.</p>
 
 
 
    <h2 id="what-does-that-mean-for-me">What does that mean for me?</h2>
 
    <p>All participants, including event attendees and speakers must not engage in any intimidation, harassment, or abusive or discriminatory behaviour.</p>
 
    <p>If you experience or observe any of these behaviours we ask that you report them through the appropriate channel.</p>
 
    
 
    <h2 id="complaints-and-reports">Complaints and reports</h2>
 
    <p>Complaints and reports can be made to the organisers by contacting the registration desk or mailing list/forum moderators by contacting the relevant email addresses.
 
      All complaints made to event organisers will remain confidential and be taken seriously.
 
      The complaint will be treated appropriately with discretion.
 
      Should event organisers or moderators consider it appropriate, measures they may take include:
 
    </p>
 
    <ul>
pinaxcon/templates/flatpages/default.html
Show inline comments
 
{% extends "utility_page.html" %}
 

	
 
{% block header_title %}{{ flatpage.title }}{% endblock header_title %}
 
{% block head_title %}{{ flatpage.title }}{% endblock head_title %}
 

	
 
{% block content %}
 

	
 
{{ flatpage.content }}
 

	
 
{% endblock content %}
pinaxcon/templates/flatpages/homepage.html
Show inline comments
 
{% extends "utility_page.html" %}
 
{% load static %}
 

	
 
{% block head_title %}{{ flatpage.title }}{% endblock head_title %}
 
{% block main_class %}container-fluid{% endblock %}
 
{% block extra_head %}
 
<script src="https://cdnjs.cloudflare.com/ajax/libs/dragscroll/0.0.8/dragscroll.min.js" async></script>
 
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.3.1/dist/leaflet.css"
 
integrity="sha512-Rksm5RenBEKSKFjgI3a41vrjkw4EVPlJ3+OiI65vTjIdo9brlAacEuKOiQ5OFh7cOI1bkDwLqdLw3Zg0cRJAAQ=="
 
crossorigin=""/>
 
<script src="https://unpkg.com/leaflet@1.3.1/dist/leaflet.js"
 
integrity="sha512-/Nsx9X4HebavoBvEBuyp3I7od5tA0UzAxs+j83KgC8PU0kgB4XiK4Lfe4y4cgBtaRJQEIFCW+oC506aPT2L1zw=="
 
crossorigin=""></script>
 
{% endblock %}
 

	
 
{% block body_out %}
 
<div class="row">
 
  <div class="col-12">
 
    <div class="content">
 
      <h1 class="text-primary text-upper" id="loe-wrapper" style="z-index: 1;">
 
        Linux <br />
 
        <span id="of">of</span><br />
 
        <span id="word" style="color: #ccd5c5;"></span>
 
      </h1>
 

	
 
      <canvas id="hero" style="z-index: -1;" width="0" height="0"></canvas>
 
      <div>
 
          <h1 id="things-heading" class="text-primary text-upper">Things</h1>
 
      </div>
 

	
 
      <div class="text-primary" id="bottom-wrapper" style="z-index: 1;">
 
        <h2>21-25<br/>Jan 19<br/></h2>
 
        <h4><small>University of Canterbury<br/>Christchurch, New Zealand</small></h4>
 
      </div>
 
      <a id="register-link" class="btn btn-secondary border-primary text-primary" href="/dashboard/">Register</a>
 

	
 
    </div>
 
  </div>
 
</div>
 

	
 
<div class="row bg-primary text-secondary ">
 
  <div class="sidescroll-container">
 
    <div class="col-12 sidescroll dragscroll">
 
      <div><img src="{% static 'assets/tram.jpg' %}" /></div>
 
      <div><img src="{% static 'assets/playground.jpg' %}" /></div>
 
      <div><img src="{% static 'assets/gardens.jpg' %}" /></div>
 
      <div><img src="{% static 'assets/memorial.jpg' %}" /></div>
 
    </div>
 
  </div>
 
  
 
  <div class="col-12 col-xl-6 content pt-5 pb-xl-5">
 
    <p>
pinaxcon/templates/flatpages/proposals.html
Show inline comments
 
new file 100644
 
{% extends "site_dark.html" %}
 
{% block head_title %}{{ flatpage.title }}{% endblock head_title %}
 
{% block content %}
 
<div class="row">
 
  <div class="col-md-1"></div>
 
  <div class="col-12 col-md-10 content text-page">
 
    <h1 style="text-transform: uppercase;">Call <br />for Papers</h1>
 
    
 
    <a class="btn btn-block btn-secondary text-primary" href="/dashboard/">Submit a proposal now!</a>
 
    
 
    <h2>Important Dates</h2>
 
    <ul>
 
      <li>Call for Proposals Opens: 2 July 2018</li>
 
      <li>
 
        Call for Proposals Closes: 30 July 2018 (no extensions)
 
      </li>
 
      <li>
 
        Notifications from the programme committee: early-September 2018
 
      </li>
 
      <li>
 
        Conference Opens: 21st January 2019
 
      </li>
 
      
 
    </ul>
 
    
 
    <h2>How to submit</h2>
 
    <p>
 
      Create an account or login at <a href="dashboard/">https://linux.conf.au/dashboard/</a> and click the link to submit your proposal.
 
    </p>
 
    
 
    <h2>About linux.conf.au</h2>
 
    <p>
 
      linux.conf.au is a conference where people gather to learn about the entire world of Free and Open Source Software, directly from the people who contribute. 
 
      Many of these contributors give scheduled presentations, but much interaction occurs in-between and after formal sessions between all attendees. Our aim is to 
 
      create a deeply technical conference where we bring together industry leaders and experts on a wide range of subjects.
 
    </p>
 
    
 
    <p>
 
      linux.conf.au welcomes submissions from first-time and seasoned speakers, from all free and open technology communities, and all walks of life. We respect and encourage diversity at our conference.
 
    </p>
 
    
 
    <h2>Conference Theme</h2>
 
    <p>
 
      Our theme for linux.conf.au 2019 is "The Linux of Things". Building on the role that Linux plays in our everyday lives, we will address IoT-related opportunities and concerns 
 
      from the purely technical through environmental, health, privacy, security and more. Please let this inspire you, but not restrict you - we will still have many talks about other 
 
      interesting things in our community.
 
    </p>
 
    
 
    <p>Deciding what to speak about at linux.conf.au can be a tough challenge, particularly for new speakers.</p>
 
    
 
    <p>Last year we had a talk about talking, which is well worth watching! <a href="https://www.youtube.com/watch?v=3QIQNcGnXes">https://www.youtube.com/watch?v=3QIQNcGnXes</a></p>
 
    
 
    <h2>Proposal Types</h2>
 
    <p>
 
      We’re accepting submissions for three different types of proposal:
 
    </p>
 
    
 
    
 
    <ul>
 
      <li>Presentation (45 minutes): These are generally presented in lecture format and form the bulk of the available conference slots.</li>
 
      <li>Tutorial (100 minutes): These are generally presented in a classroom format. They should be interactive or hands-on in nature. Tutorials are expected to have a specific learning outcome for attendees.</li>
 
      <li>Miniconf (full-day): Single-track mini-conferences that run for the duration of a day on either Monday or Tuesday. We provide the room, and you provide the speakers. Together, you can explore a field in Free and Open Source software in depth.</li>
 
    </ul>
 
    
 
    <h2>Proposer Recognition</h2>
 
    <p>In recognition of the value that presenters and miniconf organisers bring to our conference, once a proposal is accepted, one presenter or organiser per proposal is entitled to:</p>
 
    <ul>
 
      <li>Free registration, which holds all of the benefits of a Professional Delegate Ticket</li>
 
      <li>A complimentary ticket to the Speakers' Dinner, with additional tickets for significant others and children available for purchase.</li>
 
      <li>50% off the advertised price for sponsorship at the White-Flippered Blue Penguin tier.</li>
 
    </ul>
 
    <p>If your proposal includes more than one presenter or organiser, these additional people will be entitled to:</p>
 
    <ul>
 
      <li>Professional or hobbyist registration at the Early Bird rate, regardless of whether the Early Bird rate is generally available</li>
 
      <li>Speakers’ dinner tickets available for purchase at cost</li>
 
    </ul>
 
    
 
    <p>Important Note for miniconf organisers: These discounts apply to the organisers only. All participants in your miniconf must arrange or purchase tickets for themselves via the regular ticket sales process or they may not be able to attend!</p>
 
    <p>As a volunteer-run non-profit conference, linux.conf.au does not pay speakers to present at the conference; but you may be eligible for financial assistance.</p>
 
    
 
    
 
    <h2>Financial assitance</h2>
 
    <p>linux.conf.au is able to provide limited financial assistance for some speakers.</p>
 
    
 
    <p>
 
      Financial assistance may be provided to cover expenses that might otherwise prohibit a speaker from attending such as:
 
    </p>
 
    <ul>
 
      <li>Cost of flight</li>
 
      <li>Accommodation</li>
 
      <li>Other accessibility related costs</li>
 
    </ul>
 
    
 
    <p>
 
      To be considered for assistance you can indicate this when making your proposal. We will try to accommodate as many requests for assistance as possible within our limited budget.
 
    </p>
 
    
 
    
 
    
 
    <h2>Accessibility</h2>
 
    <p>
 
      linux.conf.au aims to be accommodating to everyone who wants to attend or present at the conference. We recognise that some people face accessibility challenges. If you have special accessibility requirements, you can provide that information when submitting your proposal so that we can plan to properly accommodate you.
 
    </p>
 
    
 
    <p>
 
      We recognise that childcare and meeting dietary requirements also fall under the general principle of making it possible for everyone to participate, and will be announcing our offering for these in the near future; if you have concerns or needs in these areas, or in any area that would impact your ability to participate, please let us when submitting your proposal.
 
    </p>
 
    
 
    
 
    
 
    <h2>Code of Conduct</h2>
 
    <p>
 
      By agreeing to present at or attend the conference you are agreeing to abide by the terms and conditions (<a href="/attend/terms-and-conditions/">https://linux.conf.au/attend/terms-and-conditions/</a>).
 
      We require all speakers and delegates to have read, understood, and act according to the standards set forth in our Code of Conduct (<a href="/code-of-conduct/">https://linux.conf.au/attend/code-of-conduct/</a>).
 
    </p>
 
    
 
    <h2>Recording</h2>
 
    <p>To increase the number of people that can view your presentation, linux.conf.au will record your talk and make it publicly available after the event. 
 
      We plan to release recordings of every talk at the conference under a Creative Commons Share-Alike Licence. When submitting your proposal you may note that you do not 
 
      wish to have your talk released, although we prefer and encourage all presentations to be recorded.
 
    </p>
 
    <h2>Licensing</h2>
 
    <p>If the subject of your presentation is software, you must ensure the software has an Open Source Initiative-approved licence at the time of the close of our CFP.</p>
 
  </div>
 
</div>
 
{% endblock content %}
pinaxcon/templates/flatpages/sponsorship.html
Show inline comments
 
{% extends "site_base.html" %}
 

	
 
{% block header_title %}{{ flatpage.title }}{% endblock header_title %}
 
{% block head_title %}{{ flatpage.title }}{% endblock head_title %}
 
{% block body_class %}text-primary{% endblock body_class %}
 
{% block main_class %}container{% endblock main_class %}
 

	
 
{% block content %}
 
<div class="row">
 
  <div class="col-md-1"></div>
 
  <div class="col-12 col-md-10 content text-page">
 
    <h1>Sponsorship</h1>
 

	
 
    <h2>How to sponsor</h2>
 
    <p>Contact <a href="mailto:sponsors@lca2019.linux.org.au">sponsors@lca2019.linux.org.au</a> for more information and a copy of our prospectus.</p>
 

	
 
    <h2>Why Sponsor</h2>
 
    <p>Widely recognised as one of the world's best conferences on free and open source technologies, linux.conf.au in 2019 will be home to over 800 delegates, more than half of whom register and identify as Professional Delegates. Conference delegates travel from all over the world for a week of high quality technical talks and networking with their peers.</p>
 
    <p>Sponsors of linux.conf.au have a unique opportunity to promote their brand to a large number of influential industry professionals. Sponsorship of the conference can lead to many talented thought leaders associating your company and brand with something that they are passionate about.</p>
 
    <p>If you care about reaching talented people or want to create a positive impression to a core talent pool with your brand, then sponsorship of conferences like LCA can be of great benefit. To discuss the sponsorship packages and opportunities, please contact linux.conf.au 2019's Sponsorship Team at 
 
      <a href="mailto:sponsors@lca2019.linux.org.au">sponsors@lca2019.linux.org.au</a>.</p>
 

	
 
    <h3>Sponsor Early</h3>
 
    <p>Agreeing to sponsor linux.conf.au 2019 early is important. The earlier you sign a sponsorship agreement, and we have a purchase order completed, the more time we can spend promoting your sponsorship.</p>
 
    <p>All sponsors will be mentioned in relevant press releases (for example the Speaker's Travel sponsor will be mentioned in the programme announcement press release) and thanked on Twitter from 
 
        <a href="https://twitter.com/linuxconfau2019">@linuxconfau2019</a>, which has a reach of over 2000 followers. Emperor Penguin sponsors will have a press release issued announcing their sponsorship in partnership with the sponsor.</p>
 

	
 
    <h2>Sponsorship Packages</h2>
 
    <h3>Emperor Penguin</h3>
 
    <p>Emperor Penguin Sponsor is our highest level of sponsorship available. It provides the greatest opportunity for brand exposure and participation in key conference events.</p>
 
    <p>Identified as 'Emperor Penguin' sponsor of the conference and promoted in press releases and all conference media. Opportunity to briefly address the audience during the Professional Delegates Networking Session (PDNS). Invitation for up to three sponsor-nominated people to attend the PDNS, in addition to any attending the conference as Professional Delegates. Promotion via banners at the keynote venue, at the Penguin Dinner, at the Professional Delegates Networking Session, and around the venue. Your company logo will appear on every conference delegate's badge and prominently on the conference web site.</p>
 

	
 
    <h3>King Penguin</h3>
 
    <p>The King Penguin Sponsorship package is available for organisations who wish to make a significant contribution to the conference experience.</p>
 
    <p>Identified as 'King Penguin' sponsor of the conference. Invitation for up to two sponsor-nominated people to attend the Professional Delegates Networking Session, in addition to any attending the conference as Professional Delegates. Promotion via banners around the conference venue.</p>
 

	
 
    <h3>Royal Penguin</h3>
 
    <p>Identified as 'Royal Penguin' sponsor of the conference. Invitation for one sponsor-nominated person to attend the Professional Delegates Networking Session, in addition to any attending as conference Professional Delegates. Promotion via banners around the conference venue.</p>
 

	
 
    <h3>Hoiho Yellow Eyed Penguin</h3>
 
    <p>Identified as a Hoiho Yellow Eyed Penguin sponsor of the conference. Invitation for one sponsor-nominated person to attend the Professional Delegates Networking Session, in addition to any attending as conference Professional Delegates. Promotion via a banner at the conference venue.</p>
 

	
 
    <h3>White Flippered Penguin</h3>
 
    <p>Identified as a White Flippered Penguin sponsor of the conference. Entry level financial sponsor for companies who wish to provide support to the conference.</p>
 

	
 
    <h2>Additional Sponsorship opportunities</h2>
 
    <h3>Outreach and Inclusion Sponsor</h3>
 
    <p>Contribute directly to increasing the diversity of the free and open source community by sponsoring our Diversity Programme. This programme reaches out to Delegates from non-traditional backgrounds who would otherwise be unable to attend linux.conf.au but who have a significant contribution to make.</p>
 

	
 
    <h3>Speakers' Travel Sponsor</h3>
 
    <p>This gives the sponsor the right to be introduced at the conference as having funded Speaker’s travel grants for the conference. Additionally, Speakers who receive such grants will be informed as part of the travel booking process that their travel has been sponsored by your firm.</p>
 

	
pinaxcon/templates/flatpages/toc.html
Show inline comments
 
{% extends "site_dark.html" %}
 

	
 
{% block head_title %}{{ flatpage.title }}{% endblock head_title %}
 
{% block content %}
 
<div class="row">
 
  <div class="col-md-1"></div>
 
  <div class="col-12 col-md-10 content text-page">
 
    <h1 style="text-transform: uppercase;">Terms &amp; <br />Conditions</h1>
 
    
 
    <h2>Registration</h2>
 
    <p>Registering for the event does not guarantee your ticket until it has been paid for in full. So to secure your ticket, pay the registration invoice as soon as possible.
 
    </p>
 
    
 
    <h2>Security and credit cards</h2>
 
    <p>All transactions are processed by <a href="https://www.stripe.com">Stripe</a>, and card details are sent over TLS. The facility accepts Mastercard, Visa, and American Express. All transactions are performed by the event organisers on behalf of Linux Australia. Cardholder data is not stored by Linux Australia.</p>
 
    
 
    <h2>Cancellation policy</h2>
 
    <ul>
 
      <li>Cancellations made prior to 1 December 2018 – any registration fee paid will be refunded in full.</li>
 
      <li>Cancellations made between 1 December and 31 December 2018 – incur a 15% cancellation fee, which will be deducted from any registration fee paid. The balance will be refunded.</li>
 
      <li>Cancellations made after 31 December 2018 – No refund.</li>
 
    </ul>
 
    
 
    <h2>Substitutions</h2>
 
    <p>You may substitute another person, however you must contact us with this person’s details. If you wish to substitute after 30th November 2018, please note that we will not be able to provide any personalised items.</p>
 
    
 
    <h2>Privacy notice</h2>
 
    <p>
 
      In the course of registering for the event and related events, personal information will be collected about attendees such as their name, contact details, etc.
 
      This information is required to facilitate registration to to the event, for catering requirements, and for organisers or their agents to contact particular attendees as and when required in respect of the event.
 
      Attendees who do not disclose this personal information will be unable to complete registration at the event and will therefore not be able to attend.
 
    </p>
 
    <p>Personal information will only be disclosed to Linux Australia, and to Government agencies where organisers believe disclosure is appropriate for legal compliance and law enforcement; to facilitate court proceedings; to enforce our terms and conditions; or to protect the rights, property, or safety of the event, our attendees, or others. Linux Australia will not sell your personal information to third parties and will not use your personal information to send promotional material from any of our affiliated partners and/or sponsors.</p>
 
    <p>As part of the registration process attendees will be asked if they would like to subscribe to the event Mailing Lists and/or the event Announce Mailing List. Attendees who subscribe to one or more of these lists will be sent emails from the event organisers and other subscribers to the Mailing Lists. If at any time, attendees wish to unsubscribe from any of these Mailing Lists, please follow the ‘how to unsubscribe’ directions on the bottom of any message you receive from these Mailing Lists.</p>
 
    <p>From time to time event organisers update their information and website practices. Please regularly review this page for the most recent information about the event privacy practices.</p>
 
    <p>All personal information will be kept private and used only for event registration purposes, statistics for future events, and convenience for future event registration.</p>
 
    
 
    <h2>Network</h2>
 
    <p>
 
      The event may provide attendees with access to a wired and/or wireless network.
 
      The access to this network is a privilege and not an entitlement, and must be used appropriately.
 
      Inappropriate use includes, but is not limited to: unlawful activities, interfering with the equipment or network access of others and not respecting the reasonable expectations of privacy that attendees have for traffic flowing though the network.
 
    </p>
 
    <p>Any deliberately malicious activities on either the wired or wireless networks will be grounds for instant dismissal from the conference (without reimbursement).</p>
 
    <p>If any attendees use the network inappropriately, then the linux.conf.au organisers will take any enforcement action they consider appropriate. Enforcement action includes but is not limited to:</p>
 
    <ul>
 
      <li>suspending access to the network</li>
 
      <li>disconnecting the network permanently</li>
 
      <li>the alleged offender may be asked to immediately leave the venue and/or will be prohibited from continuing to attend linux.conf.au (without reimbursement)</li>
 
      <li>the incident may be reported to the New Zealand Police</li>
 
      <li>any other measure the linux.conf.au organisers see fit</li>
 
    </ul>
 
    <p>Beware that for security and operational reasons linux.conf.au may both monitor and log network traffic.
 
      
 
    </p>
 
    <h2>Audio visual</h2>
 
    <p>
 
      Event organisers may provide recordings of talks (audio and/or video) given at the event.
 
      This service is provided on a best-effort basis only.
 
      Any recordings will be released as and when they are ready, which may be some time after the conclusion of the event, and the recordings may be of varying quality.
 
      
 
    </p>
 
    <h2>Discrimination and anti-social behaviour</h2>
 
    <p>Linux Australia is proud to support diverse groups of people in IT, particularly women, and will not tolerate in any fashion any intimidation, harassment, and/or any abusive, discriminatory or derogatory behaviour by any attendees of the event and/or related events.
 
      
 
    </p>
 
    <p>Examples of these behaviours and measures the event organisers or Linux Australia may take are set out in the <a href="/attend/code-of-conduct">Code of Conduct</a>.
 
      By registering for and attending a Linux Australia event, you agree to this <a href="/attend/code-of-conduct">Code of Conduct</a>.
 
    </p>
 
    <h2>Media</h2>
 
    <p>There are a limited number of Media Passes available to media personnel.
 
      Media Passes are free of charge, and entitle media personnel to attend the event with all the entitlements of a Professional registration.
 
      Please note, due to the limited numbers of Media Passes available, all Media Passes will need to be approved by the event organisers.
 
    </p>
 
    <p>Any media attending the event are required to identify themselves as “media” to attendees prior to speaking on the record with any attendees of the event.
 
      It is the responsibility of the media to introduce themselves to the persons they wish to interview and to arrange any interviews with those persons.
 
      The event organisers will not make introductions or arrange interviews on behalf of media.
 
    </p>
 
    <p>To apply for a Media Pass, please contact <a href="team@lca2019.org">team@lca2019.org.</a></p>
 
    <h2>Students</h2>
 
    <p>
 
      Students who register for a student ticket (if available) to attend the event will be required to provide event organisers with proof that they are eligible for registration as a student, 
 
      such as providing a valid full time student ID card.
 
    </p>
 
    <h2>Alcohol</h2>
 
    <p>Liquor licensing laws require persons to be aged 18 years and older before they can lawfully drink alcohol in New Zealand.
 
      The licensed premises used as linux.conf.au venues will not serve alcohol to persons 18 years and under.
 
      Those attendees who look under 25 years old, may be required to show identification such as a Passport (non-New Zealand driver licences are generally not accepted) to licensed premises proving they are 18 years old or older.
 
    </p>
 
    <p>Those attendees who are younger than 18 years old are required to advise event organisers of their age, when they register.
 
      Those attendees may not be able to attend all of the associated social events.
 
    </p>
 
    <p>Please consume alcohol responsibly.
 
      Please note, licensed premises in New Zealand are prohibited from selling or supplying alcohol to intoxicated persons.
 
      Please adhere to local liquor laws which are available in most licensed establishments.
 
    </p>
 
    <h2>Smoke-free</h2>
 
    <p>All event venues including the social event venues are smoke-free. If
 
	attendees wish to smoke during the event and/or related events, they
 
	must do so in signed areas if these are provided. Please consider others
 
	and refrain from smoking directly outside the venues’ entrances. The
 
	University of Canterbury is totally smoke-free and smoking is prohibited
 
	on the campus.
 
      attendees wish to smoke during the event and/or related events, they
 
      must do so in signed areas if these are provided. Please consider others
 
      and refrain from smoking directly outside the venues’ entrances. The
 
      University of Canterbury is totally smoke-free and smoking is prohibited
 
      on the campus.
 
    </p>
 
    <h2>Health and safety</h2>
 
    <p>If you are attending the event as a Keynote Presenter, Speaker, Miniconf Organiser or Miniconf Presenter, it is your responsibility to ensure that your talk meets the Health and Safety requirements under New Zealand law.
 
      If you are unsure, please contact linux.conf.au organisers on <a href="team@lca2019.org">team@lca2019.org</a> to discuss it further.
 
    </p>
 
    <h2>Immigration/entry requirements</h2>
 
    <p>Anyone who lives outside New Zealand will need a passport and may require a visa to gain entry into New Zealand. Please contact your local New Zealand Embassy department to determine your travel needs. You should take into account the Cancellation Policy above and do this well in advance of the event.
 
    </p>
 
    <p>Where a letter of invitation is required, one will be issued by event organisers for Keynote Presenters and Speakers or Miniconf Organisers whose submissions have been accepted only.</p>
 
  </div>
 
</div>
 
{% endblock content %}
0 comments (0 inline, 0 general)