Curl Global Community
Generating HTML with a Curl applet - Printable Version

+- Curl Global Community (https://communities.curl.com)
+-- Forum: Blogs (https://communities.curl.com/forumdisplay.php?fid=17)
+--- Forum: Tech blog (https://communities.curl.com/forumdisplay.php?fid=18)
+---- Forum: Robert blog (https://communities.curl.com/forumdisplay.php?fid=20)
+---- Thread: Generating HTML with a Curl applet (/showthread.php?tid=639)



Generating HTML with a Curl applet - RobertShiplett - 10-13-2012

Using the Curl XML parsing library it took only a a short time today to generate the 3 HTML pages discussed at my post on Kanji at http://kanjirecog.blogspot.ca/2012/10/kanji-by-ucs.html

Most of the effort went into the urlencoding escaping for the HTML once it was generated by Curl's {url-encode-string }.

The blog post ends with a note to say that Curl was used and is tagged for Curl. It has been linked to both twitter and Facebook.

Question: why is the desktop app for Tagaini jisho not being done in CURL !?! ( http://www.tagaini.net/ ) The rb tree ? He is already using Sqlite (we have that) - but his flashcards could be 3-D ! If it is going to the desktop anyway and THEN running as HTML, Curl is the obvious choice, right ?