World: r3wp
[Make-doc] moving forward
older newer | first last |
Henrik 14-Mar-2005 [477] | A couple of issues with makedoc2: 1. Table headers are double height and the text in the last column is pushed half a line down in Gecko based browsers 2. \note ... /note boxes are wider than the document itself in Gecko based browsers I haven't seen them in RAMBO, but is a fix being done by anyone? |
[unknown: 5] 14-Mar-2005 [478] | You should post to feedback as I'm sure Carl will be interested in any bugs. |
DideC 14-Mar-2005 [479] | This bugs are known. I can't find when, but i'm pretty sure they were submit in "Carl only" or "Blog chat" group. |
shadwolf 15-Mar-2005 [480] | New version of MDP-GUI 1.4.1 can be downloaded here: http://rebol.dev.fr/view.php?sid=160 |
Robert 16-Mar-2005 [481] | Just a note, I'm getting some free time in the next week and will work on MDP. I already have fixed some bugs and will make it more MD2 compatible. Further the interface between parser and generator will become MD2 compatible so that things like MDP-GUI / MDViewer can swap the engine beyond. |
DideC 16-Mar-2005 [482] | yeah! |
shadwolf 16-Mar-2005 [483] | good news ;) |
Robert 24-Mar-2005 [484] | So, I have made some enhancements to MDP and put a beta online. You can find it at: http://www.robertmuench.de/download/make-doc-pro.r The following changes have been made: *Bugs fixed:* #State tracking flags weren't correct, could lead to strange results when using tables where cell text used inline markup. Especially in site-mode. *New Features:* #Code can now be included via ~=include code <filename>~ where the included code will be automatically indented and hence handled like an example by the output format emitter. *Programmatic changes:* #Celeaned up the global word pollution (Thanks to Ahsley Truter) #Renamed ~generate-files~ function to ~scan-doc~ to meet MD2 wording |
shadwolf 25-Mar-2005 [485] | MDP-GUI was erased on the fwk the gived link is no more active to dl it refere to : http://shadwolf.free.fr/mdp-gui-1-4-1.zipsorry for the disturbs... |
Alan 26-Mar-2005 [486] | 404ed 4 me :) |
Ashley 26-Mar-2005 [487] | Works here. |
shadwolf 29-Mar-2005 [488x3] | works for me too ... just click on the link alan :) |
I will set an entry to rebol.org as this version is a stable one | |
rebol.org does not support zip archive | |
Ammon 29-Mar-2005 [491] | Have you looked at uploading it as a package? |
shadwolf 29-Mar-2005 [492x2] | yes a package is weird to set ... |
I'm still trying to understand how to compose my mdp-gui 1.4.1 package ... | |
Ammon 29-Mar-2005 [494x2] | The Header File value on your MDP-GUI script needs to point to the script not the ZIP. I believe that is your problem... |
So changing the File value in the script header to %mdpgui1-4-1.r should make it work... | |
shadwolf 29-Mar-2005 [496] | well in fact the script countains lots of different files and handle them one by one it a true torture |
Ammon 29-Mar-2005 [497] | Is the actual ZIP file that you are uploading named %mdpgui1-4-1.zip ??? |
shadwolf 29-Mar-2005 [498] | no I dont even arrive to the upload pannel |
Ammon 29-Mar-2005 [499] | Have you tried changing the script file extension from .ZIP to .R ??? |
shadwolf 29-Mar-2005 [500x2] | yes I do it |
k found ... | |
Ammon 29-Mar-2005 [502] | The good news is that there is now a different error. With .ZIP it said that mdpgui1-4-1 was not a package now it is saying the package is unavailable... |
shadwolf 29-Mar-2005 [503x2] | pfffffffffffiouuuuuuuuuuuuu OOOOOOOH MY it was hard !! |
type: [package] that was my problem | |
Ammon 29-Mar-2005 [505] | Ah, I see TYPE needs a Block! |
shadwolf 29-Mar-2005 [506x2] | yes I notice that it's hard |
files have been uploaded but I can't dl them with repack | |
Ammon 29-Mar-2005 [508x2] | THat error means that you have the files set as not downloadable... |
Browsing the package information on REBOL.org gives me this: "Available? false. This package is NOT available for download. The owner may be updating it." | |
shadwolf 29-Mar-2005 [510x4] | ... |
how can i change that ? | |
I foiund oki it's available now | |
good | |
Ammon 29-Mar-2005 [514] | Sweet! There it is. ;~> |
shadwolf 29-Mar-2005 [515x3] | so ppl now to dl MDP-GUI 1.4.1 all you need is to append a rebol/view console and copy/paste do http://www.rebol.org/library/public/repack.r |
then find in the list MDP-GUI-1-4-1.r all the files in the package | |
need to be downloaded ;) | |
Brock 29-Mar-2005 [518] | Download/install works like a charm. Nice job on mdp-gui. |
shadwolf 29-Mar-2005 [519x5] | thank you brock it cost me a lot to put it online to rebol.org ;) |
that to ashley and all the beta tester contributors idea teasers ;) that allow me since november to heavyly enhance and make progress this app ;) | |
next step to MDP -GUI is to be made using RebGUI and encaped (wrapped) by GREBOX and a cute little installer for non rebol.org download ;) | |
don't know if I could get enaought patience to make an input/rendering same window intaface once MDP-GUI interface will be based on rebgui ;) | |
thank to ashley and all the beta testers, contributors, idea teasers ;) that allow me since november 2004 to heavyly enhance and make progress tMDP-GUI ;) | |
Brock 29-Mar-2005 [524] | Shame on me, nice job to all working on MD, MDP, GUI, and Ashley's MD-Viewer and RebGui. |
shadwolf 30-Mar-2005 [525] | MDP-GUI Is one person coded but community inspired I love this kind of work ;) |
Robert 1-Apr-2005 [526] | I'm thinking about refining how emiters for MDP can be written. How about this: - The parser part will stay as is. - There will be a generic scan-doc routine that can handle: string!, file!, url! and block! The block can be a mix of string!, file!, url! - Than there will be one generator loop that loops over the output from the parser (the intermediate format) This loop has a gib SWITCH statement for all intermediate format words generated by the parser - The particular generator will be provided in a context to the GENERATOR function and than only needs to contain the function stubs. What do you think? |
older newer | first last |