Skip to content

Commit

Permalink
New pelican structure setup
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermesgb committed Mar 16, 2015
1 parent 8f419a3 commit 8dbe601
Show file tree
Hide file tree
Showing 133 changed files with 727 additions and 5,657 deletions.
24 changes: 13 additions & 11 deletions .gitignore
@@ -1,12 +1,14 @@
*~
._*
*.lock
*.DS_Store
# See http://help.github.com/ignore-files/ for more about ignoring files.
#
# If you find yourself ignoring temporary files generated by your text editor
# or operating system, you probably want to add a global ignore instead:
# git config --global core.excludesfile ~/.gitignore_global

*.swp
*.out
*.py[cod]
output
.idea/*
.env
srv.pid
pelican.pid
*.pyc
*.~
*.pid
.DS_Store
.project
.sass-cache/
output/
139 changes: 0 additions & 139 deletions adams-notes.md

This file was deleted.

6 changes: 6 additions & 0 deletions cache/.gitignore
@@ -0,0 +1,6 @@
# A hack to force git to version control this empty directory (the execution_context)

# Ignore everything in this directory
*
# Except this file
!.gitignore
40 changes: 40 additions & 0 deletions content/pages/about/about.html
@@ -0,0 +1,40 @@
<html>
<head>
<title>About XMPP</title>
<meta name="url" content="about"/>
<meta name="save_as" content="about/index.html"/>
<meta name="menu_name" content="About"/>
<meta name="top_menu_show" content="true"/>
<meta name="top_menu_order" content="1"/>
<meta name="dropdown_menu_show" content="true"/>
<meta name="dropdown_menu_size" content="6"/>
<meta name="dropdown_menu_elem_name_1" content="Features and benefits"/>
<meta name="dropdown_menu_elem_url_1" content="features-and-benefits"/>
<meta name="dropdown_menu_elem_name_2" content="History"/>
<meta name="dropdown_menu_elem_url_2" content="history"/>
<meta name="dropdown_menu_elem_name_3" content="Who uses XMPP"/>
<meta name="dropdown_menu_elem_url_3" content="who-uses-xmpp"/>
<meta name="dropdown_menu_elem_name_4" content="Standards Process"/>
<meta name="dropdown_menu_elem_url_4" content="standards-process"/>
<meta name="dropdown_menu_elem_name_5" content="XMPP Standards Foundation"/>
<meta name="dropdown_menu_elem_url_5" content="xsf"/>
<meta name="dropdown_menu_elem_name_6" content="FAQ"/>
<meta name="dropdown_menu_elem_url_6" content="faq"/>
<meta name="sidebar_menu_show" content="true"/>
<meta name="sidebar_menu_title" content="Related stuff"/>
<meta name="sidebar_menu_size" content="2"/>
<meta name="sidebar_menu_elem_name_1" content="Something"/>
<meta name="sidebar_menu_elem_url_1" content="#"/>
<meta name="sidebar_menu_elem_name_2" content="Something else"/>
<meta name="sidebar_menu_elem_url_2" content="#"/>
<meta name="footer_show" content="left"/>
<meta name="footer_order" content="1"/>
<meta name="content_layout" content="multiple-columns"/>
</head>
<body>
<!--
ALL page contents must all be placed here, as children of the body tag!
Pelican parses the metadata above and copies the body content here and ignores everything else.
-->
</body>
</html>
20 changes: 20 additions & 0 deletions content/pages/about/features-and-benefits.html
@@ -0,0 +1,20 @@
<html>
<head>
<title>Features and benefits</title>
<meta name="url" content="about/features-and-benefits"/>
<meta name="save_as" content="about/features-and-benefits.html"/>
<meta name="parent_id" content="about"/>
<meta name="top_menu_show" content="false"/>
<meta name="top_menu_order" content="-1"/>
<meta name="dropdown_menu_show" content="false"/>
<meta name="footer_show" content="false"/>
<meta name="footer_order" content="-1"/>
<meta name="content_layout" content="single-column"/>
</head>
<body>
<!--
ALL page contents must all be placed here, as children of the body tag!
Pelican parses the metadata above and copies the body content here and ignores everything else.
-->
</body>
</html>
20 changes: 20 additions & 0 deletions content/pages/about/history.html
@@ -0,0 +1,20 @@
<html>
<head>
<title>History of XMPP</title>
<meta name="url" content="about/history"/>
<meta name="save_as" content="about/history.html"/>
<meta name="parent_id" content="about"/>
<meta name="top_menu_show" content="false"/>
<meta name="top_menu_order" content="-1"/>
<meta name="dropdown_menu_show" content="false"/>
<meta name="footer_show" content="false"/>
<meta name="footer_order" content="-1"/>
<meta name="content_layout" content="single-column"/>
</head>
<body>
<!--
ALL page contents must all be placed here, as children of the body tag!
Pelican parses the metadata above and copies the body content here and ignores everything else.
-->
</body>
</html>
20 changes: 20 additions & 0 deletions content/pages/about/who-uses.html
@@ -0,0 +1,20 @@
<html>
<head>
<title>Who uses XMPP</title>
<meta name="url" content="about/who-uses-xmpp"/>
<meta name="save_as" content="about/who-uses-xmpp.html"/>
<meta name="parent_id" content="about"/>
<meta name="top_menu_show" content="false"/>
<meta name="top_menu_order" content="-1"/>
<meta name="dropdown_menu_show" content="false"/>
<meta name="footer_show" content="false"/>
<meta name="footer_order" content="-1"/>
<meta name="content_layout" content="single-column"/>
</head>
<body>
<!--
ALL page contents must all be placed here, as children of the body tag!
Pelican parses the metadata above and copies the body content here and ignores everything else.
-->
</body>
</html>
4 changes: 0 additions & 4 deletions content/pages/bylaws.md

This file was deleted.

20 changes: 20 additions & 0 deletions content/pages/contact.html
@@ -0,0 +1,20 @@
<html>
<head>
<title>Contact Information</title>
<meta name="url" content="contact"/>
<meta name="save_as" content="contact.html"/>
<meta name="menu_name" content="Contact"/>
<meta name="top_menu_show" content="false"/>
<meta name="top_menu_order" content="-1"/>
<meta name="dropdown_menu_show" content="false"/>
<meta name="footer_show" content="right"/>
<meta name="footer_order" content="2"/>
<meta name="content_layout" content="single-column"/>
</head>
<body>
<!--
ALL page contents must all be placed here, as children of the body tag!
Pelican parses the metadata above and copies the body content here and ignores everything else.
-->
</body>
</html>
31 changes: 0 additions & 31 deletions content/pages/events.md

This file was deleted.

22 changes: 22 additions & 0 deletions content/pages/example.html
@@ -0,0 +1,22 @@
<html>
<head>
<title>Example Entry</title>
<meta name="url" content="example"/>
<meta name="save_as" content="example.html"/>
<meta name="menu_name" content="Example"/>
<meta name="top_menu_show" content="true"/>
<meta name="top_menu_order" content="6"/>
<meta name="dropdown_menu_show" content="false"/>
<meta name="footer_show" content="right"/>
<meta name="footer_order" content="1"/>
<meta name="content_layout" content="single-column"/>
</head>
<body>
<h1>
Example entry
</h1>
<p>
This is an example of a page with metadata set so that it shows up on the right corner of the footer - as well as on the top_menu with no dropdown configured!
</p>
</body>
</html>

0 comments on commit 8dbe601

Please sign in to comment.