-
-
Notifications
You must be signed in to change notification settings - Fork 10
Adding a donations page #223
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
title: Donate to the Medley Interlisp Project | ||
weight: 20 | ||
type: docs | ||
aliases: | ||
- /donate | ||
--- | ||
|
||
InterlispOrg Inc, the non-profit which runs the Medley Interlisp Project, uses donations to pay for online services, web hosting; larger donations for hiring consultants and contract workers to help with various tasks. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Replace this with the text at line 29 and remove lines 26 on. |
||
|
||
## How to donate | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Retitle this to Other donation methods |
||
|
||
You can donate through the following methods: | ||
|
||
<form action="https://www.paypal.com/donate" method="post" target="_top"> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Move this to be below line 9 - so, we have the text about being a non-profit, followed immediately be the donate button. |
||
<input type="hidden" name="hosted_button_id" value="X69XCWJ6SJKUG" /> | ||
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" border="0" name="submit" title="PayPal - The safer, easier way to pay online!" alt="Donate with PayPal button" /> | ||
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1" /> | ||
</form> | ||
|
||
- [PayPal](https://www.paypal.com/donate/?hosted_button_id=MCHS5GWLVYLUY): use the donation button above or send directly to [paypal@interlisp.org](mailto:paypal@interlisp.org) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Delete this, it duplicates the donation button. |
||
- [GitHub Sponsors](https://github.com/sponsors/Interlisp): it's convenient but they do charge a fee — 3% if done through ACH, 6% for credit card donations | ||
- [our donations team](mailto:board@interlisp.org): for larger amounts contact [board@interlisp.org](mailto:board@interlisp.org) | ||
- Benevity: for corporate donations InterlispOrg can be found on the Benevity portal by either searching for “Interlisp” or the organization numbered 840-872528093 | ||
|
||
|
||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Delete the remaining text. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Not sure I understand. Do you mean removing the donations team and Benevity items altogether? Or removing from |
||
## Tax deducibility | ||
|
||
InterlispOrg Inc is a non-profit corporation in California, approved by the IRS for 501(c)3 status, and the California FTB for tax-free status. We can accept donations that may be tax-deductable for the donor. |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,7 +62,13 @@ If you would like to join our weekly meetings, [let us know](mailto:info@interli | |
|
||
Check out our [Project List](https://docs.google.com/document/d/1ceXj7VzPeLSM0sBwEnYQqArKsXg0VKCWLTF0zv10LRg/edit?usp=sharing) for ideas. Find something that matches your interests, or propose a different project. Funding is available to help support a limited number of projects. | ||
|
||
## 6: Donations | ||
## 6. Donations | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Delete all of this, it will be covered in the donations page. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. What about line 17? Should I remove it too or change the link to point to the new donations page (
|
||
|
||
We use donations to pay for online services, web hosting; larger donations for hiring consultants and contract workers to help with various tasks. | ||
You can donate through GitHub sponsors, which is convenient. They do charge a fee -- 3% if done through ACH, 6% for credit card donations. For larger amounts contact [our donations team](mailto:board@interlisp.org). | ||
|
||
You can donate through the following methods: | ||
|
||
- [GitHub Sponsors](https://github.com/sponsors/Interlisp): it's convenient but they do charge a fee — 3% if done through ACH, 6% for credit card donations | ||
- [PayPal](https://www.paypal.com/donate/?hosted_button_id=MCHS5GWLVYLUY): [paypal@interlisp.org](mailto:paypal@interlisp.org) | ||
- [our donations team](mailto:board@interlisp.org): for larger amounts contact [board@interlisp.org](mailto:board@interlisp.org) | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Naming it
donate
makes it unreachable from any of the existing pages. The page hierarchy has has three visible branches from our home pageproject
,software
andhistory
. It needs to be hung off one of those to show up.I'd suggest moving it into the
project
folder. It will then appear as a selection when the user is in the project portion of the web pages.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The
project
folder looks good but I need to figure how to move a file via the GitHub web interface I used for this PR, which doesn't seem to be possible other than by removing the file and recreating it at the right place.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Based on the discussion in the May 8, 2024 external meeting should the location of the new donations page still be
/content/en/project/donate.md
?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not entirely sure what @stumbo has in mind, but if you save put the description at
content/en/project/donate.md
and also addin the initial header of the donate.md page, (I think) that will result in the short form https://interlisp.org/donate/ URL will redirect to the project/donate/ URL.
It is awkward to work on the web site using only the github editor, because there is no way to move files around or test the results of edits without deploying them -- you really need a local install of 'hugo' to do that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@masinter Yes that will work. I was more concerned that the current name of the page would isolate it and make it unreachable.
Based on our Wednesday discussion, I'm rethinking the whole donate page. I wonder if we should take two approaches. One, put a donate button or icon on the footer of each page. Something along the lines of this:
I'm not sure I like the icon, but it's what was readily available. We could link the icon directly to the Paypal donate page. Secondly, we have a donate page, roughly the one Paolo has created that lives in the project hierarchy and holds information on the organization and all available donation options.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To proceed with creating the donate page I need clarification on this and this.