.Open Sample Project Blog -- Improving MATHS Tools
. 2009-10-20 Tue Oct 20 12:22 Fixed a bug in mth2html
Yesterday I noticed that some items in a section were not being numbered.
By looking at what was numbered and what was unnumbered I noticed this
.Table Syntax Numbered Unnumbered
.Row Had a inline formula no yes
.Row Had no inline formula yes no
.Close.Table
So I looked for why a "
" tab was not put in when a " or ).
I've changed it (after it bit me) so that each single tab character in a table heading
(.Table) or row (.Row) indicates a table entry. THis leads to empty entries.
I have a vague memory of these not being treated well in some early browsers.
[Contact] me if you have a bad experience.
After a private test period, if nothing bad happens, I'll change the script used
with web pages (`m2h`) to0 have the same behavior.
. 2009-08-25 Tue Aug 25 11:39 doi DOA
It turns out that "doi:" is not a reliable protocol.... to put it mildly.
I will be removing it. In place of the reccomended
.As_is doi:10.1016/j.scico.2007.07.001
on the Science Direct web site..... it has to be
.As_is http://dx.doi.org/10.1016/j.scico.2007.07.001
as the "href" in the HTML anchor.
I'll test this, but I'm not sure that it is a reliable feature....
It does seem to work.... and even handles ACM's DOIs.
DOI::acronym="Digital Object Identifier", following
.Box
The Digital Object Identifier (DOI(R)) System is for identifying content
objects in the digital environment. DOI(R) names are assigned to any entity
for use on digital networks. They are used to provide current information,
including where they (or information about them) can be found on the
Internet. Information about a digital object may change over time,
including where to find it, but its DOI name will not change.
From
.See http://www.doi.org/
.Close.Box
. 2009-08-25 Tue Aug 25 11:28 added doi to mth2html
Yesterday I added "doi" to the protocols that my MATHS to HTML translator handles.
It was a simple change. But the ASCII browser I use to test pages doesn't
handle the protocol. Safari does. I'd like to know if MSIE, Firefox, etc. do
the right thing with "DOI"s. Select
.See ../test.html
to get the HTML rendering for this test case
.As_is .Open Test
.As_is .Source RJB
.As_is .See ftp:ftp.csci.csusb.edu/dick/test.html
.As_is .See doi:10.1016/j.scico.2007.07.001
.As_is .Close
. 2009-06-02 Tue Jun 2 13:35 Obvious solution
There was an `obvious` solution to the problems of upgrading to a new server
which didn't have the functions I needed for the PHP scripts. As Suggested
be Ken our systems administrator -- I can use the old server to run the scripts.
All I had to do was change
.As_is comment.html: |