Skip to content
Snippets Groups Projects
Commit 9cfbdaa6 authored by Mathias Goebel's avatar Mathias Goebel :reminder_ribbon:
Browse files

feat: update ms page

parent 64d70449
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,7 @@ To update the [list of manuscripts](src/manuscripts.md), run the following code. ...@@ -33,7 +33,7 @@ To update the [list of manuscripts](src/manuscripts.md), run the following code.
```bash ```bash
head -$(grep " HTML " src/manuscripts.md -n | cut -f1 -d:) src/manuscripts.md >> src/tmp.md head -$(grep " HTML " src/manuscripts.md -n | cut -f1 -d:) src/manuscripts.md >> src/tmp.md
echo "" >> src/tmp.md # newline echo "" >> src/tmp.md # newline
curl https://ahikar-dev.sub.uni-goettingen.de/api/website/manuscripts | sed "s#xhtml:##g" >> src/tmp.md curl https://ahiqar.uni-goettingen.de/api/website/manuscripts | sed "s#xhtml:##g" >> src/tmp.md
# check result at tmp.md and than # check result at tmp.md and than
mv src/tmp.md src/manuscripts.md mv src/tmp.md src/manuscripts.md
``` ```
...@@ -43,7 +43,7 @@ To update the [collation results](src/collation.md), run the following code. ...@@ -43,7 +43,7 @@ To update the [collation results](src/collation.md), run the following code.
```bash ```bash
head -$(grep " HTML " src/collation.md -n | cut -f1 -d:) src/collation.md >> src/tmp.md head -$(grep " HTML " src/collation.md -n | cut -f1 -d:) src/collation.md >> src/tmp.md
echo "" >> src/tmp.md # newline echo "" >> src/tmp.md # newline
curl https://ahikar-dev.sub.uni-goettingen.de/api/website/collation | sed "s#xhtml:##g" >> src/tmp.md curl https://ahiqar.uni-goettingen.de/api/website/collation | sed "s#xhtml:##g" >> src/tmp.md
# check result at tmp.md and than # check result at tmp.md and than
mv src/tmp.md src/collation.md mv src/tmp.md src/collation.md
``` ```
\ No newline at end of file
...@@ -414,4 +414,4 @@ Nevertheless, the current results are in need of improvement. The .csv- and .svg ...@@ -414,4 +414,4 @@ Nevertheless, the current results are in need of improvement. The .csv- and .svg
</li> </li>
</ol> </ol>
</div> </div>
</div> </div>
\ No newline at end of file
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment