Skip to content

Commit 36a8dd8

Browse files
committed
update readme
1 parent 459d9e4 commit 36a8dd8

112 files changed

Lines changed: 6713 additions & 23 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Version 2.1.1 (05.09.2023)
1212
Version 2.2 (15.09.2023)
1313
1. 3d axes (beta)
1414
2. JS console improved
15-
Version 2.3 (01.03.2024)
15+
Version 2.2.1 (01.03.2024)
1616
1. Internal parser replaced with JavaCC based parser
1717
2. Cleanup
18+
3. AppImage build (08.03.2024)
19+

README.html

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ <h1>Installation</h1>
1717
<li>You may need to set the <code>CLASSPATH</code> environment variable if you want to use an alternate engine for math equation parsing, as explained in a later section.</li>
1818
</ol>
1919

20-
<p>A <code>DEB</code> package is available.</p>
20+
<p>A <code>DEB</code> package and an <code>AppImage</code> with bundled AdoptOpenJDK java runtime is available.</p>
2121

2222
<h1>Themes</h1>
2323

@@ -40,12 +40,13 @@ <h1>Documentation</h1>
4040

4141
<p>A manual is available inside the <code>docs/manual</code> directory (or its link, the <code>doc</code> directory at the root) in pdf and odt formats. You can generate the pdf from the odt using LibreOffice Writer or any other tool you prefer.</p>
4242

43-
<h1>Dependency libraries</h1>
43+
<h1>Dependency libraries (included)</h1>
4444

45-
<pre><code>1. FlatLAF
46-
2. FlatLAF Intellij Themes
47-
3. JLatexMath
48-
</code></pre>
45+
<ol>
46+
<li>FlatLAF</li>
47+
<li>FlatLAF Intellij Themes</li>
48+
<li>Mozilla Rhino</li>
49+
</ol>
4950

5051
<h1>Compilation</h1>
5152

@@ -59,6 +60,10 @@ <h1>Compilation</h1>
5960
<li>Generate the README.html using markdown : <code>markdown README.md &gt; README.html</code>.</li>
6061
</ol>
6162

63+
<h1>Quick Build</h1>
64+
65+
<p>Run the <code>generate-all.sh</code> script.</p>
66+
6267
<h1>Using a external script engine for parsing math expressions</h1>
6368

6469
<p>You can install a different JSR-223 compatible script engine in your Java CLASSPATH to use as an alternate Math expression parser.</p>

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Any Java version >= 8.
1212
5. Run using `./ssplot` from your terminal/command line (For linux), or go to the directory where the file `SSPlot.jar` is, open a terminal there and run `java -jar SSPlot.jar`
1313
7. You may need to set the `CLASSPATH` environment variable if you want to use an alternate engine for math equation parsing, as explained in a later section.
1414

15-
A `DEB` package is available.
15+
A `DEB` package and an `AppImage` with bundled AdoptOpenJDK java runtime is available.
1616

1717
# Themes
1818
Four themes are available, current accessible only through command line options.
@@ -33,8 +33,7 @@ A manual is available inside the `docs/manual` directory (or its link, the `doc`
3333
# Dependency libraries (included)
3434
1. FlatLAF
3535
2. FlatLAF Intellij Themes
36-
3. JLatexMath
37-
4. Mozilla Rhino
36+
3. Mozilla Rhino
3837

3938
# Compilation
4039
You will require Java JDK and Apache Maven. You will also require Markdown if you want to generate a html version of this Readme.
@@ -45,6 +44,9 @@ You will require Java JDK and Apache Maven. You will also require Markdown if yo
4544
3. You can run the generated `SSPlot.jar` file using the command `java -jar jar/SSPlot.jar` or simple `./ssplot`, if the link is correctly created.
4645
4. Generate the README.html using markdown : `markdown README.md > README.html`.
4746

47+
# Quick Build
48+
Run the `generate-all.sh` script.
49+
4850
# Using a external script engine for parsing math expressions
4951

5052
You can install a different JSR-223 compatible script engine in your Java CLASSPATH to use as an alternate Math expression parser.

SSPlot.AppDir/.DirIcon

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ssplot.png

SSPlot.AppDir/AppRun

30.8 KB
Binary file not shown.

SSPlot.AppDir/ssplot.desktop

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[Desktop Entry]
2+
Name=SSPlot
3+
Comment=Plot equations and data
4+
Exec=ssplot
5+
Icon=ssplot
6+
Terminal=false
7+
Type=Application
8+
StartupNotify=true
9+
Categories=Science
10+
Name[en_IN]=SSPlot

SSPlot.AppDir/ssplot.png

11.1 KB
Loading

SSPlot.AppDir/usr/bin/java

16.5 KB
Binary file not shown.

SSPlot.AppDir/usr/bin/jrunscript

16.6 KB
Binary file not shown.

SSPlot.AppDir/usr/bin/keytool

16.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)