-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
100 lines (81 loc) · 4.92 KB
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href='https://fonts.googleapis.com/css?family=Architects+Daughter' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print" />
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title>Menri-sub by oscarHH</title>
</head>
<body>
<header>
<div class="inner">
<h1>Menri-sub</h1>
<h2></h2>
<a href="https://github.com/oscarHH/menri-sub" class="button"><small>View project on</small>GitHub</a>
</div>
</header>
<div id="content-wrapper">
<div class="inner clearfix">
<section id="main-content">
<h3>
<a name="bienvenidos-al-repositorio-menri-sub" class="anchor" href="#bienvenidos-al-repositorio-menri-sub"><span class="octicon octicon-link"></span></a>Bienvenidos al repositorio menri-sub</h3>
<h3>
<a name="menri-sub--herramienta-para--traducci%C3%B3n-de-manga-o-c%C3%B3mics" class="anchor" href="#menri-sub--herramienta-para--traducci%C3%B3n-de-manga-o-c%C3%B3mics"><span class="octicon octicon-link"></span></a>Menri-sub herramienta para traducción de manga o cómics.</h3>
<p>Este proyecto se crea por que aun no existe una herramienta que nos facilite la traducción de mangas o cómics.
Siempre se tenia que hacer uso del editor de texto y un visor de imágenes para poder realizar la traducción, esto es algo molesto ya que son dos programas separados, por ejemplo al escribir no muestra un resaltado de sintaxis para distinguir las palabras, luego esta el visor de imágenes (no todos tienen soporte para el formato psd) al ser un programa aparte del editor de texto se tiene que pasar al visor de imágenes para poder cambiar de imagen y regresar al editor de texto.</p>
<p>Con todos estos problemas se creo la herramienta Menri-sub cuenta con las siguientes características</p>
<p><strong><em>Características</em></strong></p>
<ul>
<li>Escrito en c++ con el framework QT 5</li>
<li>Resaltado de sintaxis </li>
<li>Soporta varios formatos de imagen(jpg,png,bmp,psd)</li>
<li>Manejo de archivos comprimidos</li>
<li>Zoom</li>
<li>Rota imágenes</li>
<li>vista en miniatura de imágenes</li>
<li>Multiplataforma
y algunas funciones que se estarán agregando</li>
</ul><h3>
<a name="licencia" class="anchor" href="#licencia"><span class="octicon octicon-link"></span></a>Licencia</h3>
<p>GPL V3</p>
<h3>
<a name="author" class="anchor" href="#author"><span class="octicon octicon-link"></span></a>Author</h3>
<p>oscar hernandez hernandez</p>
<h3>
<a name="soporte-o-contacto" class="anchor" href="#soporte-o-contacto"><span class="octicon octicon-link"></span></a>Soporte o contacto</h3>
<p>Si tiene alguna sugerencia puede mandarme un correo electrónico a
<a href="mailto:[email protected]">[email protected]</a></p>
</section>
<aside id="sidebar">
<a href="https://github.com/oscarHH/menri-sub/zipball/master" class="button">
<small>Download</small>
.zip file
</a>
<a href="https://github.com/oscarHH/menri-sub/tarball/master" class="button">
<small>Download</small>
.tar.gz file
</a>
<p class="repo-owner"><a href="https://github.com/oscarHH/menri-sub"></a> is maintained by <a href="https://github.com/oscarHH">oscarHH</a>.</p>
<p>This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the Architect theme by <a href="https://twitter.com/jasonlong">Jason Long</a>.</p>
</aside>
</div>
</div>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("<script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-48973284-1', 'github.com'); ga('send', 'pageview'); </script>");
pageTracker._trackPageview();
} catch(err) {}
</script>
</body>
</html>