Skip to content

Commit

Permalink
Manifesto page update and typo corrections.
Browse files Browse the repository at this point in the history
  • Loading branch information
slegoza committed Jul 3, 2012
1 parent dc94056 commit 869440e
Showing 1 changed file with 33 additions and 33 deletions.
66 changes: 33 additions & 33 deletions pages/01-manifesto.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,50 +7,50 @@ order: 4
---
{% include JB/setup %}
##What is POC?
Poc is an **Output Caching framework** written **for PHP**.
POC is an **Output Caching framework** written **for PHP**.

##Why would I use POC?
##Why would you use POC?
- Because it **saves** you **time** and **money... A LOT**!
- Adds extra **protection** for your application.
- It **gains the performance** of your software.
- Bulit on the shoulder of giants by using mature **opensource components**.
- Uses the latest **inventions** of the PHP ecosystem.
- It solves complex problems in a **really easy** way.
- **Cloud** ready.
- **Gains** your **SEO** value!
- Poc makes your software **Robust** and gains the **Highg Availibiliy** of your software.
- Poc is **opensource**.

##POC is for Developers
- The system is **compatible** with all of your application that supports PHP 5.3 and above.
- Provide an **easy to use tool** for developers when they have to **solve performance problems**.
- Make it as **flexible** as possible.
- Applying this **cache framework** minimal or in most cases one line modification into existing code.
- Easy to turn on/off.
- The installation and the basic setup can be done **within 5 minutes.**
- Caching should **not make your code more complex**, and this process can be **transpanent**.
- It adds extra **protection** to your application.
- It **enhances the performance** of your software.
- It's built on the shoulders of giants by using mature **open source components**.
- It uses the latest **inventions** of the PHP ecosystem.
- It solves complex problems in an **easy** way.
- It's **Cloud** ready.
- It **enhances** your application's **SEO** value.
- POC makes your software **robust** and gains the **high availability** of your software.
- POC is **open source**.

##POC is for Developers
- The system is **compatible** with all your applications that support PHP 5.3 or above.
- POC provides an **easy to use tool** to **solve performance problems**.
- It makes cache implementation as **flexible** as possible.
- **POC** is "hot pluggable" to any system. Applying it to existing projects requires minimal (in most cases only one line) modification of your existing code.
- It can be easily turned on/off.
- Installation and basic setup can be done **in 5 minutes.**
- Caching should **not make your code more complex**, and this process can be **transparent**.
- We made it **scalable** to be able to run from a **single machine** configuration to any **complex webfarms**.
- We built it up on **Symfony2 components** to **increase** the projects **stability** and **decrease** its **complexity**.
- We built it on **Symfony2 components** to **increase** the projects **stability** and **decrease** its **complexity**.
- **Easy** and custom **configuration** that meets your needs.
- It is **contignously integrated**!
- **Does not hurts your current logic and** existing **ifrasturcure**, so you don't have to rewrite anyhing within your code, neither buy new hardware.
- **Plugin** based.
- It is **continously integrated**!
- **Does not hurt your current logic and **existing **infrastructure**, so you don't have to rewrite anything in your code, neither buy new hardware.
- POC is **plugin** based.


##POC is for the business
- To make proper caching for your site takes lot of development time, with this piece of software you can **reduce this time significantly**, even to hours. So you can save a lot of Money and Time.
- The **fast**est is your **site** you got **higher rank at seraching Engines**.
- You need finance and maintain less resources so the more server you have you pay more. POC makes your webapplications working using less hardware.
- Implementing a good caching solution for you site is crucial for performance but it can take a lot of development time. This software helps you reduce this time significantly.
- The **fast**er your **site** the **higher search engine ranking it gets**.
- POC helps you reduce the hardware needed to run your web applications and **saves you money**.

##POC is for free
- Poc is licensed under **Apache 2.0** license.
- Everybody can modify it, even sell it witohout the author's approval.
- POC is licensed under **Apache 2.0** license.
- Anyone can modify and even sell it without the author's approval.

##POC is for the environment
- As more and more PHP server operates in the world proper caching can save energy and vaste produced.
- Poc uses way less resources than an database backed page generation in php, you save the resources of the planet by using proper cachhing.
- As more and more PHP servers operate in the world proper caching becomes more important because it can save energy and reduce waste.
- POC uses way less resources than a database backed PHP page generation in real time so you not only save time but you save the resources of the planet as well by using proper caching.

##What is not POC?
Poc is **not the Silver Bulltet for PHP**, but helps you the get colser to it. :)
##What POC is not?
POC is **not a silver bullet for all your PHP performance problems**, but the second best thing to it.


0 comments on commit 869440e

Please sign in to comment.