Topic: MakeStyle
My first C++ program . I wanted to make style developing easier. So I though if something makes the style files and image folder for me, it would be a bit less work. So I made a tool, with some help from elkekko.
I hope it is usefull ^^.
btw, it works only on windows.
Readme:
------------------------------------------------------
Name: MakeStyle
Copyright: Frank Smit 2008
Author: Frank Smit
Date: 30-12-07 16:44
Description: A tool for style developing in PunBB.
This tool creates the style files and
a folder in the img dir.
License: BSD, see license.txt for the full license
------------------------------------------------------
Note: This tool works only if you have your PunBB installation running local.
- Extract the archive somewhere.
- Open config.ini and congire everything.
For configuration help read the config-info.txt
- The CSS that the files style.template and style_cs.template contains comes
into the style you create. style.template stands for *yourstylename*.css
and style_cs.template for *yourstylename*_cs.css. You can change the css
in these files with Notepad or an other texteditor.
Note: All occurences of <stylename> in the style.template and style_cs.template files
will be replaced by the name you specified.
- Now you can start makestyle.exe and type the name of your new style and press enter.
MakeStyle then reports wich files/folder it made. Then you can press enter to close MakeStyle
Thats it :D
Download:
MakeStyle
MakeStyle sourcecode