Skip to content

Commit ae93704

Browse files
committed
Added macOS install tutorials for JDK and Maven
1 parent 5e956ef commit ae93704

35 files changed

+489
-450
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
.idea/
2-
.DS_STORE
2+
.DS_STORE
3+
4+
pdfSourceT.html
5+
pdfSourceT.pdf

Writerside/cfg/PDF.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
<pdf landscape="true">
1+
<pdf landscape="false">
22
<cover-page>
3-
<title>My Awesome App</title>
4-
<description>User Guide</description>
5-
<copyright>Awesome Co © 2024</copyright>
3+
<title>Tutoriales</title>
4+
<description>Bienvenido al sitio de tutoriales para la materia 72.42 Programación de Objetos Distribuidos.</description>
5+
<copyright>72.42 Programación de Objetos Distribuidos © 2025</copyright>
66
</cover-page>
77
<header>Text in header</header>
88
<footer>Text in footer</footer>
9-
<toc-title>Title for Table of Contents page</toc-title>
9+
<toc-title>Índice</toc-title>
1010
<layout>Windows</layout>
1111
</pdf>

Writerside/cfg/buildprofiles.xml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,16 @@
33
<buildprofiles xsi:noNamespaceSchemaLocation="https://resources.jetbrains.com/writerside/1.0/build-profiles.xsd"
44
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
55

6-
<variables></variables>
6+
<variables>
7+
<primary-color>aqua</primary-color>
8+
<link-color>halloween</link-color>
9+
<custom-favicons>icon16.png,icon32.png,icon96.png,icon300.png,icon500.png</custom-favicons>
10+
<header-logo>icon96.png</header-logo>
11+
<product-web-url>https://github.com/POD-ITBA</product-web-url>
12+
<download-title>GitHub</download-title>
13+
<download-page>https://github.com/POD-ITBA/</download-page>
14+
<showDownloadButton>true</showDownloadButton>
15+
</variables>
716
<build-profile instance="t">
817
<variables>
918
<noindex-content>true</noindex-content>
@@ -14,4 +23,9 @@
1423
</variables>
1524
</build-profile>
1625

26+
<footer>
27+
<copyright>72.42 Programación de Objetos Distribuidos 2025</copyright>
28+
<link href="https://github.com/POD-ITBA/">GitHub</link>
29+
</footer>
30+
1731
</buildprofiles>
-125 KB
Binary file not shown.
-67.1 KB
Binary file not shown.
-341 KB
Binary file not shown.
-119 KB
Binary file not shown.

Writerside/images/favicon/icon16.png

1.54 KB
Loading

Writerside/images/favicon/icon300.png

35.1 KB
Loading

Writerside/images/favicon/icon32.png

2.85 KB
Loading

0 commit comments

Comments
 (0)