Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pablrod/app-web-notebook
Perl notebook style web interface for explorative/illustrative programming
https://github.com/pablrod/app-web-notebook
Last synced: 3 days ago
JSON representation
Perl notebook style web interface for explorative/illustrative programming
- Host: GitHub
- URL: https://github.com/pablrod/app-web-notebook
- Owner: pablrod
- License: artistic-2.0
- Created: 2015-04-25T18:56:25.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-03T17:33:37.000Z (over 9 years ago)
- Last Synced: 2023-02-26T18:56:23.475Z (over 1 year ago)
- Language: Perl
- Size: 215 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
# NAME
App::Web::Notebook - Perl notebook-style web interface for explorative/illustrative programming
# SYNOPSIS
script/app_web_notebook_server.pl
# DESCRIPTION
This is a [Catalyst](http://www.catalystframework.org/) web app, that mimics notebook style interfaces. The first version uses
[Devel::REPL](https://metacpan.org/pod/Devel::REPL) as the backend. It uses [CodeMirror](https://codemirror.net/) javascript library for nice perl code rendering on the browser and [Dojo](http://dojotoolkit.org/) for a "RIA (Rich Internet Application)" (It's a wish more than a reality).Javascript libraries content delivery provided by:
- [cdnjs](https://cdnjs.com/): CodeMirror
- [Google Hosted Libraries](https://developers.google.com/speed/libraries/): Dojo# SEE ALSO
[Catalyst](http://www.catalystframework.org/), [Devel::REPL](https://metacpan.org/pod/Devel::REPL), [CodeMirror](https://codemirror.net/), [cdnjs](https://cdnjs.com/)
# AUTHOR
Pablo Rodríguez González
# LICENSE
This program is free software; you
can redistribute it and/or modify it under the terms of the
Artistic License 2.0. For details, see the full text of the
license in the file LICENSE.