32 Commits

Author SHA1 Message Date
stefan.kuhn@foss-group.ch
f9b6dd1599 docs/distros.html.in: fix html validity error 2013-01-31 14:56:49 +01:00
Michal Novotny
68b5e74c87 docs: Add missing distros.html.in file
Signed-off-by: Michal Novotny <minovotn@redhat.com>
2013-01-31 14:34:21 +01:00
Michal Novotny
1fd2d75e33 docs: Update release in downloads link 2013-01-17 15:56:41 +01:00
Tugdual Saunier
38a5a0346d fixed doc generation under OSX 2013-01-03 16:24:47 +01:00
Michal Novotny
bfca998ae9 Fix: Fix multithreading compilation using TSRMLS_CC macro
Signed-off-by: Michal Novotny <minovotn@redhat.com>
2012-11-06 08:58:43 +01:00
Michal Novotny
10d51f3dc6 Update downloads.html.in
Signed-off-by: Michal Novotny <minovotn@redhat.com>
2012-09-11 18:31:35 +02:00
Michal Novotny
86b0048f65 Update to 0.4.6
Signed-off-by: Michal Novotny <minovotn@redhat.com>
2012-09-11 18:28:27 +02:00
Michal Novotny
7a70d19de5 Screenshot: Implement getting screenshots using libvirt virDomainScreenshot() API
Available since libvirt 0.9.2.

Signed-off-by: Michal Novotny <minovotn@redhat.com>
2012-08-06 11:52:53 +02:00
Daniel P. Berrange
a553086d3f Fix rule for building web HTML 2011-12-15 17:09:21 +00:00
Michal Novotny
aa457aaa58 Fix installation, part 2
Signed-off-by: Michal Novotny <minovotn@redhat.com>
2011-12-13 16:56:25 +01:00
Michal Novotny
f712dc225e Fix installation
Signed-off-by: Michal Novotny <minovotn@redhat.com>
2011-12-13 16:54:38 +01:00
Michal Novotny
4d31a1257f Update to version 0.4.5
Signed-off-by: Michal Novotny <minovotn@redhat.com>
2011-11-14 14:38:09 +01:00
Michal Novotny
a4a151fc5b website: Update version information
Signed-off-by: Michal Novotny <minovotn@redhat.com>
2011-07-22 15:27:04 +02:00
Michal Novotny
0c320783cd website: Add php-virt-control to links
Signed-off-by: Michal Novotny <minovotn@redhat.com>
2011-06-28 15:21:46 +02:00
Michal Novotny
dfe3603398 Update references page: Add Layer7 to the references
Signed-off-by: Michal Novotny <minovotn@redhat.com>
2011-06-28 15:14:37 +02:00
Michal Novotny
8be09af413 Update examples to match the real world scenario after updates
Signed-off-by: Michal Novotny <minovotn@redhat.com>
2011-06-21 16:48:57 +02:00
Michal Novotny
3b9d910d28 Implement resource object counters and API to print the memory sizes and fix several memory leaks
Also, version in configure.ac has been changed to 0.4.2.

Signed-off-by: Michal Novotny <minovotn@redhat.com>
2011-06-21 16:32:16 +02:00
Michal Novotny
7c8b23e14f Add information about first public release available (0.4.1)
Signed-off-by: Michal Novotny <minovotn@redhat.com>
2011-03-22 10:23:42 +01:00
Michal Novotny
6043e77e8f website: Add information the project is not affiliated to PHP in any way 2011-03-13 13:37:27 +01:00
Michal Novotny
7c7b964b89 website: Fix pages and spec file
Signed-off-by: Michal Novotny <minovotn@redhat.com>
2011-03-08 11:45:47 +01:00
Michal Novotny
9523c5439d Add some new tests and allow make check to run unit tests
Signed-off-by: Michal Novotny <minovotn@redhat.com>
2011-02-28 13:44:19 +01:00
Michal Novotny
055e4beb56 Implement developer's API guide for private functions to be used in the extension code
Signed-off-by: Michal Novotny <minovotn@redhat.com>
2011-02-25 22:58:18 +01:00
Michal Novotny
610da47db6 website: Add references page
Signed-off-by: Michal Novotny <minovotn@redhat.com>
2011-02-25 10:01:04 +01:00
Michal Novotny
95ec87c1b1 Add API generating tool to the repository and run it on compile time
New tools has been added to the tools directory. It's API documentation
generator based on the source code comments.

It's accepting comment syntax like:
/*
	Function name:	function_name
	Arguments:	@var  [type]: description
			@var2 [type]: description of var2
	Returns:	return value meaning with type, like "domain name string" etc.
*/

and output the valid html.in file that's used as source for pages found in the docs
subdirectory.

Signed-off-by: Michal Novotny <minovotn@redhat.com>
2011-02-22 13:28:59 +01:00
Michal Novotny
f115c4a7f5 website: Add results of investigation on win-php extension writing
Signed-off-by: Michal Novotny <minovotn@redhat.com>
2011-02-16 10:57:54 +01:00
Michal Novotny
a86018f632 website: Update typos
Signed-off-by: Michal Novotny <minovotn@redhat.com>
2011-02-15 10:16:41 +01:00
Daniel P. Berrange
f6f2b8994c Add automated build control script
Provide a script for performing automated builds

* autobuild.sh: Automated build control script
* docs/Makefile.am: Remove unused todo.html stuff and allow
  customization of HTML install dir
* php-libvirt.spec: Fix URLs, source dir name & configure
  invocation. Don't try to install non-existant docs
* src/Makefile.am: Use $DESTDIR in install rules. Avoid
  rule named 'compile' since that clashes with a automake
  object. Add source files to EXTRA_DIST
* configure.ac: Add customization of HTML install dir
2011-02-11 12:30:24 +00:00
Daniel P. Berrange
e20b9c6c56 Remove auto-generated Makefile.in files
Automatically generated files should not be present in GIT

* Makefile.in, docs/Makefile.in, src/Makefile.in: Delete
2011-02-11 12:30:24 +00:00
Michal Novotny
ce85797567 webpages: Fix typos
Signed-off-by: Michal Novotny <minovotn@redhat.com>
2011-02-10 09:48:52 +01:00
Michal Novotny
571ea1ae2f Fix project name in configure.ac and installation scripts
Signed-off-by: Michal Novotny <minovotn@redhat.com>
2011-02-10 00:43:44 +01:00
Michal Novotny
f8dd088bc6 Change installation steps to match real behaviour
Signed-off-by: Michal Novotny <minovotn@redhat.com>
2011-02-09 20:05:21 +01:00
Michal Novotny
90b1a5b145 Add website sources in the docs form and move sources to src subdir
This patch is adding the website sources to the "docs" subdirectory
and also it moves source to "src" subdirectory.

Michal

Signed-of-by: Michal Novotny <minovotn@redhat.com>
2011-02-09 18:17:52 +01:00