= $page->title()->html() ?>
9 |13 |
├── admin
├── thumbs
│ ├── index.html
│ └── projects
│ │ ├── project-b
│ │ └── room-600x600.jpg
│ │ ├── project-c
│ │ └── camera-600x600.jpg
│ │ ├── project-d
│ │ └── letters-600x600.jpg
│ │ ├── project-e
│ │ └── typewriter-600x600.jpg
│ │ └── project-a
│ │ └── creative-tools-600x600.jpg
├── content
│ ├── api
│ │ └── api.txt
│ ├── 3-about
│ │ ├── api
│ │ │ └── api-about.txt
│ │ ├── 0-brad-kitt
│ │ │ ├── brad-kitt.jpg
│ │ │ └── team.txt
│ │ ├── 0-cat-winslet
│ │ │ ├── cat-winslet.jpg
│ │ │ └── team.txt
│ │ ├── 0-bob-meowerly
│ │ │ ├── bob-meowerly.jpg
│ │ │ └── team.txt
│ │ ├── 0-hunter-s-tomcat
│ │ │ ├── hunter-s-tomcat.jpg
│ │ │ └── team.txt
│ │ └── about.txt
│ ├── 1-projects
│ │ ├── 1-project-a
│ │ │ ├── closeup.jpg.txt
│ │ │ ├── creative-tools.jpg.txt
│ │ │ ├── folding-rule.jpg.txt
│ │ │ ├── closeup.jpg
│ │ │ ├── folding-rule.jpg
│ │ │ ├── creative-tools.jpg
│ │ │ └── project.txt
│ │ ├── 2-project-b
│ │ │ ├── room.jpg
│ │ │ ├── table.jpg
│ │ │ └── project.txt
│ │ ├── 3-project-c
│ │ │ ├── camera.jpg
│ │ │ └── project.txt
│ │ ├── 4-project-d
│ │ │ ├── letters.jpg
│ │ │ └── project.txt
│ │ ├── 5-project-e
│ │ │ ├── typewriter.jpg
│ │ │ └── project.txt
│ │ └── projects.txt
│ ├── redirect
│ │ └── redirect.txt
│ ├── 2-blog
│ │ ├── 20160802-extending-kirby
│ │ │ └── extending.png
│ │ ├── 20160803-licensing-kirby
│ │ │ └── licensing.png
│ │ ├── 20160804-content-in-kirby
│ │ │ └── content.png
│ │ └── blog.txt
│ ├── 4-contact
│ │ ├── contact.svg
│ │ ├── docs.svg
│ │ └── forum.svg
│ ├── site.txt
│ ├── error
│ │ └── error.txt
│ └── home
│ │ └── home.txt
├── site
│ ├── cache
│ │ └── index.html
│ ├── accounts
│ │ ├── .logins
│ │ ├── index.html
│ │ └── peter.php
│ ├── plugins
│ │ └── index.html
│ ├── templates
│ │ ├── home.php
│ │ ├── redirect.php
│ │ ├── default.php
│ │ ├── projects.php
│ │ ├── about.php
│ │ ├── article.php
│ │ ├── api.php
│ │ └── project.php
│ ├── blueprints
│ │ ├── default.yml
│ │ ├── error.yml
│ │ ├── home.yml
│ │ ├── projects.yml
│ │ ├── project.yml
│ │ ├── site.yml
│ │ ├── about.yml
│ │ ├── article.yml
│ │ ├── team.yml
│ │ ├── contact.yml
│ │ └── blog.yml
│ └── config
│ │ └── config.php
├── assets
│ ├── avatars
│ │ └── index.html
│ ├── fonts
│ │ ├── montserrat-400.woff
│ │ ├── montserrat-700.woff
│ │ ├── vesperlibre-400.woff
│ │ ├── vesperlibre-500.woff
│ │ └── vesperlibre-700.woff
│ └── images
│ │ ├── arrow-right.svg
│ │ ├── arrow-left.svg
│ │ └── logo.svg
├── kirby
│ ├── test
│ │ ├── etc
│ │ │ ├── site
│ │ │ │ ├── plugins
│ │ │ │ │ ├── a
│ │ │ │ │ │ └── a.php
│ │ │ │ │ └── b.php
│ │ │ │ ├── tags
│ │ │ │ │ ├── a.php
│ │ │ │ │ └── b.php
│ │ │ │ ├── config
│ │ │ │ │ └── config.php
│ │ │ │ ├── models
│ │ │ │ │ └── a.php
│ │ │ │ └── accounts
│ │ │ │ │ └── test.php
│ │ │ ├── content
│ │ │ │ ├── 2-b
│ │ │ │ │ └── b.txt
│ │ │ │ ├── home
│ │ │ │ │ └── home.txt
│ │ │ │ ├── 1-a
│ │ │ │ │ ├── test.js
│ │ │ │ │ └── a.txt
│ │ │ │ ├── error
│ │ │ │ │ └── error.txt
│ │ │ │ ├── tests
│ │ │ │ │ ├── file-extension-case-test
│ │ │ │ │ │ ├── a.JSON
│ │ │ │ │ │ └── b.json
│ │ │ │ │ └── field-name-test
│ │ │ │ │ │ └── test.txt
│ │ │ │ └── site.txt
│ │ │ └── kirbytext
│ │ │ │ ├── tel
│ │ │ │ ├── test.txt
│ │ │ │ └── expected.html
│ │ │ │ ├── twitter
│ │ │ │ ├── test.txt
│ │ │ │ └── expected.html
│ │ │ │ ├── image
│ │ │ │ ├── test.txt
│ │ │ │ └── expected.html
│ │ │ │ ├── link
│ │ │ │ ├── test.txt
│ │ │ │ └── expected.html
│ │ │ │ ├── vimeo
│ │ │ │ ├── test.txt
│ │ │ │ └── expected.html
│ │ │ │ ├── link-without-text
│ │ │ │ ├── test.txt
│ │ │ │ └── expected.html
│ │ │ │ ├── image-with-alt
│ │ │ │ ├── test.txt
│ │ │ │ └── expected.html
│ │ │ │ ├── link-with-rel
│ │ │ │ ├── test.txt
│ │ │ │ └── expected.html
│ │ │ │ ├── youtube
│ │ │ │ ├── test.txt
│ │ │ │ └── expected.html
│ │ │ │ ├── link-with-class
│ │ │ │ ├── test.txt
│ │ │ │ └── expected.html
│ │ │ │ ├── link-with-popup
│ │ │ │ ├── test.txt
│ │ │ │ └── expected.html
│ │ │ │ ├── gist
│ │ │ │ ├── test.txt
│ │ │ │ └── expected.html
│ │ │ │ ├── image-with-caption
│ │ │ │ ├── test.txt
│ │ │ │ └── expected.html
│ │ │ │ ├── link-with-target
│ │ │ │ ├── test.txt
│ │ │ │ └── expected.html
│ │ │ │ ├── link-with-link-as-text
│ │ │ │ ├── test.txt
│ │ │ │ └── expected.html
│ │ │ │ ├── tag-in-parenthesis
│ │ │ │ ├── test.txt
│ │ │ │ └── expected.html
│ │ │ │ ├── image-with-link
│ │ │ │ ├── test.txt
│ │ │ │ └── expected.html
│ │ │ │ ├── input-with-placeholder
│ │ │ │ ├── test.txt
│ │ │ │ └── expected.html
│ │ │ │ ├── multiline-parenthesis
│ │ │ │ ├── test.txt
│ │ │ │ └── expected.html
│ │ │ │ ├── image-with-link-popup
│ │ │ │ ├── test.txt
│ │ │ │ └── expected.html
│ │ │ │ └── non-matching-parenthesises
│ │ │ │ ├── test.txt
│ │ │ │ └── expected.html
│ │ ├── lib
│ │ │ └── testcase.php
│ │ ├── RegistryEntryTest.php
│ │ └── ModelsTest.php
│ ├── vendor
│ │ ├── erusev
│ │ │ ├── parsedown
│ │ │ │ ├── test
│ │ │ │ │ ├── data
│ │ │ │ │ │ ├── line_break.md
│ │ │ │ │ │ ├── automatic_link.md
│ │ │ │ │ │ ├── email.md
│ │ │ │ │ │ ├── html_entity.md
│ │ │ │ │ │ ├── lazy_list.md
│ │ │ │ │ │ ├── html_entity.html
│ │ │ │ │ │ ├── line_break.html
│ │ │ │ │ │ ├── sparse_dense_list.md
│ │ │ │ │ │ ├── whitespace.html
│ │ │ │ │ │ ├── whitespace.md
│ │ │ │ │ │ ├── multiline_list_paragraph.md
│ │ │ │ │ │ ├── separated_nested_list.md
│ │ │ │ │ │ ├── lazy_list.html
│ │ │ │ │ │ ├── horizontal_rule.html
│ │ │ │ │ │ ├── automatic_link.html
│ │ │ │ │ │ ├── image_title.md
│ │ │ │ │ │ ├── email.html
│ │ │ │ │ │ ├── horizontal_rule.md
│ │ │ │ │ │ ├── compound_emphasis.md
│ │ │ │ │ │ ├── sparse_html.html
│ │ │ │ │ │ ├── sparse_html.md
│ │ │ │ │ │ ├── sparse_list.md
│ │ │ │ │ │ ├── unordered_list.md
│ │ │ │ │ │ ├── compound_list.md
│ │ │ │ │ │ ├── lazy_blockquote.md
│ │ │ │ │ │ ├── deeply_nested_list.md
│ │ │ │ │ │ ├── image_reference.md
│ │ │ │ │ │ ├── image_reference.html
│ │ │ │ │ │ ├── multiline_list_paragraph.html
│ │ │ │ │ │ ├── paragraph_list.md
│ │ │ │ │ │ ├── simple_blockquote.md
│ │ │ │ │ │ ├── sparse_dense_list.html
│ │ │ │ │ │ ├── html_comment.html
│ │ │ │ │ │ ├── html_comment.md
│ │ │ │ │ │ ├── inline_title.md
│ │ │ │ │ │ ├── setext_header.html
│ │ │ │ │ │ ├── aesthetic_table.md
│ │ │ │ │ │ ├── separated_nested_list.html
│ │ │ │ │ │ ├── compound_blockquote.md
│ │ │ │ │ │ ├── image_title.html
│ │ │ │ │ │ ├── setext_header.md
│ │ │ │ │ │ ├── tab-indented_code_block.md
│ │ │ │ │ │ ├── lazy_blockquote.html
│ │ │ │ │ │ ├── strikethrough.md
│ │ │ │ │ │ ├── ordered_list.md
│ │ │ │ │ │ ├── untidy_table.md
│ │ │ │ │ │ ├── inline_title.html
│ │ │ │ │ │ ├── tab-indented_code_block.html
│ │ │ │ │ │ ├── compound_blockquote.html
│ │ │ │ │ │ ├── nested_block-level_html.md
│ │ │ │ │ │ ├── aligned_table.md
│ │ │ │ │ │ ├── nested_block-level_html.html
│ │ │ │ │ │ ├── span-level_html.md
│ │ │ │ │ │ ├── strikethrough.html
│ │ │ │ │ │ ├── unordered_list.html
│ │ │ │ │ │ ├── atx_heading.html
│ │ │ │ │ │ ├── compound_emphasis.html
│ │ │ │ │ │ ├── atx_heading.md
│ │ │ │ │ │ ├── deeply_nested_list.html
│ │ │ │ │ │ ├── paragraph_list.html
│ │ │ │ │ │ ├── strong_em.md
│ │ │ │ │ │ ├── compound_list.html
│ │ │ │ │ │ ├── fenced_code_block.md
│ │ │ │ │ │ ├── sparse_list.html
│ │ │ │ │ │ ├── table_inline_markdown.md
│ │ │ │ │ │ ├── code_block.md
│ │ │ │ │ │ ├── code_block.html
│ │ │ │ │ │ ├── span-level_html.html
│ │ │ │ │ │ ├── fenced_code_block.html
│ │ │ │ │ │ ├── simple_table.md
│ │ │ │ │ │ ├── ordered_list.html
│ │ │ │ │ │ ├── self-closing_html.md
│ │ │ │ │ │ ├── code_span.md
│ │ │ │ │ │ ├── simple_blockquote.html
│ │ │ │ │ │ ├── url_autolinking.md
│ │ │ │ │ │ ├── block-level_html.html
│ │ │ │ │ │ ├── escaping.md
│ │ │ │ │ │ ├── block-level_html.md
│ │ │ │ │ │ ├── em_strong.md
│ │ │ │ │ │ ├── special_characters.md
│ │ │ │ │ │ ├── self-closing_html.html
│ │ │ │ │ │ ├── aesthetic_table.html
│ │ │ │ │ │ ├── reference_title.md
│ │ │ │ │ │ ├── untidy_table.html
│ │ │ │ │ │ ├── emphasis.md
│ │ │ │ │ │ ├── escaping.html
│ │ │ │ │ │ ├── strong_em.html
│ │ │ │ │ │ ├── code_span.html
│ │ │ │ │ │ ├── reference_title.html
│ │ │ │ │ │ ├── inline_link.md
│ │ │ │ │ │ ├── inline_link_title.md
│ │ │ │ │ │ ├── special_characters.html
│ │ │ │ │ │ ├── implicit_reference.md
│ │ │ │ │ │ ├── emphasis.html
│ │ │ │ │ │ ├── implicit_reference.html
│ │ │ │ │ │ ├── table_inline_markdown.html
│ │ │ │ │ │ ├── em_strong.html
│ │ │ │ │ │ ├── inline_link_title.html
│ │ │ │ │ │ ├── inline_link.html
│ │ │ │ │ │ ├── text_reference.md
│ │ │ │ │ │ ├── url_autolinking.html
│ │ │ │ │ │ ├── text_reference.html
│ │ │ │ │ │ ├── aligned_table.html
│ │ │ │ │ │ └── simple_table.html
│ │ │ │ │ ├── bootstrap.php
│ │ │ │ │ └── TestParsedown.php
│ │ │ │ ├── phpunit.xml.dist
│ │ │ │ ├── .travis.yml
│ │ │ │ └── composer.json
│ │ │ └── parsedown-extra
│ │ │ │ ├── .travis.yml
│ │ │ │ ├── test
│ │ │ │ ├── data
│ │ │ │ │ ├── footnote.md
│ │ │ │ │ ├── abbreviation.md
│ │ │ │ │ ├── compound_footnote.md
│ │ │ │ │ ├── definition_list.md
│ │ │ │ │ ├── special_attributes.md
│ │ │ │ │ ├── abbreviation.html
│ │ │ │ │ ├── special_attributes.html
│ │ │ │ │ ├── definition_list.html
│ │ │ │ │ ├── markdown_inside_markup.html
│ │ │ │ │ ├── markdown_inside_markup.md
│ │ │ │ │ └── compound_footnote.html
│ │ │ │ ├── bootstrap.php
│ │ │ │ └── ParsedownExtraTest.php
│ │ │ │ ├── phpunit.xml.dist
│ │ │ │ └── composer.json
│ │ ├── getkirby
│ │ │ ├── toolkit
│ │ │ │ ├── test
│ │ │ │ │ ├── etc
│ │ │ │ │ │ ├── content.php
│ │ │ │ │ │ ├── system
│ │ │ │ │ │ │ ├── nonexecutable.sh
│ │ │ │ │ │ │ └── executable.sh
│ │ │ │ │ │ └── images
│ │ │ │ │ │ │ └── favicon.png
│ │ │ │ │ ├── TimerTest.php
│ │ │ │ │ ├── UrlTest.php
│ │ │ │ │ ├── VisitorTest.php
│ │ │ │ │ ├── XmlTest.php
│ │ │ │ │ ├── PasswordTest.php
│ │ │ │ │ ├── lib
│ │ │ │ │ │ └── bootstrap.php
│ │ │ │ │ ├── CTest.php
│ │ │ │ │ ├── LTest.php
│ │ │ │ │ ├── EmbedTest.php
│ │ │ │ │ └── HelpersTest.php
│ │ │ │ ├── .travis.yml
│ │ │ │ ├── phpunit.xml
│ │ │ │ ├── lib
│ │ │ │ │ ├── l.php
│ │ │ │ │ ├── c.php
│ │ │ │ │ ├── toolkit.php
│ │ │ │ │ ├── error.php
│ │ │ │ │ ├── timer.php
│ │ │ │ │ └── tpl.php
│ │ │ │ ├── readme.md
│ │ │ │ └── composer.json
│ │ │ └── smartypants
│ │ │ │ ├── README.md
│ │ │ │ └── composer.json
│ │ ├── autoload.php
│ │ ├── composer
│ │ │ ├── autoload_classmap.php
│ │ │ ├── autoload_psr4.php
│ │ │ ├── autoload_namespaces.php
│ │ │ └── autoload_files.php
│ │ └── filp
│ │ │ └── whoops
│ │ │ ├── src
│ │ │ └── Whoops
│ │ │ │ ├── Exception
│ │ │ │ └── ErrorException.php
│ │ │ │ ├── Handler
│ │ │ │ └── HandlerInterface.php
│ │ │ │ └── Util
│ │ │ │ └── HtmlDumperOutput.php
│ │ │ └── CHANGELOG.md
│ ├── .travis.yml
│ ├── phpunit.xml
│ ├── kirby
│ │ ├── request
│ │ │ ├── query.php
│ │ │ ├── params.php
│ │ │ └── path.php
│ │ ├── component.php
│ │ ├── registry
│ │ │ ├── route.php
│ │ │ ├── hook.php
│ │ │ └── tag.php
│ │ └── component
│ │ │ └── response.php
│ ├── composer.php
│ ├── bootstrap.php
│ ├── readme.md
│ ├── lib
│ │ ├── pageextension.php
│ │ └── structure.php
│ ├── core
│ │ ├── asset.php
│ │ └── avatar.php
│ ├── system.php
│ └── branches
│ │ ├── default.php
│ │ └── multilang
│ │ ├── languages.php
│ │ └── field.php
├── panel
│ ├── app
│ │ ├── translations
│ │ │ ├── ko
│ │ │ │ └── package.json
│ │ │ ├── bg
│ │ │ │ └── package.json
│ │ │ ├── ca
│ │ │ │ └── package.json
│ │ │ ├── cs
│ │ │ │ └── package.json
│ │ │ ├── da
│ │ │ │ └── package.json
│ │ │ ├── de
│ │ │ │ └── package.json
│ │ │ ├── el
│ │ │ │ └── package.json
│ │ │ ├── en
│ │ │ │ └── package.json
│ │ │ ├── fa
│ │ │ │ └── package.json
│ │ │ ├── fi
│ │ │ │ └── package.json
│ │ │ ├── fr
│ │ │ │ └── package.json
│ │ │ ├── hu
│ │ │ │ └── package.json
│ │ │ ├── it
│ │ │ │ └── package.json
│ │ │ ├── ja
│ │ │ │ └── package.json
│ │ │ ├── pl
│ │ │ │ └── package.json
│ │ │ ├── ro
│ │ │ │ └── package.json
│ │ │ ├── tr
│ │ │ │ └── package.json
│ │ │ ├── nb
│ │ │ │ └── package.json
│ │ │ ├── nl
│ │ │ │ └── package.json
│ │ │ ├── sv_SE
│ │ │ │ └── package.json
│ │ │ ├── es_ES
│ │ │ │ └── package.json
│ │ │ ├── id
│ │ │ │ └── package.json
│ │ │ ├── zh_CN
│ │ │ │ └── package.json
│ │ │ ├── zh_TW
│ │ │ │ └── package.json
│ │ │ ├── pt_PT
│ │ │ │ └── package.json
│ │ │ ├── ru
│ │ │ │ └── package.json
│ │ │ ├── es_419
│ │ │ │ └── package.json
│ │ │ ├── pt_BR
│ │ │ │ └── package.json
│ │ │ ├── ar
│ │ │ │ └── package.json
│ │ │ └── readme.md
│ │ ├── views
│ │ │ ├── files
│ │ │ │ └── delete.php
│ │ │ ├── pages
│ │ │ │ ├── delete.php
│ │ │ │ ├── toggle.php
│ │ │ │ ├── add.php
│ │ │ │ ├── template.php
│ │ │ │ ├── url.php
│ │ │ │ └── edit.php
│ │ │ ├── users
│ │ │ │ └── delete.php
│ │ │ ├── avatars
│ │ │ │ └── delete.php
│ │ │ ├── error
│ │ │ │ ├── index.php
│ │ │ │ └── modal.php
│ │ │ ├── auth
│ │ │ │ ├── login.php
│ │ │ │ ├── block.php
│ │ │ │ └── error.php
│ │ │ └── installation
│ │ │ │ └── index.php
│ │ ├── fields
│ │ │ ├── structure
│ │ │ │ ├── views
│ │ │ │ │ ├── delete.php
│ │ │ │ │ ├── add.php
│ │ │ │ │ └── update.php
│ │ │ │ ├── forms
│ │ │ │ │ ├── add.php
│ │ │ │ │ ├── update.php
│ │ │ │ │ └── delete.php
│ │ │ │ ├── template.php
│ │ │ │ └── styles
│ │ │ │ │ └── items.php
│ │ │ ├── tel
│ │ │ │ └── tel.php
│ │ │ ├── text
│ │ │ │ └── assets
│ │ │ │ │ ├── css
│ │ │ │ │ └── counter.css
│ │ │ │ │ └── js
│ │ │ │ │ └── counter.js
│ │ │ ├── hidden
│ │ │ │ └── hidden.php
│ │ │ ├── line
│ │ │ │ └── line.php
│ │ │ ├── filename
│ │ │ │ └── filename.php
│ │ │ ├── info
│ │ │ │ └── info.php
│ │ │ ├── headline
│ │ │ │ ├── assets
│ │ │ │ │ └── css
│ │ │ │ │ │ └── headline.css
│ │ │ │ └── headline.php
│ │ │ ├── image
│ │ │ │ └── assets
│ │ │ │ │ └── css
│ │ │ │ │ └── image.css
│ │ │ ├── textarea
│ │ │ │ ├── controller.php
│ │ │ │ └── forms
│ │ │ │ │ ├── email.php
│ │ │ │ │ └── link.php
│ │ │ ├── page
│ │ │ │ └── page.php
│ │ │ ├── user
│ │ │ │ └── user.php
│ │ │ ├── url
│ │ │ │ ├── url.php
│ │ │ │ └── assets
│ │ │ │ │ └── js
│ │ │ │ │ └── url.js
│ │ │ ├── toggle
│ │ │ │ └── toggle.php
│ │ │ ├── email
│ │ │ │ └── email.php
│ │ │ ├── password
│ │ │ │ └── password.php
│ │ │ ├── radio
│ │ │ │ └── radio.php
│ │ │ └── input
│ │ │ │ └── input.php
│ │ ├── topbars
│ │ │ ├── error.php
│ │ │ └── user.php
│ │ ├── snippets
│ │ │ ├── meta.php
│ │ │ ├── pages
│ │ │ │ ├── sidebar
│ │ │ │ │ ├── menu.php
│ │ │ │ │ ├── file.php
│ │ │ │ │ └── subpage.php
│ │ │ │ └── sidebar.php
│ │ │ ├── search.php
│ │ │ ├── uploader.php
│ │ │ ├── languages.php
│ │ │ ├── breadcrumb.php
│ │ │ ├── pagination.php
│ │ │ └── template.php
│ │ ├── widgets
│ │ │ ├── pages
│ │ │ │ ├── pages.html.php
│ │ │ │ └── pages.php
│ │ │ ├── site
│ │ │ │ ├── site.php
│ │ │ │ └── site.html.php
│ │ │ ├── history
│ │ │ │ ├── history.php
│ │ │ │ └── history.html.php
│ │ │ ├── license
│ │ │ │ ├── license.html.php
│ │ │ │ └── license.php
│ │ │ └── account
│ │ │ │ ├── account.html.php
│ │ │ │ └── account.php
│ │ ├── controllers
│ │ │ ├── dashboard.php
│ │ │ ├── search.php
│ │ │ ├── assets.php
│ │ │ ├── autocomplete.php
│ │ │ └── error.php
│ │ ├── src
│ │ │ └── panel
│ │ │ │ ├── layout.php
│ │ │ │ ├── snippet.php
│ │ │ │ ├── exceptions
│ │ │ │ └── permissions.php
│ │ │ │ ├── models
│ │ │ │ ├── page
│ │ │ │ │ └── addbutton.php
│ │ │ │ ├── user
│ │ │ │ │ ├── ui.php
│ │ │ │ │ └── avatar
│ │ │ │ │ │ └── ui.php
│ │ │ │ └── file
│ │ │ │ │ └── ui.php
│ │ │ │ ├── upload.php
│ │ │ │ └── view.php
│ │ ├── forms
│ │ │ ├── avatars
│ │ │ │ └── delete.php
│ │ │ ├── files
│ │ │ │ └── delete.php
│ │ │ ├── pages
│ │ │ │ ├── delete.php
│ │ │ │ └── url.php
│ │ │ ├── users
│ │ │ │ └── delete.php
│ │ │ ├── editor
│ │ │ │ ├── link.php
│ │ │ │ └── email.php
│ │ │ ├── auth
│ │ │ │ └── login.php
│ │ │ └── installation
│ │ │ │ └── check.php
│ │ └── layouts
│ │ │ ├── base.php
│ │ │ ├── fatal.php
│ │ │ └── app.php
│ ├── assets
│ │ ├── images
│ │ │ ├── avatar.png
│ │ │ ├── pattern.png
│ │ │ ├── hint.arrows.png
│ │ │ ├── placeholder.png
│ │ │ ├── loader.black.gif
│ │ │ └── loader.white.gif
│ │ └── fonts
│ │ │ ├── fontawesome-webfont.woff
│ │ │ ├── sourcesanspro-400.woff
│ │ │ ├── sourcesanspro-400.woff2
│ │ │ ├── sourcesanspro-600.woff
│ │ │ ├── sourcesanspro-600.woff2
│ │ │ ├── fontawesome-webfont.woff2
│ │ │ ├── sourcesanspro-400-italic.woff
│ │ │ └── sourcesanspro-400-italic.woff2
│ ├── readme.md
│ └── composer.json
├── index.php
├── package.json
└── gulpfile.js
├── README.md
├── env-config.js
├── components
├── header.js
├── nav.js
└── layout.js
├── constants.js
├── pages
├── _error.js
├── index.js
└── about.js
└── package.json
/admin/thumbs/index.html:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/admin/content/api/api.txt:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/admin/site/cache/index.html:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/admin/assets/avatars/index.html:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/admin/site/accounts/.logins:
--------------------------------------------------------------------------------
1 | []
--------------------------------------------------------------------------------
/admin/site/accounts/index.html:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/admin/site/plugins/index.html:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/admin/site/templates/home.php:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | React website with Kirby CMS
2 |
--------------------------------------------------------------------------------
/admin/content/3-about/api/api-about.txt:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/admin/kirby/test/etc/site/plugins/a/a.php:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/admin/kirby/test/etc/site/plugins/b.php:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/admin/kirby/test/etc/content/2-b/b.txt:
--------------------------------------------------------------------------------
1 | Title: B
--------------------------------------------------------------------------------
/admin/kirby/test/etc/content/home/home.txt:
--------------------------------------------------------------------------------
1 | Title: Home
--------------------------------------------------------------------------------
/admin/kirby/test/etc/content/1-a/test.js:
--------------------------------------------------------------------------------
1 | alert('hello');
--------------------------------------------------------------------------------
/admin/kirby/test/etc/content/error/error.txt:
--------------------------------------------------------------------------------
1 | Title: Error
--------------------------------------------------------------------------------
/admin/content/1-projects/1-project-a/closeup.jpg.txt:
--------------------------------------------------------------------------------
1 | Sort: 2
--------------------------------------------------------------------------------
/admin/kirby/test/etc/kirbytext/tel/test.txt:
--------------------------------------------------------------------------------
1 | (tel: +49 789 22323)
--------------------------------------------------------------------------------
/admin/content/1-projects/1-project-a/creative-tools.jpg.txt:
--------------------------------------------------------------------------------
1 | Sort: 1
--------------------------------------------------------------------------------
/admin/content/1-projects/1-project-a/folding-rule.jpg.txt:
--------------------------------------------------------------------------------
1 | Sort: 3
--------------------------------------------------------------------------------
/admin/kirby/test/etc/content/tests/file-extension-case-test/a.JSON:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/admin/kirby/test/etc/content/tests/file-extension-case-test/b.json:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/admin/content/redirect/redirect.txt:
--------------------------------------------------------------------------------
1 | Title: Redirect
2 |
3 | ----
4 |
--------------------------------------------------------------------------------
/admin/kirby/test/etc/kirbytext/twitter/test.txt:
--------------------------------------------------------------------------------
1 | (twitter: bastianallgeier)
--------------------------------------------------------------------------------
/admin/kirby/vendor/erusev/parsedown/test/data/line_break.md:
--------------------------------------------------------------------------------
1 | line
2 | line
--------------------------------------------------------------------------------
/admin/site/templates/redirect.php:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/admin/kirby/test/etc/kirbytext/image/test.txt:
--------------------------------------------------------------------------------
1 | (image: http://getkirby.com/image.jpg)
--------------------------------------------------------------------------------
/admin/kirby/test/etc/kirbytext/link/test.txt:
--------------------------------------------------------------------------------
1 | (link: http://getkirby.com text: Kirby)
--------------------------------------------------------------------------------
/admin/kirby/test/etc/kirbytext/vimeo/test.txt:
--------------------------------------------------------------------------------
1 | (vimeo: https://vimeo.com/115805751)
--------------------------------------------------------------------------------
/admin/kirby/test/etc/site/tags/a.php:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/admin/kirby/vendor/erusev/parsedown/test/data/email.md:
--------------------------------------------------------------------------------
1 | my email is
line
2 | line
code
--------------------------------------------------------------------------------
/admin/kirby/vendor/getkirby/toolkit/test/etc/content.php:
--------------------------------------------------------------------------------
1 | My test content is
--------------------------------------------------------------------------------
/admin/kirby/test/etc/kirbytext/link/expected.html:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/admin/kirby/test/etc/kirbytext/tel/expected.html:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/admin/kirby/vendor/erusev/parsedown/test/data/whitespace.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | code
4 |
5 |
--------------------------------------------------------------------------------
/admin/kirby/test/etc/kirbytext/image-with-alt/test.txt:
--------------------------------------------------------------------------------
1 | (image: http://getkirby.com/image.jpg alt: Kirby)
--------------------------------------------------------------------------------
/admin/kirby/test/etc/kirbytext/link-with-rel/test.txt:
--------------------------------------------------------------------------------
1 | (link: http://getkirby.com text: Kirby rel: me)
--------------------------------------------------------------------------------
/admin/kirby/test/etc/kirbytext/youtube/test.txt:
--------------------------------------------------------------------------------
1 | (youtube: https://www.youtube.com/watch?v=VhP7ZzZysQg)
--------------------------------------------------------------------------------
/admin/panel/app/translations/ko/package.json:
--------------------------------------------------------------------------------
1 | {
2 | "title": "한국어",
3 | "direction": "ltr"
4 | }
--------------------------------------------------------------------------------
/admin/panel/app/views/files/delete.php:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/admin/panel/app/views/pages/delete.php:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/admin/panel/app/views/pages/toggle.php:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/admin/panel/app/views/users/delete.php:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/admin/kirby/test/etc/kirbytext/link-with-class/test.txt:
--------------------------------------------------------------------------------
1 | (link: http://getkirby.com text: Kirby class: link)
--------------------------------------------------------------------------------
/admin/kirby/test/etc/kirbytext/link-with-popup/test.txt:
--------------------------------------------------------------------------------
1 | (link: http://getkirby.com text: Kirby popup: yes)
--------------------------------------------------------------------------------
/admin/kirby/vendor/erusev/parsedown/test/data/multiline_list_paragraph.md:
--------------------------------------------------------------------------------
1 | - li
2 |
3 | line
4 | line
--------------------------------------------------------------------------------
/admin/kirby/vendor/erusev/parsedown/test/data/separated_nested_list.md:
--------------------------------------------------------------------------------
1 | - li
2 |
3 | - li
4 | - li
--------------------------------------------------------------------------------
/admin/panel/app/translations/bg/package.json:
--------------------------------------------------------------------------------
1 | {
2 | "title": "Bulgarian",
3 | "direction": "ltr"
4 | }
--------------------------------------------------------------------------------
/admin/panel/app/translations/ca/package.json:
--------------------------------------------------------------------------------
1 | {
2 | "title": "Catalan",
3 | "direction": "ltr"
4 | }
--------------------------------------------------------------------------------
/admin/panel/app/translations/cs/package.json:
--------------------------------------------------------------------------------
1 | {
2 | "title": "Česky",
3 | "direction": "ltr"
4 | }
--------------------------------------------------------------------------------
/admin/panel/app/translations/da/package.json:
--------------------------------------------------------------------------------
1 | {
2 | "title": "Dansk",
3 | "direction": "ltr"
4 | }
--------------------------------------------------------------------------------
/admin/panel/app/translations/de/package.json:
--------------------------------------------------------------------------------
1 | {
2 | "title": "Deutsch",
3 | "direction": "ltr"
4 | }
--------------------------------------------------------------------------------
/admin/panel/app/translations/el/package.json:
--------------------------------------------------------------------------------
1 | {
2 | "title": "Ελληνικά",
3 | "direction": "ltr"
4 | }
--------------------------------------------------------------------------------
/admin/panel/app/translations/en/package.json:
--------------------------------------------------------------------------------
1 | {
2 | "title": "English",
3 | "direction": "ltr"
4 | }
--------------------------------------------------------------------------------
/admin/panel/app/translations/fa/package.json:
--------------------------------------------------------------------------------
1 | {
2 | "title": "پارسی",
3 | "direction": "rtl"
4 | }
--------------------------------------------------------------------------------
/admin/panel/app/translations/fi/package.json:
--------------------------------------------------------------------------------
1 | {
2 | "title": "Suomi",
3 | "direction": "ltr"
4 | }
--------------------------------------------------------------------------------
/admin/panel/app/translations/fr/package.json:
--------------------------------------------------------------------------------
1 | {
2 | "title": "Français",
3 | "direction": "ltr"
4 | }
--------------------------------------------------------------------------------
/admin/panel/app/translations/hu/package.json:
--------------------------------------------------------------------------------
1 | {
2 | "title": "Hungarian",
3 | "direction": "ltr"
4 | }
--------------------------------------------------------------------------------
/admin/panel/app/translations/it/package.json:
--------------------------------------------------------------------------------
1 | {
2 | "title": "Italiano",
3 | "direction": "ltr"
4 | }
--------------------------------------------------------------------------------
/admin/panel/app/translations/ja/package.json:
--------------------------------------------------------------------------------
1 | {
2 | "title": "Japanese",
3 | "direction": "ltr"
4 | }
--------------------------------------------------------------------------------
/admin/panel/app/translations/pl/package.json:
--------------------------------------------------------------------------------
1 | {
2 | "title": "Polski",
3 | "direction": "ltr"
4 | }
--------------------------------------------------------------------------------
/admin/panel/app/translations/ro/package.json:
--------------------------------------------------------------------------------
1 | {
2 | "title": "Română",
3 | "direction": "ltr"
4 | }
--------------------------------------------------------------------------------
/admin/panel/app/translations/tr/package.json:
--------------------------------------------------------------------------------
1 | {
2 | "title": "Türkçe",
3 | "direction": "ltr"
4 | }
--------------------------------------------------------------------------------
/admin/panel/app/views/avatars/delete.php:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/admin/kirby/test/etc/kirbytext/gist/test.txt:
--------------------------------------------------------------------------------
1 | (gist: https://gist.github.com/bastianallgeier/deae448c5913d79809a6)
--------------------------------------------------------------------------------
/admin/kirby/test/etc/kirbytext/image-with-caption/test.txt:
--------------------------------------------------------------------------------
1 | (image: http://getkirby.com/image.jpg caption: Kirby)
--------------------------------------------------------------------------------
/admin/kirby/test/etc/kirbytext/link-with-rel/expected.html:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/admin/kirby/test/etc/kirbytext/link-with-target/test.txt:
--------------------------------------------------------------------------------
1 | (link: http://getkirby.com text: Kirby target: _blank)
--------------------------------------------------------------------------------
/admin/kirby/vendor/erusev/parsedown/test/data/lazy_list.html:
--------------------------------------------------------------------------------
1 | 

(test Kirby)
-------------------------------------------------------------------------------- /admin/kirby/vendor/erusev/parsedown/test/data/compound_emphasis.md: -------------------------------------------------------------------------------- 1 | _`code`_ __`code`__ 2 | 3 | *`code`**`code`**`code`* 4 | 5 | -------------------------------------------------------------------------------- /admin/kirby/vendor/erusev/parsedown/test/data/sparse_html.html: -------------------------------------------------------------------------------- 1 |
![missing reference]
-------------------------------------------------------------------------------- /admin/kirby/vendor/erusev/parsedown/test/data/multiline_list_paragraph.html: -------------------------------------------------------------------------------- 1 |li
4 |line 5 | line
6 |li
4 |
(
2 | multi line parenthesis
3 | should be rendered correctly
4 | )
paragraph
3 | 5 |paragraph
-------------------------------------------------------------------------------- /admin/kirby/vendor/erusev/parsedown/test/data/html_comment.md: -------------------------------------------------------------------------------- 1 | 2 | 3 | paragraph 4 | 5 | 7 | 8 | paragraph -------------------------------------------------------------------------------- /admin/kirby/vendor/erusev/parsedown/test/data/inline_title.md: -------------------------------------------------------------------------------- 1 | [single quotes](http://example.com 'Example') and [double quotes](http://example.com "Example") -------------------------------------------------------------------------------- /admin/kirby/vendor/erusev/parsedown/test/data/setext_header.html: -------------------------------------------------------------------------------- 1 |not a header
5 |
li
4 |

quote 3 | the rest of it
4 |another paragraph 5 | the rest of it
6 | -------------------------------------------------------------------------------- /admin/kirby/vendor/erusev/parsedown/test/data/strikethrough.md: -------------------------------------------------------------------------------- 1 | ~~strikethrough~~ 2 | 3 | here's ~~one~~ followed by ~~another one~~ 4 | 5 | ~~ this ~~ is not one neither is ~this~ -------------------------------------------------------------------------------- /admin/thumbs/projects/project-a/creative-tools-600x600.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petertait/react-kirby-starter/HEAD/admin/thumbs/projects/project-a/creative-tools-600x600.jpg -------------------------------------------------------------------------------- /admin/kirby/vendor/erusev/parsedown/test/data/ordered_list.md: -------------------------------------------------------------------------------- 1 | 1. one 2 | 2. two 3 | 4 | repeating numbers: 5 | 6 | 1. one 7 | 1. two 8 | 9 | large numbers: 10 | 11 | 123. one -------------------------------------------------------------------------------- /admin/kirby/vendor/getkirby/toolkit/test/etc/images/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/petertait/react-kirby-starter/HEAD/admin/kirby/vendor/getkirby/toolkit/test/etc/images/favicon.png -------------------------------------------------------------------------------- /admin/panel/app/snippets/meta.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /admin/panel/app/translations/ar/package.json: -------------------------------------------------------------------------------- 1 | { 2 | "title": "العربية", 3 | "direction": "rtl", 4 | "author": "أحمد الحدادsingle quotes and double quotes
-------------------------------------------------------------------------------- /admin/kirby/vendor/erusev/parsedown/test/data/tab-indented_code_block.html: -------------------------------------------------------------------------------- 1 |<?php
2 |
3 | $message = 'Hello World!';
4 | echo $message;
5 |
6 | echo "following a blank line";
--------------------------------------------------------------------------------
/admin/kirby/test/etc/kirbytext/image-with-link-popup/expected.html:
--------------------------------------------------------------------------------
1 | 
2 |-------------------------------------------------------------------------------- /admin/kirby/vendor/erusev/parsedown/test/data/nested_block-level_html.md: -------------------------------------------------------------------------------- 1 |header
3 |paragraph
4 |5 |
7 |- li
6 |
8 |paragraph
9 |
7 | _adopted child_ 8 |9 |
7 | _adopted child_ 8 |9 |
outside
-------------------------------------------------------------------------------- /admin/kirby/vendor/erusev/parsedown/test/data/span-level_html.md: -------------------------------------------------------------------------------- 1 | an important link 2 | 3 | brokenstrikethrough
here's one followed by another one
~~ this ~~ is not one neither is ~this~
-------------------------------------------------------------------------------- /admin/kirby/vendor/erusev/parsedown/test/data/unordered_list.html: -------------------------------------------------------------------------------- 1 |mixed markers:
6 |lorem ipsum
2 |(lorem ipsum)
3 |lorem ipsum
4 |(
5 |lorem ipsum
6 |(lorem ipsum)
7 |lorem ipsum
-------------------------------------------------------------------------------- /admin/kirby/vendor/erusev/parsedown-extra/test/data/footnote.md: -------------------------------------------------------------------------------- 1 | first [^1] second [^2]. 2 | 3 | [^1]: one 4 | [^2]: two 5 | 6 | first [^a] second [^b]. 7 | 8 | [^a]: one 9 | [^b]: two 10 | 11 | second time [^1] -------------------------------------------------------------------------------- /admin/kirby/vendor/erusev/parsedown/test/data/atx_heading.html: -------------------------------------------------------------------------------- 1 |####### not a heading
8 |#
-------------------------------------------------------------------------------- /admin/kirby/vendor/erusev/parsedown/test/data/compound_emphasis.html: -------------------------------------------------------------------------------- 1 |code code
codecodecode
paragraph
2 |paragraph
7 |li
10 |paragraph
4 |paragraph
5 |paragraph
8 |9 |11 |quote
10 |
li
4 |li
11 |<?php
2 |
3 | $message = 'Hello World!';
4 | echo $message;
5 | > not a quote
7 | - not a list item
8 | [not a reference]: http://foo.com
--------------------------------------------------------------------------------
/admin/kirby/vendor/erusev/parsedown/test/data/span-level_html.html:
--------------------------------------------------------------------------------
1 | an important link
2 |broken
3 | line
inline tag at the beginning
5 | -------------------------------------------------------------------------------- /admin/kirby/kirby/request/params.php: -------------------------------------------------------------------------------- 1 | toArray()); 12 | } 13 | 14 | } -------------------------------------------------------------------------------- /admin/kirby/vendor/erusev/parsedown/test/data/fenced_code_block.html: -------------------------------------------------------------------------------- 1 |<?php
2 |
3 | $message = 'fenced code block';
4 | echo $message;
5 | tilde
6 | echo 'language identifier';
--------------------------------------------------------------------------------
/admin/kirby/vendor/getkirby/smartypants/README.md:
--------------------------------------------------------------------------------
1 | # Kirby SmartyPants Parser Fork
2 |
3 | Our own fork of the Smartypants parser. We only use this internally to make some minor changes and add more config options to the parser. Don't use this in your own projects.
4 |
--------------------------------------------------------------------------------
/admin/kirby/vendor/erusev/parsedown/test/data/simple_table.md:
--------------------------------------------------------------------------------
1 | header 1 | header 2
2 | -------- | --------
3 | cell 1.1 | cell 1.2
4 | cell 2.1 | cell 2.2
5 |
6 | ---
7 |
8 | header 1 | header 2
9 | :------- | --------
10 | cell 1.1 | cell 1.2
11 | cell 2.1 | cell 2.2
--------------------------------------------------------------------------------
/admin/panel/app/fields/tel/tel.php:
--------------------------------------------------------------------------------
1 | type = 'tel';
7 | $this->icon = 'phone';
8 | $this->label = l::get('fields.tel.label', 'Phone');
9 | }
10 |
11 | }
--------------------------------------------------------------------------------
/admin/site/blueprints/error.yml:
--------------------------------------------------------------------------------
1 | title: Error
2 |
3 | pages: false
4 |
5 | fields:
6 | title:
7 | label: Title
8 | type: text
9 |
10 | intro:
11 | label: Intro
12 | type: textarea
13 |
14 | text:
15 | label: Text
16 | type: textarea
--------------------------------------------------------------------------------
/admin/site/blueprints/home.yml:
--------------------------------------------------------------------------------
1 | title: Home
2 |
3 | pages: false
4 |
5 | fields:
6 | title:
7 | label: Title
8 | type: text
9 |
10 | intro:
11 | label: Intro
12 | type: textarea
13 |
14 | text:
15 | label: Text
16 | type: textarea
--------------------------------------------------------------------------------
/admin/kirby/vendor/erusev/parsedown/phpunit.xml.dist:
--------------------------------------------------------------------------------
1 |
2 | repeating numbers:
6 |large numbers:
11 |2 |4 |quote
3 |
indented:
5 |6 |8 |quote
7 |
no space after >:
10 |-------------------------------------------------------------------------------- /admin/site/accounts/peter.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | username: peter 4 | password: > 5 | $2a$10$CtEJlm7/sa/9SXhsrY0ETuykaJW8BAan2p8OQ0cgBG.L5DbsJEL7y 6 | email: contact@petertait.com 7 | language: en 8 | role: admin 9 | history: 10 | - about 11 | - home 12 | -------------------------------------------------------------------------------- /admin/kirby/vendor/erusev/parsedown/test/data/url_autolinking.md: -------------------------------------------------------------------------------- 1 | an autolink http://example.com 2 | 3 | inside of brackets [http://example.com], inside of braces {http://example.com}, inside of parentheses (http://example.com) 4 | 5 | trailing slash http://example.com/ and http://example.com/path/ -------------------------------------------------------------------------------- /admin/kirby/vendor/composer/autoload_psr4.php: -------------------------------------------------------------------------------- 1 | array($vendorDir . '/filp/whoops/src/Whoops'), 10 | ); 11 | -------------------------------------------------------------------------------- /admin/kirby/vendor/erusev/parsedown/test/data/block-level_html.html: -------------------------------------------------------------------------------- 1 |quote
11 |
paragraph
3 |paragraph
3 |paragraph
5 |paragraph
7 |paragraph
9 |paragraph
11 |paragraph
-------------------------------------------------------------------------------- /admin/panel/app/fields/hidden/hidden.php: -------------------------------------------------------------------------------- 1 | 'hidden', 8 | 'name' => $this->name(), 9 | 'value' => $this->value() 10 | )); 11 | } 12 | 13 | } -------------------------------------------------------------------------------- /admin/panel/app/widgets/site/site.php: -------------------------------------------------------------------------------- 1 | array( 5 | 'text' => l('dashboard.index.site.title'), 6 | 'link' => url(), 7 | 'target' => '_blank', 8 | ), 9 | 'html' => function() { 10 | return tpl::load(__DIR__ . DS . 'site.html.php'); 11 | } 12 | ); -------------------------------------------------------------------------------- /admin/assets/images/logo.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /admin/kirby/test/etc/content/site.txt: -------------------------------------------------------------------------------- 1 | Title: Kirby 2 | 3 | ---- 4 | 5 | Author: Bastian Allgeier GmbH 6 | 7 | ---- 8 | 9 | Description: This is a Kirby test file 10 | 11 | ---- 12 | 13 | Keywords: Kirby, CMS, file-based 14 | 15 | ---- 16 | 17 | Copyright: © 2009-(date: Year) (link: http://getkirby.com text: Kirby) -------------------------------------------------------------------------------- /admin/kirby/vendor/getkirby/smartypants/composer.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "getkirby/smartypants", 3 | "description": "The Kirby SmartyPants Fork", 4 | "keywords": ["smartypants"], 5 | "autoload": { 6 | "files": ["smartypants.php"] 7 | }, 8 | "require": { 9 | "getkirby/toolkit": "2.4.*" 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /admin/panel/app/controllers/dashboard.php: -------------------------------------------------------------------------------- 1 | screen('dashboard/index', panel()->site(), array( 8 | 'widgets' => new Kirby\Panel\Widgets() 9 | )); 10 | 11 | } 12 | 13 | } -------------------------------------------------------------------------------- /admin/content/3-about/0-brad-kitt/team.txt: -------------------------------------------------------------------------------- 1 | Title: Brad Kitt 2 | 3 | ---- 4 | 5 | About: An experienced business cat who makes sure that everyone in the company always stays happy. 6 | 7 | ---- 8 | 9 | Position: Yarn Supply 10 | 11 | ---- 12 | 13 | Phone: +49 12345 568-60 14 | 15 | ---- 16 | 17 | Email: brad@example.com 18 | -------------------------------------------------------------------------------- /admin/kirby/vendor/erusev/parsedown-extra/test/data/special_attributes.md: -------------------------------------------------------------------------------- 1 | Header 1 {#header1} 2 | ======== 3 | 4 | ## Header 2 ## {#header2} 5 | 6 | ## The Site ## {.main} 7 | 8 | ## The Site ## {.main .shine #the-site} 9 | 10 | [link](http://parsedown.org) {.primary #link .upper-case} 11 | 12 |  {#logo .big} -------------------------------------------------------------------------------- /admin/kirby/vendor/erusev/parsedown/test/data/aesthetic_table.html: -------------------------------------------------------------------------------- 1 || header 1 | 5 |header 2 | 6 |
|---|---|
| cell 1.1 | 11 |cell 1.2 | 12 |
| cell 2.1 | 15 |cell 2.2 | 16 |
| header 1 | 5 |header 2 | 6 |
|---|---|
| cell 1.1 | 11 |cell 1.2 | 12 |
| cell 2.1 | 15 |cell 2.2 | 16 |
escaped *emphasis*.
2 |escaped \*emphasis\* in a code span
escaped \*emphasis\* in a code block
4 | \ ` * _ { } [ ] ( ) > # + - . !
5 |one_two one_two
6 |one*two one*two
-------------------------------------------------------------------------------- /admin/kirby/vendor/erusev/parsedown/test/data/strong_em.html: -------------------------------------------------------------------------------- 1 |em strong em
2 |strong em em
3 |em strong em em
4 |em strong em
5 |strong em em
6 |em strong em em
-------------------------------------------------------------------------------- /admin/site/blueprints/project.yml: -------------------------------------------------------------------------------- 1 | title: Project 2 | 3 | files: 4 | sortable: true 5 | 6 | pages: false 7 | 8 | fields: 9 | title: 10 | label: Title 11 | type: text 12 | width: 3/4 13 | 14 | year: 15 | label: Year 16 | type: text 17 | width: 1/4 18 | 19 | text: 20 | label: Text 21 | type: textarea 22 | -------------------------------------------------------------------------------- /admin/content/1-projects/projects.txt: -------------------------------------------------------------------------------- 1 | Title: Projects 2 | 3 | ---- 4 | 5 | Text: This portfolio layout might be used to showcase your latest design work, a collection of your favorite recipes or maybe something completely different? All projects are subpages of the projects page and are fetched by a snippet file called showcase.php. 6 | -------------------------------------------------------------------------------- /admin/kirby/vendor/erusev/parsedown/test/data/code_span.html: -------------------------------------------------------------------------------- 1 |a code span
this is also a codespan trailing text
and look at this one!
single backtick in a code span: `
backtick-delimited string in a code span: `foo`
sth `` sth
The HTML specification 2 | is maintained by the W3C. 3 | The abbreviation ML is contained in the abbreviation HTML.
-------------------------------------------------------------------------------- /admin/kirby/vendor/getkirby/toolkit/test/TimerTest.php: -------------------------------------------------------------------------------- 1 | assertTrue(is_float(timer::stop())); 13 | 14 | } 15 | 16 | } 17 | -------------------------------------------------------------------------------- /admin/panel/app/views/auth/login.php: -------------------------------------------------------------------------------- 1 | 4 | 5 | -------------------------------------------------------------------------------- /admin/site/blueprints/site.yml: -------------------------------------------------------------------------------- 1 | title: Site 2 | 3 | pages: default 4 | 5 | fields: 6 | title: 7 | label: Title 8 | type: text 9 | 10 | author: 11 | label: Author 12 | type: text 13 | 14 | description: 15 | label: Description 16 | type: textarea 17 | 18 | copyright: 19 | label: Copyright 20 | type: textarea 21 | -------------------------------------------------------------------------------- /admin/content/error/error.txt: -------------------------------------------------------------------------------- 1 | Title: Error 2 | 3 | ---- 4 | 5 | Intro: The page has not been found. 6 | 7 | ---- 8 | 9 | Text: Well, stuff can go wrong sometimes and maybe you mistyped a URL, tapped/clicked on a broken link or your computer just wants to drive you nuts. Anyway … keep calm and take a look at our beautiful (link: / text: homepage) instead. 10 | -------------------------------------------------------------------------------- /admin/index.php: -------------------------------------------------------------------------------- 1 | launch(); -------------------------------------------------------------------------------- /admin/kirby/kirby/request/path.php: -------------------------------------------------------------------------------- 1 | data); 16 | } 17 | 18 | } -------------------------------------------------------------------------------- /admin/kirby/vendor/erusev/parsedown/test/data/reference_title.html: -------------------------------------------------------------------------------- 1 |double quotes and single quotes and parentheses
2 |[invalid title]: http://example.com example title
-------------------------------------------------------------------------------- /admin/panel/app/widgets/history/history.php: -------------------------------------------------------------------------------- 1 | array( 5 | 'text' => l('dashboard.index.history.title'), 6 | 'link' => false, 7 | ), 8 | 'html' => function() { 9 | return tpl::load(__DIR__ . DS . 'history.html.php', array( 10 | 'history' => panel()->user()->history()->get() 11 | )); 12 | } 13 | ); -------------------------------------------------------------------------------- /admin/panel/readme.md: -------------------------------------------------------------------------------- 1 | # Kirby Panel 2 | 3 | This is the Kirby Panel submodule. 4 | 5 | Please refer to the [Kirby Starterkit](http://github.com/getkirby/starterkit) 6 | for a complete installation of Kirby 7 | 8 | ## Author 9 | Bastian Allgeier 10 |
lazy 8 | line
multiple
10 |paragraphs
nested
12 |code block
13 | 14 |quote 15 | block
16 |
AT&T has an ampersand in their name
2 |this & that
3 |4 < 5 and 6 > 5
4 |http://example.com/autolink?a=1&b=2
5 | 6 | -------------------------------------------------------------------------------- /admin/kirby/vendor/getkirby/toolkit/test/UrlTest.php: -------------------------------------------------------------------------------- 1 | assertTrue(url::hasQuery('http://getkirby.com/?search=some')); 10 | $this->assertFalse(url::hasQuery('http://getkirby.com/docs/support')); 11 | 12 | } 13 | 14 | 15 | } -------------------------------------------------------------------------------- /admin/panel/app/fields/line/line.php: -------------------------------------------------------------------------------- 1 | '; 11 | } 12 | 13 | public function element() { 14 | $element = parent::element(); 15 | $element->addClass('field-with-line'); 16 | return $element; 17 | } 18 | 19 | } -------------------------------------------------------------------------------- /admin/panel/app/translations/readme.md: -------------------------------------------------------------------------------- 1 | # About Panel translations 2 | 3 | Panel translations are managed at [Transifex](https://www.transifex.com/getkirby/panel). Changes at Transifex are used in this repository. 4 | If you'd like to contribute (thank you!), please request access to your language at Transifex. 5 | 6 | Read more in the [Kirby docs](https://getkirby.com/docs/developer-guide/panel/translations). -------------------------------------------------------------------------------- /admin/panel/app/views/auth/error.php: -------------------------------------------------------------------------------- 1 | 9 | 10 | -------------------------------------------------------------------------------- /admin/kirby/bootstrap.php: -------------------------------------------------------------------------------- 1 | view('search/results', array( 12 | 'pages' => $search->pages(), 13 | 'users' => $search->users(), 14 | )); 15 | 16 | } 17 | 18 | } -------------------------------------------------------------------------------- /admin/panel/app/fields/filename/filename.php: -------------------------------------------------------------------------------- 1 | addClass('field-icon'); 12 | $icon->append('.' . $this->extension . ''); 13 | 14 | return $icon; 15 | 16 | } 17 | 18 | } 19 | -------------------------------------------------------------------------------- /admin/kirby/vendor/erusev/parsedown/test/data/implicit_reference.md: -------------------------------------------------------------------------------- 1 | an [implicit] reference link 2 | 3 | [implicit]: http://example.com 4 | 5 | an [implicit][] reference link with an empty link definition 6 | 7 | an [implicit][] reference link followed by [another][] 8 | 9 | [another]: http://cnn.com 10 | 11 | an [explicit][example] reference link with a title 12 | 13 | [example]: http://example.com "Example" -------------------------------------------------------------------------------- /admin/package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "react-kirby-starter", 3 | "version": "1.0.0", 4 | "description": "Kirby Panel with localhost server.", 5 | "author": "Peter Tait", 6 | "dependencies": { 7 | "browser-sync": "^2.8.2", 8 | "gulp": "^3.9.0", 9 | "gulp-connect-php": "git://github.com/thomas-lebeau/gulp-connect-php.git" 10 | }, 11 | "scripts": { 12 | "start": "gulp serve" 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /admin/kirby/vendor/getkirby/toolkit/test/etc/system/executable.sh: -------------------------------------------------------------------------------- 1 | # This is an executable file used for the SystemTest.php 2 | if [ "$1" = "fail" ] 3 | then 4 | echo "This probably failed. Or so." 5 | exit 42 6 | elif [ "$1" = "something" ] 7 | then 8 | echo "Something is sometimes not that cool. But anyway." 9 | exit 0 10 | else 11 | echo "Some dummy output just to test execution of this file." 12 | exit 0 13 | fi 14 | -------------------------------------------------------------------------------- /admin/panel/app/widgets/site/site.html.php: -------------------------------------------------------------------------------- 1 |underscore, asterisk, one two, three four, a, b
2 |strong and em and strong and em
3 |line 4 | line 5 | line
6 |this_is_not_an_emphasis
7 |an empty emphasis __ ** is not an emphasis
8 |*mixed *double and single asterisk** spans
-------------------------------------------------------------------------------- /admin/kirby/vendor/erusev/parsedown/test/data/implicit_reference.html: -------------------------------------------------------------------------------- 1 |an implicit reference link
2 |an implicit reference link with an empty link definition
3 |an implicit reference link followed by another
4 |an explicit reference link with a title
-------------------------------------------------------------------------------- /admin/panel/app/controllers/assets.php: -------------------------------------------------------------------------------- 1 | plugins()->js(), 'text/javascript'); 10 | } 11 | 12 | public function css() { 13 | $form = new Form(); 14 | return new Response($form->plugins()->css(), 'text/css'); 15 | } 16 | 17 | } -------------------------------------------------------------------------------- /admin/kirby/vendor/getkirby/toolkit/test/VisitorTest.php: -------------------------------------------------------------------------------- 1 | assertEquals(false, visitor::ip()); 11 | } 12 | 13 | public function testAcceptedLanguage() { 14 | $this->assertEquals(null, visitor::acceptedLanguage()); 15 | } 16 | 17 | } -------------------------------------------------------------------------------- /admin/kirby/kirby/component.php: -------------------------------------------------------------------------------- 1 | kirby = $kirby; 13 | } 14 | 15 | public function defaults() { 16 | return []; 17 | } 18 | 19 | public function configure() { 20 | 21 | } 22 | 23 | public function kirby() { 24 | return $this->kirby; 25 | } 26 | 27 | } -------------------------------------------------------------------------------- /admin/kirby/readme.md: -------------------------------------------------------------------------------- 1 | # Kirby Core 2 | 3 | This is the Kirby Core submodule. 4 | 5 | Please refer to the [Kirby Starterkit](http://github.com/getkirby/starterkit) 6 | for a complete installation of Kirby 7 | 8 |  9 | 10 | ## Author 11 | Bastian Allgeier 12 || header 1 | 5 |header 2 | 6 |
|---|---|
| cell 1.1 | 11 ||
| 2.1 |
15 | | 2.2 | 16 |
\| 2.1 |
19 | link | 20 |
em strong strong
3 |strong em strong
4 |strong em strong strong
5 |em strong
6 |em strong strong
7 |strong em strong
8 |strong em strong strong
-------------------------------------------------------------------------------- /components/layout.js: -------------------------------------------------------------------------------- 1 | import React from 'react' 2 | import Header from './header' 3 | import axios from 'axios' 4 | 5 | export default class Layout extends React.Component { 6 | constructor() { 7 | super() 8 | 9 | } 10 | 11 | componentDidMount() { 12 | 13 | } 14 | 15 | render() { 16 | return ( 17 |link with parentheses in URL
3 |(link) in parentheses
4 | 5 | 6 | -------------------------------------------------------------------------------- /admin/kirby/vendor/erusev/parsedown/test/data/text_reference.md: -------------------------------------------------------------------------------- 1 | [reference link][1] 2 | 3 | [1]: http://example.com 4 | 5 | [one][website] with a semantic name 6 | 7 | [website]: http://example.com 8 | 9 | [one][404] with no definition 10 | 11 | [multiline 12 | one][website] defined on 2 lines 13 | 14 | [one][Label] with a mixed case label and an upper case definition 15 | 16 | [LABEL]: http://example.com 17 | 18 | [one] 19 | [1] with the a label on the next line 20 | 21 | [`link`][website] -------------------------------------------------------------------------------- /admin/kirby/vendor/filp/whoops/src/Whoops/Exception/ErrorException.php: -------------------------------------------------------------------------------- 1 | 5 | */ 6 | 7 | namespace Whoops\Exception; 8 | 9 | use ErrorException as BaseErrorException; 10 | 11 | /** 12 | * Wraps ErrorException; mostly used for typing (at least now) 13 | * to easily cleanup the stack trace of redundant info. 14 | */ 15 | class ErrorException extends BaseErrorException 16 | { 17 | } 18 | -------------------------------------------------------------------------------- /admin/kirby/vendor/getkirby/toolkit/lib/c.php: -------------------------------------------------------------------------------- 1 | 11 | * @link http://getkirby.com 12 | * @copyright Bastian Allgeier 13 | * @license http://www.opensource.org/licenses/mit-license.php MIT License 14 | */ 15 | class C extends Silo { 16 | public static $data = array(); 17 | } -------------------------------------------------------------------------------- /admin/panel/app/forms/pages/delete.php: -------------------------------------------------------------------------------- 1 | array( 7 | 'label' => 'pages.delete.headline', 8 | 'type' => 'text', 9 | 'readonly' => true, 10 | 'icon' => false, 11 | 'default' => $page->title(), 12 | 'help' => $page->id(), 13 | ) 14 | )); 15 | 16 | $form->style('delete'); 17 | $form->cancel($page); 18 | 19 | return $form; 20 | 21 | }; -------------------------------------------------------------------------------- /admin/panel/app/layouts/base.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |an autolink http://example.com
2 |inside of brackets [http://example.com], inside of braces {http://example.com}, inside of parentheses (http://example.com)
3 |trailing slash http://example.com/ and http://example.com/path/
-------------------------------------------------------------------------------- /admin/site/config/config.php: -------------------------------------------------------------------------------- 1 | 'api/search/(:all)', 13 | 'action' => function ($uri) { 14 | $query = $uri; 15 | $results = site()->search($query)->toJson(); 16 | 17 | return response::json(array( 18 | $results, 19 | )); 20 | } 21 | ) 22 | )); -------------------------------------------------------------------------------- /admin/kirby/vendor/getkirby/toolkit/lib/toolkit.php: -------------------------------------------------------------------------------- 1 | 8 | * @link http://getkirby.com 9 | * @copyright Bastian Allgeier 10 | * @license http://www.opensource.org/licenses/mit-license.php MIT License 11 | */ 12 | class Toolkit { 13 | 14 | public static $version = '2.4.1'; 15 | 16 | public static function version() { 17 | return static::$version; 18 | } 19 | 20 | } -------------------------------------------------------------------------------- /admin/panel/app/fields/headline/assets/css/headline.css: -------------------------------------------------------------------------------- 1 | .field-with-headline { 2 | counter-increment: count; 3 | } 4 | .field-with-headline:first-child { 5 | padding-top: 0; 6 | } 7 | .field-with-headline { 8 | padding-top: 3em; 9 | } 10 | .field-with-headline .hgroup span { 11 | padding-left: 1.5em; 12 | } 13 | .field-with-headline .hgroup:before { 14 | position: absolute; 15 | content: counter(count, decimal-leading-zero); 16 | left: 0; 17 | color: #8dae28; 18 | font-weight: 400; 19 | } 20 | -------------------------------------------------------------------------------- /admin/site/blueprints/article.yml: -------------------------------------------------------------------------------- 1 | title: Article 2 | 3 | pages: false 4 | 5 | fields: 6 | title: 7 | label: Title 8 | type: title 9 | 10 | coverimage: 11 | label: Cover Image 12 | type: image 13 | width: 1/2 14 | 15 | date: 16 | icon: calendar 17 | label: Date 18 | type: date 19 | format: LL 20 | placeholder: Select a date… 21 | default: today 22 | required: true 23 | width: 1/2 24 | 25 | text: 26 | label: Text 27 | type: textarea 28 | -------------------------------------------------------------------------------- /admin/panel/app/fields/image/assets/css/image.css: -------------------------------------------------------------------------------- 1 | .field-with-image select { 2 | margin-left: 3rem; 3 | } 4 | .field-with-image .input-preview { 5 | position: absolute; 6 | top: 2px; 7 | left: 2px; 8 | bottom: 2px; 9 | width: 2.75em; 10 | background: url(../images/pattern.png); 11 | } 12 | .field-with-image .input-preview figure { 13 | display: block; 14 | width: 100%; 15 | height: 100%; 16 | background-repeat: no-repeat; 17 | background-position: center center; 18 | background-size: cover; 19 | } -------------------------------------------------------------------------------- /admin/panel/app/forms/users/delete.php: -------------------------------------------------------------------------------- 1 | array( 7 | 'label' => 'users.delete.headline', 8 | 'type' => 'text', 9 | 'readonly' => true, 10 | 'icon' => false, 11 | 'default' => $user->username(), 12 | 'help' => $user->email(), 13 | ) 14 | )); 15 | 16 | $form->style('delete'); 17 | $form->cancel($user, 'edit'); 18 | 19 | return $form; 20 | 21 | }; 22 | 23 | -------------------------------------------------------------------------------- /admin/kirby/vendor/erusev/parsedown-extra/test/data/markdown_inside_markup.html: -------------------------------------------------------------------------------- 1 |markdown
3 |This is another paragraph. It contains inline markup.
4 |markdown
11 |markdown
13 |markdown
20 |one with a semantic name
3 |[one][404] with no definition
4 |multiline 5 | one defined on 2 lines
6 |one with a mixed case label and an upper case definition
7 |one with the a label on the next line
8 | -------------------------------------------------------------------------------- /admin/content/1-projects/1-project-a/project.txt: -------------------------------------------------------------------------------- 1 | Title: Project A 2 | 3 | ---- 4 | 5 | Year: 2014 6 | 7 | ---- 8 | 9 | Text: Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. 10 | -------------------------------------------------------------------------------- /admin/content/1-projects/2-project-b/project.txt: -------------------------------------------------------------------------------- 1 | Title: Project B 2 | 3 | ---- 4 | 5 | Year: 2013 6 | 7 | ---- 8 | 9 | Text: Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. 10 | -------------------------------------------------------------------------------- /admin/content/1-projects/3-project-c/project.txt: -------------------------------------------------------------------------------- 1 | Title: Project C 2 | 3 | ---- 4 | 5 | Year: 2012 6 | 7 | ---- 8 | 9 | Text: Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. 10 | -------------------------------------------------------------------------------- /admin/content/1-projects/4-project-d/project.txt: -------------------------------------------------------------------------------- 1 | Title: Project D 2 | 3 | ---- 4 | 5 | Year: 2013 6 | 7 | ---- 8 | 9 | Text: Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. 10 | -------------------------------------------------------------------------------- /admin/content/1-projects/5-project-e/project.txt: -------------------------------------------------------------------------------- 1 | Title: Project E 2 | 3 | ---- 4 | 5 | Year: 2012 6 | 7 | ---- 8 | 9 | Text: Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. 10 | -------------------------------------------------------------------------------- /admin/content/4-contact/docs.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /admin/kirby/vendor/erusev/parsedown-extra/test/data/markdown_inside_markup.md: -------------------------------------------------------------------------------- 1 || header 1 | 5 |header 2 | 6 |header 2 | 7 |
|---|---|---|
| cell 1.1 | 12 |cell 1.2 | 13 |cell 1.3 | 14 |
| cell 2.1 | 17 |cell 2.2 | 18 |cell 2.3 | 19 |
{ 17 | this.props.statusCode 18 | ? `An error ${this.props.statusCode} occurred on server` 19 | : 'An error occurred on client' 20 | }
21 || header 1 | 5 |header 2 | 6 |
|---|---|
| cell 1.1 | 11 |cell 1.2 | 12 |
| cell 2.1 | 15 |cell 2.2 | 16 |
| header 1 | 24 |header 2 | 25 |
|---|---|
| cell 1.1 | 30 |cell 1.2 | 31 |
| cell 2.1 | 34 |cell 2.2 | 35 |
26 | 27 |
28 |29 | Find more info on: getkirby.com 30 |
31 | 32 | -------------------------------------------------------------------------------- /admin/panel/app/views/error/modal.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /admin/site/templates/about.php: -------------------------------------------------------------------------------- 1 | (string)$page->url(), 12 | 'title' => (string)$page->title(), 13 | 'text' => (string)$page->text(), 14 | 'email' => (string)$page->email() 15 | ); 16 | 17 | // Children 18 | $children = $site->find('about')->children()->visible(); 19 | foreach($children as $page) { 20 | $json['children'][] = array( 21 | 'url' => (string)$page->slug(), 22 | 'title' => (string)$page->title() 23 | ); 24 | } 25 | 26 | echo json_encode($json); 27 | 28 | ?> 29 | -------------------------------------------------------------------------------- /admin/kirby/branches/default.php: -------------------------------------------------------------------------------- 1 | 2 | 3 |';
38 | }
39 |
40 | }
--------------------------------------------------------------------------------
/admin/site/templates/project.php:
--------------------------------------------------------------------------------
1 |
2 |
3 | 7 | 8 | 9 |
10 | 11 | 12 | 13 |14 | 15 | 16 |
17 | 18 | 19 | 20 |21 | 22 | 23 |
24 | 25 | 26 |