Re: [ANN] CHP Web Framework Documentation Update

2013-07-15 Thread Bastien
Hi Kelker,

thanks for the explanations.  I will have a closer look to get
a better understanding.  It's nice to see the diversity of the
various approaches.

All best,

-- 
 Bastien

-- 
-- 
You received this message because you are subscribed to the Google
Groups Clojure group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Clojure group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [ANN] CHP Web Framework Documentation Update

2013-07-14 Thread Paulo Suzart
I definitely liked it.

Until now clojure has nothing compared to Grails, Revel (golang) or
playframework. CHP can be a good starting point.

I don't advocate for things like such frameworks, but sometimes you just
want something like them for a quick/prototyping project.

Although extensively documented, the reasoning behind some parts are not so
clear, specially into resources dir (modules, package, api, etc). So a
general section showing the conventionalized project structure, and the
flow of a request would clear a lot.


Great job. Hope I can find time to contribute.

Cheers


On 11 July 2013 11:13, Steven Degutis sbdegu...@gmail.com wrote:

 I am.


 On Wed, Jul 10, 2013 at 2:59 PM, Kelker Ryan theinter...@yandex.comwrote:

 Thanks. It's currently alpha and there's a lot more to come.

 Are you by chance the same Degutis from 8th light?

 11.07.2013, 02:12, Steven Degutis sbdegu...@gmail.com:

 Wow. You obviously put a lot of work into this. And it looks extremely
 well documented!


 On Wed, Jul 10, 2013 at 5:36 AM, Kelker Ryan theinter...@yandex.comwrote:

 ClojureHomePage is a Clojure Web Framework



 *CHTML, Routing, and Sessions *

- CHTML  Routeshttps://github.com/runexec/chp?a=1#example-chtml--routes
- Session handling, Cookies, and 
 Compojurehttps://github.com/runexec/chp?a=1#session-handling-cookies-and-compojure

 * Ring *

- Ring and port 
 configurationhttps://github.com/runexec/chp?a=1#ring-configuration
- Auto-loading 
 middlewarehttps://github.com/runexec/chp?a=1#auto-loading-middleware

 * Code Generation  Modules *

- Generating views from a 
 tablehttps://github.com/runexec/chp?a=1#generating-table-views
- View bindings https://github.com/runexec/chp?a=1#builder-bindings
- View bindings 
 Examplehttps://github.com/runexec/chp?a=1#builder-binding-views-example
- Enable admin 
 accounthttps://github.com/runexec/chp?a=1#enable-admin-account
- Database and Bindings 
 tutorialhttps://github.com/runexec/chp?a=1#basic-bindings-example
- HTML 
 Generationhttps://github.com/runexec/chp?a=1#clojure-and-html-generation
- CSS 
 Generationhttps://github.com/runexec/chp?a=1#clojure-and-css-generation
- JavaScript 
 Generationhttps://github.com/runexec/chp?a=1#clojure-and-javascript-generation
- CHP Modules https://github.com/runexec/chp?a=1#modules
- Module Packages https://github.com/runexec/chp?a=1#module-packages

 * SQL Configuration, Migrations, and Manipulation *

- SQL DB configuration and 
 creationhttps://github.com/runexec/chp?a=1#db-configuration-and-creation
- SQL DB Migrations https://github.com/runexec/chp?a=1#db-migrations
- SQL Manipulationhttps://github.com/runexec/chp?a=1#clojure-and-sql
- Get column syntax 
 examplehttps://github.com/runexec/chp?a=1#get-column-syntax-example

 * General Information *

- Install https://github.com/runexec/chp?a=1#getting-started
- UML Relationships https://github.com/runexec/chp?a=1#uml
- Unit Testshttps://github.com/runexec/chp/blob/master/test/chp/test/
- Removing example 
 fileshttps://github.com/runexec/chp?a=1#removing-example-files
- License https://github.com/runexec/chp?a=1#license
- How? https://github.com/runexec/chp?a=1#how
- Tutorial https://github.com/runexec/chp/tree/master/tutorial/01


 --
 --
 You received this message because you are subscribed to the Google
 Groups Clojure group.
 To post to this group, send email to clojure@googlegroups.com
 Note that posts from new members are moderated - please be patient with
 your first post.
 To unsubscribe from this group, send email to
 clojure+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/clojure?hl=en
 ---
 You received this message because you are subscribed to the Google Groups
 Clojure group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to clojure+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.




 --
 --
 You received this message because you are subscribed to the Google
 Groups Clojure group.
 To post to this group, send email to clojure@googlegroups.com
 Note that posts from new members are moderated - please be patient with
 your first post.
 To unsubscribe from this group, send email to
 clojure+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/clojure?hl=en
 ---
 You received this message because you are subscribed to the Google Groups
 Clojure group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to clojure+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.



  --
 --
 You received this message because you are subscribed to the Google
 Groups Clojure group.
 To post to this group, send email to clojure@googlegroups.com
 Note that posts from new members are moderated - please be patient with
 your first 

