Skip to content

Latest commit

 

History

History
executable file
·
45 lines (26 loc) · 1.27 KB

README.md

File metadata and controls

executable file
·
45 lines (26 loc) · 1.27 KB

UNMAINTAINED

This repository is not longer maintained, now the official repositories for Joomla Efemérides Extensions are:

Efemerides

Efemerides is an easy component for Joomla to manage important historical events.

How to use this repository

Download the repository with git

git clone git://github.com/hermes-logicalbricks/Efemerides.git

cd Efemerides

Change to the branch that you want, (for Joomla 1.5, Joomla 1.6 or Joomla 2.5)

git checkout joomla15

git checkout joomla16

Now, enter to the folder that contain the extension that you want:

  • component : This folder contains the back-end and front-end administrator for Joomla.
  • module : This folder contains the module to use on the Joomla front-end to show on the diferents positions of the layout.

You can compress all the content of the folder, and you will have the extension ready to install on your Joomla site.

Development

There are three branches:

  • joomla15 : Only Joomla! 1.5 compatible.
  • joomla16 : Only Joomla! 1.6 compatible.
  • master: For Joomla! 2.5 development.