How to install Easy Magazine
How to update Easy Magazine
How to install a plug in
How to install a new template
How to publish your first number
If you want to create your own template for an Easy Magazine installation we
recommend that you take a look at the
How to create a Template for Easy Magazine
We know, starting everything from scratch is so boring, that's why we created a
skeleton
of a complete but colour agnostic graphic template.
If you love to write code this is the right place to start!
The main development page is in a
Savannah
server, here you can report a bug you, can download the code, you can access
the git repository by a web interface. The code is complete of all
automatic tests. (Easy Magazine team likes agile development)
To download the code you need GIT installed
on your computer then type:
git clone git://git.savannah.nongnu.org/easymagazine.git
It's so cool to be a developper and transform good ideas into funny code.
Take a look at
the plugins writing guide you'll find that you don't need to study another boring API, but just
use your PHP knowledge in a well organized way.
Best way to understand a code is from the datamodel. Each of the following entities corresponds to a table in the database. When the datamodel is cristal clear, undestanding everything else is so easy.