1. Download source code, see RevisionControl or in the wiki
Host | github.com |
Repository Path | /alkacon/opencms-core |
Protocol | git |
Note: Alternatively browse source code here
Note: Compiling, see Core Build
2. Create project
3. Setup classpath as described in the wiki
Here are the required jars
Font Awesome 4.0.3![]() | Font | <i class="fa-bell"></i> |
Font Awesome 3.2.1![]() | Font | <i class="icon-road"></i> |
Bootstrap Glyphicons![]() | Small PNG Graphics | <img src="/path/glyphicons_333_bell.png"></img> |
<i class="fa fa-cog fa-5x"></i>Note: The font files (in folder fonts) are not loaded in online mode. You need to copy those files manually into the export folder according to your font-awesome location (../webapps/opencms/export/system/modules/..)
@media css tag does not work in IE8, but with the respond javascript lib, you can enable it.
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <script type="text/javascript" src="/path/css3-mediaqueries.js"></script>
Alternatively you can use the jQuery plugin with name css3-mediaqueries
, see this blog
See also mysql
Export or Backup:
mysqldump -u YourUser -pYourPassword opencms > /path/opencms.sql
Import or Restore:
mysql -u YourUser -pYourPassword opencms < /path/opencms.sql
Note: If you have multiple detail entries only the last entry is shown repeatedly, reported here.
So I quit with this plugin. In the end I would simply use full calendar directly and add calendar entries through the Google Calendar API
You need to fix also this bug.
Anyway, if you want to try:
<widgets> <widget class="com.alkacon.opencms.v8.calendar.CmsSerialDateWidget" alias="V8SerialDateWidget"/> <widget class="com.alkacon.opencms.v8.calendar.CmsSerialDateSelectWidget" alias="V8SerialDateSelectWidget"/> </widgets>You may have also issues with the translation
/modules/org.opencms.workplace/resources/system/workplace/resources/components/js_calendar/lang/calendar-de.js /system/modules/com.alkacon.opencms.v8.calendar/pages/modernoverview.html