Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stevewithington committed Feb 20, 2014
0 parents commit 4a08206
Show file tree
Hide file tree
Showing 57 changed files with 4,892 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
*~
.DS_Store
._*
Thumbs.db
.cache
.project
.rdsTempFiles
.settings
.tmproj
*.esproj
*.sublime-project
*.sublime-workspace
*_notes/
compiled/
*.less.css
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Dopetrope
A [Mura CMS](http://www.getmura.com) Site Bundle based on the [Dopetrope](http://html5up.net/dopetrope/) responsive site template built on HTML5 and CSS3 from [**HTML5** UP](http://html5up.net/).

## Site Bundle
A site bundle is available at https://github.com/blueriver/DopetropeBundle. Follow the instructions located in the README.md file.
63 changes: 63 additions & 0 deletions assets/html5up/LICENSE.txt

Large diffs are not rendered by default.

28 changes: 28 additions & 0 deletions assets/html5up/README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
Dopetrope 2.5 by HTML5 UP
html5up.net | @n33co
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)


A spiffy new blog/magazine style responsive site template with a flat/minimal design aesthetic.
Its placeholder images are courtesy of the incredibly talented Dreametry Doodle. See more of
her amazing work (and her awesome t-shirt line) @ dreametrydoodle.com

Feedback, bug reports, and comments are not only welcome, but strongly encouraged :)


AJ
n33.co @n33co dribbble.com/n33

Credits:

Images:
Dreametry Doodle (dreametrydoodle.com)

Icons
Font Awesome (http://fortawesome.github.com/Font-Awesome/)

Other:
jQuery (jquery.com)
html5shiv.js (@afarkas @jdalton @jon_neal @rem)
jquery.dropotron (n33.co)
skelJS (skeljs.org)
55 changes: 55 additions & 0 deletions class_extensions/definitions/componentArticleList.cfm
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
<!---
This file is part of the Dopetrope Mura CMS Theme
--->
<extension type="Component" subType="ArticleList" hasBody="0">
<attributeset name="Article List Info" container="Basic">
<attribute
name="articleListHeading"
label="Article List Heading/Title"
hint=""
type="textbox"
defaultValue="Latest News"
required="false"
validation=""
regex=""
message=""
optionList=""
optionLabelList="" />
<attribute
name="articleListFeed"
label="Article Listing Content Collection/Local Index Feed Name"
hint="Enter the name of the Local Content Collection/Index to use"
type="selectbox"
defaultValue="[mura]ListFirst($.getLocalFeedNames(), '^')[/mura]"
required="false"
validation=""
regex=""
message=""
optionList="[mura]$.getLocalFeedNames()[/mura]"
optionLabelList="[mura]$.getLocalFeedNames()[/mura]" />
<attribute
name="articleListShowImage"
label="Show Associated Image?"
hint=""
type="radiogroup"
defaultValue="true"
required="false"
validation=""
regex=""
message=""
optionList="true^false"
optionLabelList="Yes^No" />
<attribute
name="articleListMaxItems"
label="Max Items To Display"
hint=""
type="selectbox"
defaultValue="4"
required="false"
validation=""
regex=""
message=""
optionList="1^2^3^4^5^6^7^8^9^10"
optionLabelList="1^2^3^4^5^6^7^8^9^10" />
</attributeset>
</extension>
67 changes: 67 additions & 0 deletions class_extensions/definitions/componentRSSFeed.cfm
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
<!---
This file is part of the Dopetrope Mura CMS Theme
--->
<extension type="Component" subType="RSSFeed" hasBody="0">
<attributeset name="RSS Feed Info" container="Basic">
<attribute
name="rssFeedHeading"
label="RSS Heading / Title"
hint=""
type="textbox"
defaultValue="Mura CMS"
required="false"
validation=""
regex=""
message=""
optionList=""
optionLabelList="" />
<attribute
name="rssFeedLink"
label="RSS Link URL (including http://)"
hint="Enter the full URL to the RSS Feed"
type="textbox"
defaultValue="http://www.getmura.com/tasks/feed/?feedID=91B4E7A5-37AC-466A-ACDF6ABFD95ACCBD"
required="true"
validation=""
regex=""
message="Please enter a RSS Link URL"
optionList=""
optionLabelList="" />
<attribute
name="rssFeedShowSummary"
label="Show Item Summary?"
hint="Each item's link and title will appear by default. Do you also wish to display the summary?"
type="radiogroup"
defaultValue="true"
required="false"
validation=""
regex=""
message=""
optionList="true^false"
optionLabelList="Yes^No" />
<attribute
name="rssFeedShowPubDate"
label="Show Item Publication Date?"
hint="Each item's link and title will appear by default. Do you also wish to display the publication date?"
type="radiogroup"
defaultValue="false"
required="false"
validation=""
regex=""
message=""
optionList="true^false"
optionLabelList="Yes^No" />
<attribute
name="rssFeedMaxItems"
label="Max Items To Display"
hint=""
type="selectbox"
defaultValue="3"
required="false"
validation=""
regex=""
message=""
optionList="1^2^3^4^5^6^7^8^9^10"
optionLabelList="1^2^3^4^5^6^7^8^9^10" />
</attributeset>
</extension>
98 changes: 98 additions & 0 deletions class_extensions/definitions/componentWithHeadingAndButtonLink.cfm
Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
<!---
This file is part of the Dopetrope Mura CMS Theme
--->
<extension type="Component" subType="WithHeadingAndButtonLink">
<attributeset name="Other Options" container="Basic">

<!-- Header Image -->
<attribute
name="compHeaderImage"
label="Header Image"
hint="Optional image to appear above the title"
type="file"
defaultValue=""
required="false"
validation=""
regex=""
message=""
optionList=""
optionLabelList="" />
<attribute
name="compHeaderImagePlacement"
label="Header Image Placement"
hint="If you choose to upload an image, do you wish it to appear above, or below the Heading"
type="radiogroup"
defaultValue="above"
required="false"
validation=""
regex=""
message=""
optionList="above^below"
optionLabelList="Above Heading^Below Heading" />

<!-- Heading -->
<attribute
name="compHeading"
label="Heading"
hint=""
type="textbox"
defaultValue=""
required="false"
validation=""
regex=""
message=""
optionList=""
optionLabelList="" />

<!-- Button Link -->
<attribute
name="compButtonLinkHref"
label="Button Link URL (including http://)"
hint="Enter a URL if you wish to add a button below the content"
type="textbox"
defaultValue=""
required="false"
validation=""
regex=""
message=""
optionList=""
optionLabelList="" />
<attribute
name="compButtonLinkText"
label="Button Link Text"
hint="Enter the button text to display if you wish to add a button below the content"
type="textbox"
defaultValue=""
required="false"
validation=""
regex=""
message=""
optionList=""
optionLabelList="" />
<!--- <attribute
name="compButtonIcon"
label="Link Button Icon Class"
hint="Use any Font Awesome Icon Class (http://fontawesome.io/icons/)"
type="textbox"
defaultValue=""
required="false"
validation=""
regex=""
message=""
optionList=""
optionLabelList="" /> --->
<attribute
name="compButtonStyle"
label="Link Button Style"
hint="Normal is light red, alternative is dark grey"
type="radiogroup"
defaultValue="normal"
required="false"
validation=""
regex=""
message=""
optionList="normal^alt"
optionLabelList="Normal^Alternative" />
<!-- // Button Link // -->
</attributeset>
</extension>
Loading

0 comments on commit 4a08206

Please sign in to comment.