diff options
| author | Shulhan <ms@kilabit.info> | 2019-02-01 06:11:47 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2019-02-01 06:18:20 +0700 |
| commit | dcab721774ac83d6832c61c48b8a06f273c85cf7 (patch) | |
| tree | e6e79f0e323ed9c3a74cba917f8d379d716108af | |
| parent | 0d41d66e4cbcdbf70a752f7088d3e7e9f88a6b12 (diff) | |
| download | pakakeh.go-dcab721774ac83d6832c61c48b8a06f273c85cf7.tar.xz | |
README: mention that package smtp is working in progress
The client is part is usable, but the server part is not fully developed.
| -rw-r--r-- | README.adoc | 7 | ||||
| -rw-r--r-- | README.html | 18 |
2 files changed, 9 insertions, 16 deletions
diff --git a/README.adoc b/README.adoc index 817f85fe..d6c598d9 100644 --- a/README.adoc +++ b/README.adoc @@ -96,8 +96,9 @@ working with a single rune or slice of rune. * link:{url-godoc}/lib/smtp[*smtp*^]: Package smtp provide a library for building SMTP server and client. +This package is working in progress. -* link:{url-godoc}/lib/strings[*strings*^]: Package string provide a library +* link:{url-godoc}/lib/strings[*strings*^]: Package strings provide a library for working with string or slice of string. * link:{url-godoc}/lib/tabula[*tabula*^]: Package tabula is a Go library for @@ -122,7 +123,7 @@ websocket library for server and client. == Changelog -include::CHANGELOG.adoc[] +See include::CHANGELOG.adoc[] == Documentations @@ -150,8 +151,6 @@ Transport Layer Security (RFC3207)] * link:doc/IMF.html[Internet Message Format (RFC 5322)] -=== Development - The documentation created using asciidoctor. First, install `ruby` and `bundler`, and then execute `bundler` on source root directory. diff --git a/README.html b/README.html index 049a324d..c623b4bf 100644 --- a/README.html +++ b/README.html @@ -22,11 +22,7 @@ <li><a href="#_command_line_interface">1. Command Line Interface</a></li> <li><a href="#_libraries">2. Libraries</a></li> <li><a href="#_changelog">3. Changelog</a></li> -<li><a href="#_documentations">4. Documentations</a> -<ul class="sectlevel2"> -<li><a href="#_development">4.1. Development</a></li> -</ul> -</li> +<li><a href="#_documentations">4. Documentations</a></li> </ul> </div> </div> @@ -163,10 +159,11 @@ working with a single rune or slice of rune.</p> </li> <li> <p><a href="https://godoc.org/github.com/shuLhan/share/lib/smtp" target="_blank" rel="noopener"><strong>smtp</strong></a>: Package smtp provide a library for -building SMTP server and client.</p> +building SMTP server and client. +This package is working in progress.</p> </li> <li> -<p><a href="https://godoc.org/github.com/shuLhan/share/lib/strings" target="_blank" rel="noopener"><strong>strings</strong></a>: Package string provide a library +<p><a href="https://godoc.org/github.com/shuLhan/share/lib/strings" target="_blank" rel="noopener"><strong>strings</strong></a>: Package strings provide a library for working with string or slice of string.</p> </li> <li> @@ -206,7 +203,7 @@ websocket library for server and client.</p> <h2 id="_changelog">3. Changelog</h2> <div class="sectionbody"> <div class="paragraph"> -<p><a href="CHANGELOG.adoc" class="bare">CHANGELOG.adoc</a></p> +<p>See include::CHANGELOG.adoc[]</p> </div> </div> </div> @@ -271,8 +268,6 @@ Transport Layer Security (RFC3207)</a></p> </li> </ul> </div> -<div class="sect2"> -<h3 id="_development">4.1. Development</h3> <div class="paragraph"> <p>The documentation created using asciidoctor. First, install <code>ruby</code> and <code>bundler</code>, and then execute <code>bundler</code> on source root directory.</p> @@ -292,10 +287,9 @@ files.</p> </div> </div> </div> -</div> <div id="footer"> <div id="footer-text"> -Last updated 2019-01-22 11:41:46 +0700 +Last updated 2019-02-01 06:07:13 +0700 </div> </div> </body> |
