2012-03-02 15:29:35 +00:00
|
|
|
###########################
|
2013-05-15 15:16:05 +00:00
|
|
|
## Main configuration ##
|
2012-03-02 15:29:35 +00:00
|
|
|
###########################
|
|
|
|
|
2013-05-15 15:16:05 +00:00
|
|
|
# Homepage title
|
2013-05-17 09:11:52 +00:00
|
|
|
TITLE = My portal
|
2013-05-15 15:16:05 +00:00
|
|
|
# CSS color file
|
2013-05-16 09:39:01 +00:00
|
|
|
STYLE = black.css
|
2013-05-15 15:16:05 +00:00
|
|
|
# Menu (if needed)
|
2012-03-02 15:29:35 +00:00
|
|
|
#MENU = menu.html
|
2013-05-15 15:16:05 +00:00
|
|
|
# Introduction (if needed)
|
2012-03-02 15:29:35 +00:00
|
|
|
#INTRO = introduction.html
|
2013-05-15 15:16:05 +00:00
|
|
|
# Destination directory
|
|
|
|
DESTINATION = porteail
|
2012-03-02 15:29:35 +00:00
|
|
|
|
|
|
|
###########################
|
2013-05-15 15:16:05 +00:00
|
|
|
## Additional config ##
|
2012-03-02 15:29:35 +00:00
|
|
|
###########################
|
|
|
|
|
2013-05-15 15:16:05 +00:00
|
|
|
##--[[ miscellaneous ]]--##
|
2012-03-02 15:29:35 +00:00
|
|
|
|
2013-05-15 15:16:05 +00:00
|
|
|
HOMEPAGE = Homepage - $(TITLE)
|
|
|
|
# File extension to be used to read categories
|
2012-03-02 15:29:35 +00:00
|
|
|
CATEGORIES_EXT = txt
|
2013-05-15 15:16:05 +00:00
|
|
|
# Default image
|
|
|
|
DEFAULT_IMG = generique.png
|
|
|
|
# Templates
|
|
|
|
TEMPLATE_ELEMENT = element.html
|
|
|
|
TEMPLATE_INDEX = index.html
|
|
|
|
TEMPLATE_CATEG = categories.html
|
2012-03-02 15:29:35 +00:00
|
|
|
|
2013-05-15 15:16:05 +00:00
|
|
|
##--[[ directories ]]--##
|
2012-03-02 15:29:35 +00:00
|
|
|
|
2013-05-15 15:16:05 +00:00
|
|
|
COMPONENTS = composants
|
2012-03-02 15:29:35 +00:00
|
|
|
CATEGORIES = categ
|
|
|
|
IMAGES = img
|
2013-05-15 15:51:06 +00:00
|
|
|
IMAGES_DESTINATION = image
|
2012-03-02 15:29:35 +00:00
|
|
|
CSS = style
|
2013-05-15 16:14:09 +00:00
|
|
|
INSTALLDIR = ${HOME}/public_html
|
2012-03-02 15:29:35 +00:00
|
|
|
|
|
|
|
##--[[ style ]]--##
|
|
|
|
|
2013-05-15 15:16:05 +00:00
|
|
|
CSS_NAME = defaut.css
|