Thanks to visit codestin.com
Credit goes to github.com

Skip to content

簡単な記号ベースの書式付き文書をパースし、HTMLその他の書式に変換するためのライブラリです。

License

Notifications You must be signed in to change notification settings

Ktouth/ktouth-st2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This library analyzes a document with the format in a simple symbol and converts it into HTML and other formats.

For a computer, it is difficult to convert “a sentence written commonly” or “a sentence written by HTML” by mechanical processing. Those sentences are because they do not have a meaning in a sentence structure, or structure is too complicated. In this library, I treat “a document written by the format that can express minimum decoration and semantic structure” supposed the use by the diary. I analyze this document in semantic structure and recognize it and convert it into “a general HTML form” or “a simple HTML form for mobile terminals” or “the plain text that omitted decoration”.

このライブラリは簡単な記号での書式が付いた文書を解析し、HTMLやその他の書式へ変換を行います。

このライブラリは単純なシンボルでフォーマットで文書を分析して、それをHTMLと他のフォーマットに変えます。機械処理によって「一般的な文章」または「HTMLによって書かれた文章」を変換するのは難しいものです。それらは構文に意味を持たないか、または構造が複雑すぎるからです。このライブラリでは、日記での使用などが想定された「必要最小限の装飾や意味構造を表現可能な書式で書かれる文書」を扱います。この文書を意味構造で解析・認識し、「一般的なHTML形式」または「モバイル端末向けのシンプルなHTML形式」、または「装飾を省いたプレーンテキスト」などに変換します。

  • Check out the latest master to make sure the feature hasn’t been implemented or the bug hasn’t been fixed yet.

  • Check out the issue tracker to make sure someone already hasn’t requested it and/or contributed it.

  • Fork the project.

  • Start a feature/bugfix branch.

  • Commit and push until you are happy with your contribution.

  • Make sure to add tests for it. This is important so I don’t break it in a future version unintentionally.

  • Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.

Copyright © 2010-2013 Keiichiro Nishi. See LICENSE.txt for further details.

About

簡単な記号ベースの書式付き文書をパースし、HTMLその他の書式に変換するためのライブラリです。

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages