6 070 How to change the License Template in JCB
Amigo edited this page 2019-10-03 11:03:34 +02:00

HOW TO CHANGE THE LICENSE TEMPLATE IN JCB

Talk About Changing The License Template

00:00:00 (Click on these time links to see Youtube video)

I would like to talk to you about changing the licence template For your component. This would be expected that you've made at least 40 % change To any of the demo components. Let's say you've changed Sermon Distributor component quite considerably. There is this place called Licensing Template. It tells you there what you should do. 00:00:34 'Select the file that should be used for license all files (files found in: administrator/components/com_ componentbuilder/compiler). What I should do is add to the note the txt files. You could put any txt file in there. Then select it as a License Template.

Demonstration - How It Works

00:00:57

Now let me show you how that works. First of all, It must be done when the Joomla Component Builder is already installed on your website. I have a website Joomla Mount. In administrator, components, com_componentbuilder. There is a folder called compiler 00:01:21 and in it, there are 5 txt files. Going back to the component, there are 5 files. I see it's also using the HTML. That one will not turn out right. These ones with the .txt's, the one that you would select, any one of those to be the template that you are going to use.

Changing The Templates

00:01:50

If you are using one of the existing templates and change it, then with the next update your changes will be overwritten. You want to do it in a way that preserves your changes. The way you do that is you go back to the compiler area and then select 00:02:13 select the default one. And maybe you don't like this(see video). You want to take that out. Maybe you don't want to support or show that you use JCB. Take that out. I really don't mind. I'm a supporter of open-source that 00:02:36 I don't mind you changing anything except @copyright and @license, that I want you to leave. These placeholders are being replaced by the settings of your component. 00:02:58 You could still tweak this, but do it in the component. But leave the license and copyright notice that people can know how to use your program. Having said all that, you should realize that a lot of the code between all the components that JCB built is more or less the same. It's little names here and there. That's really the only thing you are copyrighting. 00:03:26 Just keep that in mind. You're not copyrighting every little line, you are copyrighting the changes. The idea of how builds is already been copyrighted either by Joomla or by JCB. Keep that in the back of your head. You are copyrighting the changes you've made and that which you have done. When someone uses your component they won't think about it that way. I don't mind and I don't think 00:04:00 anyone would because we are an open-source community. If you do change your program to proprietary software, you might have to look at what would be the implication. I think there's a possibility that some areas cannot be made proprietary, because of the Open Source license already is on JCB 00:04:28 and on everything that it has done. I'm not sure I'm not a lawyer. I don't know how all that works out. I want to give many people so much freedom and I'm not going to check people up. Someone else may, there are places that might feel obligated to do so. I want to be busy with code. Writing programs. 00:04:58 This is how you change the template more or less.

Placeholders - Helper, Compiler, Infusion

00:05:00

You could leave things in. You can check between them, you will see the way to know what is all the placeholders that are available, is to go to the helper, compiler. It's that infusion is one. You should look at the infusion. You will see the COMPANYNAME , CREATIONDATE, BUILDDATE, AUTHOR, AUTHOREMIAL, AUTHORWEBSITE, COPYRIGHT, LICENSE, VERSION, ACTUALVERSION, Component_names, SHORT_DESCRIPTION, DESCRIPTION, COMP_IMAGES_TYPE, ACCESS_SECTION, most of these static content placeholders could be used. Some of them won't make sense, like custom helper 00:06:01 script. It's going to add the custom helper script in that lines. It's not going to turn out right. These placeholders are really from where the content is being updated in the file. You'll see it is the same. This is a new method we are using to put it in the >hhh, ###. The CREATIONDATE is the one it 00:06:31 gets from the infusion which is found in helper, compiler. You can check out these and use any of those as you like. The point is it's best to leave this in. At least tell people who did it, that someone can be blamed. If you save now, it'll still work. The default template will be updated.

Suggestion - Save As... - Give Your Name - Save - New File

00:07:03

But the problem is if we are going to release a new update for JCB and you install that update, it is going to override this. What we would suggest is by saying Save As... Give it your name, I'm going to say default_q.txt. Save now and we have a new file. We can go back to JCB. 00:07:32 Refresh the component area, we'll see that there it is the new template. If I save and compile this component, it will use the new template. Let me show you that. In the code we go down to sermon distributor, we open any of its files. And that's how it's current template looks like (see video). 00:08:03 There is the current template all the way down to there. Let's compile and see. It'll update every file across the spectrum. We are going to say Sermon Distributor and compile and install it. Let's go check out our template. If we scroll up we will see it have the new 00:08:36 template and it is being used, no longer the old one. It's the same file, but it refreshed it in the background.

That how it works. Easy To change the license and that really means you can make it a small or is big as you like, any shape and size. Just keep in mind that you need to escape it and unescape it 00:09:02 because otherwise, it will mess up the code. That is how you can change the license template. Make wise decisions and how you deal with this area. I don't want to say much more and put restraints up, because the initial desire was to give everybody as much freedom as they need.