summaryrefslogtreecommitdiff
path: root/public/monogatari/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'public/monogatari/index.html')
-rw-r--r--public/monogatari/index.html74
1 files changed, 74 insertions, 0 deletions
diff --git a/public/monogatari/index.html b/public/monogatari/index.html
new file mode 100644
index 0000000..8fd1e0d
--- /dev/null
+++ b/public/monogatari/index.html
@@ -0,0 +1,74 @@
+<!DOCTYPE html>
+<html lang="en">
+<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
+ <title>Monogatari | 0xhenrique</title>
+ <link rel="canonical" href="http://localhost:1313/">
+ <link rel='alternate' type='application/rss+xml' title="0xhenrique RSS" href='/index.xml'>
+ <link rel='stylesheet' type='text/css' href='/style.css'>
+ <link rel="icon" href="/favicon.ico">
+ <meta name="description" content="MONOGATARI - Text Editor Monogatari is a text editor built with Python using the Tkinter GUI library.
+Installation and usage Assuming you already have Python installed in your machine:
+git clone [email protected]:all123all/monogatari.git cd monogatari python monogatari.py If you&rsquo;re using Linux you probably will need to install tk manually:
+//Arch based distros $ sudo pacman -S tk //For Ubuntu $ sudo apt-get install tk Goals Basic text editor functionalities (create file, open file, exit etc.">
+ <meta name="keywords" content="projects, programming, python, linux, windows">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <meta name="robots" content="index, follow">
+ <meta charset="utf-8">
+</head>
+<body>
+<main>
+<header><h1 id="tag_Monogatari">Monogatari</h1></header>
+<article>
+
+<h1 id="monogatari---text-editorhttpsgithubcomhenrique-marques-vsoftmonogatari"><a href="https://github.com/henrique-marques-vsoft/monogatari">MONOGATARI - Text Editor</a></h1>
+<p><img src="https://raw.githubusercontent.com/henrique-marques-vsoft/monogatari/master/pics/shinobu.gif" alt="monogatari-movie scene shinobu kokorowatari"></p>
+<p>Monogatari is a text editor built with Python using the Tkinter GUI library.</p>
+<h2 id="installation-and-usage">Installation and usage</h2>
+<p>Assuming you already have Python installed in your machine:</p>
+<pre tabindex="0"><code>git clone [email protected]:all123all/monogatari.git
+cd monogatari
+python monogatari.py
+</code></pre><p>If you&rsquo;re using Linux you probably will need to install tk manually:</p>
+<pre tabindex="0"><code>//Arch based distros
+$ sudo pacman -S tk
+//For Ubuntu
+$ sudo apt-get install tk
+</code></pre><h2 id="goals">Goals</h2>
+<ul>
+<li><input disabled="" type="checkbox"> Basic text editor functionalities (create file, open file, exit etc.)</li>
+<li><input disabled="" type="checkbox"> Black background and a colorpicker option to choose another color</li>
+<li><input disabled="" type="checkbox"> Test routine for the basic functionalities</li>
+<li><input disabled="" type="checkbox"> Release a package</li>
+<li><input disabled="" type="checkbox"> The close function is being called even when the file isn&rsquo;t modified</li>
+</ul>
+<h2 id="contribute-to-monogatari---text-editor">Contribute to MONOGATARI - Text Editor</h2>
+<ul>
+<li>Click the fork button on top right</li>
+<li>Git clone your fork</li>
+<li>Connect with my repo:</li>
+</ul>
+<pre tabindex="0"><code>$ git remote add all123all git://github.com/all123all/monogatari
+$ git remote -v
+</code></pre><p>You are now ready to start to code! Just do as always:</p>
+<pre tabindex="0"><code>$ git add .
+$ git commit -m &#34;fix: something that was fixed&#34;
+$ git push
+</code></pre><p>Then you can create a pull request right here on Github. Just go to the Pull Requests tab and select <code>New pull request</code> button to do so.</p>
+<h2 id="screenshots">Screenshots</h2>
+<p><img src="https://raw.githubusercontent.com/henrique-marques-vsoft/monogatari/master/pics/print.png" alt="monogatari on i3wm screenshot"></p>
+
+
+<div id="nextprev">
+<a href="/lum/"><div id="prevart">Previous:<br>Lum</div></a>
+<a href="/nazare-beach/"><div id="nextart">Next:<br>Nazare Beach</div></a>
+</div>
+<div style="clear:both" class=taglist>Related<br><a id="tag_projects" href="http://localhost:1313/tags/projects">Projects</a> &middot; <a id="tag_programming" href="http://localhost:1313/tags/programming">Programming</a> &middot; <a id="tag_python" href="http://localhost:1313/tags/python">Python</a> &middot; <a id="tag_linux" href="http://localhost:1313/tags/linux">Linux</a> &middot; <a id="tag_windows" href="http://localhost:1313/tags/windows">Windows</a></div>
+</article>
+</main>
+
+<footer>
+ <a href="http://localhost:1313/">http://localhost:1313/</a><br><br><a href="/index.xml"><img src="/rss.svg" style="max-height:1.5em" alt="RSS Feed" title="Subscribe via RSS for updates."></a>
+</footer>
+
+</body>
+</html>