tpp 1.3.1
Sign up to get free protection for your applications and to get access to all the features.
- data/bin/tpp +1764 -0
- data/examples/ac-am.tpp +406 -0
- data/examples/align-footer.tpp +15 -0
- data/examples/bold.tpp +40 -0
- data/examples/colors.tpp +19 -0
- data/examples/colors2.tpp +24 -0
- data/examples/debian-packaging.tpp +802 -0
- data/examples/exec.tpp +9 -0
- data/examples/horline.tpp +6 -0
- data/examples/huge.tpp +22 -0
- data/examples/list.tpp +26 -0
- data/examples/manyslides.tpp +204 -0
- data/examples/shell.tpp +40 -0
- data/examples/slidein.tpp +51 -0
- data/examples/source.tpp +49 -0
- data/examples/test.tpp +17 -0
- data/examples/tpp-features.tpp +161 -0
- data/examples/wrap.tpp +20 -0
- metadata +98 -0
data/examples/wrap.tpp
ADDED
@@ -0,0 +1,20 @@
|
|
1
|
+
--author Andreas Krennmair
|
2
|
+
--title Wrapping long lines
|
3
|
+
--date today %a %b %e %H:%M:%S %Z %Y
|
4
|
+
This is oriented left. This is also quite long, also there to test how the line wrapping works. You will see examples for centered wrapping and right aligned wrapping later.
|
5
|
+
---
|
6
|
+
--center This is centered. And an extremely long line, so long that it is going to be wrapped at some point, wherever that is.
|
7
|
+
---
|
8
|
+
--right This is oriented right. Probably this line is even longer than the other, but this doesn't matter because this test must be as real as only possible. And I will make it even longer than planned, just to test how reliable it is, and whether it really aligns to the right.
|
9
|
+
---
|
10
|
+
--beginoutput
|
11
|
+
This is oriented left. This is also quite long, also there to test how the line wrapping works. You will see examples for centered wrapping and right aligned wrapping later.
|
12
|
+
---
|
13
|
+
--center This is centered. And an extremely long line, so long that it is going to be wrapped at some point, wherever that is.
|
14
|
+
---
|
15
|
+
--right This is oriented right. Probably this line is even longer than the other, but this doesn't matter because this test must be as real as only possible. And I will make it even longer than planned, just to test how reliable it is, and whether it really aligns to the right.
|
16
|
+
--endoutput
|
17
|
+
--newpage
|
18
|
+
--heading This is probably an overlong heading, but it's supposed to be the way it is, for testing purposes. One more sentence, and we have our test object.
|
19
|
+
|
20
|
+
This is normal text after the heading.
|
metadata
ADDED
@@ -0,0 +1,98 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: tpp
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
hash: 25
|
5
|
+
prerelease: false
|
6
|
+
segments:
|
7
|
+
- 1
|
8
|
+
- 3
|
9
|
+
- 1
|
10
|
+
version: 1.3.1
|
11
|
+
platform: ruby
|
12
|
+
authors:
|
13
|
+
- Xue Yong Zhi
|
14
|
+
autorequire:
|
15
|
+
bindir: bin
|
16
|
+
cert_chain: []
|
17
|
+
|
18
|
+
date: 2011-05-11 00:00:00 -04:00
|
19
|
+
default_executable:
|
20
|
+
dependencies:
|
21
|
+
- !ruby/object:Gem::Dependency
|
22
|
+
name: ncurses-ruby
|
23
|
+
prerelease: false
|
24
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
25
|
+
none: false
|
26
|
+
requirements:
|
27
|
+
- - ">="
|
28
|
+
- !ruby/object:Gem::Version
|
29
|
+
hash: 3
|
30
|
+
segments:
|
31
|
+
- 0
|
32
|
+
version: "0"
|
33
|
+
type: :runtime
|
34
|
+
version_requirements: *id001
|
35
|
+
description:
|
36
|
+
email:
|
37
|
+
- yong@intridea.com
|
38
|
+
executables:
|
39
|
+
- tpp
|
40
|
+
extensions: []
|
41
|
+
|
42
|
+
extra_rdoc_files: []
|
43
|
+
|
44
|
+
files:
|
45
|
+
- examples/ac-am.tpp
|
46
|
+
- examples/align-footer.tpp
|
47
|
+
- examples/bold.tpp
|
48
|
+
- examples/colors.tpp
|
49
|
+
- examples/colors2.tpp
|
50
|
+
- examples/debian-packaging.tpp
|
51
|
+
- examples/exec.tpp
|
52
|
+
- examples/horline.tpp
|
53
|
+
- examples/huge.tpp
|
54
|
+
- examples/list.tpp
|
55
|
+
- examples/manyslides.tpp
|
56
|
+
- examples/shell.tpp
|
57
|
+
- examples/slidein.tpp
|
58
|
+
- examples/source.tpp
|
59
|
+
- examples/test.tpp
|
60
|
+
- examples/tpp-features.tpp
|
61
|
+
- examples/wrap.tpp
|
62
|
+
- bin/tpp
|
63
|
+
has_rdoc: true
|
64
|
+
homepage: http://github.com/yong/tpp
|
65
|
+
licenses: []
|
66
|
+
|
67
|
+
post_install_message:
|
68
|
+
rdoc_options: []
|
69
|
+
|
70
|
+
require_paths:
|
71
|
+
- lib
|
72
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
73
|
+
none: false
|
74
|
+
requirements:
|
75
|
+
- - ">="
|
76
|
+
- !ruby/object:Gem::Version
|
77
|
+
hash: 3
|
78
|
+
segments:
|
79
|
+
- 0
|
80
|
+
version: "0"
|
81
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
82
|
+
none: false
|
83
|
+
requirements:
|
84
|
+
- - ">="
|
85
|
+
- !ruby/object:Gem::Version
|
86
|
+
hash: 3
|
87
|
+
segments:
|
88
|
+
- 0
|
89
|
+
version: "0"
|
90
|
+
requirements: []
|
91
|
+
|
92
|
+
rubyforge_project:
|
93
|
+
rubygems_version: 1.3.7
|
94
|
+
signing_key:
|
95
|
+
specification_version: 3
|
96
|
+
summary: a ruby wrapper of tpp - a text based presentation program using ncurses
|
97
|
+
test_files: []
|
98
|
+
|