Re: [ANN] CHP Web Framework Documentation Update

2013-07-14 Thread Kelker Ryan
Thanks. It's very very Alpha at the moment and the framework will definitely be trimmed and polished before Beta1. Right now the api is for quick read-only JSON results of the database defined by models in /resources/api/. The packages and modules are to facilitate some generic website structures that will be bundled with the CHP framework in the Beta stages. I feel that a generic website skeleton structure should be generated with one single command and this is where the packages and modules come in. Feel free to personally e-mail me for suggestions and constructive criticism. 14.07.2013, 17:29, "Paulo Suzart" paulosuz...@gmail.com:I definitely liked it. Until now clojure has nothing compared to Grails, Revel (golang) or playframework. CHP can be a good starting point. I don't advocate for things like such frameworks, but sometimes you just want something like them for a quick/prototyping project. Although extensively documented, the reasoning behind some parts are not so clear, specially into resources dir (modules, package, api, etc). So a general section showing the conventionalized project structure, and the flow of a request would clear a lot.  Great job. Hope I can find time to contribute. CheersOn 11 July 2013 11:13, Steven Degutis sbdegu...@gmail.com wrote:I am.On Wed, Jul 10, 2013 at 2:59 PM, Kelker Ryan theinter...@yandex.com wrote:Thanks. It's currently alpha and there's a lot more to come. Are you by chance the same Degutis from 8th light? 11.07.2013, 02:12, "Steven Degutis" sbdegu...@gmail.com:Wow. You obviously put a lot of work into this. And it looks extremely well documented!On Wed, Jul 10, 2013 at 5:36 AM, Kelker Ryan theinter...@yandex.com wrote:ClojureHomePage is a Clojure Web Framework CHTML, Routing, and Sessions CHTML  RoutesSession handling, Cookies, and Compojure Ring Ring and port configurationAuto-loading middleware Code Generation  Modules Generating views from a tableView bindingsView bindings ExampleEnable admin accountDatabase and Bindings tutorialHTML GenerationCSS Generation_javascript_ GenerationCHP ModulesModule Packages SQL Configuration, Migrations, and Manipulation SQL DB configuration and creationSQL DB MigrationsSQL ManipulationGet column syntax example General Information InstallUML RelationshipsUnit TestsRemoving example filesLicenseHow?Tutorial --  --  You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en ---  You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.     --  --  You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en ---  You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.     --  --  You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en ---  You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.     --  --  You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en ---  You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop 

Re: [ANN] CHP Web Framework Documentation Update

2013-07-14 Thread Bastien
Hi Kelker,

thanks for your work on CHP.  I've not tested it yet, because
I'm right now into learning Luminus.

Could you explicit the differences between the two frameworks?

Thanks in advance,

-- 
 Bastien

-- 
-- 
You received this message because you are subscribed to the Google
Groups Clojure group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Clojure group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [ANN] CHP Web Framework Documentation Update

2013-07-14 Thread Kelker Ryan
The Luminus framework, in my opinion, is mostly just a collection of libraries. That doesn't mean Luminus isn't a great framework, but I wanted to create something that felt more like a single solution, and not just a collection of libraries. The Noir framework is now called lib-noir for a reason and I want to avoid that with CHP. The key solution that CHP provides is being able to embed Clojure code into a HTML file and have it be dynamically evaluated. Unlike PHP, you can't start a block of code (for, doseq, etc...), embed HTML, and then finish the code block. Also, the output of code isn't displayed by default. You have to explicitly use print or some other output printing function to display data. This helps prevent much of the mess that PHP is known for. The other solutions that CHP provides, such as the dynamic auto-loading of middleware, the auto-documenting and dynamically generated DB to JSON API, view generation, route generation, html form generation, and so much more, are all optional. If you just need a simple website you can remove everything in the resources folder and create a simple CHTML (Clojure HTML) file. Other than what I've mentioned above, this is what CHP currently has to offer out of the box. Keep in mind that these features are all optional and you can still use Ring and Compojure components (routes, middleware, etc...).Run Clojure inside a HTML file with the clj/clj tagsRequest params ex. ($p userid)Common web headers ex. ($ user-agent)Web Headers ex. ($$ cache-control)Environmental variables ex. (env java.vm.name)Have multiple method handlers under a single route (get, post, put, delete, and head)Routes can be defined in seperate files and namespacesStyle templates can be written in CHTML ex. chp.template/using-templateCreate SQL database schemas ex. lein schemaPerform SQL database migrations ex. lein migratePerform migration rollbacks ex. lein rollbackManipulate SQL databases with KormaSQLGenerate Page views (new,view,edit,list)Generate _javascript_ / ECMAScriptGenerate HTMLGenerate CSSThe documentation of the very Alpha framework can offer a better and more detailed list of capabilities and how to use them. https://github.com/runexec/chp#documentation15.07.2013, 02:24, "Bastien" bastiengue...@gmail.com: Hi Kelker, thanks for your work on CHP.  I've not tested it yet, because I'm right now into learning Luminus. Could you explicit the differences between the two frameworks? Thanks in advance, --  Bastien



