-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Imported WebYep into new git repository
- Loading branch information
0 parents
commit 6862643
Showing
1,137 changed files
with
52,604 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../en/about.php |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../en/about.subnav.php |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../en/about_philosophy.php |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../en/about_team.php |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../en/about_team_member.php |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../en/contact.php |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../en/counseling.php |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../en/counseling.subnav.php |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../en/events.php |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../en/events.subnav.php |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../en/events_category.php |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../en/events_gallery.php |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../en/home.subnav.php |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../en/index.php |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../en/legal_notice.php |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../en/partners.php |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../en/therapies.php |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../en/therapies.subnav.php |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"); | ||
?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"); | ||
?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"); | ||
?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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")); ?> <small>««« <?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"); | ||
?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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:"); ?> | ||
<?php webyep_attachment(sWYLS("Anfahrtsplan", "Directions")); ?></p> | ||
|
||
</div> | ||
|
||
<?php | ||
include_once("../footer.inc.php"); | ||
?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"); | ||
?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<?php webyep_menu(sWYLS("Beratungen", "Counselings"), false, "counseling.php", "", "", ""); ?> |
Oops, something went wrong.