Results for "tag:html"
-
wikitext: Wikitext 160
Wikitext parser. Wikitext rendering as HTML. Support for notion of Wikitext book (book structure). See mediawiki for information related to wikitext format.
wiki wikitext mediawiki book rendering html
Mon, 10 Jun 2024 14:37:50 GMT
-
feed: Eiffel FEED parser 167
RSS2.0 and ATOM feed parser. Feed visitor including HTML generation from FEED Eiffel objects.
rss atom feed html generator parser
Mon, 10 Jun 2024 14:37:43 GMT
-
microdata: MicroData parser 162
Solution to extract MicroData from HTML5 content.
microdata parser html5 html data machine-readable schema
Mon, 10 Jun 2024 14:37:41 GMT
-
web_browser: Eiffel Web Browser 169
Web Browser: Multiplatform web browser extension of Vision2 library for Eiffel. Based on Webkit-1.0 on Linux; IE core on Windows.
browser html embedded vision2 widget
Mon, 10 Jun 2024 14:33:48 GMT
-
wrap_tidy: Eiffel wrap_tidy 202
Eiffel binding for HTML tidy library. libtidy is a C static and dynamic library that developers can integrate into their applications in order to bring all of Tidy's power to your favorite tools. libtidy is used today in desktop applications, web servers, and more.
Wed, 27 May 2020 13:21:09 GMT
Usage: "criterion:value" (note: "value" is aliased with "text:value") Criteria: [name] name:foo* - packages of short name matching "foo*" pattern [title] title:base - packages of title "base" [tag] tag:web - packages tagged "web" [description] description:"advanced usage" - packages with phrase "advanced usage" in their description [owner] owner:*Caesar - packages published by users with the user names matching "*Caesar" [downloads] downloads:10 - packages with at least 10 downloads [text] text:abc - equivalent to "name:abc or title:abc or tag:abc" Criteria can be combined with "and" (the default), "or" (aliased with prefix "+"), "not" (aliased with prefix "-"). Criteria "name", "title", "tag" and "description" supports wildcards (*,?).