lp://staging/tmi
- Get this branch:
- bzr branch lp://staging/tmi
Branch information
Recent revisions
- 8. By Jamu Kakar
-
Merged api-docs.
The new 'doc' make target uses Pydoctor to generate API
docuementation. Also new, the 'info' make target displays
information about the branch. - 7. By Jamu Kakar
-
Merged json-rpc-api.
A new BrowserAPI resource served from /browser-api has a 'get_html'
JSON-RPC method that takes a path as an argument and returns
document contents formatted as an HTML fragment. - 6. By Jamu Kakar
-
Merged rest-to-html.
A new Document.get_html method transforms reStructuredText content
into HTML and returns it as a fragment. Also, logic that was in
place to use a default set of content has been removed. - 5. By Jamu Kakar
-
Merged working-
tree-context- manager. A new open_working_tree context manager opens a working tree for a
given path. While the working tree is being used the context
manager changes the current working directory to its path, which is
necessary for correct operation. The context manager has been
integrated into all code that uses a working tree. - 4. By Jamu Kakar
-
Merged wiki-crud.
The Wiki class now has add, get, update and remove methods that
make and commit changes to the wiki's Bazaar branch. - 3. By Jamu Kakar
-
Merged init-wiki.
The tmi command has a new 'init' command that creates a Bazaar
branch with default content in a user-specified location. The new
tmi.wiki module contains create_wiki along with a Wiki class that
will eventually provide an API for working with wiki content. - 2. By Jamu Kakar
-
Merged basic-server.
The basic project structure is in place with a Commandant-based
front-end that starts a twisted.web-based web server. The web
server serves a simple root page that can be used to verify it's
operation.
Branch metadata
- Branch format:
- Branch format 6
- Repository format:
- Bazaar RepositoryFormatKnitPack6 (bzr 1.9)