Giter VIP home page Giter VIP logo

illumos-docbooks's People

Contributors

gwr avatar jclulow avatar melloc avatar mtelka avatar olafmersmann avatar rmustacc avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

illumos-docbooks's Issues

Strip out indexterm sections as workaround

Index generation is rather broken, see issue number four. As a side effect all the indexterm sections are being thrown out directly into the generated html in the

tags. This is rather problematic. For now, we're going to add some xslt to the default transform (Indiana) to strip out anything in there. This would break our index, if it worked. But it doesn't, which is why this happens.

Get wdd into a sane state

This includes updating licensing information, verifying output formatting, and making the guide realize that Sun is dead.

need tooling for automated checking

We currently don't have a good way to enforce xml cleanliness. Instead we should use the techniques from issue 30 in a Makefile target. The Makefile is the preferred option as the long term goal is to not need the original hacky Java source.

DTrace section names should be consistent

Currently most of the section names are named based on an increasing numerical id. Furthermore the index generation relies on these names for its hotlinks. Rather than using a numeric id which can shift, we should use a name based on the section title.

Documents with parts aren't built correctly

If a document has parts which contain several chapters several things don't work including:

  • Generation of the part introduction
  • Navlink generation and highlighting the currently active part

Update default style to be illumos

The current default style has an OpenIndiana logo. We should switch this out to be the illumos logo and update the styles as approrpiate.

Get mdb into a sane state

This includes updating licensing information, verifying output formatting, and making the guide realize that Sun is dead.

man section transformations are garbled

Currenly, the following XML:

<olink targetdoc="refman2" targetptr="write-2" remap="external">
<citerefentry><refentrytitle>write</refentrytitle><manvolnum>2</manvolnum>
</citerefentry></olink>

turns into 'write2' as opposed to 'write(2)'.

Need updates for core DTrace functionality improvements

Since the book was last updated, DTrace has been updated with a lot of new things:

  • llquantize
  • vmregs
  • tracemem takes an optional size arguemnt
  • toupper/tolower support
  • lltostr taking an optional base argument
  • -x temporal
  • zone improvements (included the zone option)
  • print()

This ticket does not include new providers.

figures don't display

Figures aren't displaying though links to them do exist. Presumably there is no xslt transformation defined for them. Sigh.

verbose output for build.sh

On rare occasion it is useful to see the horrible wall of text that the xslt generation produces. We add a -v option which basically tells us to stop redirecting stdout.

Want chapter on DTrace inside of a zone

Currently there is no good information on using DTrace inside of a zone. This includes everything from what is available inside of a zone to using the #pragma for USDT.

Don't include broken indexes

Until index generation works correctly for the default output format we should not include it so as not to confuse people as to why there is an empty index.

Index generation is busted

Currently the generated index is empty. Further all of the places that use a tag with '' are actually leaking it through. Rather than being consumed for the index, it's actually being dropped into the section.

Building with xsltproc would be nice

It would be nice if we could move away from the crazy java build tool that we have and instead move to something like xsltproc and use the makefile we currently have. This would also make it slightly easier to try and generate other targets like say a pdf or something that could be laid out for imposition. But that's fantasy future land.

Want updates for MDB tab completion

Since mdb tab completion was integrated there are new module interfaces and other information that should be updated to the document to reflect its presence.

dtrace(1M) usage renders incorrectly

The current dtrace(1M) usage is entirely borken. It looks like:

 dtrace3264 aACeFGHlqSvVwZ bbufsz ccmd Dname=def Ipath Lpath ooutput ppid sscript Uname xarg=val Xacst Pproviderpredicate action mprovider: modulepredicate action fprovider: module: funcpredicate action nprovider: module: func: namepredicate action iprobe-idpredicate action 

Replacement for sun docs section

Currently there is commented out book sections that basically refer to sun docs, the sun community and mailing lists that couldn't care less about our feedback. However, some of us do actually care about that feedback! So we should replace this section with something useful, or just remove it entirely.

image should be automatically generated from the eps files

Currently the master form of all the images in the gate are encapsulated post script files. It so happens that we have a copy of them translated into gif files. Rather we should make this translation happen every time so we don't have to keep checked in copies in the gate.

Remove extra copy of jar

There's an extra copy of the docbook morphing jar that's outside of the dist folder which by this Java code's design pretty much guarantees that it won't work. Because of this, we're just going to get rid of it.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.