<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>tttml, branch HEAD</title>
<subtitle>converters for a simpler syntax than markdown
</subtitle>
<entry>
<id>988fa554a3a032a34b33f645453e1866fed54b39</id>
<published>2018-06-12T21:07:21Z</published>
<updated>2018-06-12T21:10:45Z</updated>
<title type="text">Add a descriptive README</title>
<link rel="alternate" href="commit/988fa554a3a032a34b33f645453e1866fed54b39.gph" />
<author>
<name>Josuah Demangeon</name>
<email>[email protected]</email>
</author>
<content type="text">commit 988fa554a3a032a34b33f645453e1866fed54b39
parent dfd29d4237158b9699334bbab6d22e4285e4a8a4
Author: Josuah Demangeon &lt;[email protected]&gt;
Date:   Tue, 12 Jun 2018 23:07:21 +0200

Add a descriptive README

</content>
</entry>
<entry>
<id>dfd29d4237158b9699334bbab6d22e4285e4a8a4</id>
<published>2018-05-31T21:36:36Z</published>
<updated>2018-05-31T21:36:36Z</updated>
<title type="text">basic fmt program using fmtc</title>
<link rel="alternate" href="commit/dfd29d4237158b9699334bbab6d22e4285e4a8a4.gph" />
<author>
<name>Josuah Demangeon</name>
<email>[email protected]</email>
</author>
<content type="text">commit dfd29d4237158b9699334bbab6d22e4285e4a8a4
parent b9898661168d039dc96cb69c093089fde465cbbe
Author: Josuah Demangeon &lt;[email protected]&gt;
Date:   Thu, 31 May 2018 23:36:36 +0200

basic fmt program using fmtc

</content>
</entry>
<entry>
<id>b9898661168d039dc96cb69c093089fde465cbbe</id>
<published>2018-05-15T08:35:15Z</published>
<updated>2018-05-15T08:35:15Z</updated>
<title type="text">fix links conversoin and convert --- to ───</title>
<link rel="alternate" href="commit/b9898661168d039dc96cb69c093089fde465cbbe.gph" />
<author>
<name>Josuah Demangeon</name>
<email>[email protected]</email>
</author>
<content type="text">commit b9898661168d039dc96cb69c093089fde465cbbe
parent 83b0368ca37208587a5abadefd12628d80374ab4
Author: Josuah Demangeon &lt;[email protected]&gt;
Date:   Tue, 15 May 2018 10:35:15 +0200

fix links conversoin and convert --- to ───

</content>
</entry>
<entry>
<id>83b0368ca37208587a5abadefd12628d80374ab4</id>
<published>2018-05-11T17:57:26Z</published>
<updated>2018-05-11T17:57:31Z</updated>
<title type="text">improve tttml-html qualityness and replace markup-&gt;tttml again</title>
<link rel="alternate" href="commit/83b0368ca37208587a5abadefd12628d80374ab4.gph" />
<author>
<name>Josuah Demangeon</name>
<email>[email protected]</email>
</author>
<content type="text">commit 83b0368ca37208587a5abadefd12628d80374ab4
parent fd08ceaed88288f846c89bbb7b191379064625ee
Author: Josuah Demangeon &lt;[email protected]&gt;
Date:   Fri, 11 May 2018 19:57:26 +0200

improve tttml-html qualityness and replace markup-&gt;tttml again

In awk, even if a match() happen in an external funciton, it sets
RLENGTH an friends, so these variables needs to be saved before
calling other functions.

       match(string, /patttttern/);
       match_inside™();
       substr(string, 1, RLENGTH);

becomes:

       match(string, /patttttern/);
       len = RLENGTH;
       match_inside™();
       substr(string, 1, len);

</content>
</entry>
<entry>
<id>fd08ceaed88288f846c89bbb7b191379064625ee</id>
<published>2018-05-06T15:31:15Z</published>
<updated>2018-05-06T15:31:15Z</updated>
<title type="text">change the name from markup to tttml</title>
<link rel="alternate" href="commit/fd08ceaed88288f846c89bbb7b191379064625ee.gph" />
<author>
<name>Josuah Demangeon</name>
<email>[email protected]</email>
</author>
<content type="text">commit fd08ceaed88288f846c89bbb7b191379064625ee
parent 61a2462794d4f5804122646f524c7913bc809529
Author: Josuah Demangeon &lt;[email protected]&gt;
Date:   Sun,  6 May 2018 17:31:15 +0200

