2a11671 add pelican test output scripts

Authored and Committed by ryanlerch 6 years ago
63 files changed. 16255 lines added. 0 lines removed.
.gitignore
file added
+4
README.md
file added
+11
develop_server.sh
file added
+103
pelicanconf.py
file added
+46
plugins/asciidoc_reader/README.rst
file added
+49
plugins/asciidoc_reader/__init__.py
file added
+1
plugins/asciidoc_reader/asciidoc_reader.py
file added
+89
plugins/asciidoc_reader/test_asciidoc_reader.py
file added
+70
plugins/asciidoc_reader/test_data/article_with_asc_extension.asc
file added
+11
plugins/asciidoc_reader/test_data/article_with_asc_options.asc
file added
+7
plugins/category_meta/README.md
file added
+22
plugins/category_meta/__init__.py
file added
+1
plugins/category_meta/category_meta.py
file added
+130
plugins/filetime_from_git/README.rst
file added
+60
plugins/filetime_from_git/__init__.py
file added
+1
plugins/filetime_from_git/actions.py
file added
+108
plugins/filetime_from_git/content_adapter.py
file added
+99
plugins/filetime_from_git/git_wrapper.py
file added
+162
plugins/filetime_from_git/registration.py
file added
+30
plugins/filetime_from_git/utils.py
file added
+39
plugins/related_posts/Readme.rst
file added
+34
plugins/related_posts/__init__.py
file added
+1
plugins/related_posts/related_posts.py
file added
+56
plugins/tipue_search/README.md
file added
+67
plugins/tipue_search/__init__.py
file added
+1
plugins/tipue_search/tipue_search.py
file added
+114
publishconf.py
file added
+24
theme/static/asciibinder.css
file added
+590
theme/static/docs-fedora-logo.png
file added
+0
theme/static/docs-fedora-logo.svg
file added
+133
theme/static/docs-fedora.css
file added
+115
theme/static/docs_logo.png
file added
+0
theme/static/fedora-bootstrap.css
file added
+6340
theme/static/fedora-bootstrap.js
file added
+5422
theme/static/fedora-bootstrap.min.css
file added
+6
theme/static/fedora-bootstrap.min.js
file added
+8
theme/static/pygment.css
file added
+205
theme/static/redhat-logo.png
file added
+0
theme/static/tagsort.min.js
file added
+1
theme/static/tipuesearch/css/normalize.css
file added
+461
theme/static/tipuesearch/css/tipuesearch.css
file added
+182
theme/static/tipuesearch/search.png
file added
+0
theme/static/tipuesearch/tipuesearch.js
file added
+605
theme/static/tipuesearch/tipuesearch.min.js
file added
+178
theme/static/tipuesearch/tipuesearch_content.js
file added
+19
theme/static/tipuesearch/tipuesearch_set.js
file added
+80
theme/templates/all_articles.html
file added
+1
theme/templates/archives.html
file added
+11
theme/templates/article.html
file added
+98
theme/templates/article_list.html
file added
+55
theme/templates/author.html
file added
+7
theme/templates/authors.html
file added
+13
theme/templates/base.html
file added
+179
theme/templates/categories.html
file added
+11
theme/templates/category.html
file added
+7
theme/templates/index.html
file added
+69
theme/templates/page.html
file added
+15
theme/templates/pagination.html
file added
+11
theme/templates/period_archives.html
file added
+11
theme/templates/search.html
file added
+47
theme/templates/tag.html
file added
+13
theme/templates/tags.html
file added
+10
theme/templates/translations.html
file added
+12
    add pelican test output scripts
    
        
file added
+4
file added
+11
file added
+103
file added
+46
file added
+24
empty file added
empty file added
empty file added
empty file added