Skip to content

Commit

Permalink
First documentation review – Reorganize, fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumebort committed Oct 31, 2012
1 parent a554da9 commit 226ca78
Show file tree
Hide file tree
Showing 69 changed files with 509 additions and 1,316 deletions.
24 changes: 0 additions & 24 deletions documentation/manual/2.1-roadmap.md

This file was deleted.

76 changes: 0 additions & 76 deletions documentation/manual/Deploying-on-CloudFoundry.md

This file was deleted.

49 changes: 0 additions & 49 deletions documentation/manual/Deploying-to-AppFog.md

This file was deleted.

46 changes: 0 additions & 46 deletions documentation/manual/Deploying-to-dotCloud.md

This file was deleted.

11 changes: 0 additions & 11 deletions documentation/manual/Documentation.md

This file was deleted.

3 changes: 0 additions & 3 deletions documentation/manual/H2-database-tips.md

This file was deleted.

51 changes: 15 additions & 36 deletions documentation/manual/Home.md
@@ -1,27 +1,23 @@
# Play 2.0 documentation
# Play 2.1 documentation

> Play 2.0 is a high-productivity Java and Scala web application framework that integrates the components and APIs you need for modern web application development.
> Play is a high-productivity Java and Scala web application framework that integrates the components and APIs you need for modern web application development.
>
> Play is based on a lightweight, stateless, web-friendly architecture and features predictable and minimal resource consumption (CPU, memory, threads) for highly-scalable applications thanks to its reactive model, based on Iteratee IO.
## About

1. [[Play 2.0 a Web framework for a new era | Philosophy]]

## Getting started

1. [[Installing Play 2.0 | Installing]]
1. [[Installing Play | Installing]]
1. [[Creating a new application | NewApplication]]
1. [[Anatomy of a Play 2.0 application | Anatomy]]
1. [[Using the Play 2.0 console | PlayConsole ]]
1. [[Anatomy of a Play application | Anatomy]]
1. [[Using the Play console | PlayConsole ]]
1. [[Setting up your preferred IDE | IDE]]
1. [[Built-in documentation | Documentation ]]
1. [[Sample applications | Samples]]
1. [[Security policy | http://www.playframework.org/code/security]]

## Working with Play 2.0
## Working with Play

1. [[Play 2.0 for Scala developers | ScalaHome]]
1. [[Play 2.0 for Java developers | JavaHome]]
1. [[Play for Scala developers | ScalaHome]]
1. [[Play for Java developers | JavaHome]]

## Detailed topics

Expand All @@ -34,17 +30,19 @@
1. [[Using LESS CSS | AssetsLess]]
1. [[Using Google Closure Compiler | AssetsGoogleClosureCompiler]]
1. [[Using RequireJS | RequireJS-support]]
1. [[Working with the in-memory H2 database | Developing-with-the-H2-Database]]
1. [[Managing database evolutions | Evolutions]]
1. [[Configuration file syntax and features | Configuration]]
1. [[Configuring the JDBC connection pool | SettingsJDBC]]
1. [[Configuring the internal Akka system | AkkaCore]]
1. [[Configuring logging | SettingsLogger]]
1. [[Deploying your application | Production]]
1. [[Creating a standalone package | ProductionDist]]
1. [[Additional configuration | ProductionConfiguration]]
1. [[Set-up a front-end HTTP server | HTTPServer]]
1. [[Deploying to Heroku | ProductionHeroku]]
1. [[Deploying to Cloud Foundry | Deploying-CloudFoundry]]
1. [[Deploying to CloudBees | Deploying-to-CloudBees]]
1. [[Set-up a front-end HTTP server | HTTPServer]]
1. [[Deploying to Cloud Foundry | Deploying-CloudFoundry]]

## Additional documentation

Expand All @@ -54,34 +52,15 @@
1. [[Configuration|https://github.com/typesafehub/config]]
1. [[Logback|http://logback.qos.ch/documentation.html]]

## Hacking Play 2.0
## Hacking Play

1. [[Building Play 2.0 from source | BuildingFromSource]]
1. [[Building Play from source | BuildingFromSource]]
1. [[CI server at Cloudbees | CIServer]]
1. [[Repositories | Repositories]]
1. [[Issue tracker | Issues]]
1. [[Pull requests | PullRequests]]
1. [[Contributor guidelines | Guidelines]]

## Modules and plugins

1. [[Temporary modules directory | Modules]]

## Security policy
1. [[play's security policy |http://www.playframework.org/code/security]]

## User groups
1. [[User groups around the world | User-Groups-around-the-World]]

## Contributing to this documentation

> The documentation is freely editable on [[https://github.com/playframework/Play20/wiki]]. Feel free to fix mistakes directly in the pages.
>
> However if you want to provide additional documentation, please create new pages and reference them from here. A member of the core team will take care of integrating it in the most appropriate section.

###Needs to be integrated
* [[Play 2.0 for Play 1.x developers |Play-2.0-for-Play-1.x-developers]]
* [[Howto write modules | Writing-Modules ]]
* [[IDE | IDE]]
* [[3.1 Developing with the H2 Database | Developing-with-the-H2-Database]]
1 change: 0 additions & 1 deletion documentation/manual/JavaOAuth.md

This file was deleted.

34 changes: 0 additions & 34 deletions documentation/manual/Managing-Controller-Class-Instantiation.md

This file was deleted.

1 change: 0 additions & 1 deletion documentation/manual/Mine.md

This file was deleted.

0 comments on commit 226ca78

Please sign in to comment.