Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

Is it possible to connect with the various forums, thru NNTP? And use them like regular usenet is setup?

Not really :)

Sure 10+ years ago ... Perlmonks -> NNTP gateway, Monastery NNTP Bridge, CC'ing Comments to Newsgroup... so technically blah blah :) ...

There are already plenty of perl usenet newsgroups ...

Perlmonks isn't usenet :) Is Usenet Still Worth It?, Why does PerlMonks rock?

Is it possible, thru personal settings or whatever to get my group reading interface to resemble the one available on gmane. With Frames and threading so the groups appear in the tried and venerable style of usenet

Sure, its called javascript/jquery, and it most of the hard work has been done already, you just have to load it up into your personal nodelet and DIYSMOP :) See the links of examples and links below


Re^5: mini thread navigation for perlmonks
Re: Functionality to automatically insert

tags into long posts? (naturally)
Free Nodelet Hack: AJAX-enabled Chatterbox
Re: A userscript/userjs to cleanup older releases on PAUSE
Re: Collapsible comments
toggleDisplay
Re^2: dynamic extractor based off static references in file (line-height punch2paragraph punct2paragraph lineheight3em)
Re: No more expanded threads in "Recently Active Threads" (in "Root & node" mode) without Javascript
Free Nodelet Hack: Toggle bodies of Old Replies
Re: themes for Anonymous Monk or try out themes without changing display settings
Free nodelet hack: Auto-Fold threads in RAT for special browsers
Free Nodelet Hack: linkify nodelet headings (for pmdev)
Free Nodelet, JavaScript and PM links
Help for Free Nodelet Settings
function addExpandelator(){ var addExpander = function(t,i){ $(t).find('a[href]').first().parent().prepend('<b onclick="ale +rt(this.innerHTML);">E)'+i+")</b> "); return; }; var trs = $('#replies_table tr[class]'); for( var ix = 0; ix < trs.length; ix++){ if( trs[ix].className.match( new RegExp( '^reply$' ) ) ){ if( ( ix == ( trs.length -1 ) ) || ( trs[ix+1] && trs[ix+1].className.match( new RegExp( '^reply$' ) ) ) ){ addExpander( trs[ix], ix ); } } } return; }

In reply to Re: Some better way to read/post/follow threads (nntp usenet newsgroups) by Anonymous Monk
in thread Some better way to read/post/follow threads by HarryPutnam

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (3)
As of 2024-04-24 03:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found