Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
CNOCTAVE committed Nov 7, 2024
1 parent 2c38f14 commit 581fb68
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 47 deletions.
36 changes: 1 addition & 35 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,36 +1,2 @@
# Prerequisites
*.d

# Compiled Object files
*.slo
*.lo
*.o
*.obj

# Precompiled Headers
*.gch
*.pch

# Compiled Dynamic libraries
*.so
*.dylib
*.dll

# Fortran module files
*.mod
*.smod

# Compiled Static libraries
*.lai
*.la
*.a
*.lib

# Executables
*.exe
*.out
*.app

*.docx
*Zone.Identifier
.vscode/
*.docx
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: octave_tar
Version: 0.1.0
Date: 2024-10-21
Version: 1.0.0
Date: 2024-11-07
Author: various authors
Maintainer: Yu Hongbo <[email protected]>, CNOCTAVE <[email protected]>
Title: tar wrapper
Expand Down
7 changes: 7 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
** v1.0.0
Add document website.
Add bug tracker website.
Modify websites of octave_tar homepage.
Fill in BibTeX reference in the document.
Change document.
-------------------------------------------------------
** First release.
20 changes: 10 additions & 10 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
<div id="online_install" class="title1 q-ma-md text-primary">在线安装</div>
<p class="q-ma-md">octave_tar可以在线安装。</p>
<div class="text-h5 q-ma-md text-red-10">在线安装octave_tar,代码如下:</div>
<p class="q-ma-md">>> pkg install 'https://github.com/CNOCTAVE/octave_tar/releases/download/1.0.2/octave_tar.tar.gz'</p>
<p class="q-ma-md">>> pkg install 'https://github.com/CNOCTAVE/octave_tar/releases/download/1.0.0/octave_tar.tar.gz'</p>
<q-separator></q-separator>
<div id="source_code_install" class="title1 q-ma-md text-primary">源码安装</div>
<p class="q-ma-md">octave_tar可以直接使用tar包安装。</p>
Expand Down Expand Up @@ -210,18 +210,18 @@
institution = {BA DU XIN SHANG},
year = {2024},
number = {1},
month = {10},
month = {11},
url = {https://cnoctave.github.io/octave_tar/index.html},
urldate = {2024-10-07},
urldate = {2024-11-01},
}</p>
<div class="text-h5 q-ma-md text-red-10">octave_tar: Efficient File and String Decompression Utilizing the ZSTD Algorithm(BibTeX)</div>
<p class="q-ma-md" style="white-space: normal;">@article{https://doi.org/10.6084/m9.figshare.27186048.v1,
doi = {10.6084/M9.FIGSHARE.27186048.V1},
url = {https://figshare.com/articles/preprint/octave_tar_Efficient_File_and_String_Decompression_Utilizing_the_ZSTD_Algorithm/27186048/1},
<div class="text-h5 q-ma-md text-red-10">Utilizing octave_tar and octave_zstd for Efficient Management of Academic Datasets: A New Frontier in Data Science(BibTeX)</div>
<p class="q-ma-md" style="white-space: normal;">@article{https://engrxiv.org/preprint/view/4084,
doi = {10.31224/4084},
url = {https://engrxiv.org/preprint/view/4084},
author = {Yu Hongbo, },
keywords = {Software architecture},
title = {octave_tar: Efficient File and String Decompression Utilizing the ZSTD Algorithm},
publisher = {figshare},
keywords = {CNOCTAVE, GNU, cross domain, open-source, octave_tar},
title = {Utilizing octave_tar and octave_zstd for Efficient Management of Academic Datasets: A New Frontier in Data Science},
publisher = {engrxiv},
year = {2024},
copyright = {Creative Commons Attribution 4.0 International}
}</p>
Expand Down

0 comments on commit 581fb68

Please sign in to comment.