Skip to content

Commit

Permalink
* Minor updates to the NVDA plugin readme: changed the URL for the SV…
Browse files Browse the repository at this point in the history
…N Repo and we now always recommend that the user has the latest version of NVDA (currently 2014.3) installed. This is important because changes to NVDA's processing of caret movement changes very frequently and often the plugin can't be used with earlier versions.

* One or two rather pedantic changes to the plugin which I made ages ago but lost when the repository was re-located.
  • Loading branch information
njsch committed Oct 26, 2014
1 parent c083c8b commit 6c99e20
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion nvda/latex_access.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ def chooseNVDAObjectOverlayClasses (self, obj, clsList):
# Useful functions:
def GetLine ():
"""Retrieves the line of text that the current navigator object is focussed on, then returns it.
@tryutndz; The current line under the cursor.
@returns: The current line under the cursor.
@rtype: STR
"""

Expand Down
6 changes: 3 additions & 3 deletions nvda/readme.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ <H3>1.1. What is latex-access?</H3>
<H3>1.2. What is this globalPlugin for?</H3>

<P>
This global plugin implements Communication between NVDA 2011.1 or later and the latex-access COM objects, letting the user read translated LaTeX documents in an easier fashion.
This global plugin implements Communication between NVDA 2014.3 or later and the latex-access COM objects, letting the user read translated LaTeX documents in an easier fashion.
</P>

<A NAME="require"></A>
Expand All @@ -59,10 +59,10 @@ <H2>2. Requirements.</H2>
</P>

<UL>
<LI>NVDA, version 2011.1 or later. The NVDA website can be found at <A HREF="http://www.nvda-project.org">http://www.nvda-project.org</A>, and the download page can be found <A HREF="http://www.nvda-project.org/download/">here</A>.
<LI>NVDA, version 2014.3 or later. The NVDA website can be found at <A HREF="http://www.nvda-project.org/">http://www.nvda-project.org/</A>, and the download page can be found <A HREF="http://www.nvda-project.org/download/">here</A>.
<LI>The latest build of version 2 of the python programming language. Official website: <A HREF="http://www.python.org/">http://www.python.org/</A>. I am currently using python 2.7.
<LI>The python for windows extentions, which can be downloaded at <A HREF="http://sourceforge.net/projects/pywin32/">http://sourceforge.net/projects/pywin32/</A>. This package is required to registor the latex-access COM object, the matrix and perhaps the table COM object if that gets created.
<LI>The latex-access scripts. You probably already have these, but if not, you will need subversion. How to use this VCS is beyond the scope of this readme, but the svn repository can be found at: <A HREF="https://latex-access.svn.sourceforge.net/svnroot/latex-access">https://latex-access.svn.sourceforge.net/svnroot/latex-access</A>. Please remember the exact location where you installed the scripts! I recommend using <A HREF="http://tortoisesvn.net/">tortoise svn</A> as your subversion client, it's accessible, and easy to use.
<LI>The latex-access scripts. You probably already have these, but if not, you will need subversion. How to use this VCS is beyond the scope of this readme, but the svn repository can be found at: <A HREF="https://svn.code.sf.net/p/latex-access/code/">https://svn.code.sf.net/p/latex-access/code/</A>. Please remember the exact location where you installed the scripts! I recommend using <A HREF="http://tortoisesvn.net/">tortoise svn</A> as your subversion client, it's accessible, and easy to use.
</UL>

<A NAME="Register"></A>
Expand Down
6 changes: 3 additions & 3 deletions nvda/readme.t2t
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ Thursday, 1st December 2011
Latex-access is a set of python scripts that provides realtime translation of a line of LaTeX into nemeth braille and speech, making the mathematics more readable to the blind user. To find out more, [visit this webpage http://latex-access.sf.net], although you have probably already been there if you are viewing this readme file.

++What is this globalPlugin for?++[gpfor]
This global plugin implements Communication between NVDA 2011.1 or later and the latex-access COM objects, letting the user read translated LaTeX documents in an easier fashion.
This global plugin implements Communication between NVDA 2014.3 or later and the latex-access COM objects, letting the user read translated LaTeX documents in an easier fashion.

+Requirements.+[require]
To use this plugin, you will need to install the following software/libraries:

- NVDA, version 2011.1 or later. The NVDA website can be found at http://www.nvda-project.org, and the download page can be found [here http://www.nvda-project.org/download/].
- NVDA, version 2014.3 or later. The NVDA website can be found at http://www.nvda-project.org/, and the download page can be found [here http://www.nvda-project.org/download/].
- The latest build of version 2 of the python programming language. Official website: http://www.python.org/. I am currently using python 2.7.
- The python for windows extentions, which can be downloaded at http://sourceforge.net/projects/pywin32/. This package is required to registor the latex-access COM object, the matrix and perhaps the table COM object if that gets created.
- The latex-access scripts. You probably already have these, but if not, you will need subversion. How to use this VCS is beyond the scope of this readme, but the svn repository can be found at: https://latex-access.svn.sourceforge.net/svnroot/latex-access. Please remember the exact location where you installed the scripts! I recommend using [tortoise svn http://tortoisesvn.net/] as your subversion client, it's accessible, and easy to use.
- The latex-access scripts. You probably already have these, but if not, you will need subversion. How to use this VCS is beyond the scope of this readme, but the svn repository can be found at: https://svn.code.sf.net/p/latex-access/code/. Please remember the exact location where you installed the scripts! I recommend using [tortoise svn http://tortoisesvn.net/] as your subversion client, it's accessible, and easy to use.
-

+Registering the COM object and installing the globalPlugin.+[Register]
Expand Down

0 comments on commit 6c99e20

Please sign in to comment.