This is an automated email from the ASF dual-hosted git repository.
piergiorgio pushed a change to branch preview/pelican
in repository https://gitbox.apache.org/repos/asf/manifoldcf-site.git
from 016c94a reverting the old website
new e53d77c First stab at Pelicanising
new 4e01f72 Add missing titles
new 7e0a1b4 Merge pull request #1 from sebbASF/preview/pelican
The 9 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
content/pages/en_US/books-and-presentations.md | 1 +
content/pages/en_US/developer-resources.md | 1 +
content/pages/en_US/download.md | 1 +
content/pages/en_US/index.md | 2 +-
content/pages/en_US/mail.md | 1 +
content/pages/en_US/release-documentation.md | 1 +
content/pages/en_US/security.md | 1 +
content/pages/en_US/verify.md | 1 +
content/pages/en_US/who.md | 1 +
content/pages/index.md | 1 +
content/pages/ja_JP/books-and-presentations.md | 1 +
content/pages/ja_JP/developer-resources.md | 1 +
content/pages/ja_JP/download.md | 1 +
content/pages/ja_JP/index.md | 1 +
content/pages/ja_JP/mail.md | 1 +
content/pages/ja_JP/release-documentation.md | 1 +
content/pages/ja_JP/who.md | 1 +
content/pages/zh_CN/books-and-presentations.md | 1 +
content/pages/zh_CN/developer-resources.md | 1 +
content/pages/zh_CN/download.md | 1 +
content/pages/zh_CN/index.md | 1 +
content/pages/zh_CN/mail.md | 1 +
content/pages/zh_CN/release-documentation.md | 1 +
content/pages/zh_CN/who.md | 1 +
content/theme/apache/templates/README.md | 73 -----
content/theme/apache/templates/base.html | 337 ---------------------
content/theme/apache/templates/siteindex.html | 7 -
pelicanconf.yaml | 2 +-
theme/apache/templates/base.html | 9 +
.../theme => theme}/apache/templates/page.html | 1 +
.../theme => theme}/apache/templates/styles.css | 0
31 files changed, 35 insertions(+), 419 deletions(-)
delete mode 100644 content/theme/apache/templates/README.md
delete mode 100644 content/theme/apache/templates/base.html
delete mode 100644 content/theme/apache/templates/siteindex.html
create mode 100644 theme/apache/templates/base.html
rename {content/theme => theme}/apache/templates/page.html (63%)
rename {content/theme => theme}/apache/templates/styles.css (100%)