diff --git a/src/main/java/com/laytonsmith/tools/docgen/sitedeploy/SiteDeploy.java b/src/main/java/com/laytonsmith/tools/docgen/sitedeploy/SiteDeploy.java index 0cf88334d..c5a2b95cd 100644 --- a/src/main/java/com/laytonsmith/tools/docgen/sitedeploy/SiteDeploy.java +++ b/src/main/java/com/laytonsmith/tools/docgen/sitedeploy/SiteDeploy.java @@ -987,7 +987,7 @@ public void run() { } /** - * Pages deployed: index.html privacy_policy.html + * Pages deployed: index.html privacy_policy.html sponsors.html */ private void deployFrontPages() { generateQueue.submit(new Runnable() { @@ -1017,6 +1017,15 @@ public void run() { } }); totalGenerateTasks.addAndGet(1); + generateQueue.submit(new Runnable() { + @Override + public void run() { + writePageFromResource(Implementation.GetServerType().getBranding(), "/siteDeploy/Sponsors", "../../sponsors.html", + Arrays.asList(new String[]{"index", "front page"}), "Sponsors of MethodScript"); + currentGenerateTask.addAndGet(1); + } + }); + totalGenerateTasks.addAndGet(1); generateQueue.submit(new Runnable() { @Override public void run() { diff --git a/src/main/resources/docs/CommandLineTools b/src/main/resources/docs/CommandLineTools index e2df491df..b7e6359a7 100644 --- a/src/main/resources/docs/CommandLineTools +++ b/src/main/resources/docs/CommandLineTools @@ -26,7 +26,7 @@ Skip ahead to the next section ==== Step 2 ==== Run java -jar CommandHelper.jar from your prompt. You will see the help listing. Each tool is it's own "verb". The syntax for running a particular -tool is java -jar CommandHelper.jar <verb> %%NOWIKI|[<arguments for this tool>]%% +tool is java -jar CommandHelper.jar <verb> %%NOWIKI|[C]%% See the section below that shows the help listing for more details about each tool. diff --git a/src/main/resources/siteDeploy/Sponsors b/src/main/resources/siteDeploy/Sponsors new file mode 100644 index 000000000..221219fa9 --- /dev/null +++ b/src/main/resources/siteDeploy/Sponsors @@ -0,0 +1,24 @@ + +If you would like to help contribute to the development of MethodScript in a sustainable and continuous fashion, +please see our Patreon campaign here: [https://www.patreon.com/MethodScript https://www.patreon.com/MethodScript] + +Contributors like you help shoulder the cost of the servers that run this website, and allow for more exciting and +ambitious projects in the future. + +== Titanium Sponsors == +These sponsors are truly devoted to MethodScript. + +''There are currently no Titanium Sponsors, be the first!'' + +=== Platinum Sponsors === + +''There are currently no Platinum Sponsors, be the first!'' + +==== Gold Sponsors ==== + +''There are currently no Gold Sponsors, be the first!'' + +===== Sponsor ===== +These guys aren't the biggest sponsors, but they are still very much appreciated. + +''There are currently no Sponsors, be the first!'' diff --git a/src/main/resources/siteDeploy/frame.html b/src/main/resources/siteDeploy/frame.html index 643a2afa9..049268aed 100644 --- a/src/main/resources/siteDeploy/frame.html +++ b/src/main/resources/siteDeploy/frame.html @@ -98,6 +98,7 @@

%%branding%%

  • About
  • Design: TEMPLATED
  • Privacy Policy
  • +
  • Sponsors
  • diff --git a/src/main/resources/siteDeploy/privacy_policy.html b/src/main/resources/siteDeploy/privacy_policy.html index f1d8ca958..ace3a1a98 100644 --- a/src/main/resources/siteDeploy/privacy_policy.html +++ b/src/main/resources/siteDeploy/privacy_policy.html @@ -78,7 +78,7 @@
    You can choose to have your computer warn you each time a cookie is being sent, or you can - choose to turn off all cookies. You do this through your browser settings. Since browser is + choose to turn off all cookies. You do this through your browser settings. Since each browser is a little different, look at your browser's Help Menu to learn the correct way to modify your cookies.
    @@ -202,6 +202,6 @@ If there are any questions regarding this privacy policy, you may contact us using the contact information found elsewhere.
    - Last Edited on 2016-09-24 + Last Edited on 2017-09-11