welcome: please sign in

Diff for "HCoopAdvocacy"

Differences between revisions 48 and 50 (spanning 2 versions)
Revision 48 as of 2011-11-23 13:21:30
Size: 3809
Editor: ClintonEbadi
Comment:
Revision 50 as of 2011-12-20 22:21:21
Size: 3809
Comment:
No differences found!

This page is for HCoop history, logos, grass-roots HCoop marketing ideas, and other bits of advocacy.

Joining HCoop

  • ProspectiveMemberFaq: Answers to frequently-asked questions about HCoop, joining HCoop, and what you can do after joining.

  • JoinUs: How to apply to join HCoop.

  • MemberManual: After joining HCoop, be sure to read the manual, so that you can create an account and stay in good standing with the co-operative. The Getting Started chapter is especially important.

Miscellaneous

  • OurHistory: Learn about the founding of HCoop and its continued history.

  • TheHcoopLook: web site visual design chatter.

  • T-Shirt: help design and plan the new HCoop T-shirt

  • HcoopPublicity: what publicity HCoop has received

Spreading the word about HCoop

Websites

Link to HCoop with the HCoop logo (LogoDiscussion) or images such as this one: http://hcoop.net/~ntk/hcoop.png This not only points users to our site from yours, it also increases HCoop's search engine rankings and makes it easier for people to find. HCoop's Alexa traffic rankings have gone from 4,000,000 to 900,000 in the last three months alone. If we can continue that trend we are on the right track.

T-shirt

Help out with our T-Shirt project. Create a design, or simply commit to buying one. If enough people do, we will make the HCoop T-shirt happen.

Signatures

If appropriate, you can reference HCoop in email or web forum signatures.

Advertising

We may or may not want to spend money on formal advertising for the cooperative. As an experiment I have submitted an ad to kuro5hin.org which will run for 10K exposures (out of NathanKennedy 's own pocket).

Other

Add more ideas here!

As you can see below, the default footer for MoinMoin wikis hosted by HCoop contains links/credits for:

  • MoinMoin Powered

  • Python Powered
  • GPL licensed
  • Valid HTML 4.01

Why not add a credit for HCoop?

I added the following section to my ~/wiki/wikiconfig.py configuration file

    # Page Credits ---------------------------------------------
    # Feel free to add other credits, but PLEASE do NOT change or remove
    # the following links - you help us by keeping them "as is":
    page_credits = [
        '<a href="http://moinmo.in/" title="This site uses the MoinMoin Wiki software.">MoinMoin Powered</a>',
        '<a href="http://moinmo.in/Python" title="MoinMoin is written in Python.">Python Powered</a>',

        # Optional credits:
        # if you think it can be maybe misunderstood as applying to content or topic of your wiki,
        # feel free to remove this one:
        '<a href="http://moinmo.in/GPL" title="MoinMoin is GPL licensed.">GPL licensed</a>',
        '<a href="http://hcoop.net/" title="This wiki is hosted by HCoop.">Hosted by HCoop</a>',
        '<a href="http://www.gandi.net/?lang=en/" title="This domain is registered with gandi.net.">Registered with gandi.net</a>',

        # if you don't need/want to check the html output, feel free to remove this one:
        # '<a href="http://validator.w3.org/check?uri=referer" title="Click here to validate this page.">Valid HTML 4.01</a>',
        ]

You can see the results in the footers in SabMagWiki.

AFAICT, you can change this for everyone in the file /var/lib/python-support/python2.5/MoinMoin/config/multiconfig.py. In the page_credits variable add:

'<a href="http://hcoop.net/" title="This wiki is hosted by HCoop.">Hosted by HCoop</a>',
  • /!\ Beware the commas needed at the end of each credit.

--Mike Freeman

HCoopAdvocacy (last edited 2021-08-07 18:38:09 by ClintonEbadi)