-- 
-- 
You received this message because you are subscribed to the Google
Groups Clojure group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups Clojure group.
To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [ANN] CHP Web Framework Documentation Update

2013-07-14 Thread Kelker Ryan
 Here's an updated documentation list  CHTML, Routing, and Sessions CHTML  RoutesSession handling, Cookies, and Compojure Ring Ring and port configurationAuto-loading middleware Code Generation, Modules, and JSON API Generating views from a tableView bindingsView bindings ExampleEnable admin accountDatabase and Bindings tutorialHTML GenerationCSS Generation_javascript_ GenerationCHP ModulesModule PackagesJSON APIAuto Documenting API SQL Configuration, Migrations, and Manipulation SQL DB configuration and creationSQL DB MigrationsSQL ManipulationGet column syntax example General Information InstallUML RelationshipsNamespace DependenciesUnit TestsRemoving example filesLicenseHow?Tutorial 15.07.2013, 11:37, "Kelker Ryan" theinter...@yandex.com:The Luminus framework, in my opinion, is mostly just a collection of libraries. That doesn't mean Luminus isn't a great framework, but I wanted to create something that felt more like a single solution, and not just a collection of libraries. The Noir framework is now called lib-noir for a reason and I want to avoid that with CHP. The key solution that CHP provides is being able to embed Clojure code into a HTML file and have it be dynamically evaluated. Unlike PHP, you can't start a block of code (for, doseq, etc...), embed HTML, and then finish the code block. Also, the output of code isn't displayed by default. You have to explicitly use print or some other output printing function to display data. This helps prevent much of the mess that PHP is known for. The other solutions that CHP provides, such as the dynamic auto-loading of middleware, the auto-documenting and dynamically generated DB to JSON API, view generation, route generation, html form generation, and so much more, are all optional. If you just need a simple website you can remove everything in the resources folder and create a simple CHTML (Clojure HTML) file. Other than what I've mentioned above, this is what CHP currently has to offer out of the box. Keep in mind that these features are all optional and you can still use Ring and Compojure components (routes, middleware, etc...).Run Clojure inside a HTML file with the clj/clj tagsRequest params ex. ($p userid)Common web headers ex. ($ user-agent)Web Headers ex. ($$ cache-control)Environmental variables ex. (env java.vm.name)Have multiple method handlers under a single route (get, post, put, delete, and head)Routes can be defined in seperate files and namespacesStyle templates can be written in CHTML ex. chp.template/using-templateCreate SQL database schemas ex. lein schemaPerform SQL database migrations ex. lein migratePerform migration rollbacks ex. lein rollbackManipulate SQL databases with KormaSQLGenerate Page views (new,view,edit,list)Generate _javascript_ / ECMAScriptGenerate HTMLGenerate CSSThe documentation of the very Alpha framework can offer a better and more detailed list of capabilities and how to use them. https://github.com/runexec/chp#documentation15.07.2013, 02:24, "Bastien" bastiengue...@gmail.com: Hi Kelker, thanks for your work on CHP.  I've not tested it yet, because I'm right now into learning Luminus. Could you explicit the differences between the two frameworks? Thanks in advance, --  Bastien --  --  You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en ---  You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.    



-- 
-- 
You received this message because you are subscribed to the Google
Groups Clojure group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups Clojure group.
To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [ANN] CHP Web Framework Documentation Update

2013-07-11 Thread Steven Degutis
I am.


On Wed, Jul 10, 2013 at 2:59 PM, Kelker Ryan theinter...@yandex.com wrote:

 Thanks. It's currently alpha and there's a lot more to come.

 Are you by chance the same Degutis from 8th light?

 11.07.2013, 02:12, Steven Degutis sbdegu...@gmail.com:

 Wow. You obviously put a lot of work into this. And it looks extremely
 well documented!


 On Wed, Jul 10, 2013 at 5:36 AM, Kelker Ryan theinter...@yandex.comwrote:

 ClojureHomePage is a Clojure Web Framework



 *CHTML, Routing, and Sessions *

