WebYep is Web Content Management System. WebYep is now Open Source. There are many WebCMS available, even Open Source, but WebYep is different:
This git repository contains the source code of WebYep. If you just want to install and use WebYep, it's easier to download a package from http://www.obdev.at/webyep.
Use this repository if you want to apply patches or change anything in WebYep. If you fix any bugs or add features, please send a patch or a pull request to Objective Development.
In order to build WebYep from the source code, you need the following prerequisites:
Adobe Extension Manager CS5.app
into the external-dependencies
directory.
This version of WebYep has been tested with Adobe Extension Manager CS5
version 5.0.298, but newer versions should work as well.RWPluginUtilities.framework
into the external-depenencies
directory.
As of RapidWeaver 5 this framework can be found in
RapidWeaver.app/Contents/Frameworks/RWPluginUtilities.framework
.If a prerequisite for a plugin is missing, the build script simply omits the respective package with the plugin.
Once you have all prerequisites installed, run the build script. Open a Terminal window, change directory into the root of this repository and type:
release-building/make_release.php -r <version>
Replace <version>
with the version specification of the packages you want to
build, e.g. 1.7.2-patched
.
Run the script without parameters to see other build options. Once the script has finished, it opens a Finder window with English and German WebYep packages, ready for distribution.
WebYep has a couple of prerequisites for building from the source code (see above), and can be integrated with various external packages such as rich text editors etc. Here's a list what has been tested. Newer and older versions may work as well.
For building the plugins:
Dreamweaver CS6 RapidWeaver 5.2.2
For the installation:
jQuery 1.4.3 is bundled in webyep-system/programm/javascript/ Fancybox 1.3.4 CKEditor 3.6.6.1 TinyMCE (unknown) Lightbox (unknown)
WebYep is now distributed under the Terms and Conditions of the GNU General
Public License in version 2 (GPLv2). A copy of these terms and conditions can
be found in the directory release-building
:
WebYep License Agreement.html
for the English version.WebYep Lizenzbedingungen.html
for a German translation.