ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/schmorpforge/genpage
(Generate patch)

Comparing cvsroot/schmorpforge/genpage (file contents):
Revision 1.111 by root, Sun Oct 27 23:13:53 2013 UTC vs.
Revision 1.113 by root, Tue Oct 29 13:26:39 2013 UTC

324<tr><td><tt class='icon'>FILE</tt></td><td class='rr'>Most file releases can be found <a href="http://dist.schmorp.de/">here</a> or on CPAN (for Perl modules)</td></tr> 324<tr><td><tt class='icon'>FILE</tt></td><td class='rr'>Most file releases can be found <a href="http://dist.schmorp.de/">here</a> or on CPAN (for Perl modules)</td></tr>
325<tr><td><tt class='icon'>LIST</tt></td><td class='rr'>All mailinglists can be found <a href="http://lists.schmorp.de/mailman/listinfo">here</a></td></tr> 325<tr><td><tt class='icon'>LIST</tt></td><td class='rr'>All mailinglists can be found <a href="http://lists.schmorp.de/mailman/listinfo">here</a></td></tr>
326<!--<tr><td><tt class='icon'>WIKI</tt></td><td class='rr'>The Wiki can be found <a href="http://wiki.schmorp.de/">here</a></td></tr>--> 326<!--<tr><td><tt class='icon'>WIKI</tt></td><td class='rr'>The Wiki can be found <a href="http://wiki.schmorp.de/">here</a></td></tr>-->
327 327
328<!--<tr><td><tt class='icon'>IRC</tt></td><td class='rr'>Server <a href='http://webchat.freenode.net/?randomnick=1&amp;channels=schmorp&amp;prompt=1'><tt><b>irc.freenode.net</b></tt>, channel <tt>#schmorp</tt></a>, user <tt>schmorp</tt> <b>(say hi and <i>wait a few minutes or hours</i>)</b><br/>Other project-specific IRC servers are listed on their respective project page.</td></tr>--> 328<!--<tr><td><tt class='icon'>IRC</tt></td><td class='rr'>Server <a href='http://webchat.freenode.net/?randomnick=1&amp;channels=schmorp&amp;prompt=1'><tt><b>irc.freenode.net</b></tt>, channel <tt>#schmorp</tt></a>, user <tt>schmorp</tt> <b>(say hi and <i>wait a few minutes or hours</i>)</b><br/>Other project-specific IRC servers are listed on their respective project page.</td></tr>-->
329<tr><td><tt class='icon'>IRC</tt></td><td class='rr'>Server <a href='http://chat.schmorp.de/?channels=schmorpforge'><tt><b>irc.schmorp.de</b></tt>, channel <tt>#schmorpforge</tt></a>, users <tt>schmorp</tt> and <tt>elmex</tt> <b>(say hi and <i>wait a few minutes or hours</i>)</b><br/>Other project-specific IRC servers are listed on their respective project page.</td></tr> 329<tr><td><tt class='icon'>IRC</tt></td><td class='rr'>Server <a href='http://chat.schmorp.de/?channels=schmorpforge'><tt><b>irc.schmorp.de</b></tt>, channel <tt>#schmorpforge</tt></a>, user <tt>schmorp</tt> <b>(say hi and <i>wait a few minutes or hours</i>)</b><br/>Other project-specific IRC servers are listed on their respective project page.</td></tr>
330</table> 330</table>
331</div> 331</div>
332 332
333<div class='section section-overview'> 333<div class='section section-overview'>
334<h2>Project List</h2> 334<h2>Project List</h2>
1039 CBOR::XS implements the Concise Binary Object Representation (RFC 7049), 1039 CBOR::XS implements the Concise Binary Object Representation (RFC 7049),
1040 which is a kind of "binary JSON" that also has the ability to cleanly 1040 which is a kind of "binary JSON" that also has the ability to cleanly
1041 serialise objects. Unlike other binary formats, CBOR is actually capable 1041 serialise objects. Unlike other binary formats, CBOR is actually capable
1042 of representing all JSON texts, not just a subset of them. 1042 of representing all JSON texts, not just a subset of them.
1043 1043
1044Types-Serialiser cpan cvs-pod(Types.pm,) cvs-co(Changes) 1044Types-Serialiser cpan cvs-pod(Serialiser.pm,) cvs-co(Changes)
1045 This module is an utility module that provides a few simple datatypes, 1045 This module is an utility module that provides a few simple datatypes,
1046 constants and a serialisation protocol for CBOR::XS. It could be used 1046 constants and a serialisation protocol for CBOR::XS. It could be used
1047 for other, similar, serialisation modules (such as JSON::XS), and would 1047 for other, similar, serialisation modules (such as JSON::XS), and would
1048 improve interoperability between those modules. 1048 improve interoperability between those modules.
1049 1049

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines