~sircmpwn/fosspay

2b39975fc34009758a4fac7bd62f0ef467e934be — Drew DeVault 4 years ago b985852 + 931b36d
Merge pull request #19 from Perflyst/patch-1

Rename old SirCmpwn to ddevault
M README.md => README.md +1 -1
@@ 35,7 35,7 @@ string for later.

Clone the git repository on the server that you want to host fosspay on:

    git clone git://github.com/SirCmpwn/fosspay.git
    git clone git://github.com/ddevault/fosspay.git
    cd fosspay

Install the Python packages:

M contrib/fr/overrides/admin.html => contrib/fr/overrides/admin.html +2 -2
@@ 24,7 24,7 @@
        <ol>
            <li>
                <strong>Set up a cron job to handle monthly donations.</strong>
                <a href="https://github.com/SirCmpwn/fosspay/wiki/Recurring-donations-cronjob">
                <a href="https://github.com/ddevault/fosspay/wiki/Recurring-donations-cronjob">
                    Relevant documentation
                </a>.
            </li>


@@ 41,7 41,7 @@
                <a href="https://drewdevault.com/donate?project=fosspay">Donate to fosspay upstream</a>?
            </li>
            <li>
                <a href="https://github.com/SirCmpwn/fosspay">Contribute code to fosspay upstream</a>?
                <a href="https://github.com/ddevault/fosspay">Contribute code to fosspay upstream</a>?
            </li>
        </ol>
    </div>

M contrib/fr/overrides/index.html => contrib/fr/overrides/index.html +1 -1
@@ 153,7 153,7 @@ window.email = "{{user.email}}";
    {% endif %}
    <p>
        <small class="text-muted">
            Powered by <a href="https://github.com/SirCmpwn/fosspay">fosspay</a>.
            Powered by <a href="https://github.com/ddevault/fosspay">fosspay</a>.
        </small>
    </p>
</div>

M templates/admin.html => templates/admin.html +2 -2
@@ 25,7 25,7 @@
        <ol>
            <li>
                <strong>Set up a cron job to handle monthly donations.</strong>
                <a href="https://github.com/SirCmpwn/fosspay/wiki/Recurring-donations-cronjob">
                <a href="https://github.com/ddevault/fosspay/wiki/Recurring-donations-cronjob">
                    Relevant documentation
                </a>.
            </li>


@@ 42,7 42,7 @@
                <a href="https://drewdevault.com/donate?project=fosspay">Donate to fosspay upstream</a>?
            </li>
            <li>
                <a href="https://github.com/SirCmpwn/fosspay">Contribute code to fosspay upstream</a>?
                <a href="https://github.com/ddevault/fosspay">Contribute code to fosspay upstream</a>?
            </li>
        </ol>
    </div>

M templates/index.html => templates/index.html +1 -1
@@ 153,7 153,7 @@ window.email = "{{user.email}}";
    {% endif %}
    <p>
        <small class="text-muted">
            Powered by <a href="https://github.com/SirCmpwn/fosspay">fosspay</a>.
            Powered by <a href="https://github.com/ddevault/fosspay">fosspay</a>.
        </small>
    </p>
</div>

M templates/invoice.html => templates/invoice.html +1 -1
@@ 53,7 53,7 @@ const currency = "{{ _cfg("currency") }}";
<div class="container text-center">
  <p>
    <small class="text-muted">
      Powered by <a href="https://github.com/SirCmpwn/fosspay">fosspay</a>.
      Powered by <a href="https://github.com/ddevault/fosspay">fosspay</a>.
    </small>
  </p>
</div>