Name | Modified | Size | Downloads / Week |
---|---|---|---|
ssck-0.7.zip | 2021-07-25 | 323.7 kB | |
ssck-0.6.8d.zip | 2021-07-24 | 282.2 kB | |
ssck-0.6.8c.tar.bz2 | 2018-02-01 | 58.3 kB | |
ssck-0.6.8b.tar.bz2 | 2018-01-30 | 56.8 kB | |
ssck-0.6.8.tar.bz2 | 2018-01-28 | 56.5 kB | |
ssck-0.6.7j.tar.bz2 | 2018-01-24 | 53.2 kB | |
readme.md | 2018-01-23 | 3.8 kB | |
ssck-0.6.7i.tar.bz2 | 2018-01-21 | 53.4 kB | |
ssck-0.6.7h.tar.bz2 | 2018-01-21 | 60.1 kB | |
ssck-0.6.7g.tar.bz2 | 2018-01-18 | 59.1 kB | |
ssck-0.6.7f.tar.bz2 | 2018-01-17 | 49.1 kB | |
ssck-0.6.7e.tar.bz2 | 2018-01-17 | 49.1 kB | |
ssck-0.6.7d.tar.bz2 | 2018-01-16 | 49.0 kB | |
ssck-0.6.7c.tar.bz2 | 2018-01-12 | 40.7 kB | |
ssck-0.6.7b.tar.bz2 | 2018-01-11 | 83.9 kB | |
ssck-0.6.6a-2011-07-06.zip | 2011-07-06 | 190.5 kB | |
ssck-0.6.5a-2011-05-25.zip | 2011-05-25 | 192.6 kB | |
ssck-v0.6.4-alfa-2011-03-08.tar.bz2 | 2011-03-08 | 24.1 kB | |
ssck-v0.6.3-alfa-2011-03-06.tar.bz2 | 2011-03-07 | 22.8 kB | |
ssck-v0.6.2-alpha-2011-03-01.tar.bz2 | 2011-03-01 | 25.2 kB | |
ssck-v0.6-alpha-2011-02-23.tar.bz2 | 2011-02-23 | 22.0 kB | |
Totals: 21 Items | 1.8 MB | 0 |
SSCK (Simple Site Construction Kit)
The SSCK is automatic web page generator written in PHP.
The page generator simpler to use
The pagegenerator module from SSCK allow to genetare pages with navegation menu/language selection menu using simple HTML page that will be edited by WYSIWYG like editor like Komposer or BlueGriffon and CSV file (text file).
The main feature include
- Auto generate menu from CSV files
- Put contents of HTML files
- Auto generate language selection menu from CSV files for localization
- Will custom with CSV configuration file
- CSS compliant
- Will insert PHP code (for more advanced users)
The several PHP functions to help more advanced users
Beyond the main page generator, the SSCK consists of several PHP functions for more exigent users that hope to generate page using PHP code instead of HTML and CSV files.
Some of these functions include
- Print HTML contents from file.
- Print menu, list or tables from CSV file (support submenu)
- Access counter to register page access.
- File download server.
- And more.
Generated page are full customizable with CSS
The generated page was identifier for each TAG in way to permit customization with CSS, in way t change page presentations.
The main page structure are follows (the undesired itens will omitted from page generator):
- Page Header: loaded from given HTML file, but will insert url for additional css from config file. Will insert more customized data from special SSCK's data file, or using PHP code file.
- Header contents (first contents for page) from HTML file (The body part of same header file used in page header). Will insert more customized data from special SSCK's data file, or using PHP code file.
- L10n (language) selection menu generated from CSV file. This contents will became before head contents, is configure in setup file. Will insert more customized data from special SSCK's data file, or using PHP code file.
- Navegation contents: navegation menu generated from CSV file. Will insert more customized data from special SSCK's data file, or using PHP code file.
- Main Contents: Body part of HTML file. Will insert more customized data from special SSCK's data file, or using PHP code file.
- Bottom navegation contents: navegation menu generated from CSV file. Will insert more customized data from special SSCK's data file, or using PHP code file.
- Footer contents: (last contents for page) from HTML file (The body part of same header file used in page header). Will insert more customized data from special SSCK's data file, or using PHP code file.
The item that does not have file specified in config file, are skiped. The each item are enclosed in DIV tag with id options specified in way to permit customization using CSS file.
Will change generated code using config file
The config file is CSV file and will set up large kind of variables that control code generation.
Additional Extended DATA file
In way to create data from CSV file, the SSCK's extended DATA file are supported. In this format, additional control parameter are allowed over standart CSV list/table data. Using it, the insertion of some CSV data with title, formats, etc will made without knowledge of PHP.
Easy PHP code insertion
The page generator permit to insert PHP file that executed inside main generator, allowing full access of their variables and functions.
It is open source
The SSCK is GNU GPL licensed code and is available on https://sourceforge.net/projects/ssck/.
For online sample (live preview), see http://ssck.sourceforge.net/.