-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathoriginal.html
More file actions
130 lines (111 loc) · 6.31 KB
/
original.html
File metadata and controls
130 lines (111 loc) · 6.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
<!DOCTYPE HTML>
<html>
<head>
<title>C.B.R. software suite</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
</head>
<body>
<!-- Header -->
<header id="header">
<a href="index.html" class="title">C.B.R. software suite</a>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="original.html" class="active">CBR</a></li>
<li><a href="cbr_rt.html">CBR.WinRT</a></li>
<li><a href="comiko.html">ComIko</a></li>
</ul>
</nav>
</header>
<!-- Wrapper -->
<div id="wrapper" >
<!-- Main -->
<section id="main" class="wrapper">
<div class="inner">
<h1 class="major">Original for desktop</h1>
<p>
<span class="image left"><img src="images/desk_screen/cbr_home.jpg" alt="" /></span>
<p>CBR contains several convienent command to adujst it to you need</p>
Full screen mode to maximize the reading surface and hide every unusefull elements, Toolboxes like the library explorer or the table of content,
Well-known user interface elements like an Office like ribbon, Multi-documents support that you can customize to your needs,
Home page with starting commands and CBR internal Rss feed to be informed about the last news, Recent file list to keep your favorite books or library on hand
</p>
<p>
<span class="image right"><img src="images/desk_screen/cbr_comic_fullthumb.jpg" alt="" /></span>
<p>
Allow you to <strong>create and manage your libraries</strong>
in a very simple manner. Fill from a folder, or add
book one by one. Here under is the list : Create, open, close, delete, remove, refresh, Manage properties
</p>
<p>
<span class="image left"><img src="images/desk_screen/cbr_home.jpg" alt="" /></span>
<p>
<strong>Support plenty of commands </strong>
Direct open, Remove (from library), Delete, Protect (with password, hide the cover, will
be asked for each open), Mark as read, Bookmark, with Goto and Clear commands, Navigation with previous, first, next, last
and goto commands, Adjust : Fit width, Fit Height, None, Two page display,
Edit for comics only, to create a dynamic book with autoplay timing and zoom frames, Print (for XPS), Properties command that drives you to the backstage
<blockquote>
Note : each type of document has got is own viewer and they do not support the same functionnalities
</blockquote>
</p>
<p>
<span class="image right"><img src="images/desk_screen/cbr_opds.jpg" alt="" /></span>
<p>
<strong>Support OPDS feeds</strong>(Open Publication Distribution System) that are dedicated to electronic publication.
Manage your favorite feed in the backstage. Use the feed viewer to view, naviguate and download books
</p>
<p>
<span class="image left"><img src="images/desk_screen/cbr_devices.jpg" alt="" /></span>
<p>
<strong>Supports devices </strong>and their capabilities.
Manage your favorite device in the backstage : Name, manufacturer and the format supported by the device
Use the device document displayed on any system event concerning external devices
Manage the device contentcopy, delete, move.
</p>
<p>
<span class="image right"><img src="images/desk_screen/cbr_multidoc.jpg" alt="" /></span>
<p>
<strong>Support multiple formats </strong> and can convert them from/to desired format. Images, CBR/RAR, CBZ/ZIP, EPUB, XPS
Convert panel in the backstage provides a very powerfull functions : source, format, support folder and multiple files</li>
destination and format
check, update options
merge PDF images
<blockquote>
Note : <strong>does not support multi-volume</strong> comics, means with sub-folder in it for each book. It is a design choice mainly for performance reasons.
</blockquote>
</p>
<p>
<span class="image left"><img src="images/desk_screen/cbr_localize.jpg" alt="" /></span>
<p>
<strong>Support multiple languages </strong>: French, English, German are provided by default. You can choose your default starting language, Create your own, Activate spell checking. QuickStart tutorial in French, English, German
<blockquote>
Note : If you want help CBR to be delivered with a new language, please consult the support page for instructions
</blockquote>
</p>
</div>
</section>
</div>
<!-- Footer -->
<footer id="footer" class="wrapper style1-alt">
<div class="inner">
<ul class="menu">
<li>© C.B.R. & trademarks. All rights reserved.</li>
</ul>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
</body>
</html>