项目作者: Pharophile

项目描述 :
Seaside application for PechaKucha presentations. Uses Material Design Lite
高级语言: Smalltalk
项目地址: git://github.com/Pharophile/PechaKucha.git
创建时间: 2016-10-31T23:06:37Z
项目社区:https://github.com/Pharophile/PechaKucha

开源协议:MIT License

下载


Pecha Kucha

Web UI

Put PKSlides under the image folder.
Edit the slides, add your own.
Images can go directly under images.
Same as CSS and Javascript.
These are served by the image as well.

Load the package:

  1. Metacello new
  2. githubUser: 'Pharophile'
  3. project: 'PechaKucha'
  4. commitish: 'master'
  5. path: 'packages';
  6. baseline: 'PechaKucha';
  7. onWarningLog;
  8. load

The loading executes:

  1. PKApplication declareApplicationAndStartServer.

This starts a server on port 8082.

Seaside Control Panel

Open the application.

This projet uses MaterialDesignLite for Seaside