This plugin extends the Trac Wiki in several ways: - Support for displaying smileys; - HTML 4.0 entities (named entities and numerical entities); - Automatic replacement of common text idioms by their corresponding symbols (e.g. arrows, fractions, etc.); - Simplified markup for single words: *this* /is/ _important_; - Replace <name@domain> with "mailto:" links (obfuscated if needed); - Replace \\... UNC paths with "file:///" links;
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it.
miwi 2009-05-03 12:57:30 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/trac-wikigoodies Makefile distinfo pkg-descr Log: This plugin extends the Trac Wiki in several ways: - Support for displaying smileys; - HTML 4.0 entities (named entities and numerical entities); - Automatic replacement of common text idioms by their corresponding symbols (e.g. arrows, fractions, etc.); - Simplified markup for single words: *this* /is/ _important_; - Replace <name@domain> with "mailto:" links (obfuscated if needed) (0.11 only - though that's now in Trac core); - Replace \\... UNC paths with "file:///" links (0.11 only); Each feature can be disabled individually if needed. WWW: http://trac-hacks.org/wiki/WikiGoodiesPlugin PR: ports/134120 Submitted by: Alexey V. Degtyarev <alexey at renatasystems.org> Revision Changes Path 1.2338 +1 -0 ports/www/Makefile 1.1 +33 -0 ports/www/trac-wikigoodies/Makefile (new) 1.1 +3 -0 ports/www/trac-wikigoodies/distinfo (new) 1.1 +14 -0 ports/www/trac-wikigoodies/pkg-descr (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed New port added. Thanks!