change the name from markup to tttml

</content>
</entry>
<entry>
<id>61a2462794d4f5804122646f524c7913bc809529</id>
<published>2018-05-05T16:43:13Z</published>
<updated>2018-05-05T16:43:13Z</updated>
<title type="text">fix markup-gopher special links</title>
<link rel="alternate" href="commit/61a2462794d4f5804122646f524c7913bc809529.gph" />
<author>
<name>Josuah Demangeon</name>
<email>[email protected]</email>
</author>
<content type="text">commit 61a2462794d4f5804122646f524c7913bc809529
parent 332be10e3e3139840a4f021f6f6108fcfb32d064
Author: Josuah Demangeon &lt;[email protected]&gt;
Date:   Sat,  5 May 2018 18:43:13 +0200

fix markup-gopher special links

</content>
</entry>
<entry>
<id>332be10e3e3139840a4f021f6f6108fcfb32d064</id>
<published>2018-04-20T12:42:16Z</published>
<updated>2018-04-20T12:42:16Z</updated>
<title type="text">convert from uri to path and not path to path</title>
<link rel="alternate" href="commit/332be10e3e3139840a4f021f6f6108fcfb32d064.gph" />
<author>
<name>Josuah Demangeon</name>
<email>[email protected]</email>
</author>
<content type="text">commit 332be10e3e3139840a4f021f6f6108fcfb32d064
parent bd5225db743ed20a10451c667dcd8de42c6e1437
Author: Josuah Demangeon &lt;[email protected]&gt;
Date:   Fri, 20 Apr 2018 14:42:16 +0200

convert from uri to path and not path to path

</content>
</entry>
<entry>
<id>bd5225db743ed20a10451c667dcd8de42c6e1437</id>
<published>2018-04-20T12:19:23Z</published>
<updated>2018-04-20T12:34:39Z</updated>
<title type="text">fix all links being &quot;h&quot; entries</title>
<link rel="alternate" href="commit/bd5225db743ed20a10451c667dcd8de42c6e1437.gph" />
<author>
<name>Josuah Demangeon</name>
<email>[email protected]</email>
</author>
<content type="text">commit bd5225db743ed20a10451c667dcd8de42c6e1437
parent ebfcd529de383bd42ba47eddceb51dd830d17614
Author: Josuah Demangeon &lt;[email protected]&gt;
Date:   Fri, 20 Apr 2018 14:19:23 +0200

fix all links being &quot;h&quot; entries

</content>
</entry>
<entry>
<id>ebfcd529de383bd42ba47eddceb51dd830d17614</id>
<published>2018-04-20T11:21:52Z</published>
<updated>2018-04-20T11:21:52Z</updated>
<title type="text">always interprete scheme:// rui</title>
<link rel="alternate" href="commit/ebfcd529de383bd42ba47eddceb51dd830d17614.gph" />
<author>
<name>Josuah Demangeon</name>
<email>[email protected]</email>
</author>
<content type="text">commit ebfcd529de383bd42ba47eddceb51dd830d17614
parent 511bd8e715c9a935883982486c4544ad05b9b5f8
Author: Josuah Demangeon &lt;[email protected]&gt;
Date:   Fri, 20 Apr 2018 13:21:52 +0200

always interprete scheme:// rui

</content>
</entry>
<entry>
<id>511bd8e715c9a935883982486c4544ad05b9b5f8</id>
<published>2018-04-20T09:53:03Z</published>
<updated>2018-04-20T09:53:03Z</updated>
<title type="text">execute permission for markup-gopher</title>
<link rel="alternate" href="commit/511bd8e715c9a935883982486c4544ad05b9b5f8.gph" />
<author>
<name>Josuah Demangeon</name>
<email>[email protected]</email>
</author>
<content type="text">commit 511bd8e715c9a935883982486c4544ad05b9b5f8
parent 804fed3a85273f744cb32929e5a05899d7f5025b
Author: Josuah Demangeon &lt;[email protected]&gt;
Date:   Fri, 20 Apr 2018 11:53:03 +0200

execute permission for markup-gopher

