From 5eb940030f59024a176644d9264eb4f1352ddb73 Mon Sep 17 00:00:00 2001 From: Jonathan Magnan Date: Wed, 6 Jun 2018 15:36:21 -0400 Subject: [PATCH] Fix exception + character Fix exception + character --- docs2/pages/faq/faq-general.md | 18 ----- docs2/pages/faq/faq-installation.md | 10 --- docs2/pages/faq/faq-license.md | 74 -------------------- docs2/pages/faq/faq.md | 6 -- docs2/pages/faq/issue-tracker.md | 11 --- docs2/pages/troubleshooting/md5-exception.md | 4 +- 6 files changed, 2 insertions(+), 121 deletions(-) delete mode 100644 docs2/pages/faq/faq-general.md delete mode 100644 docs2/pages/faq/faq-installation.md delete mode 100644 docs2/pages/faq/faq-license.md delete mode 100644 docs2/pages/faq/faq.md delete mode 100644 docs2/pages/faq/issue-tracker.md diff --git a/docs2/pages/faq/faq-general.md b/docs2/pages/faq/faq-general.md deleted file mode 100644 index b9c6126..0000000 --- a/docs2/pages/faq/faq-general.md +++ /dev/null @@ -1,18 +0,0 @@ -# FAQ - General - -## Which Payment method do you support? -We support the following payment method: - -- PayPal -- Check -- Bank Transfer - -## Can I purchase this product from a Reseller? -Yes, just let him know to contact us. - -## What's your average SLA response and resolution time? -We try to provide an outstanding support service. - -We normally answer very fast, often within one hour. - -Most fixes are resolved within one business day. diff --git a/docs2/pages/faq/faq-installation.md b/docs2/pages/faq/faq-installation.md deleted file mode 100644 index 2796b80..0000000 --- a/docs2/pages/faq/faq-installation.md +++ /dev/null @@ -1,10 +0,0 @@ -# FAQ - Installation - -## How to install your product? -It is simple, you download it from NuGet and add it to your project. - -More Info: [Tutorials - Installing](installing) - -## I have installed your product, but I don't see your extensions method -- Make sure to install it in the right project -- Make sure your project support .NET40 or better diff --git a/docs2/pages/faq/faq-license.md b/docs2/pages/faq/faq-license.md deleted file mode 100644 index a913f1f..0000000 --- a/docs2/pages/faq/faq-license.md +++ /dev/null @@ -1,74 +0,0 @@ -# FAQ - License - -## Developer Seat - -### What's a developer seat? -A developer seat is a developer working for your company and developing code directly with our product. - -You don't have to purchase developer seat for front-end developer or back-end developer which doesn't use our product API. - -Since you buy developer seats, you can develop an unlimited amount of projects within your company. - -### What's the cost for additional developer seats? -The cost for additional developer seats is usually extremely low. We want to make sure our library is accessible for small and large company. - -### Are developer seats transferable? -Yes, a developer seat can be transferred to any employee within your company. - -## Perpertual License - -### What's a perpetual license? -A perpetual license allows you to use the licensed product indefinitely. - -### Even when my Support & Upgrade is expired? -Yes. - -## Support & Upgdrade - -### My support & upgrade period is expired! What will happen? -Don't worry. Your product keeps on working forever! - -You can still download and use any version released before the support & upgrade expiration date. - -You will need to renew your license to use version released after the support & upgrade expiration date. - -### How do I renew my License? -We usually start to send renewal mails two months before the support & upgrade expiry date. - -If you didn't receive such email, you could contact us directly: info@zzzprojects.com - -### Can I have a renewal discount? -We provide a 25% discount to early renewal. Anyone renewing before the support & upgrade expiration date automatically gets a renewal discount. - -### I'm too late for early renewal discount! What can I do? -If you are few days late, we still provide early renewal discount. - -However, if you have few months late, you will need to purchase the library again. - -The best way to find out if you still have access to early renewal discount is by contacting us: info@zzzprojects.com - -### Why should I renew? -Renewing your support & upgrade gives the following benefits: - -- Major version releases and new product features -- Fast support by mail -- Protection against price increases during the maintenance term - -## Royalty Free - -### Can I install Entity Framework Extensions on Client Machine? -Yes, the product is royalty free. - -That means, you paid for developer seat, but customers using your product don't have to pay us. - -### Is Entity Framework Extensions Royalty Free? -Yes, the product is royalty free. - -This mean, you can develop a project and install it on thousands of clients. - -You paid for developer seat within your company. - -Some standard royalty free limitations: - -- You can't sell a similar product and claim it's yours. -- If your customer has access to your source code and develops using our API, they will have to purchase a license. diff --git a/docs2/pages/faq/faq.md b/docs2/pages/faq/faq.md deleted file mode 100644 index d959daa..0000000 --- a/docs2/pages/faq/faq.md +++ /dev/null @@ -1,6 +0,0 @@ -# FAQ - -- [General](faq-general) -- [Installation](faq-installation) -- [Issue Tracker](issue-tracker) -- [License](faq-license) \ No newline at end of file diff --git a/docs2/pages/faq/issue-tracker.md b/docs2/pages/faq/issue-tracker.md deleted file mode 100644 index cd8c49b..0000000 --- a/docs2/pages/faq/issue-tracker.md +++ /dev/null @@ -1,11 +0,0 @@ -# Issue Tracker - -## Where is your Issue Tracker? - -While we prefer to be contacted directly: info@zzzprojects.com - -We understand some people prefer to have an online issue tracker to follow and comment their issues. - -You can create an issue here: - -- [Issue Tracker](https://github.com/zzzprojects/EntityFramework-Extensions/issues) diff --git a/docs2/pages/troubleshooting/md5-exception.md b/docs2/pages/troubleshooting/md5-exception.md index e58c3c2..1897c5e 100644 --- a/docs2/pages/troubleshooting/md5-exception.md +++ b/docs2/pages/troubleshooting/md5-exception.md @@ -4,7 +4,7 @@ You execute a method from the LinqToSql Plus library, and the following error is thrown: -{% include template-exception.html message='This implementation is not part of the Windows Platform FIPS validated cryptographic algorithms.' %} +> This implementation is not part of the Windows Platform FIPS validated cryptographic algorithms. ## Solution @@ -18,7 +18,7 @@ The default algorithm to validate the license key & name is not supported with F Contact us and we will send you a new key supporting FIPS: {% include infozzzprojects-email.html %} -Why don’t we generated key compatible with FIPS by default? Because it will not be supported for a client machine with Windows XP or below. +Why don't we generated key compatible with FIPS by default? Because it will not be supported for a client machine with Windows XP or below. #### Disable FIPS