Skip to content
Alban LEROUX edited this page Sep 12, 2011 · 1 revision

Ultralite

Proposed Folder Structure

admin/
	index.php
app/
	addons/
		example/
			example.php
			info.ini
			locales/
	Bootstrap.php
	cache/
	classes/
		Pixelpost/
			Config/
			Config.php
			Db/
				Mysqli.php
				Sqlite.php
			Db.php
			Feed.php
			Plugin.php
	configs/
		pixelpost.ini.php
	controllers/
		ArchiveController.php
		ErrorController.php
		FeedController.php
		InfoController.php
		PostController.php
	includes/
	locales/
		en-us.ini
		en-us.php
	templates/
		default/
			images/
			info.ini
			javascripts/
				theme.js
			locales/
			screenshot.png
			stylesheets/
				print.css
				screen.css
			templates/
				about.php
				archive.php
				footer.php
				header.php
				post.php
images/
index.php

Hooks (aka Triggers) used in Git

We might want to structure the Ultralite hooks off of these:

  • update
  • post-update
  • pre-applypatch
  • applypatch-msg
  • pre-commit
  • post-commit
  • commit-msg
  • post-receive
  • pre-rebase

« index

Clone this wiki locally