Skip to content

Commit

Permalink
Sempare integration (WIP)
Browse files Browse the repository at this point in the history
  • Loading branch information
danieleteti committed Dec 22, 2023
1 parent 94dd1e5 commit a6789cd
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
10 changes: 3 additions & 7 deletions samples/serversideviews_sempare/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ This example illustrates how to use the Sempare Template Engine in the DelphiMVC

The Sempare Template Engine is available on GitHub (https://github.com/sempare/sempare-delphi-template-engine), Embarcadero's GetIt, boss or Delphinus.

This example is based on the ServerSideViewsMustache example. The functionality is almost exactly the same, but there are subtle differences
where the Sempare Template Engine may make some things a little easier to use.
This example is based on the ServerSideViewsMustache example. The functionality is almost exactly the same, but there are subtle differences where the Sempare Template Engine may make some things a little easier to use.

Enjoy.

Expand All @@ -21,12 +20,9 @@ Note that the Sempare Template Engine is distributed under the GPL license and a

We adopted open source with the mantra 'free as in speech' - not 'free as in beer'.

By default, if your project uses the Sempare Template Engine, it would be bound by the GPL license, which means you are obliged to
distribute the source code for your application as well under the GPL.
By default, if your project uses the Sempare Template Engine, it would be bound by the GPL license, which means you are obliged to distribute the source code for your application as well under the GPL.

The commercial license, which applies once you pay the nominal license fee, helps to keep the project live, and means that you can include the
Sempare Template Engine in your applications. More information is available on the Sempare Template Engine repository. It isn't much, and we hope
you will contribute to it's support.
The commercial license, which applies once you pay the nominal license fee, helps to keep the project live, and means that you can include the Sempare Template Engine in your applications. More information is available on the Sempare Template Engine repository. It isn't much, and we hope you will contribute to it's support.

Thank you.

Expand Down
12 changes: 12 additions & 0 deletions samples/serversideviews_sempare/WebModuleU.dfm
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
object WebModule1: TWebModule1
OnCreate = WebModuleCreate
OnDestroy = WebModuleDestroy
Actions = <
item
Default = True
Name = 'DefaultHandler'
PathInfo = '/'
end>
Height = 230
Width = 415
end

0 comments on commit a6789cd

Please sign in to comment.