[Buildbot-commits] buildbot/docs Makefile,NONE,1.1 buildbot.texinfo,NONE,1.1 .arch-inventory,1.1,1.2 steps.xhtml,1.7,NONE source.xhtml,1.5,NONE config.xhtml,1.8,NONE changes.xhtml,1.2,NONE template.tpl,1.1,NONE stylesheet.css,1.1,NONE factories.xhtml,1.6,NONE users.xhtml,1.2,NONE slave.xhtml,1.2,NONE stylesheet-unprocessed.css,1.1,NONE

Brian Warner warner at users.sourceforge.net
Wed May 11 23:25:27 UTC 2005


Update of /cvsroot/buildbot/buildbot/docs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17958/docs

Modified Files:
	.arch-inventory 
Added Files:
	Makefile buildbot.texinfo 
Removed Files:
	steps.xhtml source.xhtml config.xhtml changes.xhtml 
	template.tpl stylesheet.css factories.xhtml users.xhtml 
	slave.xhtml stylesheet-unprocessed.css 
Log Message:
Revision: arch at buildbot.sf.net--2004/buildbot--dev--0--patch-151
Creator:  Brian Warner <warner at monolith.lothar.com>

move all *.xhtml docs to buildbot.texinfo

	* docs/buildbot.texinfo: move all .xhtml docs into a new
	.texinfo-format document, adding a lot of material in the process.
	This is starting to look like a real user's manual. Removed all
	the Lore-related files: *.xhtml, *.css, template.tpl .
	* docs/Makefile: simple makefile to run 'makeinfo'
	* buildbot/scripts/sample.cfg: rearrange slightly
	* MANIFEST.in: include .info and .textinfo, don't include *.xhtml


Index: .arch-inventory
===================================================================
RCS file: /cvsroot/buildbot/buildbot/docs/.arch-inventory,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- .arch-inventory	22 Apr 2005 21:29:18 -0000	1.1
+++ .arch-inventory	11 May 2005 23:25:25 -0000	1.2
@@ -1 +1,2 @@
 junk ^reference$
+precious \.info$

--- NEW FILE: Makefile ---

buildbot.info: buildbot.texinfo
	makeinfo --fill-column=70 $<

--- NEW FILE: buildbot.texinfo ---
\input texinfo @c -*-texinfo-*-
@c %**start of header
@setfilename buildbot.info
@settitle BuildBot Manual 1.0
@c %**end of header

@copying
This is the BuildBot manual.

Copyright (C) 2005 Brian Warner

Copying and distribution of this file, with or without
modification, are permitted in any medium without royalty
provided the copyright notice and this notice are preserved.

@end copying

@titlepage
@title BuildBot
[...2699 lines suppressed...]


@code{buildbot.status.client.PBListener(port=int, user=str,
passwd=str)}

This sets up a PB listener on the given TCP port, to which a PB-based
status client can connect and retrieve status information.
@code{buildbot statusgui} is an example of such a status client.

@node Resources, Index, Status Delivery, Top
@chapter Resources


@node Index,  , Resources, Top
@unnumbered Index

@printindex cp

@bye


--- changes.xhtml DELETED ---

--- config.xhtml DELETED ---

--- factories.xhtml DELETED ---

--- slave.xhtml DELETED ---

--- source.xhtml DELETED ---

--- steps.xhtml DELETED ---

--- stylesheet-unprocessed.css DELETED ---

--- stylesheet.css DELETED ---

--- template.tpl DELETED ---

--- users.xhtml DELETED ---





More information about the Commits mailing list