</content>
</entry>
<entry>
<id>804fed3a85273f744cb32929e5a05899d7f5025b</id>
<published>2018-04-20T01:15:32Z</published>
<updated>2018-04-20T01:15:32Z</updated>
<title type="text">README from the Makefile</title>
<link rel="alternate" href="commit/804fed3a85273f744cb32929e5a05899d7f5025b.gph" />
<author>
<name>Josuah Demangeon</name>
<email>[email protected]</email>
</author>
<content type="text">commit 804fed3a85273f744cb32929e5a05899d7f5025b
parent 7b9791b74ab0b32f728884b0416ac55c9825f0d0
Author: Josuah Demangeon &lt;[email protected]&gt;
Date:   Fri, 20 Apr 2018 03:15:32 +0200

README from the Makefile

</content>
</entry>
<entry>
<id>7b9791b74ab0b32f728884b0416ac55c9825f0d0</id>
<published>2018-04-19T01:57:29Z</published>
<updated>2018-04-19T01:57:29Z</updated>
<title type="text">add latest changes from ~/bin and remove it from ~/bin</title>
<link rel="alternate" href="commit/7b9791b74ab0b32f728884b0416ac55c9825f0d0.gph" />
<author>
<name>Josuah Demangeon</name>
<email>[email protected]</email>
</author>
<content type="text">commit 7b9791b74ab0b32f728884b0416ac55c9825f0d0
parent e5f695470b3ce7553e2e1609b9341e957f5fceae
Author: Josuah Demangeon &lt;[email protected]&gt;
Date:   Thu, 19 Apr 2018 03:57:29 +0200

add latest changes from ~/bin and remove it from ~/bin

</content>
</entry>
<entry>
<id>e5f695470b3ce7553e2e1609b9341e957f5fceae</id>
<published>2018-04-19T01:45:53Z</published>
<updated>2018-04-19T01:45:53Z</updated>
<title type="text">add a README</title>
<link rel="alternate" href="commit/e5f695470b3ce7553e2e1609b9341e957f5fceae.gph" />
<author>
<name>Josuah Demangeon</name>
<email>[email protected]</email>
</author>
<content type="text">commit e5f695470b3ce7553e2e1609b9341e957f5fceae
parent 97183e4b8e6d679289e808e461a4f8b4294fde4f
Author: Josuah Demangeon &lt;[email protected]&gt;
Date:   Thu, 19 Apr 2018 03:45:53 +0200

add a README

</content>
</entry>
<entry>
<id>97183e4b8e6d679289e808e461a4f8b4294fde4f</id>
<published>2018-04-19T01:21:56Z</published>
<updated>2018-04-19T01:21:56Z</updated>
<title type="text">added man pages</title>
<link rel="alternate" href="commit/97183e4b8e6d679289e808e461a4f8b4294fde4f.gph" />
<author>
<name>Josuah Demangeon</name>
<email>[email protected]</email>
</author>
<content type="text">commit 97183e4b8e6d679289e808e461a4f8b4294fde4f
parent b507855bac3a7d1ca9576b1f02809fa2e804101e
Author: Josuah Demangeon &lt;[email protected]&gt;
Date:   Thu, 19 Apr 2018 03:21:56 +0200

added man pages

</content>
</entry>
<entry>
<id>b507855bac3a7d1ca9576b1f02809fa2e804101e</id>
<published>2018-04-19T00:41:09Z</published>
<updated>2018-04-19T00:41:09Z</updated>
<title type="text">usual facilities</title>
<link rel="alternate" href="commit/b507855bac3a7d1ca9576b1f02809fa2e804101e.gph" />
<author>
<name>Josuah Demangeon</name>
<email>[email protected]</email>
</author>
<content type="text">commit b507855bac3a7d1ca9576b1f02809fa2e804101e
parent 90cc0673d34514966f93faff6c62c79babc8faf0
Author: Josuah Demangeon &lt;[email protected]&gt;
Date:   Thu, 19 Apr 2018 02:41:09 +0200

usual facilities

</content>
</entry>
<entry>
<id>90cc0673d34514966f93faff6c62c79babc8faf0</id>
<published>2018-04-19T00:04:43Z</published>
<updated>2018-04-19T00:04:43Z</updated>
<title type="text">initial import</title>
<link rel="alternate" href="commit/90cc0673d34514966f93faff6c62c79babc8faf0.gph" />
<author>
<name>Josuah Demangeon</name>
<email>[email protected]</email>
</author>
<content type="text">commit 90cc0673d34514966f93faff6c62c79babc8faf0
Author: Josuah Demangeon &lt;[email protected]&gt;
Date:   Thu, 19 Apr 2018 02:04:43 +0200

initial import

</content>
</entry>
</feed>