Sponsored Content
The Lounge What is on Your Mind? Patreon Badges Now Available as BBCODE at UNIX.COM Post 303029733 by Neo on Thursday 31st of January 2019 09:47:49 AM
Old 01-31-2019
No.

I am suggesting that you can set up a Patreon account if you wish and people like me and others can be your patron if they / we choose to.

Do you understand the model at Patreon, Don?

The model is not about "asking for payments or money to answer questions.,.. that is totally the wrong / old / not modern tech Patreon thinking"

The model is based on patronage, admiration and sharing and caring. That is what a patronage system is.

For example, if Don Cragun had a Patreon account I would be your patron and would send you money each month because I admire your work; not as a transaction based payment like you seem to suggest in your reply.

Hope this helps.
 

6 More Discussions You Might Find Interesting

1. Post Here to Contact Site Administrators and Moderators

Testing BBCODE URL for DragonByte

Here is the URL we will use: https://www.unix.com/post-here-contact-site-administrators-moderators/241569-doesnt-allow-me-use-code-tags.html I will put this in this text with the URL BBCODE. Now I will save the thread and test the URL. (1 Reply)
Discussion started by: Neo
1 Replies

2. What is on Your Mind?

Changes to BBCODE for CODE and QUOTE

Hey, Scrollbars still do not work in code tags (works on mobile because the mobile site does not use any table tags, only div tags), but hopefully that will change when I convert the bits for post and threads to div tags or update to Bootstrap CSS for tables. In the meantime, I have update... (0 Replies)
Discussion started by: Neo
0 Replies

3. What is on Your Mind?

New Badging System - Badges Prototype Beta 1 (Badges Only)

Today I mapped out the new badging system using FA icons, Beta 1 in no particular order except a 6 x 8 grid: https://www.unix.com/members/1-albums215-picture991.png The prototype HTML code for this layout: <style> .fa-badge-grid { font-size: 1.5em; } .row { ... (38 Replies)
Discussion started by: Neo
38 Replies

4. What is on Your Mind?

Four More UNIX.COM Achievement Award Badges to Award

Happy New Year! There are currently four UNIX.COM achievement awards up for grabs, as the say. Here they are, in no particular order: The Order of the Raven The Order of the Hippo The Order of the Spider The Order of the Dragon Don't ask me what they mean, or who who will get those... (0 Replies)
Discussion started by: Neo
0 Replies

5. What is on Your Mind?

Black Raven Patreon Tier

Dear All, We have received a number of requests in the past year from members who want to send PMs to ask questions because they prefer to ask questions confidentially. Their reasons for this confidentially have primarily been: They want to include company specific information which needs... (0 Replies)
Discussion started by: Neo
0 Replies

6. What is on Your Mind?

Thank You Patreon Sponsors - Your Patreon Dollars at Work

Thank You Patreon Sponsors! We are using your generous sponsorship dollars for software and media licensing. Your patronage is greatly appreciated! Currently, we are working on new tech videos on the YouTube YT channel, which is the new official media channel for unix.com. ... (0 Replies)
Discussion started by: Neo
0 Replies
MODERATORS(5)							File Formats Manual						     MODERATORS(5)

NAME
moderators - submission addresses for moderated newsgroups DESCRIPTION
When an unapproved article is posted locally to a moderated newsgroup, rather than being passed off to innd(8) for normal handling, it's instead sent via e-mail to the submission address for that newsgroup. The file <pathetc in inn.conf>/moderators lists the submission addresses for moderated newsgroups. This file is used by nnrpd(8), inews(1), and any other program that uses the GetModeratorAddress() routine (see libinn(3).) The moderators file is a list of associations between wildmat(3) patterns matching newsgroups and the submission address for those news- groups. Blank lines and lines starting with a number sign (``#'') are ignored. All other lines should consist of those two fields sepa- rated by a colon. The second field, the submission address, may have at most one %s anywhere in it; if present, this will be replaced by the name of the newsgroup with periods replaced by dashes. If there is a literal ``%'' in the submission address, it must be written as ``%%'' (even if not followed by an ``s''). Here is a sample file: example.important:announce-request@example.com example.*:%s@smtp.example.com gnu.*:%s@prep.ai.mit.edu *:%s@moderators.isc.org Using the above file, postings to the moderated newsgroup in the left column will be sent to the address shown in the right column: example.important announce-request@example.com example.x.announce example-x-announce@smtp.example.com gnu.emacs.sources gnu-emacs-sources@prep.ai.mit.edu comp.sources.unix comp-sources-unix@moderators.isc.org Periods are converted to dashes for historical reasons, from back in the days when periods in the local part of addresses may not be han- dled correctly. It's probably no longer necessary, but so much now depends on it that it can't be easily changed. It's intended that the sample moderators file included in the INN distribution always be sufficient for all world-wide newsgroups. The hosts behind moderators.isc.org have graciously volunteered to handle forwarding tasks for all world-wide newsgroups so that individual sites don't have to keep track of the submission addresses for moderated groups. The forwarding database used by moderators.isc.org is coordinated by moderators-request@isc.org; if you know of a world-wide newsgroup hierarchy that is not correctly handled by modera- tors.isc.org, please send the details to that address. Given that, the only thing you should have to add to the sample file under normal circumstances are the forwarding addresses for local or limited distribution moderated groups. HISTORY
Written by Rich $alz <rsalz@uunet.uu.net> for InterNetNews. This is revision 1.6, dated 1999/05/09. SEE ALSO
inews(1), inn.conf(5), libinn(3), wildmat(3). MODERATORS(5)
All times are GMT -4. The time now is 06:00 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy