summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2021-07-25 19:17:40 +0200
committerAki <please@ignore.pl>2021-07-25 19:17:40 +0200
commitad76e9b885c9b9692074cf5b8b880cb79f8a48e0 (patch)
tree603ebe1a1dbcd9251c84c1c954b7b4dc5b986cc3 /index.html
downloadignore.pl-ad76e9b885c9b9692074cf5b8b880cb79f8a48e0.zip
ignore.pl-ad76e9b885c9b9692074cf5b8b880cb79f8a48e0.tar.gz
ignore.pl-ad76e9b885c9b9692074cf5b8b880cb79f8a48e0.tar.bz2
Initialized website as git repository
Diffstat (limited to 'index.html')
-rw-r--r--index.html98
1 files changed, 98 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..a89d9a2
--- /dev/null
+++ b/index.html
@@ -0,0 +1,98 @@
+<!doctype html>
+<html lang="en">
+<meta charset="utf-8">
+<meta name="viewport" content="width=device-width, initial-scale=1">
+<meta name="author" content="aki">
+<meta name="tags" content="homepage, programming, computer science, tutorials, unix, posix, web">
+<link rel="icon" type="image/png" href="cylo.png">
+<link rel="stylesheet" type="text/css" href="style.css">
+
+<title>Ignore</title>
+
+<header>
+<h1><img src="cylo.png" alt="Ignore"></h1>
+</header>
+<section>
+<h2>Birds and Programming</h2>
+<p>The sole reason why birds are not excellent programmers is that they can't use keyboards very well. At some point in
+the future it will be required from them to develop an interface to computers. Be it fingers or something that will
+completely discard the concept of a keyboard.
+</section>
+<nav>
+<h2>Index</h2>
+<ul>
+<li><a href="#news">News</a>
+<li>Representation of Software
+ <ul>
+ <li><a href="hunt_for_lex_and_yacc_the_dinosaur.html">Hunt for Lex and Yacc, the Dinosaur</a>
+ </ul>
+<li>The Web
+ <ul>
+ <li>Rebuilding Web Browsing
+ <ol>
+ <li><a href="web_browsers_are_no_more.html">Web Browsers Are No More</a>
+ <li><a href="plumbing_your_own_browser.html">Plumbing Your Own Browser</a>
+ <li><a href="integrating_browser_into_your_environment.html">Integrating Browser Into Your Environment</a>
+ </ol>
+ <li><a href="of_privacy_and_traffic_tracking.html">Of Privacy and Traffic Tracking</a>
+ <li><a href="how_to_write_a_minimal_html5_document.html">How to Write a Minimal HTML5 Document</a>
+ </ul>
+<li>Lua
+ <ul>
+ <li><a href="dear_imgui_and_love.html">Dear ImGui and LÖVE,</a>
+ <li><a href="environments_in_lua_5_2_and_beyond.html">Environments in Lua 5.2 and Beyond</a>
+ <li><a href="organizing_your_lua_project.html">Organizing Your Lua Project</a>
+ </ul>
+<li>Miscellaneous Informative
+ <ul>
+ <li><a href="archiving_with_posix_utilities.html">Archiving With POSIX Utilities</a>
+ <li><a href="flashing_lolin_nodemcu_v3.html">Flashing LOLin NodeMCU v3</a>
+ <li><a href="journey_home_application_deployment.html">Journey /home - Application Deployment</a>
+ <li><a href="stupid_templating_with_shell_cat_and_envsubst.html">Stupid Templating With Shell, cat and envsubst</a>
+ <li><a href="the_gentlest_introduction_to_building_with_makefiles.html">The Gentlest Introduction to Building With Makefiles</a>
+ </ul>
+<li>Rants
+ <ul>
+ <li><a href="difference_between_mnt_and_media.html">Difference Between /mnt and /media</a>
+ <li><a href="half_of_my_css_are_links.html">Half of My CSS Are Links</a>
+ <li><a href="markdown_is_bad_for_you.html">Markdown Is Bad For You</a>
+ </ul>
+<li><a href="https://ignore.pl/roflnauts">Roflnauts 2</a>
+<li><a href="https://git.ignore.pl">Public Git Repositories</a>
+<li><a href="LICENSE.html">LICENSE</a>
+<li><a href="plop.html">Plop</a>
+<li><a href="https://derelict.ignore.pl">Derelict</a>
+<li><a href="faq.html">Frequently Asked Questions</a>
+<li><a href="graveyard_of_the_drawings.html">Graveyard of the Drawings</a>
+</ul>
+</nav>
+<section id="news">
+<h2>News</h2>
+<p><strong><time>2021-07-25</time></strong>
+Initialized website as git repository. Let's see if it will be useful.
+<p><strong><time>2021-07-25</time></strong>
+Rewritten parts of and updated <a href="web_browsers_are_no_more.html">We Browsers Are No More</a>.
+<p><strong><time>2021-06-18</time></strong>
+Capitalized titles and fixed some links here and there.
+<p><strong><time>2021-04-14</time></strong>
+Added <a href="https://derelict.ignore.pl">Derelict</a> homepage to the index.
+<p><strong><time>2021-04-07</time></strong>
+Added subtitles with date of publication for each article. Last modified dates will be tracked from this point of time.
+<p><strong><time>2021-03-19</time></strong>
+Removed structured sources in examples as a preparation to extend related topics.
+<p><strong><time>2021-03-07</time></strong>
+Published <a href="faq.html">FAQ</a> and <a href="graveyard_of_the_drawings.html">graveyard</a>.
+<p><strong><time>2021-03-05</time></strong>
+Published <a href="plop.html">plop</a> landing page.
+<p><strong><time>2021-01-21</time></strong>
+Minor changes to <a href="organizing_your_lua_project.html">Organizing your Lua project</a>.
+<p><strong><time>2021-01-07</time></strong>
+Published <a href="organizing_your_lua_project.html">Organizing your Lua project</a>.
+<p><strong><time>2021-01-06</time></strong>
+Published <a href="LICENSE.html">LICENSE</a>. Minor changes to index and style.
+<p><strong><time>2021-01-04</time></strong>
+More minor changes done to the index, CSS and added index link in all of the articles.
+<p><strong><time>2021-01-01</time></strong>
+Removed old standalone updates page and moved it to the index. Reindexed and removed some pages as they had no worth.
+I plan to rewrite, restructure and expand some texts. I also have new experiments coming in to fail miserably. Let's see how it goes!
+</section>