digitalmars.D - alternative to candydoc?
- Trass3r <un known.com> Jul 27 2010
- Robert Clipsham <robert octarineparrot.com> Jul 27 2010
- dsimcha <dsimcha yahoo.com> Jul 27 2010
- sybrandy <sybrandy gmail.com> Jul 27 2010
- "Nick Sabalausky" <a a.a> Jul 27 2010
- sybrandy <sybrandy gmail.com> Jul 28 2010
- "Nick Sabalausky" <a a.a> Jul 29 2010
- sybrandy <sybrandy gmail.com> Jul 29 2010
- Philippe Sigaud <philippe.sigaud gmail.com> Jul 28 2010
- "Nick Sabalausky" <a a.a> Jul 28 2010
On 27/07/10 18:35, Trass3r wrote:Is there any? Candydoc seems a bit dead.
dil/kandil - http://code.google.com/p/dil/ An example: http://dsource.org/projects/tango/docs/stable/ -- Robert http://octarineparrot.com/
Jul 27 2010
== Quote from Trass3r (un known.com)'s articleIs there any? Candydoc seems a bit dead.
I use Candydoc and it works fine. Yes, it hasn't been updated since the Stone Age, but it's not the kind of thing that requires any real maintenance.
Jul 27 2010
On 07/27/2010 01:35 PM, Trass3r wrote:Is there any? Candydoc seems a bit dead.
Though I haven't used it, Robodoc looks cool. http://www.xs4all.nl/~rfsber/Robo/index.html Casey
Jul 27 2010
"sybrandy" <sybrandy gmail.com> wrote in message news:i2nqcj$i1r$2 digitalmars.com...On 07/27/2010 01:35 PM, Trass3r wrote:Is there any? Candydoc seems a bit dead.
Though I haven't used it, Robodoc looks cool. http://www.xs4all.nl/~rfsber/Robo/index.html
Looks like crap on my browser: http://www.semitwist.com/download/robodoc.png
Jul 27 2010
On 07/27/2010 08:30 PM, Nick Sabalausky wrote:"sybrandy"<sybrandy gmail.com> wrote in message news:i2nqcj$i1r$2 digitalmars.com...On 07/27/2010 01:35 PM, Trass3r wrote:Is there any? Candydoc seems a bit dead.
Though I haven't used it, Robodoc looks cool. http://www.xs4all.nl/~rfsber/Robo/index.html
Looks like crap on my browser: http://www.semitwist.com/download/robodoc.png
sure why. Regardless, the tool itself sounds like it's just what you're looking for. If you don't like Javascript, check out the wikipedia entry. http://en.wikipedia.org/wiki/ROBODoc Casey
Jul 28 2010
"sybrandy" <sybrandy gmail.com> wrote in message news:i2qd4h$6m5$1 digitalmars.com...On 07/27/2010 08:30 PM, Nick Sabalausky wrote:"sybrandy"<sybrandy gmail.com> wrote in message news:i2nqcj$i1r$2 digitalmars.com...On 07/27/2010 01:35 PM, Trass3r wrote:Is there any? Candydoc seems a bit dead.
Though I haven't used it, Robodoc looks cool. http://www.xs4all.nl/~rfsber/Robo/index.html
Looks like crap on my browser: http://www.semitwist.com/download/robodoc.png
why. Regardless, the tool itself sounds like it's just what you're looking for. If you don't like Javascript, check out the wikipedia entry. http://en.wikipedia.org/wiki/ROBODoc
Oh, I see, Robodoc's output DOES NOT require JS, it's just the official robodoc site that requires JS. Apperently the developer felt that page transition animations, lack of bookmarkability, and a 20-second initial load time (I timed it) were all essential. Here's a direct link to the sample of Robodoc's output: http://www.xs4all.nl/~rfsber/Robo/MultiDocHtml/masterindex.html
Jul 29 2010
Oh, I see, Robodoc's output DOES NOT require JS, it's just the official robodoc site that requires JS. Apperently the developer felt that page transition animations, lack of bookmarkability, and a 20-second initial load time (I timed it) were all essential.
Yeah, that's what happens when web amateurs make web sites...they got "Oh, that's neat!" syndrome. Here's a direct link to the sample ofRobodoc's output: http://www.xs4all.nl/~rfsber/Robo/MultiDocHtml/masterindex.html
All I have to say is wow...I only looked briefly but it looks much nicer than DDoc and Javadoc. I think I may have to push this at work. Casey
Jul 29 2010
--0016e6d972854d78c0048c73c454 Content-Type: text/plain; charset=ISO-8859-1 On Tue, Jul 27, 2010 at 19:35, Trass3r <un known.com> wrote:Is there any? Candydoc seems a bit dead.
As a lightweight alternative, I'd be interested in people showing their DDoc favorite macros. I'm a complete noob concerning HTML and such, so mine are _very_ basic. Maybe we can learn someything from one another? Philippe --0016e6d972854d78c0048c73c454 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable <br><br><div class=3D"gmail_quote">On Tue, Jul 27, 2010 at 19:35, Trass3r <= span dir=3D"ltr"><<a href=3D"mailto:un known.com">un known.com</a>></= span> wrote:<br><blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8e= x;border-left:1px #ccc solid;padding-left:1ex;"> Is there any?<br> Candydoc seems a bit dead.<br> </blockquote></div><br><div>As a lightweight alternative, I'd be intere= sted in people showing their DDoc favorite macros. I'm a complete noob = concerning HTML and such, so mine are _very_ basic. Maybe we can learn some= ything from one another?</div> <div><br></div><div><br></div><div>Philippe</div><div><br></div> --0016e6d972854d78c0048c73c454--
Jul 28 2010
"Philippe Sigaud" <philippe.sigaud gmail.com> wrote in message news:mailman.34.1280328754.13841.digitalmars-d puremagic.com...On Tue, Jul 27, 2010 at 19:35, Trass3r <un known.com> wrote:Is there any? Candydoc seems a bit dead.
As a lightweight alternative, I'd be interested in people showing their DDoc favorite macros. I'm a complete noob concerning HTML and such, so mine are _very_ basic. Maybe we can learn someything from one another?
I hope this doesn't come across as hijacking or spamming, but a some of my code is a bit complex for automatic doc generators to do a good job so I just use Goldie GenDocs, an HTML preprocessor I whipped up: http://www.semitwist.com/goldiedocs/v0.3/Docs/Tools/GenDocs/TemplateFormat/ (That page was generated with GenDocs and describes it). Definitely not for every project though, since using an automatic generator is less work and DRYer.
Jul 28 2010









Robert Clipsham <robert octarineparrot.com> 