-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
51 lines (39 loc) · 2.42 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link href='https://fonts.googleapis.com/css?family=Chivo:900' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print" />
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title>Callicore.github.io by callicore</title>
</head>
<body>
<div id="container">
<div class="inner">
<header>
<h1>Callicore.github.io</h1>
<h2>Public website for project</h2>
</header>
<section id="downloads" class="clearfix">
<a href="https://github.com/callicore" id="view-on-github" class="button"><span>View on GitHub</span></a>
</section>
<hr>
<section id="main_content">
<p>Callicore is a PHP-GTK2 based application framework. What's the difference between this and a traditional framework? Callicore is worried less about flexibility (make everything work) and more about applications (do the hard work in a structured manner). It may seem odd to have a framework for a desktop application, but CC is designed to make even difficult things like configurable toolbars or tooltip management easy and fast.</p>
<p>There are currently three applications built on Callicore. Writer is a fiction writing helper. Ide is a basic PHP and PHP-GTK ide. Photo is a simple photo management and manipulation tool. If you have an application built on Callicore feel free to contact me to get it into the callicore github org.</p>
<p>Callicore currently requires the "latest and greatest" version of PHP-GTK2 and the GTK 2.10 or better libraries.</p>
<p>Active Development</p>
<p>There is no current timeline for releases. If you'd like to be involved with any aspect of the project, or want to ask questions, submit bugs, or ask for features please join IRC - freenode on #php-gtk</p>
</section>
<footer>
This page was generated by <a href="http://pages.github.com">GitHub Pages</a>. Tactile theme by <a href="https://twitter.com/jasonlong">Jason Long</a>.
</footer>
</div>
</div>
</body>
</html>