Download the PHP package ciims-themes/default without Composer
On this page you can find all versions of the php package ciims-themes/default. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ciims-themes/default
More information about ciims-themes/default
Files in ciims-themes/default
Package default
Short Description The default theme that comes with CiiMS
License MIT
Homepage https://www.ciims.org
Informations about the package default
CiiMS Default 2014 Theme
This is the default theme that comes prebundled with CiiMS
Building Assets
Asset management is done via node.js and grunt. To make changes to any of the assets/src files, install the npm dependencies, and regrunt
npm install
grunt
Or use
nohup grunt watch &
Before packaging, be sure to run the build command to generate the minified assets
grunt build
Provided Functionlaity
This theme provides the basic functionality to pull Tweets from Twitter, and timeline updates from Facebook and Google+. To make use of these features, you MUST create an application on those services and generate OAuth API Tokens. These keys are added on the page.
Applications and keys can be generated at the following sites:
Google+: https://code.google.com/apis/console/ Facebook: https://developers.facebook.com/apps Twitter: https://dev.twitter.com/apps
Options
The following options are made available through
Settings to connect to Twitter.
Twitter Handle
The twitter handle of the user you want to retrieve tweets from. eg
Twitter Tweets to Fetch
The number of tweets you want to retrieve, as an integer
Settings to connect to Facebook.
Facebook User ID
This corresponds to the numerical facebook user id. Use a tool like http://findmyfacebookid.com/ to retrieve yours
Google+
Settings to connect to Google+.
Note that Google+ Settings have 2 sets of keys, a OAuth Key, and a Public API Access Server Key. For these settings to work you'll need a Public API Access Server key added to the dashboard settings page
Google+ User ID
This corresponds to the numerical google+ user id. As of 2014, you can use the instructions found at http://www.twelveskip.com/tutorials/google-plus/1134/how-to-find-your-google-plus-id-number to retrieve yours.
All versions of default with dependencies
kertz/twitteroauth Version dev-master
google/apiclient Version dev-master