- CHTML  Routeshttps://github.com/runexec/chp?a=1#example-chtml--routes
- Session handling, Cookies, and 
 Compojurehttps://github.com/runexec/chp?a=1#session-handling-cookies-and-compojure

 * Ring *

- Ring and port 
 configurationhttps://github.com/runexec/chp?a=1#ring-configuration
- Auto-loading 
 middlewarehttps://github.com/runexec/chp?a=1#auto-loading-middleware

 * Code Generation  Modules *

- Generating views from a 
 tablehttps://github.com/runexec/chp?a=1#generating-table-views
- View bindings https://github.com/runexec/chp?a=1#builder-bindings
- View bindings 
 Examplehttps://github.com/runexec/chp?a=1#builder-binding-views-example
- Enable admin 
 accounthttps://github.com/runexec/chp?a=1#enable-admin-account
- Database and Bindings 
 tutorialhttps://github.com/runexec/chp?a=1#basic-bindings-example
- HTML 
 Generationhttps://github.com/runexec/chp?a=1#clojure-and-html-generation
- CSS 
 Generationhttps://github.com/runexec/chp?a=1#clojure-and-css-generation
- JavaScript 
 Generationhttps://github.com/runexec/chp?a=1#clojure-and-javascript-generation
- CHP Modules https://github.com/runexec/chp?a=1#modules
- Module Packages https://github.com/runexec/chp?a=1#module-packages

 * SQL Configuration, Migrations, and Manipulation *

- SQL DB configuration and 
 creationhttps://github.com/runexec/chp?a=1#db-configuration-and-creation
- SQL DB Migrations https://github.com/runexec/chp?a=1#db-migrations
- SQL Manipulation https://github.com/runexec/chp?a=1#clojure-and-sql
- Get column syntax 
 examplehttps://github.com/runexec/chp?a=1#get-column-syntax-example

 * General Information *

- Install https://github.com/runexec/chp?a=1#getting-started
- UML Relationships https://github.com/runexec/chp?a=1#uml
- Unit Testshttps://github.com/runexec/chp/blob/master/test/chp/test/
- Removing example 
 fileshttps://github.com/runexec/chp?a=1#removing-example-files
- License https://github.com/runexec/chp?a=1#license
- How? https://github.com/runexec/chp?a=1#how
- Tutorial https://github.com/runexec/chp/tree/master/tutorial/01


 --
 --
 You received this message because you are subscribed to the Google
 Groups Clojure group.
 To post to this group, send email to clojure@googlegroups.com
 Note that posts from new members are moderated - please be patient with
 your first post.
 To unsubscribe from this group, send email to
 clojure+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/clojure?hl=en
 ---
 You received this message because you are subscribed to the Google Groups
 Clojure group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to clojure+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.




 --
 --
 You received this message because you are subscribed to the Google
 Groups Clojure group.
 To post to this group, send email to clojure@googlegroups.com
 Note that posts from new members are moderated - please be patient with
 your first post.
 To unsubscribe from this group, send email to
 clojure+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/clojure?hl=en
 ---
 You received this message because you are subscribed to the Google Groups
 Clojure group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to clojure+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.



  --
 --
 You received this message because you are subscribed to the Google
 Groups Clojure group.
 To post to this group, send email to clojure@googlegroups.com
 Note that posts from new members are moderated - please be patient with
 your first post.
 To unsubscribe from this group, send email to
 clojure+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/clojure?hl=en
 ---
 You received this message because you are subscribed to the Google Groups
 Clojure group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to clojure+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
-- 
You received this message because you are subscribed to the Google
Groups Clojure group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members 

[ANN] CHP Web Framework Documentation Update

2013-07-10 Thread Kelker Ryan
ClojureHomePage is a Clojure Web Framework CHTML, Routing, and Sessions CHTML  RoutesSession handling, Cookies, and Compojure Ring Ring and port configurationAuto-loading middleware Code Generation  Modules Generating views from a tableView bindingsView bindings ExampleEnable admin accountDatabase and Bindings tutorialHTML GenerationCSS Generation_javascript_ GenerationCHP ModulesModule Packages SQL Configuration, Migrations, and Manipulation SQL DB configuration and creationSQL DB MigrationsSQL ManipulationGet column syntax example General Information InstallUML RelationshipsUnit TestsRemoving example filesLicenseHow?Tutorial



