Weblica
Informations
Créateur | Messages |
---|---|
Ground0
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience1 0 DescriptionIt's a Offline Web CMS Application to create and manage easy a website. It is from a company in Switzerland. (empros GmbH) Code source#!/usr/bin/env playonlinux-bash # CHANGELOG # [Ground0] (2015-06-02 08:45) # Initial Version # [Ground0] (2015-06-03 17:15) # Remove some uneeded things. # [Ground0] (2016-01-18 18:30) # Removed everything except Weblica himself, and Works with wine 1.8 also on Mac OS X # Date : (2015-06-02 08:45) # Last revision : (2016-01-18 18:30) # Wine version used : 1.8 # Distribution used to test : OpenSUSE Tumbleweed / openSUSE Leap 42.1 / OS X 10.11.2 # Weblica Version used to test : 3.7.5 # Author : Ground0 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Weblica" PREFIX="Weblica" WINEVERSION="1.8" EDITOR="empros GmbH" APP_URL="http://www.weblica.ch" AUTHOR="Ground0" DOWNLOAD_URL="https://download.weblica.com/cms/weblica-3-current-setup.exe" #Initialization #POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_SetupWindow_SetID 2543 POL_Debug_Init # Presentation POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$APP_URL" "$AUTHOR" "$PREFIX" POL_Wine_SelectPrefix "$PREFIX" #prefix must be created POL_Wine_PrefixCreate "$WINEVERSION" #main config #Install some needed plugins POL_Call POL_Install_ie8 Set_OS "winxp" # Installation POL_System_TmpCreate "$PREFIX" cd $POL_System_TmpDir POL_Download "$DOWNLOAD_URL" POL_Wine "weblica-3-current-setup.exe" POL_Wine_WaitExit "$TITLE" # Create Shortcut POL_Shortcut "weblica.exe" "$TITLE" # Cleanup POL_System_TmpDelete POL_SetupWindow_Close exit 0 |
Contributions
Filters:
ContribuerMembre | Messages |
Ground0 | Lundi 18 Janvier 2016 à 18:32 |
Ground0
|
InformationCette mise à jour a été acceptée par l'équipe MessagesNow the only needed is IE8. And works nicley Differences@@ -28,7 +28,8 @@ #Initialization #POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init - +POL_SetupWindow_SetID 2543 + POL_Debug_Init # Presentation Nouveau code source#!/usr/bin/env playonlinux-bash # CHANGELOG # [Ground0] (2015-06-02 08:45) # Initial Version # [Ground0] (2015-06-03 17:15) # Remove some uneeded things. # [Ground0] (2016-01-18 18:30) # Removed everything except Weblica himself, and Works with wine 1.8 also on Mac OS X # Date : (2015-06-02 08:45) # Last revision : (2016-01-18 18:30) # Wine version used : 1.8 # Distribution used to test : OpenSUSE Tumbleweed / openSUSE Leap 42.1 / OS X 10.11.2 # Weblica Version used to test : 3.7.5 # Author : Ground0 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Weblica" PREFIX="Weblica" WINEVERSION="1.8" EDITOR="empros GmbH" APP_URL="http://www.weblica.ch" AUTHOR="Ground0" DOWNLOAD_URL="https://download.weblica.com/cms/weblica-3-current-setup.exe" #Initialization #POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_SetupWindow_SetID 2543 POL_Debug_Init # Presentation POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$APP_URL" "$AUTHOR" "$PREFIX" POL_Wine_SelectPrefix "$PREFIX" #prefix must be created POL_Wine_PrefixCreate "$WINEVERSION" #main config #Install some needed plugins POL_Call POL_Install_ie8 Set_OS "winxp" # Installation POL_System_TmpCreate "$PREFIX" cd $POL_System_TmpDir POL_Download "$DOWNLOAD_URL" POL_Wine "weblica-3-current-setup.exe" POL_Wine_WaitExit "$TITLE" # Create Shortcut POL_Shortcut "weblica.exe" "$TITLE" # Cleanup POL_System_TmpDelete POL_SetupWindow_Close exit 0 RéponsesEdité par petch |
Ground0 | Mercredi 3 Juin 2015 à 18:23 |
Ground0
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. Differences@@ -0,0 +1,62 @@ +#!/usr/bin/env playonlinux-bash + +# CHANGELOG +# [Ground0] (2015-06-02 08:45) +# Initial Version +# [Ground0] (2015-06-03 17:15) +# Remove some uneeded things. + +# Date : (2015-06-02 08:45) +# Last revision : (2015-06-03 17:15) +# Wine version used : 1.7.44 +# Distribution used to test : OpenSUSE Tumbleweed +# Weblica Version used to test : 3.7.3 +# Author : Ground0 + +[ "$PLAYONLINUX" = "" ] && exit 0 +source "$PLAYONLINUX/lib/sources" + +TITLE="Weblica" +PREFIX="Weblica" +WINEVERSION="1.7.44" +EDITOR="empros GmbH" +APP_URL="http://www.weblica.ch" +AUTHOR="Ground0" +DOWNLOAD_URL="https://download.weblica.com/cms/weblica-3.7.3-setup.exe" + +#Initialization +#POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" +POL_SetupWindow_Init + +POL_Debug_Init + +# Presentation +POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$APP_URL" "$AUTHOR" "$PREFIX" + +POL_Wine_SelectPrefix "$PREFIX" +#prefix must be created +POL_Wine_PrefixCreate "$WINEVERSION" +#main config +#Install some needed plugins +POL_Call POL_Install_vcrun6 +POL_Call POL_Install_vcrun2005 +POL_Call POL_Install_vcrun2008 +POL_Call POL_Install_wsh57 +POL_Call POL_Install_ie8 +Set_OS "winxp" + +# Installation +POL_System_TmpCreate "$PREFIX" +cd $POL_System_TmpDir +POL_Download "$DOWNLOAD_URL" +POL_Wine "weblica-3.7.3-setup.exe" +POL_Wine_WaitExit "$TITLE" + +# Create Shortcut +POL_Shortcut "weblica.exe" "$TITLE" + +# Cleanup +POL_System_TmpDelete + +POL_SetupWindow_Close +exit 0 \ No newline at end of file Nouveau code source#!/usr/bin/env playonlinux-bash # CHANGELOG # [Ground0] (2015-06-02 08:45) # Initial Version # [Ground0] (2015-06-03 17:15) # Remove some uneeded things. # Date : (2015-06-02 08:45) # Last revision : (2015-06-03 17:15) # Wine version used : 1.7.44 # Distribution used to test : OpenSUSE Tumbleweed # Weblica Version used to test : 3.7.3 # Author : Ground0 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Weblica" PREFIX="Weblica" WINEVERSION="1.7.44" EDITOR="empros GmbH" APP_URL="http://www.weblica.ch" AUTHOR="Ground0" DOWNLOAD_URL="https://download.weblica.com/cms/weblica-3.7.3-setup.exe" #Initialization #POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_Debug_Init # Presentation POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$APP_URL" "$AUTHOR" "$PREFIX" POL_Wine_SelectPrefix "$PREFIX" #prefix must be created POL_Wine_PrefixCreate "$WINEVERSION" #main config #Install some needed plugins POL_Call POL_Install_vcrun6 POL_Call POL_Install_vcrun2005 POL_Call POL_Install_vcrun2008 POL_Call POL_Install_wsh57 POL_Call POL_Install_ie8 Set_OS "winxp" # Installation POL_System_TmpCreate "$PREFIX" cd $POL_System_TmpDir POL_Download "$DOWNLOAD_URL" POL_Wine "weblica-3.7.3-setup.exe" POL_Wine_WaitExit "$TITLE" # Create Shortcut POL_Shortcut "weblica.exe" "$TITLE" # Cleanup POL_System_TmpDelete POL_SetupWindow_Close exit 0 RéponsesMercredi 3 Juin 2015 à 18:24
Mercredi 3 Juin 2015 à 18:26
|
Ground0 | Mercredi 3 Juin 2015 à 17:17 |
Ground0
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. MessagesCorrected Version Differences@@ -0,0 +1,62 @@ +#!/bin/bash + +# CHANGELOG +# [Ground0] (2015-06-02 08:45) +# Initial Version +# [Ground0] (2015-06-03 17:15) +# Remove some uneeded things. + +# Date : (2015-06-02 08:45) +# Last revision : (2015-06-03 17:15) +# Wine version used : 1.7.44 +# Distribution used to test : OpenSUSE Tumbleweed +# Weblica Version used to test : 3.7.3 +# Author : Ground0 + +[ "$PLAYONLINUX" = "" ] && exit 0 +source "$PLAYONLINUX/lib/sources" + +TITLE="Weblica" +PREFIX="Weblica" +WINEVERSION="1.7.44" +EDITOR="empros GmbH" +APP_URL="http://www.weblica.ch" +AUTHOR="Ground0" +DOWNLOAD_URL="https://download.weblica.com/cms/weblica-3.7.3-setup.exe" + +#Initialization +#POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" +POL_SetupWindow_Init + +POL_Debug_Init + +# Presentation +POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$APP_URL" "$AUTHOR" "$PREFIX" + +POL_Wine_SelectPrefix "$PREFIX" +#prefix must be created +POL_Wine_PrefixCreate "$WINEVERSION" +#main config +#Install some needed plugins +POL_Call POL_Install_vcrun6 +POL_Call POL_Install_vcrun2005 +POL_Call POL_Install_vcrun2008 +POL_Call POL_Install_wsh57 +POL_Call POL_Install_ie8 +Set_OS "winxp" + +# Installation +POL_System_TmpCreate "$PREFIX" +cd $POL_System_TmpDir +POL_Download "$DOWNLOAD_URL" +POL_Wine "weblica-3.7.3-setup.exe" +POL_Wine_WaitExit "$TITLE" + +# Create Shortcut +POL_Shortcut "weblica.exe" "$TITLE" + +# Cleanup +POL_System_TmpDelete + +POL_SetupWindow_Close +exit 0 \ No newline at end of file Nouveau code source#!/bin/bash # CHANGELOG # [Ground0] (2015-06-02 08:45) # Initial Version # [Ground0] (2015-06-03 17:15) # Remove some uneeded things. # Date : (2015-06-02 08:45) # Last revision : (2015-06-03 17:15) # Wine version used : 1.7.44 # Distribution used to test : OpenSUSE Tumbleweed # Weblica Version used to test : 3.7.3 # Author : Ground0 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Weblica" PREFIX="Weblica" WINEVERSION="1.7.44" EDITOR="empros GmbH" APP_URL="http://www.weblica.ch" AUTHOR="Ground0" DOWNLOAD_URL="https://download.weblica.com/cms/weblica-3.7.3-setup.exe" #Initialization #POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_Debug_Init # Presentation POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$APP_URL" "$AUTHOR" "$PREFIX" POL_Wine_SelectPrefix "$PREFIX" #prefix must be created POL_Wine_PrefixCreate "$WINEVERSION" #main config #Install some needed plugins POL_Call POL_Install_vcrun6 POL_Call POL_Install_vcrun2005 POL_Call POL_Install_vcrun2008 POL_Call POL_Install_wsh57 POL_Call POL_Install_ie8 Set_OS "winxp" # Installation POL_System_TmpCreate "$PREFIX" cd $POL_System_TmpDir POL_Download "$DOWNLOAD_URL" POL_Wine "weblica-3.7.3-setup.exe" POL_Wine_WaitExit "$TITLE" # Create Shortcut POL_Shortcut "weblica.exe" "$TITLE" # Cleanup POL_System_TmpDelete POL_SetupWindow_Close exit 0 RéponsesMercredi 3 Juin 2015 à 17:19
Mercredi 3 Juin 2015 à 18:02
Mercredi 3 Juin 2015 à 18:08
Mercredi 3 Juin 2015 à 18:12
Mercredi 3 Juin 2015 à 18:14
|
Ground0 | Mardi 2 Juin 2015 à 8:46 |
Ground0
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. MessagesThe Initial Version who works for now. Differences@@ -0,0 +1,65 @@ +#!/usr/bin/env playonlinux-bash + +# CHANGELOG +# [Ground0] (2015-06-02 08:45) +# Initial Version + +# Date : (2015-06-02 08:45) +# Last revision : (2015-06-02 08:45) +# Wine version used : 1.7.44 +# Distribution used to test : OpenSUSE Tumbleweed +# Weblica Version used to test : 3.7.3 +# Author : Ground0 + +[ "$PLAYONLINUX" = "" ] && exit 0 +source "$PLAYONLINUX/lib/sources" + +TITLE="Weblica" +PREFIX="Weblica" +WORKING_WINE_VERSION="1.7.44" +WINEVERSION="1.7.44" +EDITOR="empros GmbH" +APP_URL="http://www.weblica.ch" +AUTHOR="Ground0" +DOWNLOAD_URL="https://download.weblica.com/cms/weblica-3.7.3-setup.exe" + +#Initialization +#POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" +POL_SetupWindow_Init + +POL_Debug_Init + +# Presentation +POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$APP_URL" "$AUTHOR" "$PREFIX" + +POL_Wine_SelectPrefix "$PREFIX" +#prefix must be created +POL_Wine_PrefixCreate "$WINEVERSION" +#main config +Set_OS "winxp" +#Install some needed plugins +POL_Call POL_Install_vcrun6 +POL_Call POL_Install_vcrun2005 +POL_Call POL_Install_vcrun2008 +POL_Call POL_Install_wsh57 +#POL_Call POL_Install_ie6 +Set_OS "winxp" +POL_Call POL_Install_ie8 +Set_OS "winxp" + +# Installation +POL_System_TmpCreate "$PREFIX" +cd $POL_System_TmpDir +POL_Download "$DOWNLOAD_URL" +POL_Wine "weblica-3.7.3-setup.exe" +POL_Wine_WaitExit "$TITLE" + +# Create Shortcut +POL_Shortcut "weblica.exe" "$TITLE" + +# Cleanup +POL_System_TmpDelete + +POL_SetupWindow_Close +exit 0 + Nouveau code source#!/usr/bin/env playonlinux-bash # CHANGELOG # [Ground0] (2015-06-02 08:45) # Initial Version # Date : (2015-06-02 08:45) # Last revision : (2015-06-02 08:45) # Wine version used : 1.7.44 # Distribution used to test : OpenSUSE Tumbleweed # Weblica Version used to test : 3.7.3 # Author : Ground0 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Weblica" PREFIX="Weblica" WORKING_WINE_VERSION="1.7.44" WINEVERSION="1.7.44" EDITOR="empros GmbH" APP_URL="http://www.weblica.ch" AUTHOR="Ground0" DOWNLOAD_URL="https://download.weblica.com/cms/weblica-3.7.3-setup.exe" #Initialization #POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_Debug_Init # Presentation POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$APP_URL" "$AUTHOR" "$PREFIX" POL_Wine_SelectPrefix "$PREFIX" #prefix must be created POL_Wine_PrefixCreate "$WINEVERSION" #main config Set_OS "winxp" #Install some needed plugins POL_Call POL_Install_vcrun6 POL_Call POL_Install_vcrun2005 POL_Call POL_Install_vcrun2008 POL_Call POL_Install_wsh57 #POL_Call POL_Install_ie6 Set_OS "winxp" POL_Call POL_Install_ie8 Set_OS "winxp" # Installation POL_System_TmpCreate "$PREFIX" cd $POL_System_TmpDir POL_Download "$DOWNLOAD_URL" POL_Wine "weblica-3.7.3-setup.exe" POL_Wine_WaitExit "$TITLE" # Create Shortcut POL_Shortcut "weblica.exe" "$TITLE" # Cleanup POL_System_TmpDelete POL_SetupWindow_Close exit 0 RéponsesMercredi 3 Juin 2015 à 16:45
Mercredi 3 Juin 2015 à 17:14
|
This site allows content generated by members, and we promptly remove any content that infringes copyright according to our Terms of Service. To report copyright infringement, please send a notice to dmca-notice@playonlinux.com