Skip to content
/ talk Public

Talk is an application to write and display presentation slides using CSS/HTML

Notifications You must be signed in to change notification settings

davewood/talk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Talk is an application to write and display presentation slides.

Slides are written in HTML and the author can use jQuery and Bootstrap.

wget https://github.com/davewood/talk/archive/master.zip
unzip master.zip
cd talk-master
cpanm --installdeps .
# set password, replace asdfasdf with a password of your choice
echo "{ 'Plugin::Authentication' => { default => { store => { users => { admin => { password => 'asdfasdf' } } } } } }" > talk_local.pl
./script/talk_server.pl --port 3000
# open http://localhost:3000 in your browser and login

About

Talk is an application to write and display presentation slides using CSS/HTML

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages