Skip to content

Commit 1a0b27f

Browse files
committed
Move subproject
1 parent 6db69e8 commit 1a0b27f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+4369
-0
lines changed

IWSY/.htaccess

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
RewriteCond %{HTTPS} !=on
2+
RewriteRule ^(.*) https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

IWSY/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Mostrami
2+
3+
Mostrami - "Show me" in Italian - is a GUI presentation package analagous to PowerPoint but for web-based editing and delivery. It is _not_ a PowerPoint clone, nor does it seek to be compatible in any way. It provides an editing environment that maintains a live view of the presentation at the step being edited. All editing is done by typing values; mouse-based editing may be added later.
4+
5+
Mostrami differs from PowerPoint in being step-based rather than slide-based. A step is any change to what is currently showing on the screen. If you wish to retain the notion of 'slides' you can regard a slide as an accumulation of a number of steps. Every slide consists of at least one step but there is no upper limit to the number.
6+
7+
PowerPoint includes a rich set of graphical elements. Mostrami relies more on _actions_, the simplest of which is a cut from one piece of content to another. Mostrami presentations tend to be dynamic, with smooth transitions from one step to the next. The program is modular and permits the addition of plugins to perform any desired effect. Its architecture separates structure and content to allow either to be changed independently of the other.
8+
9+
Mostrami creates files in the JSON::Presenter format, allowing them to be delivered using that engine.
10+
11+
Mostrami runs in any browser and is usable on a PC or a mobile devices.
12+
13+
This project is under development.

IWSY/favicon.gif

Loading

IWSY/favicon.ico

2.19 KB
Binary file not shown.

IWSY/index.html

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<html>
2+
<head>
3+
<meta charset="UTF-8">
4+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
5+
<script src='https://cdn.jsdelivr.net/gh/easycoder/easycoder.github.io/dist/easycoder.js?v=2.7.1'></script>
6+
<!--script src='dist/easycoder.js?v=2.7.1'></script-->
7+
</head>
8+
9+
<body>
10+
11+
<pre id="easycoder-rest" style="display:none">rest.php</pre>
12+
<pre id="easycoder-script" style="display:none">
13+
! I Wanna Show You
14+
15+
script Launcher
16+
17+
variable Script
18+
rest get Script from `/resources/ecs/main.txt?v=` cat now
19+
run Script
20+
21+
</body>
22+
</html>

0 commit comments

Comments
 (0)