- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: https://github.com/phodal/echoesworks
- 软件文档: http://www.echoesworks.com/
软件介绍
EchoesWorks 是下一代技术博客/展示框架
Demo:
特点:
支持 Markdown
集成Github代码
全屏背景图片
左/右侧图片支持
进度条
自动播放
字幕
使用示例:
Clone
git clone git@github.com:echoesworks/echoesworks-demo.git
Or
1.Install
bower install echoesworks
2.Data
create example.md & data.json under data folder
Markdown Slide
Data for code & Time Control
3.Code
var EW = new EchoesWorks({
element: 'slide' });Example with slide
EchoesWorks.get('data/example.md', function(data){
document.querySelector('slide').innerHTML = EchoesWorks.md.parse(data);
EchoesWorks.imageHandler();new EchoesWorks({
element: 'slide'});
})安装开发
1.Install devDependencies
npm install
2.Development
3.Run Test
npm test
4.Push Code & Waiting CI
Agile Web Application Development with Yii 1.1 and PHP5
Jeffrey Winesett / Packt Publishing / 2010-08-27
In order to understand the framework in the context of a real-world application, we need to build something that will more closely resemble the types of applications web developers actually have to bu......一起来看看 《Agile Web Application Development with Yii 1.1 and PHP5》 这本书的介绍吧!
