You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

129 lines
9.3 KiB

  1. [![DocPad Logo](http://d.pr/i/cfmt+)](http://docpad.org "Visit the DocPad Website")
  2. # DocPad. Streamlined web development.
  3. [![Build Status](https://secure.travis-ci.org/bevry/docpad.png?branch=master)](http://travis-ci.org/bevry/docpad)
  4. [![NPM version](https://badge.fury.io/js/docpad.png)](https://npmjs.org/package/docpad)
  5. [![Flattr this project](https://raw.github.com/balupton/flattr-buttons/master/badge-89x18.gif)](http://flattr.com/thing/344188/balupton-on-Flattr)
  6. Hi! I'm DocPad, I streamline the web development process and help close the gap between experts and beginners. I've been used in production by big and small companies for over a year and a half now to create [plenty of amazing and powerful web sites and applications](http://docpad.org/docs/showcase) quicker than ever before. What makes me different is instead of being a box to cram yourself into and hold you back, I'm a freeway to what you want to accomplish, just getting out of your way and allowing you to create stuff quicker than ever before without limits. Leave the redudant stuff up to me, so you can focus on the awesome stuff.
  7. Discover my features below, or skip ahead to the installation instructions to get started with a [fully functional pre-made website](http://docpad.org/docs/skeletons) in a few minutes from reading this.
  8. **[Watch the Screencast!](http://www.youtube.com/watch?v=hvQCXDWh7Wg&feature=share&list=PLYVl5EnzwqsQs0tBLO6ug6WbqAbrpVbNf)**
  9. ## Features
  10. ### Out of the box
  11. - Competely file based meaning there is no pesky databases that need to be installed, and for version control you get to use systems like Git and SVN which you're already use to (You can still hook in remote data sources if you want, DocPad doesn't impose any limits on you, ever)
  12. - Choose from plenty of community maintained [pre-made websites](http://docpad.org/docs/skeletons) to use for your next project instead of starting from scratch everytime
  13. - Write your documents in any language, markup, templating engine, or pre-processor you wish (we're truly agnostic thanks to your plugin system). You can even mix and match them when needed by combining their extensions in a rails like fashion (e.g. `coffee-with-some-eco.js.coffee.eco`)
  14. - Changes to your website are automatically recompiled through our built in watch system
  15. - Add meta data to the top of your files to be used by templating engines to display non-standard information such as titles and descriptions for your documents
  16. - Display custom listings of content with our powerful [Query Engine](https://github.com/bevry/query-engine/) available to your templating engines
  17. - Abstract out generic headers and footers into layouts using our nested layout system
  18. - For simple static websites easily deploy your generated website to any web server like apache or github pages. For dynamic projects deploy them to servers like [heroku](http://www.heroku.com/) or [nodejitsu](http://nodejitsu.com/) to take advantage of custom routing with [express.js](http://expressjs.com/). [Deploy guide here](http://docpad.org/docs/deploy)
  19. - Built-in server to save you from having to startup your own, for dynamic deployments this even supports things like clean urls, custom routes and server-side logic
  20. - Robust architecture and powerful plugin system means that you are never boxed in unlike traditional CMS systems, instead you can always [extend DocPad](http://docpad.org/docs/extend) to do whatever you need it to do, and you can even write to bundle common custom functionality and distribute them through the amazing node package manager [npm](http://npmjs.org/)
  21. - Built in support for dynamic documents (e.g. search pages, signup forms, etc.), so you can code pages that change on each request by just adding `dynamic: true` to your document's meta data (exposes the [express.js](http://expressjs.com/) `req` and `res` objects to your templating engine)
  22. - You can use it standalone, or even easily include it within your existing systems with our [API](http://docpad.org/docs/api)
  23. ### With our amazing community maintained plugins
  24. - Use the [Live Reload](http://docpad.org/plugin/livereload/) plugin to automatically refresh your web browser whenever a change is made, this is amazing
  25. - Pull in remote RSS/Atom/JSON feeds into your templating engines allowing you to display your latest twitter updates or github projects easily and effortlessly using the [Feedr Plugin](http://docpad.org/plugin/feedr/)
  26. - Support for every templating engine and pre-processor under the sun, including but not limited to CoffeeScript, CoffeeKup, ECO, HAML, Handlebars, Jade, Less, Markdown, PHP, Ruby, SASS and Stylus - [the full listing is here](http://docpad.org/docs/plugins)
  27. - Use the [Partials Plugin](http://docpad.org/plugin/partials) to abstract common pieces of code into their own individual file that can be included as much as you want
  28. - Syntax highlight code blocks automatically with either our [Highlight.js Plugin](http://docpad.org/plugin/highlightjs/) or [Pygments Plugin](http://docpad.org/plugin/pygments/)
  29. - Get SEO friendly clean URLs with our [Clean URLs Plugin](http://docpad.org/plugin/cleanurls/) (dynamic deployments only)
  30. - Lint your code automatically with our Lint Plugin - under construction, coming soon
  31. - Concatenate and minify your JavaScript and CSS assets making page loads faster for your users with our Minify Plugin - under construction, coming soon
  32. - Install common javascript libraries like jQuery, Backbone and Underscore directly from the command line - under construction, coming soon
  33. - Automatically translate your entire website into other languages with our Translation Plugin - under construction, coming soon
  34. - Add a admin interface to your website allowing you to edit, save and preview your changes on live websites then push them back to your source repository with the Admin Plugin - under construction, coming soon
  35. - Pretty much if DocPad doesn't already do something, it is trivial to [write a plugin](http://docpad.org/docs/extend) to do it, seriously DocPad can accomplish anything, it never holds you back, there are no limits, it's like super powered guardian angel
  36. - There are also [plenty of other plugins](http://docpad.org/docs/plugins) not listed here that are still definitely worth checking out! :)
  37. ## People love DocPad
  38. All sorts of people love DocPad, from first time web developers to even industry leaders and experts. In fact, people even migrate to DocPad from other systems as they love it so much. Here are some our [favourite tweets](https://twitter.com/#!/DocPad/favorites) of what people are saying about DocPad :)
  39. [![Some favourite tweets about DocPad](https://raw.github.com/bevry/docpad/dev/docs/favs.gif)](https://twitter.com/#!/DocPad/favorites)
  40. ## [Installation](http://docpad.org/docs/install)
  41. [Click here for our latest Install Instructions](http://docpad.org/docs/install)
  42. ## [Quick Start](http://docpad.org/docs/start)
  43. [Click here to skip ahead to our latest Quick Start Guide](http://docpad.org/docs/start)
  44. ## What next?
  45. Here are some quick links to help you get started:
  46. - [Getting Started](http://docpad.org/docs/intro)
  47. - [Frequently Asked Questions](http://docpad.org/docs/faq)
  48. - [Showcase and Examples](http://docpad.org/docs/showcase)
  49. - [Guides and Tutorials](http://docpad.org/docs/)
  50. - [Deployment Guide](http://docpad.org/docs/deploy)
  51. - [Extension Guide](http://docpad.org/docs/extend)
  52. - [Plugins](http://docpad.org/docs/plugins)
  53. - [Skeletons](http://docpad.org/docs/skeletons)
  54. - [Troubleshooting](http://docpad.org/docs/troubleshoot)
  55. - [Support Channels](http://docpad.org/support)
  56. - [Bug Tracker](http://docpad.org/issues)
  57. - [IRC Chat Room: `#docpad` on freenode](http://webchat.freenode.net?channels=docpad)
  58. - [Everything else](http://docpad.org/docs/)
  59. ## History
  60. You can discover the version history inside the [History.md](https://github.com/bevry/docpad/blob/master/History.md#files) file
  61. ## License
  62. Licensed under the incredibly [permissive](http://en.wikipedia.org/wiki/Permissive_free_software_licence) [MIT License](http://creativecommons.org/licenses/MIT/)
  63. <br/>Copyright &copy; 2012+ [Bevry Pty Ltd](http://bevry.me)
  64. <br/>Copyright &copy; 2011 [Benjamin Lupton](http://balupton.com)
  65. ## Special Thanks
  66. Special thanks to all our wonderful contributors who have helped shaped the DocPad core of today:
  67. - [Benjamin Lupton](https://github.com/balupton)
  68. - [Nick Crohn](https://github.com/ncrohn)
  69. - [eldios](https://github.com/eldios)
  70. - [Changwoo Park](https://github.com/pismute)
  71. - [Bruno Héridet](https://github.com/Delapouite)
  72. - [Todd Anglin](https://github.com/toddanglin)
  73. - [Olivier Bazoud](https://github.com/obazoud)
  74. - [Zhao Lei](https://github.com/firede)
  75. - [Aaron Powell](https://github.com/aaronpowell)
  76. - [Andrew Patton](https://github.com/acusti)
  77. - [Paul Armstrong](https://github.com/paularmstrong)
  78. - [Sorin Ionescu](https://github.com/sorin-ionescu)
  79. - [Ferrari Lee](https://github.com/Ferrari)
  80. - [Ben Barber](https://github.com/barberboy)
  81. - [Sven Vetsch](https://github.com/disenchant)
  82. Also thanks to all the countless others who have continued to raise DocPad even higher by submitting plugins, issues reports, discussion topics, IRC chat messages, and praise on twitter. We love you.
  83. Lastly, thank YOU for giving us a go, believing us, and loving us. We love you too.
  84. Sincerely, the DocPad team
  85. [![Flattr this project](http://api.flattr.com/button/flattr-badge-large.png)](http://flattr.com/thing/344188/balupton-on-Flattr)