Giter Club home page Giter Club logo

almidon-blog's Introduction

ALMIDON BLOG

I    Introduction

This is a example of how almidon can be used to make a blog, feel free to improve it but do not forget send me a copy please :D.

II   Content

- almidon_blog.sql
- classes
  - blog.class.php
  - blog.config.php
- phps
  - comments.php
  - common.inc.php
  - entry.php
  - index.php
  - print.php
  - record.php
  - css/
  - img/
  - js/
- README.txt
- tpls
  - bottom.tpl
  - comments.frm.tpl
  - comments.tpl
  - index.tpl
  - print.tpl

III  Requirements

1. Apache 2.x + (with Rewrite module actived)
2. Smarty 2.x +
3. PostgreSQL 8.x +

IV   Installation

1. Run the SQL script *almidon_blog.sql*

2. Move the *phps* directory content to a apache public directory, if you already have a web site in that directory I recommend you to put it all together in a folder, for example blog.

3. Move the *tpls* directory content to the existent template dir, where Smarty has access, again I recommend if you have other TPLs or template files put it all together in a folder, and put the same name as the previous name you used in the previous point.

4. Move the content of *classes* directory of this project to the classes of the website. 

5. Edit classes/tables.class.php and after the last line put

include 'blog.class.php';

6. Edit classes/config.php and after the last line put

include 'blog.config.php';

ln -s ../almidon_blog/tpls path-to-tpl-dir/blog
ln -s ../almidon_blog/phps path-to-public-dir/blog

almidon-blog's People

Contributors

chrux avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.