-- 
-- 
You received this message because you are subscribed to the Google
Groups Clojure group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups Clojure group.
To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [ANN] CHP Web Framework Documentation Update

2013-07-10 Thread Steven Degutis
Wow. You obviously put a lot of work into this. And it looks extremely well
documented!


On Wed, Jul 10, 2013 at 5:36 AM, Kelker Ryan theinter...@yandex.com wrote:

 ClojureHomePage is a Clojure Web Framework



 *CHTML, Routing, and Sessions *

- CHTML  Routeshttps://github.com/runexec/chp?a=1#example-chtml--routes
- Session handling, Cookies, and 
 Compojurehttps://github.com/runexec/chp?a=1#session-handling-cookies-and-compojure

 * Ring *

- Ring and port 
 configurationhttps://github.com/runexec/chp?a=1#ring-configuration
- Auto-loading 
 middlewarehttps://github.com/runexec/chp?a=1#auto-loading-middleware

 * Code Generation  Modules *

- Generating views from a 
 tablehttps://github.com/runexec/chp?a=1#generating-table-views
- View bindings https://github.com/runexec/chp?a=1#builder-bindings
- View bindings 
 Examplehttps://github.com/runexec/chp?a=1#builder-binding-views-example
- Enable admin 
 accounthttps://github.com/runexec/chp?a=1#enable-admin-account
- Database and Bindings 
 tutorialhttps://github.com/runexec/chp?a=1#basic-bindings-example
- HTML 
 Generationhttps://github.com/runexec/chp?a=1#clojure-and-html-generation
- CSS 
 Generationhttps://github.com/runexec/chp?a=1#clojure-and-css-generation
- JavaScript 
 Generationhttps://github.com/runexec/chp?a=1#clojure-and-javascript-generation
- CHP Modules https://github.com/runexec/chp?a=1#modules
- Module Packages https://github.com/runexec/chp?a=1#module-packages

 * SQL Configuration, Migrations, and Manipulation *

- SQL DB configuration and 
 creationhttps://github.com/runexec/chp?a=1#db-configuration-and-creation
- SQL DB Migrations https://github.com/runexec/chp?a=1#db-migrations
- SQL Manipulation https://github.com/runexec/chp?a=1#clojure-and-sql
- Get column syntax 
 examplehttps://github.com/runexec/chp?a=1#get-column-syntax-example

 * General Information *

- Install https://github.com/runexec/chp?a=1#getting-started
- UML Relationships https://github.com/runexec/chp?a=1#uml
- Unit Testshttps://github.com/runexec/chp/blob/master/test/chp/test/
- Removing example 
 fileshttps://github.com/runexec/chp?a=1#removing-example-files
- License https://github.com/runexec/chp?a=1#license
- How? https://github.com/runexec/chp?a=1#how
- Tutorial https://github.com/runexec/chp/tree/master/tutorial/01

  --
 --
 You received this message because you are subscribed to the Google
 Groups Clojure group.
 To post to this group, send email to clojure@googlegroups.com
 Note that posts from new members are moderated - please be patient with
 your first post.
 To unsubscribe from this group, send email to
 clojure+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/clojure?hl=en
 ---
 You received this message because you are subscribed to the Google Groups
 Clojure group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to clojure+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
-- 
You received this message because you are subscribed to the Google
Groups Clojure group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Clojure group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [ANN] CHP Web Framework Documentation Update

2013-07-10 Thread Kelker Ryan
Thanks. It's currently alpha and there's a lot more to come. Are you by chance the same Degutis from 8th light? 11.07.2013, 02:12, "Steven Degutis" sbdegu...@gmail.com:Wow. You obviously put a lot of work into this. And it looks extremely well documented!On Wed, Jul 10, 2013 at 5:36 AM, Kelker Ryan theinter...@yandex.com wrote:ClojureHomePage is a Clojure Web Framework CHTML, Routing, and Sessions CHTML  RoutesSession handling, Cookies, and Compojure Ring Ring and port configurationAuto-loading middleware Code Generation  Modules Generating views from a tableView bindingsView bindings ExampleEnable admin accountDatabase and Bindings tutorialHTML GenerationCSS Generation_javascript_ GenerationCHP ModulesModule Packages SQL Configuration, Migrations, and Manipulation SQL DB configuration and creationSQL DB MigrationsSQL ManipulationGet column syntax example General Information InstallUML RelationshipsUnit TestsRemoving example filesLicenseHow?Tutorial --  --  You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en ---  You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.     --  --  You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en ---  You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.    



-- 
-- 
You received this message because you are subscribed to the Google
Groups Clojure group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups Clojure group.
To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.