Skip to content

Commit

Permalink
Imported WebYep into new git repository
Browse files Browse the repository at this point in the history
  • Loading branch information
starkjohann authored and Christian Starkjohann committed Mar 20, 2013
0 parents commit 6862643
Show file tree
Hide file tree
Showing 1,137 changed files with 52,604 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
.DS_Store
._*
xcuserdata
/Builds
/*.css
/*.gif
/*.html
/*.jpg
/*.php
/*.png
/*.zip
/webyep-system/config-inc.php
/webyep-system/daten/*
!/webyep-system/daten/readme.html
/webyep-system/programm/opt
/webyep-rwx/Builds
92 changes: 92 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
What is WebYep?
================

WebYep is Web Content Management System. WebYep is now Open Source. There are
many WebCMS available, even Open Source, but WebYep is different:

* WebYep is designed to be simple. It's easier to get started and understand
all its features.
* WebYep does not require a database server.
* WebYep is available in German and English.
* No PHP or HTML knowledge required.
* Comes with Dreamweaver and RapidWeaver plugins.


What is in this Repository?
============================

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.


Building a WebYep Package from the Source Code
===============================================

In order to build WebYep from the source code, you need the following
prerequisites:

* Mac OS X 10.6 or higher. Mac OS X comes with a command line version of PHP.
* If you want to build the Dreamweaver Plugin, you need to copy the application
`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.
* If you want to build the RapidWeaver plugin, you need Xcode 4 (tested with
version 4.6, but older and newer versions should work as well) and the
RapidWeaver Plugin Utilities framework. Copy the folder
`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.


Tested Versions of Prerequisites
=================================

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)


License
========

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.

25 changes: 25 additions & 0 deletions WebYep.xcworkspace/contents.xcworkspacedata

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions demo/de/about.php
1 change: 1 addition & 0 deletions demo/de/about.subnav.php
1 change: 1 addition & 0 deletions demo/de/about_philosophy.php
1 change: 1 addition & 0 deletions demo/de/about_team.php
1 change: 1 addition & 0 deletions demo/de/about_team_member.php
1 change: 1 addition & 0 deletions demo/de/contact.php
1 change: 1 addition & 0 deletions demo/de/counseling.php
1 change: 1 addition & 0 deletions demo/de/counseling.subnav.php
1 change: 1 addition & 0 deletions demo/de/events.php
1 change: 1 addition & 0 deletions demo/de/events.subnav.php
1 change: 1 addition & 0 deletions demo/de/events_category.php
1 change: 1 addition & 0 deletions demo/de/events_gallery.php
1 change: 1 addition & 0 deletions demo/de/home.subnav.php
1 change: 1 addition & 0 deletions demo/de/index.php
1 change: 1 addition & 0 deletions demo/de/legal_notice.php
1 change: 1 addition & 0 deletions demo/de/partners.php
1 change: 1 addition & 0 deletions demo/de/therapies.php
1 change: 1 addition & 0 deletions demo/de/therapies.subnav.php
26 changes: 26 additions & 0 deletions demo/en/about.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<?php

include_once("../main.inc.php");

$sPageTitle = sLS("Leben in Balance", "Life in Balance");

?>
<?php
include_once("../header.inc.php");
?>

<div id="mainContent">

<div><?php webyep_richText("Text", false, "../tinymce.css"); ?></div>
<div><?php webyep_attachment("InfoFolder"); ?></div>

</div>

<div id="sidebarRight">
<?php echo sIMG('/photos/about.jpg', '') ?>
<div class="imageCaption"><?php echo sLS("Ein freundliches, modernes Ambiente erwartet Sie.", "A friendly, modern atmosphere welcomes you.") ?></div>
</div>

<?php
include_once("../footer.inc.php");
?>
5 changes: 5 additions & 0 deletions demo/en/about.subnav.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?php echo sSubMenuItem(sLS("Philosophie", "Philosophy"), "about_philosophy.php"); ?>
<div class="divider"></div>
<?php echo sSubMenuItem(sLS("Team", "Team"), "about_team.php"); ?>
<div class="subSubNav"><?php webyep_menu("Team", true, "about_team_member.php", "", "", ""); ?></div>
<div class="divider"></div>
35 changes: 35 additions & 0 deletions demo/en/about_philosophy.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<?php

include_once("../main.inc.php");

$sPageTitle = sLS("Leben in Balance", "Life in Balance");

?>
<?php
include_once("../header.inc.php");
?>
<div id="mainContent">

<?php if($gsLang == "de") { ?>
<h1>Unsere Philosophie</h1>

<p>„Der Mensch steht im Mittelpunkt“.</p>

<?php } else { ?>

<h1>Our Philosophy</h1>

<p>„The Human Beeing is the centre of our attention“.</p>

<?php } ?>

<p>Magna commy nosto dolore dipsusc ilisci blaore facipis nonse ming eugiam augiam eugue min ulla conum etuerci blandit ex estio eliqui te faccumsandip essent vel duis auguercidunt lor suscin vulla adit alis esequipit, susto euissi.</p>

<div style="height: 200px"></div>
</div>
<div id="sidebarRight">
<?php echo sIMG('/photos/about_philosophy.jpg', '') ?>
</div>
<?php
include_once("../footer.inc.php");
?>
37 changes: 37 additions & 0 deletions demo/en/about_team.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
<?php

include_once("../main.inc.php");

$sPageTitle = sLS("Leben in Balance", "Life in Balance");

?>
<?php
include_once("../header.inc.php");
?>
<div id="mainContent">

<?php if($gsLang == "de") { ?>

<h1>Unser Team</h1>

Erfahrene ÄrztInnen, TherapeutInnen und TrainerInnen betreuen Sie bei „Leben in Balance“.

<?php } else { ?>

<h1>Our Team</h1>

<p>At „Live in Balance“ you in the hands of experienced medics, therapists and coaches.</p>

<?php } ?>

<p>Magna commy nosto dolore dipsusc ilisci blaore facipis nonse ming eugiam augiam eugue min ulla conum etuerci blandit ex estio eliqui te faccumsandip essent vel duis auguercidunt lor suscin vulla adit alis esequipit, susto euissi.</p>

<p>Se vullamet landre modiat inci eummy niamcore te dignit ullamco mmodoluptat acing er sumsan hent eugiamet ipisse tatin volorting exer sustrud ea faccum dolorem vel ulputpat, commod ming eu facin ex ero odolorper ad te magna feu faci et ipit acil essit, con euissi.</p>

</div>
<div id="sidebarRight">
<?php echo sIMG('/photos/about_team.jpg', '') ?>
</div>
<?php
include_once("../footer.inc.php");
?>
36 changes: 36 additions & 0 deletions demo/en/about_team_member.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
<?php

include_once("../main.inc.php");

$sPageTitle = sLS("Leben in Balance", "Life in Balance");

?>
<?php
include_once("../header.inc.php");
?>
<div id="sidebarLeft">
<?php webyep_image(sWYLS("Foto", "Photo"), false, '', "", "", 120, 0, false); ?>
</div>
<div id="mainContent">

<h2><?php webyep_shortText("Name", false); ?></h2>

<table cellpadding="0" cellspacing="0" border="0" id="teamAttributes">
<tr>
<td class="fieldLabel"><?php echo sLS("Ausbildung", "Education") ?>:</td>
<td><?php webyep_longText(sWYLS("Ausbildung", "Education"), false, "", true); ?></td>
</tr>
<tr>
<td class="fieldLabel"><?php echo sLS("Lebenslauf", "Curriculum Vitae") ?>:</td>
<td><?php webyep_attachment(sWYLS("Lebenslauf", "CV")); ?>&nbsp;<small>&laquo;&laquo;&laquo;&nbsp;<?php echo sLS("zum Herunterladen anlicken", "click to download") ?></small></td>
</tr>
<tr>
<td class="fieldLabel"><?php echo sLS("Kontakt", "Contact") ?>:</td>
<td><?php webyep_longText(sWYLS("Kontakt", "Contact"), false, "", true); ?></td>
</tr>
</table>

</div>
<?php
include_once("../footer.inc.php");
?>
27 changes: 27 additions & 0 deletions demo/en/contact.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<?php

include_once("../main.inc.php");

$sPageTitle = sLS("Leben in Balance", "Life in Balance");

?>
<?php
include_once("../header.inc.php");
?>

<div id="mainContent" class="noSubMenu">
<h1><?php echo sLS("Kontakt", "Contact") ?></h1>

<p><?php webyep_longText(sWYLS(sLS("Adresse DE", "Adresse EN"), sLS("Address DE", "Address EN")), true, "", true); ?></p>

<p>»»» <?php echo sLS("Plan zum Vergrößern anklicken:", "Click the plan to zoom:"); ?><br />
<?php webyep_image(sWYLS("Plan", "Plan"), false, 'class="bordered"', "", "", 220, 0, true); ?></p>

<p>»»» <?php echo sLS("Anfahrtsplan und Beschreibung als PDF herunterladen:", "Download map and directions:"); ?>&nbsp;
<?php webyep_attachment(sWYLS("Anfahrtsplan", "Directions")); ?></p>

</div>

<?php
include_once("../footer.inc.php");
?>
24 changes: 24 additions & 0 deletions demo/en/counseling.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<?php

include_once("../main.inc.php");

$sPageTitle = sLS("Leben in Balance", "Life in Balance");

?>
<?php
include_once("../header.inc.php");
?>

<div id="mainContent">
<?php webyep_richText("Text", false, "../tinymce.css"); ?>
<div style="height: 100px"></div>
</div>

<div id="sidebarRight">
<?php webyep_image(sWYLS("Bild", "Image"), false, '', "", "", 192, 0, false); ?>
<div class="imageCaption"><?php webyep_longText(sWYLS("Bildtext", "Caption"), false, "", true); ?></div>
</div>

<?php
include_once("../footer.inc.php");
?>
1 change: 1 addition & 0 deletions demo/en/counseling.subnav.php
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?php webyep_menu(sWYLS("Beratungen", "Counselings"), false, "counseling.php", "", "", ""); ?>
Loading

0 comments on commit 6862643

Please sign in to comment.